From 8cef188fa8bc5b2e5506f387ec92502b0020d8b7 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Mon, 23 Oct 2017 20:26:41 +0200 Subject: [PATCH] refactor: more SQL optimizations and regexes --- Templates/text.tpl | 10 +- install/data/sql.sql | 3 +- sql_updates.txt | 1 + tools/regexor.php | 17 +- tools/regexor.sql | 48265 ++++++++++++++++++++++++++++++++++++++++- 5 files changed, 47502 insertions(+), 794 deletions(-) diff --git a/Templates/text.tpl b/Templates/text.tpl index 6f23748f..200b79df 100644 --- a/Templates/text.tpl +++ b/Templates/text.tpl @@ -10,15 +10,7 @@ ################################################################################# -$txt="dobrá modrá nedotknutá mliečna krava s rosnatými rohmi a bacuľatými kostičkami - -καλή γαλάζια παρθένα γαλακτοπαραγωγική αγελάδα με καυτά κέρατα και κούτσουρα - -azgın boynuzları ve tombul chubs ile iyi mavi temiz kuru süt ineği - -хороша синя незаймана молочна корова з роговими рогами і пухкими чуваками - -良好的藍色原始乳白色牛與角角和胖胖的小孩"; +$txt="sdsad"; //bbcode = html code $txt = preg_replace("/\[b\]/is",'', $txt); diff --git a/install/data/sql.sql b/install/data/sql.sql index 9d647c3e..cd8bdf1f 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -1648,7 +1648,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%wdata` ( `occupied` tinyint(1) NULL, `image` varchar(3) NULL, PRIMARY KEY (`id`), - KEY `occupied` (`occupied`) + KEY `occupied` (`occupied`), + KEY `fieldtype` (`fieldtype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- diff --git a/sql_updates.txt b/sql_updates.txt index 9ab4451b..9401c108 100644 --- a/sql_updates.txt +++ b/sql_updates.txt @@ -6,6 +6,7 @@ ALTER TABLE `s1_fdata` ADD INDEX(`f99t`); ALTER TABLE `s1_diplomacy` ADD INDEX(`alli1`); ALTER TABLE `s1_diplomacy` ADD INDEX(`alli2`); ALTER TABLE `s1_diplomacy` ADD INDEX `type-accepted` (`type`, `accepted`); +ALTER TABLE `s1_wdata` ADD INDEX(`fieldtype`); -- 22.10.2017 -> SQL optimizations diff --git a/tools/regexor.php b/tools/regexor.php index fe0f3f05..7690dbe4 100644 --- a/tools/regexor.php +++ b/tools/regexor.php @@ -8,12 +8,12 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Init DB[ \t]+travian\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SET NAMES \'UTF8\'\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT Count\(\*\) as Total FROM s1_users WHERE timestamp > \d{0,100} AND tribe!=\d{1,2} AND tribe!=\d{1,2} AND tribe!=\d{1,2}\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users WHERE access< 8 AND id > \d{1,5} AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users WHERE access<( )?8 AND id > \d{1,1000} AND tribe<=3 AND tribe > 0 ORDER BY (oldrank|ap|dp|clp|RR) (ASC|DESC)(, id DESC)? Limit 1(0)?\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Quit[ \t]+\n?/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT username FROM s1_users where username = \'[^\']+\' LIMIT 1\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT id,password,sessid,is_bcrypt FROM s1_users where username = \'[^\']+\'\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (act|vac_mode|quest) FROM s1_users where username = \'[^\']+\'\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users where username = \'[^\']+\'\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users where (username = \'[^\']+\'|tribe = \d{0,100})\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE s1_users SET vac_mode = \'\d{0,100}\' , vac_time=\'\d{0,100}\' WHERE id=\d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+INSERT IGNORE INTO s1_online \(name, uid, time, sit\) VALUES \(\'[^\']+\', \d{0,100}, \'\d{0,100}\', \d{0,100}\)\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT id, village_select FROM `s1_users` WHERE `username`=\'[^\']+\'\n/', @@ -41,7 +41,7 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_mdata where target IN\([^)]+\) and send = 0 and archived = 1 and deltarget = 0\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_ndata where uid = \d{0,100} ORDER BY time DESC\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_ndata where uid = \d{0,100} and del = 0 ORDER BY time DESC\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (\*|evasion) FROM s1_vdata where wref = (\'?)\d{0,100}(\')?\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (\*|evasion|name) FROM s1_vdata where wref = (\'?)\d{0,100}(\')?\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (\*|f\d{0,100}t) from s1_fdata where vref = \d{0,100}( LIMIT 1)?\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT x,y FROM s1_wdata where id = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT id, fieldtype FROM s1_wdata where id = \d{0,100}\n/', @@ -52,7 +52,7 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT e.\*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = \d{0,100} AND e.from !=\d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT e.\*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_prisoners where (s1_prisoners.)?(`)?from(`)? = \d{0,100}\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (tribe|plus|gold|alliance|b4|id|maxevasion) FROM s1_users where (id = \d{0,100}|username = \'[^\']+\')\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT (tribe|plus|gold|alliance|b4|id|maxevasion|username|\*) FROM s1_users where (id = (\')?\d{0,100}(\')?|username = \'[^\']+\'|tribe = \d{0,100})( ORDER BY (ap|dp|clp|RR) DESC(, id DESC)? Limit 1)?\n/i', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_movement where s1_movement.from = \'\d{0,100}\' and sort_type = 5 and proc = 0 ORDER BY endtime ASC\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* from s1_tdata where vref = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_abdata where vref = \d{0,100}\n/', @@ -68,7 +68,7 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE s1_vdata set lastupdate = \d{0,100} where wref = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_bdata where wid = \d{0,100} order by master,timestamp ASC\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT count\(id\) FROM s1_users where id > 5\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, \(\n[^A-Za-z]+SELECT SUM\( s1_vdata.pop \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid\n[^A-Za-z]+\)totalpop, \(\n[^A-Za-z]+SELECT COUNT\( s1_vdata.wref \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid AND type != 99\n[^A-Za-z]+\)totalvillages, \(\n[^A-Za-z]+SELECT s1_alidata.tag\n[^A-Za-z]+FROM s1_alidata, s1_users\n[^A-Za-z]+WHERE s1_alidata.id = s1_users.alliance\n[^A-Za-z]+AND s1_users.id = userid\n[^A-Za-z]+\)allitag\n[^A-Za-z]+FROM s1_users\n[^A-Za-z]+WHERE s1_users.access < 8\n[^A-Za-z]+AND s1_users.tribe <= 5\n[^A-Za-z]+AND s1_users.id > 5\n[^A-Za-z]+ORDER BY totalpop DESC, totalvillages DESC, userid DESC\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT s1_users.id userid,( s1_users.tribe tribe,)? s1_users.username username(, s1_users.oldrank oldrank)?,( )?s1_users.alliance alliance, \(\n[^A-Za-z]+SELECT SUM\( s1_vdata.pop \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid\n[^A-Za-z]+\)totalpop, \(\n[^A-Za-z]+SELECT COUNT\( s1_vdata.wref \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid AND type != 99\n[^A-Za-z]+\)totalvillages, \(\n[^A-Za-z]+SELECT s1_alidata.tag\n[^A-Za-z]+FROM s1_alidata, s1_users\n[^A-Za-z]+WHERE s1_alidata.id = s1_users.alliance\n[^A-Za-z]+AND s1_users.id = userid\n[^A-Za-z]+\)allitag\n[^A-Za-z]+FROM s1_users\n[^A-Za-z]+WHERE( s1_users.access < 8\n[^A-Za-z]+ AND)? s1_users.tribe (<=|=) \d{0,100}( AND s1_users.access < \d{0,100})?\n[^A-Za-z]+AND s1_users.id > 5\n[^A-Za-z]+ORDER BY totalpop DESC, totalvillages DESC, userid DESC\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_medal order by week DESC LIMIT 0, 1\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users where oldrank = 0 and id > 5\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+DELETE FROM s1_active WHERE timestamp < \d{0,100}\n/', @@ -84,7 +84,7 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT sum\(cp\) FROM s1_vdata where owner = \d{0,100} and natar = 0\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE s1_users set cp = cp \+ \d{0,100}(\.\d{0,100})?, lastupdate = \d{0,100} where id = \'\d{0,100}\'\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_hero( WHERE uid = \d{0,100})?\n/', - '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_hero WHERE (`)?dead(`)?=(\')?0(\')? AND (uid|`heroid`)=\d{0,100}( LIMIT 1)?\n/i', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_hero WHERE (`)?dead(`)?( )?=( )?(\')?\d{0,100}(\')?( AND (uid|`heroid`)=\d{0,100}( LIMIT 1)?)?\n/i', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE `s1_hero` SET health = \'\d{0,100}\' WHERE heroid = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE `s1_hero` SET lastupdate = \'\d{0,100}\' WHERE heroid = \d{0,100}\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE `s1_hero` SET health = \'\d{0,100}(\.\d{0,100})?\' WHERE heroid = \d{0,100}\n/', @@ -181,6 +181,11 @@ '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT\n[^A-Za-z]+s1_wdata.id AS map_id,\n[^A-Za-z]+s1_wdata.fieldtype AS map_fieldtype,\n[^A-Za-z]+s1_wdata.oasistype AS map_oasis,\n[^A-Za-z]+s1_wdata.x AS map_x,\n[^A-Za-z]+s1_wdata.y AS map_y,\n[^A-Za-z]+s1_wdata.occupied AS map_occupied,\n[^A-Za-z]+s1_wdata.image AS map_image,\n\n[^A-Za-z]+s1_odata.conqured AS oasis_conqured,\n[^A-Za-z]+info_user_oasis.username AS oasis_user,\n[^A-Za-z]+info_user_oasis.tribe AS oasis_tribe,\n[^A-Za-z]+info_alliance_oasis.tag AS oasis_alli_name,\n\n[^A-Za-z]+s1_vdata.wref AS ville_id,\n[^A-Za-z]+s1_vdata.owner AS ville_user,\n[^A-Za-z]+s1_vdata.name AS ville_name,\n[^A-Za-z]+s1_vdata.capital AS ville_capital,\n[^A-Za-z]+s1_vdata.pop AS ville_pop,\n\n[^A-Za-z]+s1_users.id AS user_id,\n[^A-Za-z]+s1_users.username AS user_username,\n[^A-Za-z]+s1_users.tribe AS user_tribe,\n[^A-Za-z]+s1_users.alliance AS user_alliance,\n\n[^A-Za-z]+s1_alidata.id AS aliance_id,\n[^A-Za-z]+s1_alidata.tag AS aliance_name\n\n[^A-Za-z]+FROM \(\(\(\(\(\(s1_wdata\n[^A-Za-z]+LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id \)\n[^A-Za-z]+LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id \)\n[^A-Za-z]+LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner \)\n[^A-Za-z]+LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance \)\n[^A-Za-z]+LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner \)\n[^A-Za-z]+LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance \)\n[^A-Za-z]+where s1_wdata.id IN \([^)]+\)\n[^A-Za-z]+ORDER BY FIND_IN_SET\(s1_wdata.id,\'[^\']+\'\)\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_diplomacy WHERE \(alli1 = \'[^\']*\' or alli2 = \'[^\']*\'\) AND \(type = \'\d{0,100}\' AND accepted = \'\d{0,100}\'\)\n/', '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_diplomacy WHERE alli1 = \'[^\']*\' AND type = \'\d{0,100}\' OR alli2 = \'[^\']*\' AND type = \'\d{0,100}\' AND accepted = \'\d{0,100}\'\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+UPDATE s1_general SET shown = \d{0,100} WHERE id = \d{0,100}\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT id,x,y,occupied(,fieldtype)? FROM s1_wdata WHERE fieldtype = \d{0,100}( OR fieldtype = \d{0,100})?\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT s1_users.id userid, s1_users.username username, s1_users.(a|d)pall, \(\n\n[^A-Za-z]+SELECT COUNT\( s1_vdata.wref \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid AND type != \d{0,100}\n[^A-Za-z]+\)totalvillages, \(\n\n[^A-Za-z]+SELECT SUM\( s1_vdata.pop \)\n[^A-Za-z]+FROM s1_vdata\n[^A-Za-z]+WHERE s1_vdata.owner = userid\n[^A-Za-z]+\)pop\n[^A-Za-z]+FROM s1_users\n[^A-Za-z]+WHERE s1_users.(a|d)pall >=0 AND s1_users.access < 8 AND s1_users.tribe <= 3\n[^A-Za-z]+AND s1_users.id > 5\n[^A-Za-z]+ORDER BY s1_users.(a|d)pall DESC, pop DESC, userid DESC\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT v.wref,v.name,v.owner,v.pop FROM s1_vdata AS v,s1_users AS u WHERE v.owner=u.id AND u.tribe<=3 AND v.wref != \'[^\']*\' AND u.access<8\n/', + '/(\d{0,100} \d{1,2}:\d{1,2}:\d{1,2})?[ \t]+\d{1,100}[ \t]+Query[ \t]+SELECT \* FROM s1_users WHERE tribe!=0 AND tribe!=4 AND tribe!=5\n/', ]; echo preg_replace($regexes, '', $src); diff --git a/tools/regexor.sql b/tools/regexor.sql index 6e141eba..625a0efa 100644 --- a/tools/regexor.sql +++ b/tools/regexor.sql @@ -1,100 +1,100 @@ -171023 18:52:02 4315 Connect root@localhost as anonymous on - 4315 Init DB travian - 4315 Query SET NAMES 'UTF8' - 4315 Query SELECT * FROM s1_users where username = 'cyberghost' - 4315 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC - 4315 Query SELECT sit FROM s1_online where uid = 6 - 4315 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 - 4315 Query SELECT SUM(hero) from s1_units where `vref` = 22609 - 4315 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 - 4315 Query SELECT SUM(hero) from s1_units where `vref` = 23623 - 4315 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 - 4315 Query SELECT SUM(hero) from s1_units where `vref` = 23036 - 4315 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT dead FROM s1_hero WHERE `uid` = 6 - 4315 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 - 4315 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 - 4315 Query REPLACE into s1_active values ('cyberghost',1508777522) - 4315 Query UPDATE s1_users set timestamp = '1508777522' where username = 'cyberghost' - 4315 Query REPLACE into s1_active values ('cyberghost',1508777522) - 4315 Query UPDATE s1_users set timestamp = 1508777522 where username = 'cyberghost' - 4315 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC - 4315 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC - 4315 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC - 4315 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC - 4315 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 - 4315 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 - 4315 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC - 4315 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC - 4315 Query SELECT * FROM s1_vdata where wref = '22609' - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT x,y FROM s1_wdata where id = 22609 - 4315 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 - 4315 Query SELECT * FROM s1_odata where conqured = 22609 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_enforcement where vref = 22609 - 4315 Query SELECT * from s1_enforcement where `from` = 22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_enforcement where vref = 22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 - 4315 Query SELECT * FROM s1_prisoners where `from` = 22609 - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT tribe FROM s1_users where id = 6 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * from s1_tdata where vref = 22609 - 4315 Query SELECT * FROM s1_abdata where vref = 22609 - 4315 Query SELECT * FROM s1_research where vref = 22609 - 4315 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC - 4315 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 - 4315 Query UPDATE s1_vdata set wood = 28363, clay = 37571, iron = 28361, crop = 44702 where wref = 22609 - 4315 Query UPDATE s1_vdata set lastupdate = 1508777522 where wref = 22609 - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT x,y FROM s1_wdata where id = 22609 - 4315 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 - 4315 Query SELECT * FROM s1_odata where conqured = 22609 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_enforcement where vref = 22609 - 4315 Query SELECT * from s1_enforcement where `from` = 22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_enforcement where vref = 22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 - 4315 Query SELECT * FROM s1_prisoners where `from` = 22609 - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT tribe FROM s1_users where id = 6 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * from s1_tdata where vref = 22609 - 4315 Query SELECT * FROM s1_abdata where vref = 22609 - 4315 Query SELECT * FROM s1_research where vref = 22609 - 4315 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC - 4315 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC - 4315 Query SELECT count(id) FROM s1_users where id > 5 - 4315 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( +171023 19:21:43 4416 Connect root@localhost as anonymous on + 4416 Init DB travian + 4416 Query SET NAMES 'UTF8' + 4416 Query SELECT * FROM s1_users where username = 'cyberghost' + 4416 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4416 Query SELECT sit FROM s1_online where uid = 6 + 4416 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4416 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4416 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4416 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4416 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4416 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4416 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4416 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4416 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4416 Query REPLACE into s1_active values ('cyberghost',1508779303) + 4416 Query UPDATE s1_users set timestamp = '1508779303' where username = 'cyberghost' + 4416 Query REPLACE into s1_active values ('cyberghost',1508779303) + 4416 Query UPDATE s1_users set timestamp = 1508779303 where username = 'cyberghost' + 4416 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4416 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4416 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4416 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4416 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4416 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4416 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4416 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4416 Query SELECT * FROM s1_vdata where wref = '22609' + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT x,y FROM s1_wdata where id = 22609 + 4416 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4416 Query SELECT * FROM s1_odata where conqured = 22609 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_enforcement where vref = 22609 + 4416 Query SELECT * from s1_enforcement where `from` = 22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_enforcement where vref = 22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4416 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT tribe FROM s1_users where id = 6 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * from s1_tdata where vref = 22609 + 4416 Query SELECT * FROM s1_abdata where vref = 22609 + 4416 Query SELECT * FROM s1_research where vref = 22609 + 4416 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4416 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4416 Query UPDATE s1_vdata set wood = 28981, clay = 38436, iron = 28979, crop = 45345 where wref = 22609 + 4416 Query UPDATE s1_vdata set lastupdate = 1508779303 where wref = 22609 + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT x,y FROM s1_wdata where id = 22609 + 4416 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4416 Query SELECT * FROM s1_odata where conqured = 22609 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_enforcement where vref = 22609 + 4416 Query SELECT * from s1_enforcement where `from` = 22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_enforcement where vref = 22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4416 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT tribe FROM s1_users where id = 6 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * from s1_tdata where vref = 22609 + 4416 Query SELECT * FROM s1_abdata where vref = 22609 + 4416 Query SELECT * FROM s1_research where vref = 22609 + 4416 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4416 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4416 Query SELECT count(id) FROM s1_users where id > 5 + 4416 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( SELECT SUM( s1_vdata.pop ) FROM s1_vdata @@ -116,383 +116,1481 @@ AND s1_users.tribe <= 5 AND s1_users.id > 5 ORDER BY totalpop DESC, totalvillages DESC, userid DESC - 4315 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 - 4315 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 - 4315 Query DELETE FROM s1_active WHERE timestamp < 1508561522 - 4315 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 - 4315 Query UPDATE s1_odata set wood = 183.06888888889, clay = 183.06888888889, iron = 183.06888888889, crop = 183.06888888889 where wref = 16778 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 16778 - 4315 Query UPDATE s1_odata set wood = 148.06888888889, clay = 148.06888888889, iron = 148.06888888889, crop = 148.06888888889 where wref = 16780 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 16780 - 4315 Query UPDATE s1_odata set wood = 335.06888888889, clay = 335.06888888889, iron = 335.06888888889, crop = 335.06888888889 where wref = 17378 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 17378 - 4315 Query UPDATE s1_odata set wood = 495.06888888889, clay = 495.06888888889, iron = 495.06888888889, crop = 495.06888888889 where wref = 17984 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 17984 - 4315 Query UPDATE s1_odata set wood = 555.06888888889, clay = 555.06888888889, iron = 555.06888888889, crop = 555.06888888889 where wref = 17986 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 17986 - 4315 Query UPDATE s1_odata set wood = 104.06888888889, clay = 104.06888888889, iron = 104.06888888889, crop = 104.06888888889 where wref = 18390 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 18390 - 4315 Query UPDATE s1_odata set wood = 472.06888888889, clay = 472.06888888889, iron = 472.06888888889, crop = 472.06888888889 where wref = 18595 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 18595 - 4315 Query UPDATE s1_odata set wood = 312.06888888889, clay = 312.06888888889, iron = 312.06888888889, crop = 312.06888888889 where wref = 18799 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 18799 - 4315 Query UPDATE s1_odata set wood = 558.06888888889, clay = 558.06888888889, iron = 558.06888888889, crop = 558.06888888889 where wref = 19194 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 19194 - 4315 Query UPDATE s1_odata set wood = 20.068888888889, clay = 20.068888888889, iron = 20.068888888889, crop = 20.068888888889 where wref = 20198 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 20198 - 4315 Query UPDATE s1_odata set wood = 230.06888888889, clay = 230.06888888889, iron = 230.06888888889, crop = 230.06888888889 where wref = 22206 - 4315 Query UPDATE s1_odata set lastupdated = 1508777522 where wref = 22206 - 4315 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 - 4315 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop - 4315 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 - 4315 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 - 4315 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 - 4315 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508777522 - 4315 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508776922 - 4315 Query SELECT * FROM s1_hero - 4315 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 - 4315 Query UPDATE `s1_hero` SET lastupdate = '1508777522' WHERE heroid = 2 - 4315 Query SELECT * from s1_units where vref = 20599 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_units where vref = 18790 - 4315 Query SELECT uid FROM s1_deleting where timestamp < 1508777522 - 4315 Query SELECT * FROM s1_bdata where timestamp < 1508777522 and master = 0 - 4315 Query SELECT * FROM s1_bdata WHERE master = 1 - 4315 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508777522 - 4315 Query SELECT * FROM `s1_fdata` - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 - 4315 Query DELETE from s1_route where timeleft < 1508777522 - 4315 Query SELECT * FROM s1_route where timestamp < 1508777522 - 4315 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508777522.8262 - 4315 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508777522.8262 - 4315 Query SELECT * FROM s1_research where timestamp < 1508777522 - 4315 Query SELECT * FROM s1_training where vref IS NOT NULL - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT owner FROM s1_vdata where wref = 22609 - 4315 Query SELECT b4 FROM s1_users where id = 6 - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 - 4315 Query SELECT * from s1_units where vref = 22609 - 4315 Query SELECT * from s1_enforcement where vref = 22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 - 4315 Query SELECT * FROM s1_vdata where wref = 22609 - 4315 Query SELECT tribe FROM s1_users where id = 6 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_prisoners where `from` = 22609 - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT owner FROM s1_vdata where wref = 22609 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 - 4315 Query SELECT * from s1_units where vref = 36787 - 4315 Query SELECT * from s1_enforcement where vref = 36787 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 - 4315 Query SELECT * FROM s1_vdata where wref = 36787 - 4315 Query SELECT tribe FROM s1_users where id = 94 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_prisoners where `from` = 36787 - 4315 Query SELECT * from s1_fdata where vref = 36787 - 4315 Query SELECT owner FROM s1_vdata where wref = 36787 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner - 4315 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner - 4315 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner - 4315 Query SELECT * from s1_units where vref = 36787 - 4315 Query SELECT owner FROM s1_vdata where wref = 36787 - 4315 Query SELECT b4 FROM s1_users where id = 94 - 4315 Query SELECT * from s1_fdata where vref = 36787 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 - 4315 Query SELECT crop FROM s1_vdata where wref = 36787 - 4315 Query UPDATE s1_vdata set crop = '627' where wref = 36787 - 4315 Query SELECT owner FROM s1_vdata where wref = 36787 - 4315 Query SELECT b4 FROM s1_users where id = 94 - 4315 Query SELECT * from s1_fdata where vref = 36787 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 - 4315 Query SELECT * from s1_units where vref = 1592 - 4315 Query SELECT * from s1_enforcement where vref = 1592 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 - 4315 Query SELECT * FROM s1_vdata where wref = 1592 - 4315 Query SELECT tribe FROM s1_users where id = 67 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_prisoners where `from` = 1592 - 4315 Query SELECT * from s1_fdata where vref = 1592 - 4315 Query SELECT owner FROM s1_vdata where wref = 1592 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner - 4315 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner - 4315 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner - 4315 Query SELECT * from s1_units where vref = 1592 - 4315 Query SELECT owner FROM s1_vdata where wref = 1592 - 4315 Query SELECT b4 FROM s1_users where id = 67 - 4315 Query SELECT * from s1_fdata where vref = 1592 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 - 4315 Query SELECT crop FROM s1_vdata where wref = 1592 - 4315 Query SELECT owner FROM s1_vdata where wref = 1592 - 4315 Query SELECT b4 FROM s1_users where id = 67 - 4315 Query SELECT * from s1_fdata where vref = 1592 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 - 4315 Query SELECT * from s1_units where vref = 20599 - 4315 Query SELECT * from s1_enforcement where vref = 20599 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 - 4315 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 - 4315 Query SELECT * FROM s1_vdata where wref = 20599 - 4315 Query SELECT tribe FROM s1_users where id = 46 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_prisoners where `from` = 20599 - 4315 Query SELECT * from s1_fdata where vref = 20599 - 4315 Query SELECT owner FROM s1_vdata where wref = 20599 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner - 4315 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner - 4315 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner - 4315 Query SELECT owner FROM s1_vdata where wref = 20599 - 4315 Query SELECT b4 FROM s1_users where id = 46 - 4315 Query SELECT * from s1_fdata where vref = 20599 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 - 4315 Query SELECT crop FROM s1_vdata where wref = 20599 - 4315 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 - 4315 Query SELECT owner FROM s1_vdata where wref = 20599 - 4315 Query SELECT b4 FROM s1_users where id = 46 - 4315 Query SELECT * from s1_fdata where vref = 20599 - 4315 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 - 4315 Query SELECT * FROM s1_vdata where celebration < 1508777522 AND celebration != 0 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508777522 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508777522 - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508777522 - 4315 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508777522 - 4315 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 - 4315 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop - 4315 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 - 4315 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508777522 - 4315 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508777522.8882 - 4315 Query SELECT * FROM s1_general WHERE shown = 1 - 4315 Query SELECT * FROM s1_users WHERE invited != 0 - 4315 Query SELECT * FROM `s1_fdata` - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 - 4315 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 - 4315 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508777522 - 4315 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508734322 - 4315 Query SELECT * FROM s1_config - 4315 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508691122 - 4315 Query SELECT timestamp from s1_deleting where uid = 6 - 4315 Query SELECT + 4416 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4416 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4416 Query DELETE FROM s1_active WHERE timestamp < 1508563303 + 4416 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4416 Query UPDATE s1_odata set wood = 186.95777777778, clay = 186.95777777778, iron = 186.95777777778, crop = 186.95777777778 where wref = 16778 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 16778 + 4416 Query UPDATE s1_odata set wood = 151.95777777778, clay = 151.95777777778, iron = 151.95777777778, crop = 151.95777777778 where wref = 16780 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 16780 + 4416 Query UPDATE s1_odata set wood = 338.95777777778, clay = 338.95777777778, iron = 338.95777777778, crop = 338.95777777778 where wref = 17378 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 17378 + 4416 Query UPDATE s1_odata set wood = 498.95777777778, clay = 498.95777777778, iron = 498.95777777778, crop = 498.95777777778 where wref = 17984 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 17984 + 4416 Query UPDATE s1_odata set wood = 558.95777777778, clay = 558.95777777778, iron = 558.95777777778, crop = 558.95777777778 where wref = 17986 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 17986 + 4416 Query UPDATE s1_odata set wood = 107.95777777778, clay = 107.95777777778, iron = 107.95777777778, crop = 107.95777777778 where wref = 18390 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 18390 + 4416 Query UPDATE s1_odata set wood = 475.95777777778, clay = 475.95777777778, iron = 475.95777777778, crop = 475.95777777778 where wref = 18595 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 18595 + 4416 Query UPDATE s1_odata set wood = 315.95777777778, clay = 315.95777777778, iron = 315.95777777778, crop = 315.95777777778 where wref = 18799 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 18799 + 4416 Query UPDATE s1_odata set wood = 561.95777777778, clay = 561.95777777778, iron = 561.95777777778, crop = 561.95777777778 where wref = 19194 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 19194 + 4416 Query UPDATE s1_odata set wood = 23.957777777778, clay = 23.957777777778, iron = 23.957777777778, crop = 23.957777777778 where wref = 20198 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 20198 + 4416 Query UPDATE s1_odata set wood = 233.95777777778, clay = 233.95777777778, iron = 233.95777777778, crop = 233.95777777778 where wref = 22206 + 4416 Query UPDATE s1_odata set lastupdated = 1508779303 where wref = 22206 + 4416 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4416 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4416 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4416 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4416 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4416 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779303 + 4416 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778703 + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 6 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 110.94, lastupdate = 1508779303 where id = '6' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 7 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 54.825, lastupdate = 1508779303 where id = '7' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 8 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.74055555555556, lastupdate = 1508779303 where id = '8' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 9 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.54944444444444, lastupdate = 1508779303 where id = '9' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 10 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.57333333333333, lastupdate = 1508779303 where id = '10' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 11 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.28666666666667, lastupdate = 1508779303 where id = '11' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 12 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.23888888888889, lastupdate = 1508779303 where id = '12' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 13 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.095555555555556, lastupdate = 1508779303 where id = '13' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 14 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.215, lastupdate = 1508779303 where id = '14' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 15 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.095555555555556, lastupdate = 1508779303 where id = '15' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 16 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '16' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 17 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.095555555555556, lastupdate = 1508779303 where id = '17' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 18 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '18' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 19 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '19' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 20 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '20' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 21 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '21' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 22 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.19111111111111, lastupdate = 1508779303 where id = '22' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 23 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '23' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 24 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.14333333333333, lastupdate = 1508779303 where id = '24' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 25 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '25' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 26 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '26' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 27 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '27' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 28 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '28' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 29 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.11944444444444, lastupdate = 1508779303 where id = '29' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 30 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '30' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 31 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 2.6038888888889, lastupdate = 1508779303 where id = '31' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 32 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '32' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 33 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.11944444444444, lastupdate = 1508779303 where id = '33' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 34 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '34' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 35 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '35' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 36 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '36' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 37 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '37' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 38 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '38' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 39 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '39' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 40 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '40' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 41 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '41' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 42 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '42' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 43 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '43' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 44 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '44' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 45 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '45' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 46 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 69.253888888889, lastupdate = 1508779303 where id = '46' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 48 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '48' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 49 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.26277777777778, lastupdate = 1508779303 where id = '49' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 50 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '50' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 51 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 49.45, lastupdate = 1508779303 where id = '51' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 52 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '52' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 53 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.50166666666667, lastupdate = 1508779303 where id = '53' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 54 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.14333333333333, lastupdate = 1508779303 where id = '54' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 55 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '55' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 56 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.4572222222222, lastupdate = 1508779303 where id = '56' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 57 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.0272222222222, lastupdate = 1508779303 where id = '57' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 58 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.0511111111111, lastupdate = 1508779303 where id = '58' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 59 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.1227777777778, lastupdate = 1508779303 where id = '59' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 60 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.1466666666667, lastupdate = 1508779303 where id = '60' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 61 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.90777777777778, lastupdate = 1508779303 where id = '61' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 62 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.95555555555556, lastupdate = 1508779303 where id = '62' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 63 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.7916666666667, lastupdate = 1508779303 where id = '63' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 64 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.35833333333333, lastupdate = 1508779303 where id = '64' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 65 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.1227777777778, lastupdate = 1508779303 where id = '65' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 66 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.1705555555556, lastupdate = 1508779303 where id = '66' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 67 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 8.0027777777778, lastupdate = 1508779303 where id = '67' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 68 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.71666666666667, lastupdate = 1508779303 where id = '68' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 69 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.66888888888889, lastupdate = 1508779303 where id = '69' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 70 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.071666666666667, lastupdate = 1508779303 where id = '70' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 71 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '71' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 72 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.2422222222222, lastupdate = 1508779303 where id = '72' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 73 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.0511111111111, lastupdate = 1508779303 where id = '73' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 74 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '74' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 75 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.1944444444444, lastupdate = 1508779303 where id = '75' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 76 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.31055555555556, lastupdate = 1508779303 where id = '76' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 78 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.50166666666667, lastupdate = 1508779303 where id = '78' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 80 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.40611111111111, lastupdate = 1508779303 where id = '80' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 81 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 9.5077777777778, lastupdate = 1508779303 where id = '81' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 82 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '82' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 83 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.023888888888889, lastupdate = 1508779303 where id = '83' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 84 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.40611111111111, lastupdate = 1508779303 where id = '84' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 85 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.16722222222222, lastupdate = 1508779303 where id = '85' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 86 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.4333333333333, lastupdate = 1508779303 where id = '86' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 87 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.3138888888889, lastupdate = 1508779303 where id = '87' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 88 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 2.1022222222222, lastupdate = 1508779303 where id = '88' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 89 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.43, lastupdate = 1508779303 where id = '89' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 90 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.83611111111111, lastupdate = 1508779303 where id = '90' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 91 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 1.6005555555556, lastupdate = 1508779303 where id = '91' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 92 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.74055555555556, lastupdate = 1508779303 where id = '92' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 93 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.23888888888889, lastupdate = 1508779303 where id = '93' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 94 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.47777777777778, lastupdate = 1508779303 where id = '94' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 95 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.31055555555556, lastupdate = 1508779303 where id = '95' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 96 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.31055555555556, lastupdate = 1508779303 where id = '96' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 97 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.40611111111111, lastupdate = 1508779303 where id = '97' + 4416 Query SELECT sum(cp) FROM s1_vdata where owner = 98 and natar = 0 + 4416 Query UPDATE s1_users set cp = cp + 0.31055555555556, lastupdate = 1508779303 where id = '98' + 4416 Query SELECT * FROM s1_hero + 4416 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4416 Query UPDATE `s1_hero` SET lastupdate = '1508779303' WHERE heroid = 2 + 4416 Query SELECT * from s1_units where vref = 20599 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_units where vref = 18790 + 4416 Query SELECT uid FROM s1_deleting where timestamp < 1508779303 + 4416 Query SELECT * FROM s1_bdata where timestamp < 1508779303 and master = 0 + 4416 Query SELECT * FROM s1_bdata WHERE master = 1 + 4416 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779303 + 4416 Query SELECT * FROM `s1_fdata` + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4416 Query DELETE from s1_route where timeleft < 1508779303 + 4416 Query SELECT * FROM s1_route where timestamp < 1508779303 + 4416 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779303.8794 + 4416 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779303.8794 + 4416 Query UPDATE s1_movement set proc = 1 where moveid = 6827 + 4416 Query SELECT * FROM s1_research where timestamp < 1508779303 + 4416 Query SELECT * FROM s1_training where vref IS NOT NULL + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT b4 FROM s1_users where id = 6 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4416 Query SELECT * from s1_units where vref = 22609 + 4416 Query SELECT * from s1_enforcement where vref = 22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4416 Query SELECT * FROM s1_vdata where wref = 22609 + 4416 Query SELECT tribe FROM s1_users where id = 6 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4416 Query SELECT * from s1_units where vref = 36787 + 4416 Query SELECT * from s1_enforcement where vref = 36787 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4416 Query SELECT * FROM s1_vdata where wref = 36787 + 4416 Query SELECT tribe FROM s1_users where id = 94 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4416 Query SELECT * from s1_fdata where vref = 36787 + 4416 Query SELECT owner FROM s1_vdata where wref = 36787 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4416 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4416 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4416 Query SELECT * from s1_units where vref = 36787 + 4416 Query SELECT owner FROM s1_vdata where wref = 36787 + 4416 Query SELECT b4 FROM s1_users where id = 94 + 4416 Query SELECT * from s1_fdata where vref = 36787 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4416 Query SELECT crop FROM s1_vdata where wref = 36787 + 4416 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4416 Query SELECT owner FROM s1_vdata where wref = 36787 + 4416 Query SELECT b4 FROM s1_users where id = 94 + 4416 Query SELECT * from s1_fdata where vref = 36787 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4416 Query SELECT * from s1_units where vref = 1592 + 4416 Query SELECT * from s1_enforcement where vref = 1592 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4416 Query SELECT * FROM s1_vdata where wref = 1592 + 4416 Query SELECT tribe FROM s1_users where id = 67 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4416 Query SELECT * from s1_fdata where vref = 1592 + 4416 Query SELECT owner FROM s1_vdata where wref = 1592 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4416 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4416 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4416 Query SELECT * from s1_units where vref = 1592 + 4416 Query SELECT owner FROM s1_vdata where wref = 1592 + 4416 Query SELECT b4 FROM s1_users where id = 67 + 4416 Query SELECT * from s1_fdata where vref = 1592 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4416 Query SELECT crop FROM s1_vdata where wref = 1592 + 4416 Query SELECT owner FROM s1_vdata where wref = 1592 + 4416 Query SELECT b4 FROM s1_users where id = 67 + 4416 Query SELECT * from s1_fdata where vref = 1592 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4416 Query SELECT * from s1_units where vref = 20599 + 4416 Query SELECT * from s1_enforcement where vref = 20599 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4416 Query SELECT * FROM s1_vdata where wref = 20599 + 4416 Query SELECT tribe FROM s1_users where id = 46 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4416 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4416 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT b4 FROM s1_users where id = 46 + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4416 Query SELECT crop FROM s1_vdata where wref = 20599 + 4416 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT b4 FROM s1_users where id = 46 + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4416 Query SELECT * FROM s1_vdata where celebration < 1508779303 AND celebration != 0 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779303 ORDER BY endtime ASC + 4416 Query SELECT x,y FROM s1_wdata where id = 20599 + 4416 Query SELECT x,y FROM s1_wdata where id = 39177 + 4416 Query SELECT id, oasistype FROM s1_wdata where id = 39177 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT id FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 39177 + 4416 Query SELECT id FROM s1_users where id = 53 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT tribe FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 39177 + 4416 Query SELECT tribe FROM s1_users where id = 53 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT alliance FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 39177 + 4416 Query SELECT alliance FROM s1_users where id = 53 + 4416 Query SELECT * FROM s1_wdata left JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id where s1_wdata.id = 39177 + 4416 Query SELECT * FROM s1_wdata left JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id where s1_wdata.id = 20599 + 4416 Query SELECT * FROM s1_vdata where wref = 39177 + 4416 Query SELECT * FROM s1_vdata where wref = 20599 + 4416 Query SELECT * from s1_units where vref = 39177 + 4416 Query SELECT evasion FROM s1_vdata where wref = 39177 + 4416 Query SELECT maxevasion FROM s1_users where id = 53 + 4416 Query SELECT gold FROM s1_users where id = 53 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 or s1_movement.to = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * from s1_units where vref = 39177 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT f40 from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f19t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f19t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f20t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f20t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f21t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f21t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f22t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f22t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f23t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f23t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f24t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f24t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f25t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f25t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f26t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f26t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f27t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f27t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f28t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f28t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f29t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f29t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f30t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f30t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f31t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f31t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f32t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f32t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f33t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f33t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f34t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f34t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f35t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f35t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f36t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f36t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f37t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f37t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f38t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f38t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f39t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT f39t from s1_fdata where vref = 39177 LIMIT 1 + 4416 Query SELECT * FROM s1_abdata where vref = 20599 + 4416 Query SELECT * FROM s1_abdata where vref = 39177 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 3 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 3 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 3 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND active = 1 AND type = 3 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 39177 AND active = 1 AND type = 3 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND active = 1 AND type = 3 AND size=2 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 3) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 3)) + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT * FROM s1_units WHERE vref='39177' + 4416 Query UPDATE s1_units set u1 = u1 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u2 = u2 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u3 = u3 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u4 = u4 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u5 = u5 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u6 = u6 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u7 = u7 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u8 = u8 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u9 = u9 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set u10 = u10 - 0 WHERE vref = 39177 + 4416 Query UPDATE s1_units set hero = hero - WHERE vref = 39177 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query UPDATE s1_attacks set t1=t1 - 0,t2=t2 - 0,t3=t3 - 0,t4=t4 - 0,t5=t5 - 0,t6=t6 - 0,t7=t7 - 0,t8=t8 - 0,t9=t9 - 0,t10=t10 - 0,t11=t11 - 0 WHERE id = 2196 + 4416 Query UPDATE s1_attacks set t1=t1 - ,t2=t2 - ,t3=t3 - ,t4=t4 - ,t5=t5 - ,t6=t6 - ,t7=t7 - ,t8=t8 - ,t9=t9 - ,t10=t10 - ,t11=t11 - WHERE id = 2196 + 4416 Query UPDATE s1_users set dpall = dpall + 0 where id = 53 + 4416 Query UPDATE s1_users set apall = apall + 0 where id = 46 + 4416 Query UPDATE s1_users set dp = dp + 0 where id = 53 + 4416 Query UPDATE s1_users set ap = ap + 0 where id = 46 + 4416 Query UPDATE s1_alidata set Adp = Adp + 0 where id = 0 + 4416 Query UPDATE s1_alidata set Aap = Aap + 0 where id = 1 + 4416 Query UPDATE s1_alidata set dp = dp + 0 where id = 0 + 4416 Query UPDATE s1_alidata set ap = ap + 0 where id = 1 + 4416 Query SELECT * from s1_fdata where vref = 39177 + 4416 Query SELECT owner FROM s1_vdata where wref = 39177 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND active = 1 AND type = 7 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 39177 AND active = 1 AND type = 7 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND active = 1 AND type = 7 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 0 AND ((type = 8 AND kind = 7) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 7)) + 4416 Query SELECT * FROM s1_vdata where wref = 39177 + 4416 Query SELECT * from s1_fdata where vref = 39177 + 4416 Query SELECT * FROM s1_odata where conqured = 39177 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = '39177' AND type = '4' order by size + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 53 AND type = 4 AND size=3 + 4416 Query SELECT * from s1_units where vref = 39177 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 39177 AND e.from !=39177 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 39177 + 4416 Query SELECT * FROM s1_vdata where wref = 39177 + 4416 Query SELECT tribe FROM s1_users where id = 53 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '39177' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 39177 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 39177 + 4416 Query UPDATE s1_vdata set wood = 17, clay = 21, iron = 14, crop = 7 where wref = 39177 + 4416 Query UPDATE s1_vdata set lastupdate = 1508779303 where wref = 39177 + 4416 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4416 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4416 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4416 Query SELECT clay FROM s1_vdata where wref = 39177 + 4416 Query SELECT iron FROM s1_vdata where wref = 39177 + 4416 Query SELECT wood FROM s1_vdata where wref = 39177 + 4416 Query SELECT crop FROM s1_vdata where wref = 39177 + 4416 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 53 order by pop desc + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 2 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 2 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 2 AND size=2 + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 2) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 2)) + 4416 Query INSERT INTO s1_ndata (id, uid, toWref, ally, topic, ntype, data, time, viewed) values (0,'46','39177','1','COLOMBIA[0] scouts Rakdos Village',18,'46,20599,2,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,39177,Rakdos Village,1,,,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,14,
\"Lumber\"17 |\r\n \"Clay\"21 |\r\n \"Iron\"14 |\r\n \"Crop\"7
\r\n
\"carry\"Total Resources : 59
\r\n ,,0,0,0,0,,,,,,,,,,,',1508778311,0) + 4416 Query UPDATE s1_movement set proc = 1 where moveid = 6710 + 4416 Query INSERT INTO s1_movement values (0,4,39177,20599,2196,0,1508778311,1508814293,0,1,0,0,0,0) + 4416 Query SELECT * FROM s1_vdata where wref = 39177 + 4416 Query SELECT owner FROM s1_vdata where wref = 39177 + 4416 Query SELECT b4 FROM s1_users where id = 53 + 4416 Query SELECT * from s1_fdata where vref = 39177 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 39177 + 4416 Query SELECT * from s1_units where vref = 39177 + 4416 Query SELECT * from s1_enforcement where vref = 39177 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 39177 AND e.from !=39177 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 39177 + 4416 Query SELECT * FROM s1_vdata where wref = 39177 + 4416 Query SELECT tribe FROM s1_users where id = 53 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '39177' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '39177' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 39177 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT x,y FROM s1_wdata where id = 20599 + 4416 Query SELECT x,y FROM s1_wdata where id = 1801 + 4416 Query SELECT id, oasistype FROM s1_wdata where id = 1801 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT id FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 1801 + 4416 Query SELECT id FROM s1_users where id = 90 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT tribe FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 1801 + 4416 Query SELECT tribe FROM s1_users where id = 90 + 4416 Query SELECT owner FROM s1_vdata where wref = 20599 + 4416 Query SELECT alliance FROM s1_users where id = 46 + 4416 Query SELECT owner FROM s1_vdata where wref = 1801 + 4416 Query SELECT alliance FROM s1_users where id = 90 + 4416 Query SELECT * FROM s1_wdata left JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id where s1_wdata.id = 1801 + 4416 Query SELECT * FROM s1_wdata left JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id where s1_wdata.id = 20599 + 4416 Query SELECT * FROM s1_vdata where wref = 1801 + 4416 Query SELECT * FROM s1_vdata where wref = 20599 + 4416 Query SELECT * from s1_units where vref = 1801 + 4416 Query SELECT evasion FROM s1_vdata where wref = 1801 + 4416 Query SELECT maxevasion FROM s1_users where id = 90 + 4416 Query SELECT gold FROM s1_users where id = 90 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 or s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * from s1_units where vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT f40 from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f19t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f19t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f20t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f20t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f21t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f21t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f22t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f22t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f23t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f23t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f24t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f24t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f25t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f25t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f26t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f26t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f27t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f27t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f28t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f28t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f29t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f29t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f30t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f30t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f31t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f31t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f32t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f32t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f33t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f33t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f34t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f34t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f35t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f35t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f36t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f36t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f37t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f37t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f38t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f38t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f39t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT f39t from s1_fdata where vref = 1801 LIMIT 1 + 4416 Query SELECT * FROM s1_abdata where vref = 20599 + 4416 Query SELECT * FROM s1_abdata where vref = 1801 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 3 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 3 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 3 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 3 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 3 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 3 AND size=2 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT owner FROM s1_vdata where wref = 0 + 4416 Query SELECT tribe FROM s1_users where username = 'Multihunter' + 4416 Query SELECT owner FROM s1_vdata where wref = 0 + 4416 Query SELECT * FROM s1_hero + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 3) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 3)) + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT * FROM s1_units WHERE vref='1801' + 4416 Query UPDATE s1_units set u21 = u21 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u22 = u22 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u23 = u23 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u24 = u24 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u25 = u25 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u26 = u26 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u27 = u27 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u28 = u28 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u29 = u29 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set u30 = u30 - 0 WHERE vref = 1801 + 4416 Query UPDATE s1_units set hero = hero - WHERE vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query UPDATE s1_enforcement set u31 = u31 - 0 where id = 26 + 4416 Query SELECT owner FROM s1_vdata where wref = 0 + 4416 Query UPDATE s1_attacks set t1=t1 - 0,t2=t2 - 0,t3=t3 - 0,t4=t4 - 0,t5=t5 - 0,t6=t6 - 0,t7=t7 - 0,t8=t8 - 0,t9=t9 - 0,t10=t10 - 0,t11=t11 - 0 WHERE id = 2195 + 4416 Query UPDATE s1_attacks set t1=t1 - ,t2=t2 - ,t3=t3 - ,t4=t4 - ,t5=t5 - ,t6=t6 - ,t7=t7 - ,t8=t8 - ,t9=t9 - ,t10=t10 - ,t11=t11 - WHERE id = 2195 + 4416 Query UPDATE s1_users set dpall = dpall + 0 where id = 90 + 4416 Query UPDATE s1_users set apall = apall + 0 where id = 46 + 4416 Query UPDATE s1_users set dp = dp + 0 where id = 90 + 4416 Query UPDATE s1_users set ap = ap + 0 where id = 46 + 4416 Query UPDATE s1_alidata set Adp = Adp + 0 where id = 0 + 4416 Query UPDATE s1_alidata set Aap = Aap + 0 where id = 1 + 4416 Query UPDATE s1_alidata set dp = dp + 0 where id = 0 + 4416 Query UPDATE s1_alidata set ap = ap + 0 where id = 1 + 4416 Query SELECT * from s1_fdata where vref = 1801 +171023 19:21:44 4416 Query SELECT owner FROM s1_vdata where wref = 1801 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 7 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 7 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 7 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 0 AND ((type = 8 AND kind = 7) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 7)) + 4416 Query SELECT * FROM s1_vdata where wref = 1801 + 4416 Query SELECT * from s1_fdata where vref = 1801 + 4416 Query SELECT * FROM s1_odata where conqured = 1801 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = '1801' AND type = '4' order by size + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND type = 4 AND size=3 + 4416 Query SELECT * from s1_units where vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4416 Query SELECT * FROM s1_vdata where wref = 1801 + 4416 Query SELECT tribe FROM s1_users where id = 90 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 1801 + 4416 Query UPDATE s1_vdata set wood = 1037, clay = 348, iron = 1504, crop = 1475 where wref = 1801 + 4416 Query UPDATE s1_vdata set lastupdate = 1508779304 where wref = 1801 + 4416 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4416 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4416 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4416 Query SELECT clay FROM s1_vdata where wref = 1801 + 4416 Query SELECT iron FROM s1_vdata where wref = 1801 + 4416 Query SELECT wood FROM s1_vdata where wref = 1801 + 4416 Query SELECT crop FROM s1_vdata where wref = 1801 + 4416 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 90 order by pop desc + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 2 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 2 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 2 AND size=2 + 4416 Query SELECT * from s1_fdata where vref = 20599 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 2) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 2)) + 4416 Query INSERT INTO s1_ndata (id, uid, toWref, ally, topic, ntype, data, time, viewed) values (0,'46','1801','1','COLOMBIA[0] scouts devana',18,'46,20599,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1801,devana,3,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,14,
\"Lumber\"1037 |\r\n \"Clay\"348 |\r\n \"Iron\"1504 |\r\n \"Crop\"1475
\r\n
\"carry\"Total Resources : 4364
\r\n ,,0,0,0,0,,,,,,,,,,,',1508778654,0) + 4416 Query UPDATE s1_movement set proc = 1 where moveid = 6705 + 4416 Query INSERT INTO s1_movement values (0,4,1801,20599,2195,0,1508778654,1508817042,0,1,0,0,0,0) + 4416 Query SELECT * FROM s1_vdata where wref = 1801 + 4416 Query SELECT owner FROM s1_vdata where wref = 1801 + 4416 Query SELECT b4 FROM s1_users where id = 90 + 4416 Query SELECT * from s1_fdata where vref = 1801 + 4416 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4416 Query SELECT * from s1_units where vref = 1801 + 4416 Query SELECT * from s1_enforcement where vref = 1801 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4416 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4416 Query SELECT * FROM s1_vdata where wref = 1801 + 4416 Query SELECT tribe FROM s1_users where id = 90 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4416 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT owner FROM s1_vdata where wref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Query UPDATE s1_vdata set starv = '57' where wref = 1801 + 4416 Query UPDATE s1_vdata set starvupdate = '1508779304' where wref = 1801 + 4416 Query SELECT * FROM s1_vdata WHERE loyalty<>100 + 4416 Query SELECT * FROM s1_odata WHERE loyalty<>100 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779304 + 4416 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779304 + 4416 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779304 + 4416 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4416 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4416 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4416 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779304 + 4416 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779304.0464 + 4416 Query SELECT * FROM s1_general WHERE shown = 1 + 4416 Query SELECT * FROM s1_users WHERE invited != 0 + 4416 Query SELECT * FROM `s1_fdata` + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4416 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4416 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779304 + 4416 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736104 + 4416 Query SELECT * FROM s1_config + 4416 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692904 + 4416 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4416 Query SELECT count(id) FROM s1_users where id > 5 + 4416 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4416 Query SELECT timestamp from s1_deleting where uid = 6 + 4416 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4416 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778704 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4416 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4416 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4416 Query SELECT * from s1_fdata where vref = 22609 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4416 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4416 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4416 Quit +171023 19:21:51 4417 Connect root@localhost as anonymous on + 4417 Init DB travian + 4417 Query SET NAMES 'UTF8' + 4417 Query SELECT * FROM s1_users where username = 'cyberghost' + 4417 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4417 Query SELECT sit FROM s1_online where uid = 6 + 4417 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4417 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4417 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4417 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4417 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4417 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4417 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4417 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4417 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4417 Query REPLACE into s1_active values ('cyberghost',1508779311) + 4417 Query UPDATE s1_users set timestamp = '1508779311' where username = 'cyberghost' + 4417 Query REPLACE into s1_active values ('cyberghost',1508779311) + 4417 Query UPDATE s1_users set timestamp = 1508779311 where username = 'cyberghost' + 4417 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4417 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4417 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4417 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4417 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4417 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4417 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4417 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4417 Query SELECT * FROM s1_vdata where wref = '22609' + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT x,y FROM s1_wdata where id = 22609 + 4417 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4417 Query SELECT * FROM s1_odata where conqured = 22609 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_enforcement where vref = 22609 + 4417 Query SELECT * from s1_enforcement where `from` = 22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_enforcement where vref = 22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4417 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT tribe FROM s1_users where id = 6 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * from s1_tdata where vref = 22609 + 4417 Query SELECT * FROM s1_abdata where vref = 22609 + 4417 Query SELECT * FROM s1_research where vref = 22609 + 4417 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4417 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4417 Query UPDATE s1_vdata set wood = 28983, clay = 38439, iron = 28981, crop = 45347 where wref = 22609 + 4417 Query UPDATE s1_vdata set lastupdate = 1508779311 where wref = 22609 + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT x,y FROM s1_wdata where id = 22609 + 4417 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4417 Query SELECT * FROM s1_odata where conqured = 22609 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_enforcement where vref = 22609 + 4417 Query SELECT * from s1_enforcement where `from` = 22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_enforcement where vref = 22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4417 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT tribe FROM s1_users where id = 6 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * from s1_tdata where vref = 22609 + 4417 Query SELECT * FROM s1_abdata where vref = 22609 + 4417 Query SELECT * FROM s1_research where vref = 22609 + 4417 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4417 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4417 Query SELECT count(id) FROM s1_users where id > 5 + 4417 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4417 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4417 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4417 Query DELETE FROM s1_active WHERE timestamp < 1508563311 + 4417 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4417 Query UPDATE s1_odata set wood = 187.01777777778, clay = 187.01777777778, iron = 187.01777777778, crop = 187.01777777778 where wref = 16778 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 16778 + 4417 Query UPDATE s1_odata set wood = 152.01777777778, clay = 152.01777777778, iron = 152.01777777778, crop = 152.01777777778 where wref = 16780 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 16780 + 4417 Query UPDATE s1_odata set wood = 339.01777777778, clay = 339.01777777778, iron = 339.01777777778, crop = 339.01777777778 where wref = 17378 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 17378 + 4417 Query UPDATE s1_odata set wood = 499.01777777778, clay = 499.01777777778, iron = 499.01777777778, crop = 499.01777777778 where wref = 17984 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 17984 + 4417 Query UPDATE s1_odata set wood = 559.01777777778, clay = 559.01777777778, iron = 559.01777777778, crop = 559.01777777778 where wref = 17986 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 17986 + 4417 Query UPDATE s1_odata set wood = 108.01777777778, clay = 108.01777777778, iron = 108.01777777778, crop = 108.01777777778 where wref = 18390 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 18390 + 4417 Query UPDATE s1_odata set wood = 476.01777777778, clay = 476.01777777778, iron = 476.01777777778, crop = 476.01777777778 where wref = 18595 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 18595 + 4417 Query UPDATE s1_odata set wood = 316.01777777778, clay = 316.01777777778, iron = 316.01777777778, crop = 316.01777777778 where wref = 18799 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 18799 + 4417 Query UPDATE s1_odata set wood = 562.01777777778, clay = 562.01777777778, iron = 562.01777777778, crop = 562.01777777778 where wref = 19194 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 19194 + 4417 Query UPDATE s1_odata set wood = 24.017777777778, clay = 24.017777777778, iron = 24.017777777778, crop = 24.017777777778 where wref = 20198 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 20198 + 4417 Query UPDATE s1_odata set wood = 234.01777777778, clay = 234.01777777778, iron = 234.01777777778, crop = 234.01777777778 where wref = 22206 + 4417 Query UPDATE s1_odata set lastupdated = 1508779311 where wref = 22206 + 4417 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4417 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4417 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4417 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4417 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4417 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779311 + 4417 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778711 + 4417 Query SELECT * FROM s1_hero + 4417 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4417 Query UPDATE `s1_hero` SET lastupdate = '1508779311' WHERE heroid = 2 + 4417 Query SELECT * from s1_units where vref = 20599 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_units where vref = 18790 + 4417 Query SELECT uid FROM s1_deleting where timestamp < 1508779311 + 4417 Query SELECT * FROM s1_bdata where timestamp < 1508779311 and master = 0 + 4417 Query SELECT * FROM s1_bdata WHERE master = 1 + 4417 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779311 + 4417 Query SELECT * FROM `s1_fdata` + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4417 Query DELETE from s1_route where timeleft < 1508779311 + 4417 Query SELECT * FROM s1_route where timestamp < 1508779311 + 4417 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779311.9238 + 4417 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779311.9238 + 4417 Query SELECT * FROM s1_research where timestamp < 1508779311 + 4417 Query SELECT * FROM s1_training where vref IS NOT NULL + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT owner FROM s1_vdata where wref = 22609 + 4417 Query SELECT b4 FROM s1_users where id = 6 + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4417 Query SELECT * from s1_units where vref = 22609 + 4417 Query SELECT * from s1_enforcement where vref = 22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4417 Query SELECT * FROM s1_vdata where wref = 22609 + 4417 Query SELECT tribe FROM s1_users where id = 6 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT owner FROM s1_vdata where wref = 22609 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4417 Query SELECT * from s1_units where vref = 36787 + 4417 Query SELECT * from s1_enforcement where vref = 36787 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4417 Query SELECT * FROM s1_vdata where wref = 36787 + 4417 Query SELECT tribe FROM s1_users where id = 94 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4417 Query SELECT * from s1_fdata where vref = 36787 + 4417 Query SELECT owner FROM s1_vdata where wref = 36787 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4417 Query SELECT * from s1_units where vref = 36787 + 4417 Query SELECT owner FROM s1_vdata where wref = 36787 + 4417 Query SELECT b4 FROM s1_users where id = 94 + 4417 Query SELECT * from s1_fdata where vref = 36787 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4417 Query SELECT crop FROM s1_vdata where wref = 36787 + 4417 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4417 Query SELECT owner FROM s1_vdata where wref = 36787 + 4417 Query SELECT b4 FROM s1_users where id = 94 + 4417 Query SELECT * from s1_fdata where vref = 36787 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4417 Query SELECT * from s1_units where vref = 1801 + 4417 Query SELECT * from s1_enforcement where vref = 1801 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4417 Query SELECT * FROM s1_vdata where wref = 1801 + 4417 Query SELECT tribe FROM s1_users where id = 90 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4417 Query SELECT * from s1_fdata where vref = 1801 + 4417 Query SELECT owner FROM s1_vdata where wref = 1801 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4417 Query SELECT * from s1_units where vref = 1801 + 4417 Query SELECT owner FROM s1_vdata where wref = 1801 + 4417 Query SELECT b4 FROM s1_users where id = 90 + 4417 Query SELECT * from s1_fdata where vref = 1801 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4417 Query SELECT crop FROM s1_vdata where wref = 1801 + 4417 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4417 Query SELECT owner FROM s1_vdata where wref = 1801 + 4417 Query SELECT b4 FROM s1_users where id = 90 + 4417 Query SELECT * from s1_fdata where vref = 1801 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4417 Query SELECT * from s1_units where vref = 1592 + 4417 Query SELECT * from s1_enforcement where vref = 1592 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4417 Query SELECT * FROM s1_vdata where wref = 1592 + 4417 Query SELECT tribe FROM s1_users where id = 67 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4417 Query SELECT * from s1_fdata where vref = 1592 + 4417 Query SELECT owner FROM s1_vdata where wref = 1592 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4417 Query SELECT * from s1_units where vref = 1592 + 4417 Query SELECT owner FROM s1_vdata where wref = 1592 + 4417 Query SELECT b4 FROM s1_users where id = 67 + 4417 Query SELECT * from s1_fdata where vref = 1592 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4417 Query SELECT crop FROM s1_vdata where wref = 1592 + 4417 Query SELECT owner FROM s1_vdata where wref = 1592 + 4417 Query SELECT b4 FROM s1_users where id = 67 + 4417 Query SELECT * from s1_fdata where vref = 1592 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4417 Query SELECT * from s1_units where vref = 20599 + 4417 Query SELECT * from s1_enforcement where vref = 20599 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4417 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4417 Query SELECT * FROM s1_vdata where wref = 20599 + 4417 Query SELECT tribe FROM s1_users where id = 46 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4417 Query SELECT * from s1_fdata where vref = 20599 + 4417 Query SELECT owner FROM s1_vdata where wref = 20599 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4417 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4417 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4417 Query SELECT owner FROM s1_vdata where wref = 20599 + 4417 Query SELECT b4 FROM s1_users where id = 46 + 4417 Query SELECT * from s1_fdata where vref = 20599 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4417 Query SELECT crop FROM s1_vdata where wref = 20599 + 4417 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4417 Query SELECT owner FROM s1_vdata where wref = 20599 + 4417 Query SELECT b4 FROM s1_users where id = 46 + 4417 Query SELECT * from s1_fdata where vref = 20599 + 4417 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4417 Query SELECT * FROM s1_vdata where celebration < 1508779311 AND celebration != 0 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779311 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779311 + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779311 + 4417 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779311 + 4417 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4417 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4417 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4417 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779311 + 4417 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779311.9998 +171023 19:21:52 4417 Query SELECT * FROM s1_general WHERE shown = 1 + 4417 Query UPDATE s1_general SET shown = 0 WHERE id = 14 + 4417 Query SELECT * FROM s1_users WHERE invited != 0 + 4417 Query SELECT * FROM `s1_fdata` + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4417 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4417 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779312 + 4417 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736112 + 4417 Query SELECT * FROM s1_config + 4417 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692912 + 4417 Query SELECT timestamp from s1_deleting where uid = 6 + 4417 Query SELECT s1_wdata.id AS map_id, s1_wdata.fieldtype AS map_fieldtype, s1_wdata.oasistype AS map_oasis, @@ -529,307 +1627,45918 @@ LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) where s1_wdata.id IN ('23209','23008','22807','22606','22405','22204','22003','23210','23009','22808','22607','22406','22205','22004','23211','23010','22809','22608','22407','22206','22005','23212','23011','22810','22609','22408','22207','22006','23213','23012','22811','22610','22409','22208','22007','23214','23013','22812','22611','22410','22209','22008','23215','23014','22813','22612','22411','22210','22009') ORDER BY FIND_IN_SET(s1_wdata.id,'23209,23008,22807,22606,22405,22204,22003,23210,23009,22808,22607,22406,22205,22004,23211,23010,22809,22608,22407,22206,22005,23212,23011,22810,22609,22408,22207,22006,23213,23012,22811,22610,22409,22208,22007,23214,23013,22812,22611,22410,22209,22008,23215,23014,22813,22612,22411,22210,22009,') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC -171023 18:52:03 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') - 4315 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC - 4315 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC - 4315 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC - 4315 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508776923 AND tribe!=0 AND tribe!=4 AND tribe!=5 - 4315 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 - 4315 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC - 4315 Query SELECT * from s1_fdata where vref = 22609 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 - 4315 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 - 4315 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) - 4315 Quit + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4417 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4417 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4417 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4417 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778712 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4417 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4417 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4417 Query SELECT * from s1_fdata where vref = 22609 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4417 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4417 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4417 Quit +171023 19:21:53 4418 Connect root@localhost as anonymous on + 4418 Init DB travian + 4418 Query SET NAMES 'UTF8' + 4418 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('23216','23015','22814','22613','22412','22211','22010','23217','23016','22815','22614','22413','22212','22011','23218','23017','22816','22615','22414','22213','22012','23219','23018','22817','22616','22415','22214','22013','23220','23019','22818','22617','22416','22215','22014','23221','23020','22819','22618','22417','22216','22015','23222','23021','22820','22619','22418','22217','22016') + ORDER BY FIND_IN_SET(s1_wdata.id,'23216,23015,22814,22613,22412,22211,22010,23217,23016,22815,22614,22413,22212,22011,23218,23017,22816,22615,22414,22213,22012,23219,23018,22817,22616,22415,22214,22013,23220,23019,22818,22617,22416,22215,22014,23221,23020,22819,22618,22417,22216,22015,23222,23021,22820,22619,22418,22217,22016,') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4418 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4418 Quit +171023 19:21:55 4419 Connect root@localhost as anonymous on + 4419 Init DB travian + 4419 Query SET NAMES 'UTF8' + 4419 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('23209','23008','22807','22606','22405','22204','22003','23210','23009','22808','22607','22406','22205','22004','23211','23010','22809','22608','22407','22206','22005','23212','23011','22810','22609','22408','22207','22006','23213','23012','22811','22610','22409','22208','22007','23214','23013','22812','22611','22410','22209','22008','23215','23014','22813','22612','22411','22210','22009') + ORDER BY FIND_IN_SET(s1_wdata.id,'23209,23008,22807,22606,22405,22204,22003,23210,23009,22808,22607,22406,22205,22004,23211,23010,22809,22608,22407,22206,22005,23212,23011,22810,22609,22408,22207,22006,23213,23012,22811,22610,22409,22208,22007,23214,23013,22812,22611,22410,22209,22008,23215,23014,22813,22612,22411,22210,22009,') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4419 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4419 Quit +171023 19:21:56 4420 Connect root@localhost as anonymous on + 4420 Init DB travian + 4420 Query SET NAMES 'UTF8' + 4420 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('21802','21601','21400','21199','20998','20797','20596','21803','21602','21401','21200','20999','20798','20597','21804','21603','21402','21201','21000','20799','20598','21805','21604','21403','21202','21001','20800','20599','21806','21605','21404','21203','21002','20801','20600','21807','21606','21405','21204','21003','20802','20601','21808','21607','21406','21205','21004','20803','20602') + ORDER BY FIND_IN_SET(s1_wdata.id,'21802,21601,21400,21199,20998,20797,20596,21803,21602,21401,21200,20999,20798,20597,21804,21603,21402,21201,21000,20799,20598,21805,21604,21403,21202,21001,20800,20599,21806,21605,21404,21203,21002,20801,20600,21807,21606,21405,21204,21003,20802,20601,21808,21607,21406,21205,21004,20803,20602,') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4420 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4420 Quit +171023 19:21:58 4421 Connect root@localhost as anonymous on + 4421 Init DB travian + 4421 Query SET NAMES 'UTF8' + 4421 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('22807','22606','22405','22204','22003','21802','21601','22808','22607','22406','22205','22004','21803','21602','22809','22608','22407','22206','22005','21804','21603','22810','22609','22408','22207','22006','21805','21604','22811','22610','22409','22208','22007','21806','21605','22812','22611','22410','22209','22008','21807','21606','22813','22612','22411','22210','22009','21808','21607') + ORDER BY FIND_IN_SET(s1_wdata.id,'22807,22606,22405,22204,22003,21802,21601,22808,22607,22406,22205,22004,21803,21602,22809,22608,22407,22206,22005,21804,21603,22810,22609,22408,22207,22006,21805,21604,22811,22610,22409,22208,22007,21806,21605,22812,22611,22410,22209,22008,21807,21606,22813,22612,22411,22210,22009,21808,21607,') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4421 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4421 Quit +171023 19:22:01 4422 Connect root@localhost as anonymous on + 4422 Init DB travian + 4422 Query SET NAMES 'UTF8' + 4422 Query SELECT * FROM s1_users where username = 'cyberghost' + 4422 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4422 Query SELECT sit FROM s1_online where uid = 6 + 4422 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4422 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4422 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4422 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4422 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4422 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4422 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4422 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4422 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4422 Query REPLACE into s1_active values ('cyberghost',1508779321) + 4422 Query UPDATE s1_users set timestamp = '1508779321' where username = 'cyberghost' + 4422 Query REPLACE into s1_active values ('cyberghost',1508779321) + 4422 Query UPDATE s1_users set timestamp = 1508779321 where username = 'cyberghost' + 4422 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4422 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4422 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4422 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4422 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4422 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4422 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4422 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4422 Query SELECT * FROM s1_vdata where wref = '22609' + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT * from s1_fdata where vref = 22609 + 4422 Query SELECT x,y FROM s1_wdata where id = 22609 + 4422 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4422 Query SELECT * FROM s1_odata where conqured = 22609 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_enforcement where vref = 22609 + 4422 Query SELECT * from s1_enforcement where `from` = 22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_enforcement where vref = 22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4422 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT tribe FROM s1_users where id = 6 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * from s1_tdata where vref = 22609 + 4422 Query SELECT * FROM s1_abdata where vref = 22609 + 4422 Query SELECT * FROM s1_research where vref = 22609 + 4422 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4422 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4422 Query SELECT * from s1_fdata where vref = 22609 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4422 Query UPDATE s1_vdata set wood = 28986, clay = 38443, iron = 28984, crop = 45350 where wref = 22609 + 4422 Query UPDATE s1_vdata set lastupdate = 1508779321 where wref = 22609 + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT * from s1_fdata where vref = 22609 + 4422 Query SELECT x,y FROM s1_wdata where id = 22609 + 4422 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4422 Query SELECT * FROM s1_odata where conqured = 22609 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_enforcement where vref = 22609 + 4422 Query SELECT * from s1_enforcement where `from` = 22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_enforcement where vref = 22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4422 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT tribe FROM s1_users where id = 6 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * from s1_tdata where vref = 22609 + 4422 Query SELECT * FROM s1_abdata where vref = 22609 + 4422 Query SELECT * FROM s1_research where vref = 22609 + 4422 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4422 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4422 Query SELECT count(id) FROM s1_users where id > 5 + 4422 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4422 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4422 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4422 Query DELETE FROM s1_active WHERE timestamp < 1508563321 + 4422 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4422 Query UPDATE s1_odata set wood = 187.02222222222, clay = 187.02222222222, iron = 187.02222222222, crop = 187.02222222222 where wref = 16778 + 4422 Query UPDATE s1_odata set lastupdated = 1508779321 where wref = 16778 + 4422 Query UPDATE s1_odata set wood = 152.02222222222, clay = 152.02222222222, iron = 152.02222222222, crop = 152.02222222222 where wref = 16780 +171023 19:22:02 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 16780 + 4422 Query UPDATE s1_odata set wood = 339.02444444444, clay = 339.02444444444, iron = 339.02444444444, crop = 339.02444444444 where wref = 17378 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 17378 + 4422 Query UPDATE s1_odata set wood = 499.02444444444, clay = 499.02444444444, iron = 499.02444444444, crop = 499.02444444444 where wref = 17984 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 17984 + 4422 Query UPDATE s1_odata set wood = 559.02444444444, clay = 559.02444444444, iron = 559.02444444444, crop = 559.02444444444 where wref = 17986 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 17986 + 4422 Query UPDATE s1_odata set wood = 108.02444444444, clay = 108.02444444444, iron = 108.02444444444, crop = 108.02444444444 where wref = 18390 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 18390 + 4422 Query UPDATE s1_odata set wood = 476.02444444444, clay = 476.02444444444, iron = 476.02444444444, crop = 476.02444444444 where wref = 18595 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 18595 + 4422 Query UPDATE s1_odata set wood = 316.02444444444, clay = 316.02444444444, iron = 316.02444444444, crop = 316.02444444444 where wref = 18799 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 18799 + 4422 Query UPDATE s1_odata set wood = 562.02444444444, clay = 562.02444444444, iron = 562.02444444444, crop = 562.02444444444 where wref = 19194 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 19194 + 4422 Query UPDATE s1_odata set wood = 24.024444444444, clay = 24.024444444444, iron = 24.024444444444, crop = 24.024444444444 where wref = 20198 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 20198 + 4422 Query UPDATE s1_odata set wood = 234.02444444444, clay = 234.02444444444, iron = 234.02444444444, crop = 234.02444444444 where wref = 22206 + 4422 Query UPDATE s1_odata set lastupdated = 1508779322 where wref = 22206 + 4422 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4422 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4422 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4422 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4422 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4422 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779322 + 4422 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778722 + 4422 Query SELECT * FROM s1_hero + 4422 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4422 Query UPDATE `s1_hero` SET lastupdate = '1508779322' WHERE heroid = 2 + 4422 Query SELECT * from s1_units where vref = 20599 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_units where vref = 18790 + 4422 Query SELECT uid FROM s1_deleting where timestamp < 1508779322 + 4422 Query SELECT * FROM s1_bdata where timestamp < 1508779322 and master = 0 + 4422 Query SELECT * FROM s1_bdata WHERE master = 1 + 4422 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779322 + 4422 Query SELECT * FROM `s1_fdata` + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4422 Query DELETE from s1_route where timeleft < 1508779322 + 4422 Query SELECT * FROM s1_route where timestamp < 1508779322 + 4422 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779322.1144 + 4422 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779322.1144 + 4422 Query SELECT * FROM s1_research where timestamp < 1508779322 + 4422 Query SELECT * FROM s1_training where vref IS NOT NULL + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT owner FROM s1_vdata where wref = 22609 + 4422 Query SELECT b4 FROM s1_users where id = 6 + 4422 Query SELECT * from s1_fdata where vref = 22609 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4422 Query SELECT * from s1_units where vref = 22609 + 4422 Query SELECT * from s1_enforcement where vref = 22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4422 Query SELECT * FROM s1_vdata where wref = 22609 + 4422 Query SELECT tribe FROM s1_users where id = 6 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4422 Query SELECT * from s1_fdata where vref = 22609 + 4422 Query SELECT owner FROM s1_vdata where wref = 22609 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4422 Query SELECT * from s1_units where vref = 36787 + 4422 Query SELECT * from s1_enforcement where vref = 36787 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4422 Query SELECT * FROM s1_vdata where wref = 36787 + 4422 Query SELECT tribe FROM s1_users where id = 94 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4422 Query SELECT * from s1_fdata where vref = 36787 + 4422 Query SELECT owner FROM s1_vdata where wref = 36787 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4422 Query SELECT * from s1_units where vref = 36787 + 4422 Query SELECT owner FROM s1_vdata where wref = 36787 + 4422 Query SELECT b4 FROM s1_users where id = 94 + 4422 Query SELECT * from s1_fdata where vref = 36787 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4422 Query SELECT crop FROM s1_vdata where wref = 36787 + 4422 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4422 Query SELECT owner FROM s1_vdata where wref = 36787 + 4422 Query SELECT b4 FROM s1_users where id = 94 + 4422 Query SELECT * from s1_fdata where vref = 36787 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4422 Query SELECT * from s1_units where vref = 1801 + 4422 Query SELECT * from s1_enforcement where vref = 1801 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4422 Query SELECT * FROM s1_vdata where wref = 1801 + 4422 Query SELECT tribe FROM s1_users where id = 90 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4422 Query SELECT * from s1_fdata where vref = 1801 + 4422 Query SELECT owner FROM s1_vdata where wref = 1801 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4422 Query SELECT * from s1_units where vref = 1801 + 4422 Query SELECT owner FROM s1_vdata where wref = 1801 + 4422 Query SELECT b4 FROM s1_users where id = 90 + 4422 Query SELECT * from s1_fdata where vref = 1801 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4422 Query SELECT crop FROM s1_vdata where wref = 1801 + 4422 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4422 Query SELECT owner FROM s1_vdata where wref = 1801 + 4422 Query SELECT b4 FROM s1_users where id = 90 + 4422 Query SELECT * from s1_fdata where vref = 1801 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4422 Query SELECT * from s1_units where vref = 1592 + 4422 Query SELECT * from s1_enforcement where vref = 1592 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4422 Query SELECT * FROM s1_vdata where wref = 1592 + 4422 Query SELECT tribe FROM s1_users where id = 67 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4422 Query SELECT * from s1_fdata where vref = 1592 + 4422 Query SELECT owner FROM s1_vdata where wref = 1592 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4422 Query SELECT * from s1_units where vref = 1592 + 4422 Query SELECT owner FROM s1_vdata where wref = 1592 + 4422 Query SELECT b4 FROM s1_users where id = 67 + 4422 Query SELECT * from s1_fdata where vref = 1592 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4422 Query SELECT crop FROM s1_vdata where wref = 1592 + 4422 Query SELECT owner FROM s1_vdata where wref = 1592 + 4422 Query SELECT b4 FROM s1_users where id = 67 + 4422 Query SELECT * from s1_fdata where vref = 1592 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4422 Query SELECT * from s1_units where vref = 20599 + 4422 Query SELECT * from s1_enforcement where vref = 20599 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4422 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4422 Query SELECT * FROM s1_vdata where wref = 20599 + 4422 Query SELECT tribe FROM s1_users where id = 46 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4422 Query SELECT * from s1_fdata where vref = 20599 + 4422 Query SELECT owner FROM s1_vdata where wref = 20599 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4422 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4422 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4422 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4422 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4422 Query SELECT owner FROM s1_vdata where wref = 20599 + 4422 Query SELECT b4 FROM s1_users where id = 46 + 4422 Query SELECT * from s1_fdata where vref = 20599 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4422 Query SELECT crop FROM s1_vdata where wref = 20599 + 4422 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4422 Query SELECT owner FROM s1_vdata where wref = 20599 + 4422 Query SELECT b4 FROM s1_users where id = 46 + 4422 Query SELECT * from s1_fdata where vref = 20599 + 4422 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4422 Query SELECT * FROM s1_vdata where celebration < 1508779322 AND celebration != 0 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779322 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779322 + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779322 + 4422 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779322 + 4422 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4422 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4422 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4422 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779322 + 4422 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779322.1924 + 4422 Query SELECT * FROM s1_general WHERE shown = 1 + 4422 Query SELECT * FROM s1_users WHERE invited != 0 + 4422 Query SELECT * FROM `s1_fdata` + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4422 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4422 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779322 + 4422 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736122 + 4422 Query SELECT * FROM s1_config + 4422 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692922 + 4422 Query SELECT x,y FROM s1_wdata where id = 22609 + 4422 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('23809','23608','23407','23206','23005','22804','22603','22402','22201','22000','21799','21598','21397','23810','23609','23408','23207','23006','22805','22604','22403','22202','22001','21800','21599','21398','23811','23610','23409','23208','23007','22806','22605','22404','22203','22002','21801','21600','21399','23812','23611','23410','23209','23008','22807','22606','22405','22204','22003','21802','21601','21400','23813','23612','23411','23210','23009','22808','22607','22406','22205','22004','21803','21602','21401','23814','23613','23412','23211','23010','22809','22608','22407','22206','22005','21804','21603','21402','23815','23614','23413','23212','23011','22810','22609','22408','22207','22006','21805','21604','21403','23816','23615','23414','23213','23012','22811','22610','22409','22208','22007','21806','21605','21404','23817','23616','23415','23214','23013','22812','22611','22410','22209','22008','21807','21606','21405','23818','23617','23416','23215','23014','22813','22612','22411','22210','22009','21808','21607','21406','23819','23618','23417','23216','23015','22814','22613','22412','22211','22010','21809','21608','21407','23820','23619','23418','23217','23016','22815','22614','22413','22212','22011','21810','21609','21408','23821','23620','23419','23218','23017','22816','22615','22414','22213','22012','21811','21610','21409') + ORDER BY FIND_IN_SET(s1_wdata.id,'23809,23608,23407,23206,23005,22804,22603,22402,22201,22000,21799,21598,21397,23810,23609,23408,23207,23006,22805,22604,22403,22202,22001,21800,21599,21398,23811,23610,23409,23208,23007,22806,22605,22404,22203,22002,21801,21600,21399,23812,23611,23410,23209,23008,22807,22606,22405,22204,22003,21802,21601,21400,23813,23612,23411,23210,23009,22808,22607,22406,22205,22004,21803,21602,21401,23814,23613,23412,23211,23010,22809,22608,22407,22206,22005,21804,21603,21402,23815,23614,23413,23212,23011,22810,22609,22408,22207,22006,21805,21604,21403,23816,23615,23414,23213,23012,22811,22610,22409,22208,22007,21806,21605,21404,23817,23616,23415,23214,23013,22812,22611,22410,22209,22008,21807,21606,21405,23818,23617,23416,23215,23014,22813,22612,22411,22210,22009,21808,21607,21406,23819,23618,23417,23216,23015,22814,22613,22412,22211,22010,21809,21608,21407,23820,23619,23418,23217,23016,22815,22614,22413,22212,22011,21810,21609,21408,23821,23620,23419,23218,23017,22816,22615,22414,22213,22012,21811,21610,21409') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22201 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22201 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22201 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22000 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22000 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22000 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21799 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21799 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21799 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21598 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21598 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21598 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21397 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21397 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21397 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22202 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22202 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22202 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22001 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22001 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22001 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21800 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21800 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21800 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21599 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21599 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21599 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21398 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21398 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21398 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22203 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22203 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22203 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22002 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22002 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22002 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21801 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21801 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21801 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21600 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21600 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21600 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21399 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21399 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21399 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22204 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22003 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21802 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21802 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21802 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21601 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21601 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21601 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21400 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21400 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21400 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22205 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22004 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21803 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21803 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21803 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21602 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21602 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21602 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21401 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21401 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21401 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22206 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22005 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21804 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21603 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21402 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22207 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22006 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21805 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21604 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21403 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22208 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22007 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21806 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21605 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21404 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23817 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23817 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23817 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23616 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23616 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23616 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23415 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23415 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23415 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23214 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23013 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22812 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22611 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22410 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22209 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22008 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21807 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21606 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21405 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23818 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23818 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23818 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23617 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23617 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23617 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23416 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23416 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23416 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23215 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23014 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22813 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22612 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22411 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22210 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22009 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21808 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21607 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21406 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23819 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23819 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23819 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23618 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23618 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23618 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23417 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23417 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23417 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23216 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23216 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23216 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23015 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23015 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23015 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22814 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22613 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22412 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22211 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22010 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21809 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21608 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21407 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23820 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23820 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23820 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23619 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23619 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23619 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23418 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23418 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23418 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23217 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23217 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23217 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23016 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23016 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23016 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22815 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22614 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22413 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22212 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22011 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21810 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21609 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21408 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23821 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23821 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23821 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23620 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23620 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23620 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23419 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23419 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23419 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23218 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23218 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23218 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23017 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23017 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 23017 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22816 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22615 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22414 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22213 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 22012 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21811 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21610 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4422 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and (s1_attacks.attack_type = 3 or s1_attacks.attack_type = 4) ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 2 ORDER BY endtime ASC + 4422 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = 22609 and s1_movement.to = 21409 and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4422 Quit +171023 19:22:03 4423 Connect root@localhost as anonymous on + 4423 Init DB travian + 4423 Query SET NAMES 'UTF8' + 4423 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('23822','23621','23420','23219','23018','22817','22616','22415','22214','22013','21812','21611','21410','23823','23622','23421','23220','23019','22818','22617','22416','22215','22014','21813','21612','21411','23824','23623','23422','23221','23020','22819','22618','22417','22216','22015','21814','21613','21412','23825','23624','23423','23222','23021','22820','22619','22418','22217','22016','21815','21614','21413','23826','23625','23424','23223','23022','22821','22620','22419','22218','22017','21816','21615','21414','23827','23626','23425','23224','23023','22822','22621','22420','22219','22018','21817','21616','21415','23828','23627','23426','23225','23024','22823','22622','22421','22220','22019','21818','21617','21416','23829','23628','23427','23226','23025','22824','22623','22422','22221','22020','21819','21618','21417','23830','23629','23428','23227','23026','22825','22624','22423','22222','22021','21820','21619','21418','23831','23630','23429','23228','23027','22826','22625','22424','22223','22022','21821','21620','21419','23832','23631','23430','23229','23028','22827','22626','22425','22224','22023','21822','21621','21420','23833','23632','23431','23230','23029','22828','22627','22426','22225','22024','21823','21622','21421','23834','23633','23432','23231','23030','22829','22628','22427','22226','22025','21824','21623','21422') + ORDER BY FIND_IN_SET(s1_wdata.id,'23822,23621,23420,23219,23018,22817,22616,22415,22214,22013,21812,21611,21410,23823,23622,23421,23220,23019,22818,22617,22416,22215,22014,21813,21612,21411,23824,23623,23422,23221,23020,22819,22618,22417,22216,22015,21814,21613,21412,23825,23624,23423,23222,23021,22820,22619,22418,22217,22016,21815,21614,21413,23826,23625,23424,23223,23022,22821,22620,22419,22218,22017,21816,21615,21414,23827,23626,23425,23224,23023,22822,22621,22420,22219,22018,21817,21616,21415,23828,23627,23426,23225,23024,22823,22622,22421,22220,22019,21818,21617,21416,23829,23628,23427,23226,23025,22824,22623,22422,22221,22020,21819,21618,21417,23830,23629,23428,23227,23026,22825,22624,22423,22222,22021,21820,21619,21418,23831,23630,23429,23228,23027,22826,22625,22424,22223,22022,21821,21620,21419,23832,23631,23430,23229,23028,22827,22626,22425,22224,22023,21822,21621,21420,23833,23632,23431,23230,23029,22828,22627,22426,22225,22024,21823,21622,21421,23834,23633,23432,23231,23030,22829,22628,22427,22226,22025,21824,21623,21422') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' +171023 19:22:04 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4423 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4423 Quit + 4424 Connect root@localhost as anonymous on + 4424 Init DB travian + 4424 Query SET NAMES 'UTF8' + 4424 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('21209','21008','20807','20606','20405','20204','20003','19802','19601','19400','19199','18998','18797','21210','21009','20808','20607','20406','20205','20004','19803','19602','19401','19200','18999','18798','21211','21010','20809','20608','20407','20206','20005','19804','19603','19402','19201','19000','18799','21212','21011','20810','20609','20408','20207','20006','19805','19604','19403','19202','19001','18800','21213','21012','20811','20610','20409','20208','20007','19806','19605','19404','19203','19002','18801','21214','21013','20812','20611','20410','20209','20008','19807','19606','19405','19204','19003','18802','21215','21014','20813','20612','20411','20210','20009','19808','19607','19406','19205','19004','18803','21216','21015','20814','20613','20412','20211','20010','19809','19608','19407','19206','19005','18804','21217','21016','20815','20614','20413','20212','20011','19810','19609','19408','19207','19006','18805','21218','21017','20816','20615','20414','20213','20012','19811','19610','19409','19208','19007','18806','21219','21018','20817','20616','20415','20214','20013','19812','19611','19410','19209','19008','18807','21220','21019','20818','20617','20416','20215','20014','19813','19612','19411','19210','19009','18808','21221','21020','20819','20618','20417','20216','20015','19814','19613','19412','19211','19010','18809') + ORDER BY FIND_IN_SET(s1_wdata.id,'21209,21008,20807,20606,20405,20204,20003,19802,19601,19400,19199,18998,18797,21210,21009,20808,20607,20406,20205,20004,19803,19602,19401,19200,18999,18798,21211,21010,20809,20608,20407,20206,20005,19804,19603,19402,19201,19000,18799,21212,21011,20810,20609,20408,20207,20006,19805,19604,19403,19202,19001,18800,21213,21012,20811,20610,20409,20208,20007,19806,19605,19404,19203,19002,18801,21214,21013,20812,20611,20410,20209,20008,19807,19606,19405,19204,19003,18802,21215,21014,20813,20612,20411,20210,20009,19808,19607,19406,19205,19004,18803,21216,21015,20814,20613,20412,20211,20010,19809,19608,19407,19206,19005,18804,21217,21016,20815,20614,20413,20212,20011,19810,19609,19408,19207,19006,18805,21218,21017,20816,20615,20414,20213,20012,19811,19610,19409,19208,19007,18806,21219,21018,20817,20616,20415,20214,20013,19812,19611,19410,19209,19008,18807,21220,21019,20818,20617,20416,20215,20014,19813,19612,19411,19210,19009,18808,21221,21020,20819,20618,20417,20216,20015,19814,19613,19412,19211,19010,18809') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4424 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4424 Quit +171023 19:22:05 4425 Connect root@localhost as anonymous on + 4425 Init DB travian + 4425 Query SET NAMES 'UTF8' + 4425 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('21222','21021','20820','20619','20418','20217','20016','19815','19614','19413','19212','19011','18810','21223','21022','20821','20620','20419','20218','20017','19816','19615','19414','19213','19012','18811','21224','21023','20822','20621','20420','20219','20018','19817','19616','19415','19214','19013','18812','21225','21024','20823','20622','20421','20220','20019','19818','19617','19416','19215','19014','18813','21226','21025','20824','20623','20422','20221','20020','19819','19618','19417','19216','19015','18814','21227','21026','20825','20624','20423','20222','20021','19820','19619','19418','19217','19016','18815','21228','21027','20826','20625','20424','20223','20022','19821','19620','19419','19218','19017','18816','21229','21028','20827','20626','20425','20224','20023','19822','19621','19420','19219','19018','18817','21230','21029','20828','20627','20426','20225','20024','19823','19622','19421','19220','19019','18818','21231','21030','20829','20628','20427','20226','20025','19824','19623','19422','19221','19020','18819','21232','21031','20830','20629','20428','20227','20026','19825','19624','19423','19222','19021','18820','21233','21032','20831','20630','20429','20228','20027','19826','19625','19424','19223','19022','18821','21234','21033','20832','20631','20430','20229','20028','19827','19626','19425','19224','19023','18822') + ORDER BY FIND_IN_SET(s1_wdata.id,'21222,21021,20820,20619,20418,20217,20016,19815,19614,19413,19212,19011,18810,21223,21022,20821,20620,20419,20218,20017,19816,19615,19414,19213,19012,18811,21224,21023,20822,20621,20420,20219,20018,19817,19616,19415,19214,19013,18812,21225,21024,20823,20622,20421,20220,20019,19818,19617,19416,19215,19014,18813,21226,21025,20824,20623,20422,20221,20020,19819,19618,19417,19216,19015,18814,21227,21026,20825,20624,20423,20222,20021,19820,19619,19418,19217,19016,18815,21228,21027,20826,20625,20424,20223,20022,19821,19620,19419,19218,19017,18816,21229,21028,20827,20626,20425,20224,20023,19822,19621,19420,19219,19018,18817,21230,21029,20828,20627,20426,20225,20024,19823,19622,19421,19220,19019,18818,21231,21030,20829,20628,20427,20226,20025,19824,19623,19422,19221,19020,18819,21232,21031,20830,20629,20428,20227,20026,19825,19624,19423,19222,19021,18820,21233,21032,20831,20630,20429,20228,20027,19826,19625,19424,19223,19022,18821,21234,21033,20832,20631,20430,20229,20028,19827,19626,19425,19224,19023,18822') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4425 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4425 Quit +171023 19:22:07 4426 Connect root@localhost as anonymous on + 4426 Init DB travian + 4426 Query SET NAMES 'UTF8' + 4426 Query SELECT + s1_wdata.id AS map_id, + s1_wdata.fieldtype AS map_fieldtype, + s1_wdata.oasistype AS map_oasis, + s1_wdata.x AS map_x, + s1_wdata.y AS map_y, + s1_wdata.occupied AS map_occupied, + s1_wdata.image AS map_image, + + s1_odata.conqured AS oasis_conqured, + info_user_oasis.username AS oasis_user, + info_user_oasis.tribe AS oasis_tribe, + info_alliance_oasis.tag AS oasis_alli_name, + + s1_vdata.wref AS ville_id, + s1_vdata.owner AS ville_user, + s1_vdata.name AS ville_name, + s1_vdata.capital AS ville_capital, + s1_vdata.pop AS ville_pop, + + s1_users.id AS user_id, + s1_users.username AS user_username, + s1_users.tribe AS user_tribe, + s1_users.alliance AS user_alliance, + + s1_alidata.id AS aliance_id, + s1_alidata.tag AS aliance_name + + FROM ((((((s1_wdata + LEFT JOIN s1_vdata ON s1_vdata.wref = s1_wdata.id ) + LEFT JOIN s1_odata ON s1_odata.wref = s1_wdata.id ) + LEFT JOIN s1_users AS info_user_oasis ON info_user_oasis.id = s1_odata.owner ) + LEFT JOIN s1_alidata AS info_alliance_oasis ON info_alliance_oasis.id = info_user_oasis.alliance ) + LEFT JOIN s1_users ON s1_users.id = s1_vdata.owner ) + LEFT JOIN s1_alidata ON s1_alidata.id = s1_users.alliance ) + where s1_wdata.id IN ('22807','22606','22405','22204','22003','21802','21601','22808','22607','22406','22205','22004','21803','21602','22809','22608','22407','22206','22005','21804','21603','22810','22609','22408','22207','22006','21805','21604','22811','22610','22409','22208','22007','21806','21605','22812','22611','22410','22209','22008','21807','21606','22813','22612','22411','22210','22009','21808','21607') + ORDER BY FIND_IN_SET(s1_wdata.id,'22807,22606,22405,22204,22003,21802,21601,22808,22607,22406,22205,22004,21803,21602,22809,22608,22407,22206,22005,21804,21603,22810,22609,22408,22207,22006,21805,21604,22811,22610,22409,22208,22007,21806,21605,22812,22611,22410,22209,22008,21807,21606,22813,22612,22411,22210,22009,21808,21607,') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '1' or alli2 = '1') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '1' AND type = '3' OR alli2 = '1' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '1' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE (alli1 = '' or alli2 = '') AND (type = '2' AND accepted = '1') + 4426 Query SELECT * FROM s1_diplomacy WHERE alli1 = '' AND type = '3' OR alli2 = '' AND type = '3' AND accepted = '1' + 4426 Quit +171023 19:22:11 4427 Connect root@localhost as anonymous on + 4427 Init DB travian + 4427 Query SET NAMES 'UTF8' + 4427 Query SELECT * FROM s1_users where username = 'cyberghost' + 4427 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4427 Query SELECT sit FROM s1_online where uid = 6 + 4427 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4427 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4427 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4427 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4427 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4427 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4427 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4427 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4427 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4427 Query REPLACE into s1_active values ('cyberghost',1508779331) + 4427 Query UPDATE s1_users set timestamp = '1508779331' where username = 'cyberghost' + 4427 Query REPLACE into s1_active values ('cyberghost',1508779331) + 4427 Query UPDATE s1_users set timestamp = 1508779331 where username = 'cyberghost' + 4427 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4427 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4427 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4427 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4427 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4427 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4427 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4427 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4427 Query SELECT * FROM s1_vdata where wref = '22609' + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT x,y FROM s1_wdata where id = 22609 + 4427 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4427 Query SELECT * FROM s1_odata where conqured = 22609 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_enforcement where vref = 22609 + 4427 Query SELECT * from s1_enforcement where `from` = 22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_enforcement where vref = 22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4427 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT tribe FROM s1_users where id = 6 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * from s1_tdata where vref = 22609 + 4427 Query SELECT * FROM s1_abdata where vref = 22609 + 4427 Query SELECT * FROM s1_research where vref = 22609 + 4427 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4427 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4427 Query UPDATE s1_vdata set wood = 28989, clay = 38447, iron = 28987, crop = 45353 where wref = 22609 + 4427 Query UPDATE s1_vdata set lastupdate = 1508779331 where wref = 22609 + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT x,y FROM s1_wdata where id = 22609 + 4427 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4427 Query SELECT * FROM s1_odata where conqured = 22609 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_enforcement where vref = 22609 + 4427 Query SELECT * from s1_enforcement where `from` = 22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_enforcement where vref = 22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4427 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT tribe FROM s1_users where id = 6 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * from s1_tdata where vref = 22609 + 4427 Query SELECT * FROM s1_abdata where vref = 22609 + 4427 Query SELECT * FROM s1_research where vref = 22609 + 4427 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4427 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4427 Query SELECT count(id) FROM s1_users where id > 5 + 4427 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4427 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4427 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4427 Query DELETE FROM s1_active WHERE timestamp < 1508563331 + 4427 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4427 Query UPDATE s1_odata set wood = 187.02222222222, clay = 187.02222222222, iron = 187.02222222222, crop = 187.02222222222 where wref = 16778 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 16778 + 4427 Query UPDATE s1_odata set wood = 152.02, clay = 152.02, iron = 152.02, crop = 152.02 where wref = 16780 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 16780 + 4427 Query UPDATE s1_odata set wood = 339.02, clay = 339.02, iron = 339.02, crop = 339.02 where wref = 17378 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 17378 + 4427 Query UPDATE s1_odata set wood = 499.02, clay = 499.02, iron = 499.02, crop = 499.02 where wref = 17984 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 17984 + 4427 Query UPDATE s1_odata set wood = 559.02, clay = 559.02, iron = 559.02, crop = 559.02 where wref = 17986 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 17986 + 4427 Query UPDATE s1_odata set wood = 108.02, clay = 108.02, iron = 108.02, crop = 108.02 where wref = 18390 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 18390 + 4427 Query UPDATE s1_odata set wood = 476.02, clay = 476.02, iron = 476.02, crop = 476.02 where wref = 18595 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 18595 + 4427 Query UPDATE s1_odata set wood = 316.02, clay = 316.02, iron = 316.02, crop = 316.02 where wref = 18799 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 18799 + 4427 Query UPDATE s1_odata set wood = 562.02, clay = 562.02, iron = 562.02, crop = 562.02 where wref = 19194 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 19194 + 4427 Query UPDATE s1_odata set wood = 24.02, clay = 24.02, iron = 24.02, crop = 24.02 where wref = 20198 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 20198 + 4427 Query UPDATE s1_odata set wood = 234.02, clay = 234.02, iron = 234.02, crop = 234.02 where wref = 22206 + 4427 Query UPDATE s1_odata set lastupdated = 1508779331 where wref = 22206 + 4427 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4427 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4427 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4427 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4427 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4427 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779331 + 4427 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778731 + 4427 Query SELECT * FROM s1_hero + 4427 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4427 Query UPDATE `s1_hero` SET lastupdate = '1508779331' WHERE heroid = 2 + 4427 Query SELECT * from s1_units where vref = 20599 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_units where vref = 18790 + 4427 Query SELECT uid FROM s1_deleting where timestamp < 1508779331 + 4427 Query SELECT * FROM s1_bdata where timestamp < 1508779331 and master = 0 + 4427 Query SELECT * FROM s1_bdata WHERE master = 1 + 4427 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779331 + 4427 Query SELECT * FROM `s1_fdata` + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4427 Query DELETE from s1_route where timeleft < 1508779331 + 4427 Query SELECT * FROM s1_route where timestamp < 1508779331 + 4427 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779331.3719 + 4427 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779331.3719 + 4427 Query SELECT * FROM s1_research where timestamp < 1508779331 + 4427 Query SELECT * FROM s1_training where vref IS NOT NULL + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT owner FROM s1_vdata where wref = 22609 + 4427 Query SELECT b4 FROM s1_users where id = 6 + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4427 Query SELECT * from s1_units where vref = 22609 + 4427 Query SELECT * from s1_enforcement where vref = 22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4427 Query SELECT * FROM s1_vdata where wref = 22609 + 4427 Query SELECT tribe FROM s1_users where id = 6 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT owner FROM s1_vdata where wref = 22609 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4427 Query SELECT * from s1_units where vref = 36787 + 4427 Query SELECT * from s1_enforcement where vref = 36787 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4427 Query SELECT * FROM s1_vdata where wref = 36787 + 4427 Query SELECT tribe FROM s1_users where id = 94 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4427 Query SELECT * from s1_fdata where vref = 36787 + 4427 Query SELECT owner FROM s1_vdata where wref = 36787 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4427 Query SELECT * from s1_units where vref = 36787 + 4427 Query SELECT owner FROM s1_vdata where wref = 36787 + 4427 Query SELECT b4 FROM s1_users where id = 94 + 4427 Query SELECT * from s1_fdata where vref = 36787 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4427 Query SELECT crop FROM s1_vdata where wref = 36787 + 4427 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4427 Query SELECT owner FROM s1_vdata where wref = 36787 + 4427 Query SELECT b4 FROM s1_users where id = 94 + 4427 Query SELECT * from s1_fdata where vref = 36787 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4427 Query SELECT * from s1_units where vref = 1801 + 4427 Query SELECT * from s1_enforcement where vref = 1801 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4427 Query SELECT * FROM s1_vdata where wref = 1801 + 4427 Query SELECT tribe FROM s1_users where id = 90 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4427 Query SELECT * from s1_fdata where vref = 1801 + 4427 Query SELECT owner FROM s1_vdata where wref = 1801 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4427 Query SELECT * from s1_units where vref = 1801 + 4427 Query SELECT owner FROM s1_vdata where wref = 1801 + 4427 Query SELECT b4 FROM s1_users where id = 90 + 4427 Query SELECT * from s1_fdata where vref = 1801 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4427 Query SELECT crop FROM s1_vdata where wref = 1801 + 4427 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4427 Query SELECT owner FROM s1_vdata where wref = 1801 + 4427 Query SELECT b4 FROM s1_users where id = 90 + 4427 Query SELECT * from s1_fdata where vref = 1801 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4427 Query SELECT * from s1_units where vref = 1592 + 4427 Query SELECT * from s1_enforcement where vref = 1592 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4427 Query SELECT * FROM s1_vdata where wref = 1592 + 4427 Query SELECT tribe FROM s1_users where id = 67 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4427 Query SELECT * from s1_fdata where vref = 1592 + 4427 Query SELECT owner FROM s1_vdata where wref = 1592 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4427 Query SELECT * from s1_units where vref = 1592 + 4427 Query SELECT owner FROM s1_vdata where wref = 1592 + 4427 Query SELECT b4 FROM s1_users where id = 67 + 4427 Query SELECT * from s1_fdata where vref = 1592 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4427 Query SELECT crop FROM s1_vdata where wref = 1592 + 4427 Query SELECT owner FROM s1_vdata where wref = 1592 + 4427 Query SELECT b4 FROM s1_users where id = 67 + 4427 Query SELECT * from s1_fdata where vref = 1592 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4427 Query SELECT * from s1_units where vref = 20599 + 4427 Query SELECT * from s1_enforcement where vref = 20599 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4427 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4427 Query SELECT * FROM s1_vdata where wref = 20599 + 4427 Query SELECT tribe FROM s1_users where id = 46 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4427 Query SELECT * from s1_fdata where vref = 20599 + 4427 Query SELECT owner FROM s1_vdata where wref = 20599 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4427 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4427 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4427 Query SELECT owner FROM s1_vdata where wref = 20599 + 4427 Query SELECT b4 FROM s1_users where id = 46 + 4427 Query SELECT * from s1_fdata where vref = 20599 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4427 Query SELECT crop FROM s1_vdata where wref = 20599 + 4427 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4427 Query SELECT owner FROM s1_vdata where wref = 20599 + 4427 Query SELECT b4 FROM s1_users where id = 46 + 4427 Query SELECT * from s1_fdata where vref = 20599 + 4427 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4427 Query SELECT * FROM s1_vdata where celebration < 1508779331 AND celebration != 0 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779331 ORDER BY endtime ASC + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779331 + 4427 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779331 + 4427 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779331 + 4427 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4427 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4427 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4427 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779331 + 4427 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779331.4399 + 4427 Query SELECT * FROM s1_general WHERE shown = 1 + 4427 Query SELECT * FROM s1_users WHERE invited != 0 + 4427 Query SELECT * FROM `s1_fdata` + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4427 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4427 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779331 + 4427 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736131 + 4427 Query SELECT * FROM s1_config + 4427 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692931 + 4427 Query SELECT timestamp from s1_deleting where uid = 6 + 4427 Query SELECT x,y FROM s1_wdata where id = 22609 + 4427 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 6 + 4427 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 1 + 4427 Query SELECT id,x,y,occupied,fieldtype FROM s1_wdata WHERE fieldtype = 1 OR fieldtype = 6 + 4427 Query SELECT x,y FROM s1_wdata where id = 22609 + 4427 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4427 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778731 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4427 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4427 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4427 Query SELECT * from s1_fdata where vref = 22609 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4427 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4427 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4427 Quit +171023 19:22:14 4428 Connect root@localhost as anonymous on + 4428 Init DB travian + 4428 Query SET NAMES 'UTF8' + 4428 Query SELECT * FROM s1_users where username = 'cyberghost' + 4428 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4428 Query SELECT sit FROM s1_online where uid = 6 + 4428 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4428 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4428 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4428 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4428 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4428 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4428 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4428 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4428 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4428 Query REPLACE into s1_active values ('cyberghost',1508779334) + 4428 Query UPDATE s1_users set timestamp = '1508779334' where username = 'cyberghost' + 4428 Query REPLACE into s1_active values ('cyberghost',1508779334) + 4428 Query UPDATE s1_users set timestamp = 1508779334 where username = 'cyberghost' + 4428 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4428 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4428 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4428 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4428 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4428 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4428 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4428 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4428 Query SELECT * FROM s1_vdata where wref = '22609' + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT * from s1_fdata where vref = 22609 + 4428 Query SELECT x,y FROM s1_wdata where id = 22609 + 4428 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4428 Query SELECT * FROM s1_odata where conqured = 22609 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_enforcement where vref = 22609 + 4428 Query SELECT * from s1_enforcement where `from` = 22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_enforcement where vref = 22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4428 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT tribe FROM s1_users where id = 6 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * from s1_tdata where vref = 22609 + 4428 Query SELECT * FROM s1_abdata where vref = 22609 + 4428 Query SELECT * FROM s1_research where vref = 22609 + 4428 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4428 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4428 Query SELECT * from s1_fdata where vref = 22609 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4428 Query UPDATE s1_vdata set wood = 28990, clay = 38448, iron = 28988, crop = 45354 where wref = 22609 + 4428 Query UPDATE s1_vdata set lastupdate = 1508779334 where wref = 22609 + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT * from s1_fdata where vref = 22609 + 4428 Query SELECT x,y FROM s1_wdata where id = 22609 + 4428 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4428 Query SELECT * FROM s1_odata where conqured = 22609 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_enforcement where vref = 22609 + 4428 Query SELECT * from s1_enforcement where `from` = 22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_enforcement where vref = 22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4428 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT tribe FROM s1_users where id = 6 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * from s1_tdata where vref = 22609 + 4428 Query SELECT * FROM s1_abdata where vref = 22609 + 4428 Query SELECT * FROM s1_research where vref = 22609 + 4428 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4428 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4428 Query SELECT count(id) FROM s1_users where id > 5 + 4428 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4428 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4428 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4428 Query DELETE FROM s1_active WHERE timestamp < 1508563334 + 4428 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4428 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 16778 + 4428 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 16780 + 4428 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17378 + 4428 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17984 + 4428 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17986 + 4428 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18390 + 4428 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18595 + 4428 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18799 + 4428 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 19194 + 4428 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 20198 + 4428 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4428 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 22206 + 4428 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4428 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4428 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4428 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4428 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4428 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779334 + 4428 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778734 + 4428 Query SELECT * FROM s1_hero + 4428 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4428 Query UPDATE `s1_hero` SET lastupdate = '1508779334' WHERE heroid = 2 + 4428 Query SELECT * from s1_units where vref = 20599 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_units where vref = 18790 + 4428 Query SELECT uid FROM s1_deleting where timestamp < 1508779334 + 4428 Query SELECT * FROM s1_bdata where timestamp < 1508779334 and master = 0 + 4428 Query SELECT * FROM s1_bdata WHERE master = 1 + 4428 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779334 + 4428 Query SELECT * FROM `s1_fdata` + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4428 Query DELETE from s1_route where timeleft < 1508779334 + 4428 Query SELECT * FROM s1_route where timestamp < 1508779334 + 4428 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779334.6761 + 4428 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779334.6761 + 4428 Query SELECT * FROM s1_research where timestamp < 1508779334 + 4428 Query SELECT * FROM s1_training where vref IS NOT NULL + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT owner FROM s1_vdata where wref = 22609 + 4428 Query SELECT b4 FROM s1_users where id = 6 + 4428 Query SELECT * from s1_fdata where vref = 22609 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4428 Query SELECT * from s1_units where vref = 22609 + 4428 Query SELECT * from s1_enforcement where vref = 22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4428 Query SELECT * FROM s1_vdata where wref = 22609 + 4428 Query SELECT tribe FROM s1_users where id = 6 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4428 Query SELECT * from s1_fdata where vref = 22609 + 4428 Query SELECT owner FROM s1_vdata where wref = 22609 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4428 Query SELECT * from s1_units where vref = 36787 + 4428 Query SELECT * from s1_enforcement where vref = 36787 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4428 Query SELECT * FROM s1_vdata where wref = 36787 + 4428 Query SELECT tribe FROM s1_users where id = 94 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4428 Query SELECT * from s1_fdata where vref = 36787 + 4428 Query SELECT owner FROM s1_vdata where wref = 36787 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4428 Query SELECT * from s1_units where vref = 36787 + 4428 Query SELECT owner FROM s1_vdata where wref = 36787 + 4428 Query SELECT b4 FROM s1_users where id = 94 + 4428 Query SELECT * from s1_fdata where vref = 36787 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4428 Query SELECT crop FROM s1_vdata where wref = 36787 + 4428 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4428 Query SELECT owner FROM s1_vdata where wref = 36787 + 4428 Query SELECT b4 FROM s1_users where id = 94 + 4428 Query SELECT * from s1_fdata where vref = 36787 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4428 Query SELECT * from s1_units where vref = 1801 + 4428 Query SELECT * from s1_enforcement where vref = 1801 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4428 Query SELECT * FROM s1_vdata where wref = 1801 + 4428 Query SELECT tribe FROM s1_users where id = 90 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4428 Query SELECT * from s1_fdata where vref = 1801 + 4428 Query SELECT owner FROM s1_vdata where wref = 1801 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4428 Query SELECT * from s1_units where vref = 1801 + 4428 Query SELECT owner FROM s1_vdata where wref = 1801 + 4428 Query SELECT b4 FROM s1_users where id = 90 + 4428 Query SELECT * from s1_fdata where vref = 1801 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4428 Query SELECT crop FROM s1_vdata where wref = 1801 + 4428 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4428 Query SELECT owner FROM s1_vdata where wref = 1801 + 4428 Query SELECT b4 FROM s1_users where id = 90 + 4428 Query SELECT * from s1_fdata where vref = 1801 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4428 Query SELECT * from s1_units where vref = 1592 + 4428 Query SELECT * from s1_enforcement where vref = 1592 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4428 Query SELECT * FROM s1_vdata where wref = 1592 + 4428 Query SELECT tribe FROM s1_users where id = 67 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4428 Query SELECT * from s1_fdata where vref = 1592 + 4428 Query SELECT owner FROM s1_vdata where wref = 1592 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4428 Query SELECT * from s1_units where vref = 1592 + 4428 Query SELECT owner FROM s1_vdata where wref = 1592 + 4428 Query SELECT b4 FROM s1_users where id = 67 + 4428 Query SELECT * from s1_fdata where vref = 1592 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4428 Query SELECT crop FROM s1_vdata where wref = 1592 + 4428 Query SELECT owner FROM s1_vdata where wref = 1592 + 4428 Query SELECT b4 FROM s1_users where id = 67 + 4428 Query SELECT * from s1_fdata where vref = 1592 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4428 Query SELECT * from s1_units where vref = 20599 + 4428 Query SELECT * from s1_enforcement where vref = 20599 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4428 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4428 Query SELECT * FROM s1_vdata where wref = 20599 + 4428 Query SELECT tribe FROM s1_users where id = 46 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4428 Query SELECT * from s1_fdata where vref = 20599 + 4428 Query SELECT owner FROM s1_vdata where wref = 20599 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4428 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4428 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4428 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4428 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4428 Query SELECT owner FROM s1_vdata where wref = 20599 + 4428 Query SELECT b4 FROM s1_users where id = 46 + 4428 Query SELECT * from s1_fdata where vref = 20599 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4428 Query SELECT crop FROM s1_vdata where wref = 20599 + 4428 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4428 Query SELECT owner FROM s1_vdata where wref = 20599 + 4428 Query SELECT b4 FROM s1_users where id = 46 + 4428 Query SELECT * from s1_fdata where vref = 20599 + 4428 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4428 Query SELECT * FROM s1_vdata where celebration < 1508779334 AND celebration != 0 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779334 ORDER BY endtime ASC + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779334 + 4428 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779334 + 4428 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779334 + 4428 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4428 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4428 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4428 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779334 + 4428 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779334.7451 + 4428 Query SELECT * FROM s1_general WHERE shown = 1 + 4428 Query SELECT * FROM s1_users WHERE invited != 0 + 4428 Query SELECT * FROM `s1_fdata` + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4428 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4428 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779334 + 4428 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736134 + 4428 Query SELECT * FROM s1_config + 4428 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692934 + 4428 Quit + 4429 Connect root@localhost as anonymous on + 4429 Init DB travian + 4429 Query SET NAMES 'UTF8' + 4429 Query SELECT * FROM s1_users where username = 'cyberghost' + 4429 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4429 Query SELECT sit FROM s1_online where uid = 6 + 4429 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4429 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4429 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4429 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4429 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4429 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4429 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4429 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4429 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4429 Query REPLACE into s1_active values ('cyberghost',1508779334) + 4429 Query UPDATE s1_users set timestamp = '1508779334' where username = 'cyberghost' + 4429 Query REPLACE into s1_active values ('cyberghost',1508779334) + 4429 Query UPDATE s1_users set timestamp = 1508779334 where username = 'cyberghost' + 4429 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4429 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4429 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4429 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4429 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4429 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4429 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4429 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4429 Query SELECT * FROM s1_vdata where wref = '22609' + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT x,y FROM s1_wdata where id = 22609 + 4429 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4429 Query SELECT * FROM s1_odata where conqured = 22609 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_enforcement where vref = 22609 + 4429 Query SELECT * from s1_enforcement where `from` = 22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_enforcement where vref = 22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4429 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT tribe FROM s1_users where id = 6 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * from s1_tdata where vref = 22609 + 4429 Query SELECT * FROM s1_abdata where vref = 22609 + 4429 Query SELECT * FROM s1_research where vref = 22609 + 4429 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4429 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4429 Query UPDATE s1_vdata set wood = 28990, clay = 38448, iron = 28988, crop = 45354 where wref = 22609 + 4429 Query UPDATE s1_vdata set lastupdate = 1508779334 where wref = 22609 + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT x,y FROM s1_wdata where id = 22609 + 4429 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4429 Query SELECT * FROM s1_odata where conqured = 22609 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_enforcement where vref = 22609 + 4429 Query SELECT * from s1_enforcement where `from` = 22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_enforcement where vref = 22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4429 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT tribe FROM s1_users where id = 6 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * from s1_tdata where vref = 22609 + 4429 Query SELECT * FROM s1_abdata where vref = 22609 + 4429 Query SELECT * FROM s1_research where vref = 22609 + 4429 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4429 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4429 Query SELECT count(id) FROM s1_users where id > 5 + 4429 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4429 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4429 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4429 Query DELETE FROM s1_active WHERE timestamp < 1508563334 + 4429 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4429 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 16778 + 4429 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 16780 + 4429 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17378 + 4429 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17984 + 4429 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 17986 + 4429 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18390 + 4429 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18595 + 4429 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 18799 + 4429 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 19194 + 4429 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 20198 + 4429 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4429 Query UPDATE s1_odata set lastupdated = 1508779334 where wref = 22206 + 4429 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4429 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4429 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4429 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4429 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4429 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779334 + 4429 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778734 + 4429 Query SELECT * FROM s1_hero + 4429 Query SELECT * from s1_units where vref = 20599 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_units where vref = 18790 + 4429 Query SELECT uid FROM s1_deleting where timestamp < 1508779334 + 4429 Query SELECT * FROM s1_bdata where timestamp < 1508779334 and master = 0 + 4429 Query SELECT * FROM s1_bdata WHERE master = 1 + 4429 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779334 + 4429 Query SELECT * FROM `s1_fdata` + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 +171023 19:22:15 4429 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4429 Query DELETE from s1_route where timeleft < 1508779335 + 4429 Query SELECT * FROM s1_route where timestamp < 1508779335 + 4429 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779335.0271 + 4429 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779335.0271 + 4429 Query SELECT * FROM s1_research where timestamp < 1508779335 + 4429 Query SELECT * FROM s1_training where vref IS NOT NULL + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT owner FROM s1_vdata where wref = 22609 + 4429 Query SELECT b4 FROM s1_users where id = 6 + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4429 Query SELECT * from s1_units where vref = 22609 + 4429 Query SELECT * from s1_enforcement where vref = 22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4429 Query SELECT * FROM s1_vdata where wref = 22609 + 4429 Query SELECT tribe FROM s1_users where id = 6 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT owner FROM s1_vdata where wref = 22609 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4429 Query SELECT * from s1_units where vref = 36787 + 4429 Query SELECT * from s1_enforcement where vref = 36787 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4429 Query SELECT * FROM s1_vdata where wref = 36787 + 4429 Query SELECT tribe FROM s1_users where id = 94 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4429 Query SELECT * from s1_fdata where vref = 36787 + 4429 Query SELECT owner FROM s1_vdata where wref = 36787 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4429 Query SELECT * from s1_units where vref = 36787 + 4429 Query SELECT owner FROM s1_vdata where wref = 36787 + 4429 Query SELECT b4 FROM s1_users where id = 94 + 4429 Query SELECT * from s1_fdata where vref = 36787 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4429 Query SELECT crop FROM s1_vdata where wref = 36787 + 4429 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4429 Query SELECT owner FROM s1_vdata where wref = 36787 + 4429 Query SELECT b4 FROM s1_users where id = 94 + 4429 Query SELECT * from s1_fdata where vref = 36787 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4429 Query SELECT * from s1_units where vref = 1801 + 4429 Query SELECT * from s1_enforcement where vref = 1801 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4429 Query SELECT * FROM s1_vdata where wref = 1801 + 4429 Query SELECT tribe FROM s1_users where id = 90 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4429 Query SELECT * from s1_fdata where vref = 1801 + 4429 Query SELECT owner FROM s1_vdata where wref = 1801 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4429 Query SELECT * from s1_units where vref = 1801 + 4429 Query SELECT owner FROM s1_vdata where wref = 1801 + 4429 Query SELECT b4 FROM s1_users where id = 90 + 4429 Query SELECT * from s1_fdata where vref = 1801 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4429 Query SELECT crop FROM s1_vdata where wref = 1801 + 4429 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4429 Query SELECT owner FROM s1_vdata where wref = 1801 + 4429 Query SELECT b4 FROM s1_users where id = 90 + 4429 Query SELECT * from s1_fdata where vref = 1801 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4429 Query SELECT * from s1_units where vref = 1592 + 4429 Query SELECT * from s1_enforcement where vref = 1592 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4429 Query SELECT * FROM s1_vdata where wref = 1592 + 4429 Query SELECT tribe FROM s1_users where id = 67 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4429 Query SELECT * from s1_fdata where vref = 1592 + 4429 Query SELECT owner FROM s1_vdata where wref = 1592 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4429 Query SELECT * from s1_units where vref = 1592 + 4429 Query SELECT owner FROM s1_vdata where wref = 1592 + 4429 Query SELECT b4 FROM s1_users where id = 67 + 4429 Query SELECT * from s1_fdata where vref = 1592 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4429 Query SELECT crop FROM s1_vdata where wref = 1592 + 4429 Query SELECT owner FROM s1_vdata where wref = 1592 + 4429 Query SELECT b4 FROM s1_users where id = 67 + 4429 Query SELECT * from s1_fdata where vref = 1592 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4429 Query SELECT * from s1_units where vref = 20599 + 4429 Query SELECT * from s1_enforcement where vref = 20599 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4429 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4429 Query SELECT * FROM s1_vdata where wref = 20599 + 4429 Query SELECT tribe FROM s1_users where id = 46 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4429 Query SELECT * from s1_fdata where vref = 20599 + 4429 Query SELECT owner FROM s1_vdata where wref = 20599 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4429 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4429 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4429 Query SELECT owner FROM s1_vdata where wref = 20599 + 4429 Query SELECT b4 FROM s1_users where id = 46 + 4429 Query SELECT * from s1_fdata where vref = 20599 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4429 Query SELECT crop FROM s1_vdata where wref = 20599 + 4429 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4429 Query SELECT owner FROM s1_vdata where wref = 20599 + 4429 Query SELECT b4 FROM s1_users where id = 46 + 4429 Query SELECT * from s1_fdata where vref = 20599 + 4429 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4429 Query SELECT * FROM s1_vdata where celebration < 1508779335 AND celebration != 0 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779335 ORDER BY endtime ASC + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779335 + 4429 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779335 + 4429 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779335 + 4429 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4429 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4429 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4429 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779335 + 4429 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779335.1041 + 4429 Query SELECT * FROM s1_general WHERE shown = 1 + 4429 Query SELECT * FROM s1_users WHERE invited != 0 + 4429 Query SELECT * FROM `s1_fdata` + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4429 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4429 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779335 + 4429 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736135 + 4429 Query SELECT * FROM s1_config + 4429 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692935 + 4429 Query SELECT timestamp from s1_deleting where uid = 6 + 4429 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 6 + 4429 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 1 + 4429 Query SELECT id,x,y,occupied,fieldtype FROM s1_wdata WHERE fieldtype = 1 OR fieldtype = 6 + 4429 Query SELECT name FROM s1_vdata where wref = 22411 + 4429 Query SELECT name FROM s1_vdata where wref = 22404 + 4429 Query SELECT name FROM s1_vdata where wref = 24014 + 4429 Query SELECT name FROM s1_vdata where wref = 23019 + 4429 Query SELECT name FROM s1_vdata where wref = 20799 + 4429 Query SELECT name FROM s1_vdata where wref = 24623 + 4429 Query SELECT name FROM s1_vdata where wref = 22799 + 4429 Query SELECT name FROM s1_vdata where wref = 23426 + 4429 Query SELECT name FROM s1_vdata where wref = 22595 + 4429 Query SELECT name FROM s1_vdata where wref = 19601 + 4429 Query SELECT name FROM s1_vdata where wref = 20585 + 4429 Query SELECT name FROM s1_vdata where wref = 20783 + 4429 Query SELECT name FROM s1_vdata where wref = 19406 + 4429 Query SELECT name FROM s1_vdata where wref = 26438 + 4429 Query SELECT name FROM s1_vdata where wref = 26640 + 4429 Query SELECT name FROM s1_vdata where wref = 20578 + 4429 Query SELECT name FROM s1_vdata where wref = 27434 + 4429 Query SELECT name FROM s1_vdata where wref = 25604 + 4429 Query SELECT name FROM s1_vdata where wref = 27627 + 4429 Query SELECT name FROM s1_vdata where wref = 27446 + 4429 Query SELECT name FROM s1_vdata where wref = 27417 + 4429 Query SELECT name FROM s1_vdata where wref = 22580 + 4429 Query SELECT name FROM s1_vdata where wref = 27850 + 4429 Query SELECT name FROM s1_vdata where wref = 26853 + 4429 Query SELECT name FROM s1_vdata where wref = 19766 + 4429 Query SELECT name FROM s1_vdata where wref = 26255 + 4429 Query SELECT name FROM s1_vdata where wref = 25455 + 4429 Query SELECT name FROM s1_vdata where wref = 22042 + 4429 Query SELECT name FROM s1_vdata where wref = 22244 + 4429 Query SELECT name FROM s1_vdata where wref = 24582 + 4429 Query SELECT name FROM s1_vdata where wref = 26062 + 4429 Query SELECT name FROM s1_vdata where wref = 14575 + 4429 Query SELECT name FROM s1_vdata where wref = 26794 + 4429 Query SELECT name FROM s1_vdata where wref = 25182 + 4429 Query SELECT name FROM s1_vdata where wref = 30068 + 4429 Query SELECT name FROM s1_vdata where wref = 29671 + 4429 Query SELECT name FROM s1_vdata where wref = 31655 + 4429 Query SELECT name FROM s1_vdata where wref = 31847 + 4429 Query SELECT name FROM s1_vdata where wref = 31669 + 4429 Query SELECT name FROM s1_vdata where wref = 31274 + 4429 Query SELECT name FROM s1_vdata where wref = 32462 + 4429 Query SELECT name FROM s1_vdata where wref = 32473 + 4429 Query SELECT name FROM s1_vdata where wref = 26580 + 4429 Query SELECT name FROM s1_vdata where wref = 32641 + 4429 Query SELECT name FROM s1_vdata where wref = 32028 + 4429 Query SELECT name FROM s1_vdata where wref = 18337 + 4429 Query SELECT name FROM s1_vdata where wref = 33875 + 4429 Query SELECT name FROM s1_vdata where wref = 30090 + 4429 Query SELECT name FROM s1_vdata where wref = 33486 + 4429 Query SELECT name FROM s1_vdata where wref = 34082 + 4429 Query SELECT name FROM s1_vdata where wref = 34879 + 4429 Query SELECT name FROM s1_vdata where wref = 19333 + 4429 Query SELECT name FROM s1_vdata where wref = 31407 + 4429 Query SELECT name FROM s1_vdata where wref = 27978 + 4429 Query SELECT name FROM s1_vdata where wref = 35683 + 4429 Query SELECT name FROM s1_vdata where wref = 26566 + 4429 Query SELECT name FROM s1_vdata where wref = 36082 + 4429 Query SELECT name FROM s1_vdata where wref = 36273 + 4429 Query SELECT name FROM s1_vdata where wref = 36479 + 4429 Query SELECT name FROM s1_vdata where wref = 34107 + 4429 Query SELECT name FROM s1_vdata where wref = 36051 + 4429 Query SELECT name FROM s1_vdata where wref = 35109 + 4429 Query SELECT name FROM s1_vdata where wref = 37286 + 4429 Query SELECT name FROM s1_vdata where wref = 37298 + 4429 Query SELECT name FROM s1_vdata where wref = 37466 + 4429 Query SELECT name FROM s1_vdata where wref = 36648 + 4429 Query SELECT name FROM s1_vdata where wref = 38076 + 4429 Query SELECT name FROM s1_vdata where wref = 37866 + 4429 Query SELECT name FROM s1_vdata where wref = 38499 + 4429 Query SELECT name FROM s1_vdata where wref = 38268 + 4429 Query SELECT name FROM s1_vdata where wref = 38705 + 4429 Query SELECT name FROM s1_vdata where wref = 20316 + 4429 Query SELECT name FROM s1_vdata where wref = 38871 + 4429 Query SELECT name FROM s1_vdata where wref = 39503 + 4429 Query SELECT name FROM s1_vdata where wref = 35214 + 4429 Query SELECT name FROM s1_vdata where wref = 23528 + 4429 Query SELECT name FROM s1_vdata where wref = 33932 + 4429 Query SELECT name FROM s1_vdata where wref = 40290 + 4429 Query SELECT name FROM s1_vdata where wref = 36017 + 4429 Query SELECT name FROM s1_vdata where wref = 40277 + 4429 Query SELECT name FROM s1_vdata where wref = 38334 + 4429 Query SELECT name FROM s1_vdata where wref = 38238 + 4429 Query SELECT name FROM s1_vdata where wref = 32538 + 4429 Query SELECT name FROM s1_vdata where wref = 39449 + 4429 Query SELECT name FROM s1_vdata where wref = 39936 + 4429 Query SELECT name FROM s1_vdata where wref = 39141 + 4429 Query SELECT name FROM s1_vdata where wref = 28732 + 4429 Query SELECT name FROM s1_vdata where wref = 30338 + 4429 Query SELECT name FROM s1_vdata where wref = 33984 + 4429 Query SELECT name FROM s1_vdata where wref = 38022 + 4429 Query SELECT name FROM s1_vdata where wref = 19494 + 4429 Query SELECT name FROM s1_vdata where wref = 35954 + 4429 Query SELECT name FROM s1_vdata where wref = 39432 + 4429 Query SELECT name FROM s1_vdata where wref = 8662 + 4429 Query SELECT name FROM s1_vdata where wref = 8460 + 4429 Query SELECT name FROM s1_vdata where wref = 38159 + 4429 Query SELECT name FROM s1_vdata where wref = 39959 + 4429 Query SELECT name FROM s1_vdata where wref = 37000 + 4429 Query SELECT name FROM s1_vdata where wref = 38412 + 4429 Query SELECT name FROM s1_vdata where wref = 36564 + 4429 Query SELECT name FROM s1_vdata where wref = 38967 + 4429 Query SELECT name FROM s1_vdata where wref = 33766 + 4429 Query SELECT name FROM s1_vdata where wref = 38405 + 4429 Query SELECT name FROM s1_vdata where wref = 34368 + 4429 Query SELECT name FROM s1_vdata where wref = 39574 + 4429 Query SELECT name FROM s1_vdata where wref = 1173 + 4429 Query SELECT name FROM s1_vdata where wref = 38804 + 4429 Query SELECT name FROM s1_vdata where wref = 4396 + 4429 Query SELECT name FROM s1_vdata where wref = 1178 + 4429 Query SELECT name FROM s1_vdata where wref = 38781 + 4429 Query SELECT name FROM s1_vdata where wref = 1833 + 4429 Query SELECT name FROM s1_vdata where wref = 37787 + 4429 Query SELECT owner FROM s1_vdata where wref = 37787 + 4429 Query SELECT owner FROM s1_vdata where wref = 37787 + 4429 Query SELECT username FROM s1_users where id = 51 + 4429 Query SELECT name FROM s1_vdata where wref = 4233 + 4429 Query SELECT name FROM s1_vdata where wref = 40207 + 4429 Query SELECT name FROM s1_vdata where wref = 2991 + 4429 Query SELECT name FROM s1_vdata where wref = 4229 + 4429 Query SELECT name FROM s1_vdata where wref = 1216 + 4429 Query SELECT name FROM s1_vdata where wref = 39595 + 4429 Query SELECT name FROM s1_vdata where wref = 2022 + 4429 Query SELECT name FROM s1_vdata where wref = 40198 + 4429 Query SELECT name FROM s1_vdata where wref = 3010 + 4429 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4429 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778735 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4429 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4429 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4429 Query SELECT * from s1_fdata where vref = 22609 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4429 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4429 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4429 Quit +171023 19:22:27 4430 Connect root@localhost as anonymous on + 4430 Init DB travian + 4430 Query SET NAMES 'UTF8' + 4430 Query SELECT * FROM s1_users where username = 'cyberghost' + 4430 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4430 Query SELECT sit FROM s1_online where uid = 6 + 4430 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4430 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4430 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4430 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4430 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4430 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4430 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4430 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4430 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4430 Query REPLACE into s1_active values ('cyberghost',1508779347) + 4430 Query UPDATE s1_users set timestamp = '1508779347' where username = 'cyberghost' + 4430 Query REPLACE into s1_active values ('cyberghost',1508779347) + 4430 Query UPDATE s1_users set timestamp = 1508779347 where username = 'cyberghost' + 4430 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4430 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4430 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4430 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4430 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4430 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4430 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4430 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4430 Query SELECT * FROM s1_vdata where wref = '22609' + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT * from s1_fdata where vref = 22609 + 4430 Query SELECT x,y FROM s1_wdata where id = 22609 + 4430 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4430 Query SELECT * FROM s1_odata where conqured = 22609 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_enforcement where vref = 22609 + 4430 Query SELECT * from s1_enforcement where `from` = 22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_enforcement where vref = 22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4430 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT tribe FROM s1_users where id = 6 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * from s1_tdata where vref = 22609 + 4430 Query SELECT * FROM s1_abdata where vref = 22609 + 4430 Query SELECT * FROM s1_research where vref = 22609 + 4430 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4430 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4430 Query SELECT * from s1_fdata where vref = 22609 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4430 Query UPDATE s1_vdata set wood = 28994, clay = 38454, iron = 28992, crop = 45358 where wref = 22609 + 4430 Query UPDATE s1_vdata set lastupdate = 1508779347 where wref = 22609 + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT * from s1_fdata where vref = 22609 + 4430 Query SELECT x,y FROM s1_wdata where id = 22609 + 4430 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4430 Query SELECT * FROM s1_odata where conqured = 22609 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_enforcement where vref = 22609 + 4430 Query SELECT * from s1_enforcement where `from` = 22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_enforcement where vref = 22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4430 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT tribe FROM s1_users where id = 6 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * from s1_tdata where vref = 22609 + 4430 Query SELECT * FROM s1_abdata where vref = 22609 + 4430 Query SELECT * FROM s1_research where vref = 22609 + 4430 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4430 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4430 Query SELECT count(id) FROM s1_users where id > 5 + 4430 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4430 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4430 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4430 Query DELETE FROM s1_active WHERE timestamp < 1508563347 + 4430 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4430 Query UPDATE s1_odata set wood = 187.02888888889, clay = 187.02888888889, iron = 187.02888888889, crop = 187.02888888889 where wref = 16778 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 16778 + 4430 Query UPDATE s1_odata set wood = 152.02888888889, clay = 152.02888888889, iron = 152.02888888889, crop = 152.02888888889 where wref = 16780 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 16780 + 4430 Query UPDATE s1_odata set wood = 339.02888888889, clay = 339.02888888889, iron = 339.02888888889, crop = 339.02888888889 where wref = 17378 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 17378 + 4430 Query UPDATE s1_odata set wood = 499.02888888889, clay = 499.02888888889, iron = 499.02888888889, crop = 499.02888888889 where wref = 17984 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 17984 + 4430 Query UPDATE s1_odata set wood = 559.02888888889, clay = 559.02888888889, iron = 559.02888888889, crop = 559.02888888889 where wref = 17986 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 17986 + 4430 Query UPDATE s1_odata set wood = 108.02888888889, clay = 108.02888888889, iron = 108.02888888889, crop = 108.02888888889 where wref = 18390 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 18390 + 4430 Query UPDATE s1_odata set wood = 476.02888888889, clay = 476.02888888889, iron = 476.02888888889, crop = 476.02888888889 where wref = 18595 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 18595 + 4430 Query UPDATE s1_odata set wood = 316.02888888889, clay = 316.02888888889, iron = 316.02888888889, crop = 316.02888888889 where wref = 18799 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 18799 + 4430 Query UPDATE s1_odata set wood = 562.02888888889, clay = 562.02888888889, iron = 562.02888888889, crop = 562.02888888889 where wref = 19194 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 19194 + 4430 Query UPDATE s1_odata set wood = 24.028888888889, clay = 24.028888888889, iron = 24.028888888889, crop = 24.028888888889 where wref = 20198 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 20198 + 4430 Query UPDATE s1_odata set wood = 234.02888888889, clay = 234.02888888889, iron = 234.02888888889, crop = 234.02888888889 where wref = 22206 + 4430 Query UPDATE s1_odata set lastupdated = 1508779347 where wref = 22206 + 4430 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4430 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4430 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4430 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4430 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4430 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779347 + 4430 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778747 + 4430 Query SELECT * FROM s1_hero + 4430 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4430 Query UPDATE `s1_hero` SET lastupdate = '1508779347' WHERE heroid = 2 + 4430 Query SELECT * from s1_units where vref = 20599 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_units where vref = 18790 + 4430 Query SELECT uid FROM s1_deleting where timestamp < 1508779347 + 4430 Query SELECT * FROM s1_bdata where timestamp < 1508779347 and master = 0 + 4430 Query SELECT * FROM s1_bdata WHERE master = 1 + 4430 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779347 + 4430 Query SELECT * FROM `s1_fdata` + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4430 Query DELETE from s1_route where timeleft < 1508779347 + 4430 Query SELECT * FROM s1_route where timestamp < 1508779347 + 4430 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779347.9349 + 4430 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779347.9349 + 4430 Query SELECT * FROM s1_research where timestamp < 1508779347 + 4430 Query SELECT * FROM s1_training where vref IS NOT NULL + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT owner FROM s1_vdata where wref = 22609 + 4430 Query SELECT b4 FROM s1_users where id = 6 + 4430 Query SELECT * from s1_fdata where vref = 22609 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4430 Query SELECT * from s1_units where vref = 22609 + 4430 Query SELECT * from s1_enforcement where vref = 22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4430 Query SELECT * FROM s1_vdata where wref = 22609 + 4430 Query SELECT tribe FROM s1_users where id = 6 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4430 Query SELECT * from s1_fdata where vref = 22609 + 4430 Query SELECT owner FROM s1_vdata where wref = 22609 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4430 Query SELECT * from s1_units where vref = 36787 + 4430 Query SELECT * from s1_enforcement where vref = 36787 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4430 Query SELECT * FROM s1_vdata where wref = 36787 + 4430 Query SELECT tribe FROM s1_users where id = 94 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4430 Query SELECT * from s1_fdata where vref = 36787 + 4430 Query SELECT owner FROM s1_vdata where wref = 36787 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4430 Query SELECT * from s1_units where vref = 36787 + 4430 Query SELECT owner FROM s1_vdata where wref = 36787 + 4430 Query SELECT b4 FROM s1_users where id = 94 + 4430 Query SELECT * from s1_fdata where vref = 36787 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4430 Query SELECT crop FROM s1_vdata where wref = 36787 + 4430 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4430 Query SELECT owner FROM s1_vdata where wref = 36787 + 4430 Query SELECT b4 FROM s1_users where id = 94 + 4430 Query SELECT * from s1_fdata where vref = 36787 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4430 Query SELECT * from s1_units where vref = 1801 + 4430 Query SELECT * from s1_enforcement where vref = 1801 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4430 Query SELECT * FROM s1_vdata where wref = 1801 + 4430 Query SELECT tribe FROM s1_users where id = 90 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4430 Query SELECT * from s1_fdata where vref = 1801 + 4430 Query SELECT owner FROM s1_vdata where wref = 1801 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4430 Query SELECT * from s1_units where vref = 1801 + 4430 Query SELECT owner FROM s1_vdata where wref = 1801 + 4430 Query SELECT b4 FROM s1_users where id = 90 + 4430 Query SELECT * from s1_fdata where vref = 1801 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4430 Query SELECT crop FROM s1_vdata where wref = 1801 + 4430 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4430 Query SELECT owner FROM s1_vdata where wref = 1801 + 4430 Query SELECT b4 FROM s1_users where id = 90 + 4430 Query SELECT * from s1_fdata where vref = 1801 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4430 Query SELECT * from s1_units where vref = 1592 + 4430 Query SELECT * from s1_enforcement where vref = 1592 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4430 Query SELECT * FROM s1_vdata where wref = 1592 + 4430 Query SELECT tribe FROM s1_users where id = 67 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4430 Query SELECT * from s1_fdata where vref = 1592 + 4430 Query SELECT owner FROM s1_vdata where wref = 1592 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4430 Query SELECT * from s1_units where vref = 1592 + 4430 Query SELECT owner FROM s1_vdata where wref = 1592 + 4430 Query SELECT b4 FROM s1_users where id = 67 + 4430 Query SELECT * from s1_fdata where vref = 1592 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4430 Query SELECT crop FROM s1_vdata where wref = 1592 + 4430 Query SELECT owner FROM s1_vdata where wref = 1592 + 4430 Query SELECT b4 FROM s1_users where id = 67 + 4430 Query SELECT * from s1_fdata where vref = 1592 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4430 Query SELECT * from s1_units where vref = 20599 + 4430 Query SELECT * from s1_enforcement where vref = 20599 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4430 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4430 Query SELECT * FROM s1_vdata where wref = 20599 + 4430 Query SELECT tribe FROM s1_users where id = 46 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4430 Query SELECT * from s1_fdata where vref = 20599 + 4430 Query SELECT owner FROM s1_vdata where wref = 20599 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4430 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4430 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4430 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4430 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4430 Query SELECT owner FROM s1_vdata where wref = 20599 + 4430 Query SELECT b4 FROM s1_users where id = 46 + 4430 Query SELECT * from s1_fdata where vref = 20599 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4430 Query SELECT crop FROM s1_vdata where wref = 20599 + 4430 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4430 Query SELECT owner FROM s1_vdata where wref = 20599 + 4430 Query SELECT b4 FROM s1_users where id = 46 + 4430 Query SELECT * from s1_fdata where vref = 20599 + 4430 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4430 Query SELECT * FROM s1_vdata where celebration < 1508779347 AND celebration != 0 +171023 19:22:28 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779348 ORDER BY endtime ASC + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779348 + 4430 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779348 + 4430 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779348 + 4430 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4430 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4430 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4430 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779348 + 4430 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779348.0179 + 4430 Query SELECT * FROM s1_general WHERE shown = 1 + 4430 Query SELECT * FROM s1_users WHERE invited != 0 + 4430 Query SELECT * FROM `s1_fdata` + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4430 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4430 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779348 + 4430 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736148 + 4430 Query SELECT * FROM s1_config + 4430 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692948 + 4430 Quit + 4431 Connect root@localhost as anonymous on + 4431 Init DB travian + 4431 Query SET NAMES 'UTF8' + 4431 Query SELECT * FROM s1_users where username = 'cyberghost' + 4431 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4431 Query SELECT sit FROM s1_online where uid = 6 + 4431 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4431 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4431 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4431 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4431 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4431 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4431 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4431 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4431 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4431 Query REPLACE into s1_active values ('cyberghost',1508779348) + 4431 Query UPDATE s1_users set timestamp = '1508779348' where username = 'cyberghost' + 4431 Query REPLACE into s1_active values ('cyberghost',1508779348) + 4431 Query UPDATE s1_users set timestamp = 1508779348 where username = 'cyberghost' + 4431 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4431 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4431 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4431 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4431 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4431 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4431 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4431 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4431 Query SELECT * FROM s1_vdata where wref = '22609' + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT x,y FROM s1_wdata where id = 22609 + 4431 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4431 Query SELECT * FROM s1_odata where conqured = 22609 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_enforcement where vref = 22609 + 4431 Query SELECT * from s1_enforcement where `from` = 22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_enforcement where vref = 22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4431 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT tribe FROM s1_users where id = 6 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * from s1_tdata where vref = 22609 + 4431 Query SELECT * FROM s1_abdata where vref = 22609 + 4431 Query SELECT * FROM s1_research where vref = 22609 + 4431 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4431 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4431 Query UPDATE s1_vdata set wood = 28994, clay = 38454, iron = 28992, crop = 45358 where wref = 22609 + 4431 Query UPDATE s1_vdata set lastupdate = 1508779348 where wref = 22609 + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT x,y FROM s1_wdata where id = 22609 + 4431 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4431 Query SELECT * FROM s1_odata where conqured = 22609 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_enforcement where vref = 22609 + 4431 Query SELECT * from s1_enforcement where `from` = 22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_enforcement where vref = 22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4431 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT tribe FROM s1_users where id = 6 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * from s1_tdata where vref = 22609 + 4431 Query SELECT * FROM s1_abdata where vref = 22609 + 4431 Query SELECT * FROM s1_research where vref = 22609 + 4431 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4431 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4431 Query SELECT count(id) FROM s1_users where id > 5 + 4431 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4431 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4431 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4431 Query DELETE FROM s1_active WHERE timestamp < 1508563348 + 4431 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4431 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 16778 + 4431 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 16780 + 4431 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 17378 + 4431 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 17984 + 4431 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 17986 + 4431 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 18390 + 4431 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 18595 + 4431 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 18799 + 4431 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 19194 + 4431 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 20198 + 4431 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4431 Query UPDATE s1_odata set lastupdated = 1508779348 where wref = 22206 + 4431 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4431 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4431 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4431 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4431 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4431 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779348 + 4431 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778748 + 4431 Query SELECT * FROM s1_hero + 4431 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4431 Query UPDATE `s1_hero` SET lastupdate = '1508779348' WHERE heroid = 2 + 4431 Query SELECT * from s1_units where vref = 20599 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_units where vref = 18790 + 4431 Query SELECT uid FROM s1_deleting where timestamp < 1508779348 + 4431 Query SELECT * FROM s1_bdata where timestamp < 1508779348 and master = 0 + 4431 Query SELECT * FROM s1_bdata WHERE master = 1 + 4431 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779348 + 4431 Query SELECT * FROM `s1_fdata` + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4431 Query DELETE from s1_route where timeleft < 1508779348 + 4431 Query SELECT * FROM s1_route where timestamp < 1508779348 + 4431 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779348.3499 + 4431 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779348.3499 + 4431 Query SELECT * FROM s1_research where timestamp < 1508779348 + 4431 Query SELECT * FROM s1_training where vref IS NOT NULL + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT owner FROM s1_vdata where wref = 22609 + 4431 Query SELECT b4 FROM s1_users where id = 6 + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4431 Query SELECT * from s1_units where vref = 22609 + 4431 Query SELECT * from s1_enforcement where vref = 22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4431 Query SELECT * FROM s1_vdata where wref = 22609 + 4431 Query SELECT tribe FROM s1_users where id = 6 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT owner FROM s1_vdata where wref = 22609 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4431 Query SELECT * from s1_units where vref = 36787 + 4431 Query SELECT * from s1_enforcement where vref = 36787 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4431 Query SELECT * FROM s1_vdata where wref = 36787 + 4431 Query SELECT tribe FROM s1_users where id = 94 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4431 Query SELECT * from s1_fdata where vref = 36787 + 4431 Query SELECT owner FROM s1_vdata where wref = 36787 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4431 Query SELECT * from s1_units where vref = 36787 + 4431 Query SELECT owner FROM s1_vdata where wref = 36787 + 4431 Query SELECT b4 FROM s1_users where id = 94 + 4431 Query SELECT * from s1_fdata where vref = 36787 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4431 Query SELECT crop FROM s1_vdata where wref = 36787 + 4431 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4431 Query SELECT owner FROM s1_vdata where wref = 36787 + 4431 Query SELECT b4 FROM s1_users where id = 94 + 4431 Query SELECT * from s1_fdata where vref = 36787 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4431 Query SELECT * from s1_units where vref = 1801 + 4431 Query SELECT * from s1_enforcement where vref = 1801 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4431 Query SELECT * FROM s1_vdata where wref = 1801 + 4431 Query SELECT tribe FROM s1_users where id = 90 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4431 Query SELECT * from s1_fdata where vref = 1801 + 4431 Query SELECT owner FROM s1_vdata where wref = 1801 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4431 Query SELECT * from s1_units where vref = 1801 + 4431 Query SELECT owner FROM s1_vdata where wref = 1801 + 4431 Query SELECT b4 FROM s1_users where id = 90 + 4431 Query SELECT * from s1_fdata where vref = 1801 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4431 Query SELECT crop FROM s1_vdata where wref = 1801 + 4431 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4431 Query SELECT owner FROM s1_vdata where wref = 1801 + 4431 Query SELECT b4 FROM s1_users where id = 90 + 4431 Query SELECT * from s1_fdata where vref = 1801 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4431 Query SELECT * from s1_units where vref = 1592 + 4431 Query SELECT * from s1_enforcement where vref = 1592 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4431 Query SELECT * FROM s1_vdata where wref = 1592 + 4431 Query SELECT tribe FROM s1_users where id = 67 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4431 Query SELECT * from s1_fdata where vref = 1592 + 4431 Query SELECT owner FROM s1_vdata where wref = 1592 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4431 Query SELECT * from s1_units where vref = 1592 + 4431 Query SELECT owner FROM s1_vdata where wref = 1592 + 4431 Query SELECT b4 FROM s1_users where id = 67 + 4431 Query SELECT * from s1_fdata where vref = 1592 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4431 Query SELECT crop FROM s1_vdata where wref = 1592 + 4431 Query SELECT owner FROM s1_vdata where wref = 1592 + 4431 Query SELECT b4 FROM s1_users where id = 67 + 4431 Query SELECT * from s1_fdata where vref = 1592 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4431 Query SELECT * from s1_units where vref = 20599 + 4431 Query SELECT * from s1_enforcement where vref = 20599 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4431 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4431 Query SELECT * FROM s1_vdata where wref = 20599 + 4431 Query SELECT tribe FROM s1_users where id = 46 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4431 Query SELECT * from s1_fdata where vref = 20599 + 4431 Query SELECT owner FROM s1_vdata where wref = 20599 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4431 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4431 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4431 Query SELECT owner FROM s1_vdata where wref = 20599 + 4431 Query SELECT b4 FROM s1_users where id = 46 + 4431 Query SELECT * from s1_fdata where vref = 20599 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4431 Query SELECT crop FROM s1_vdata where wref = 20599 + 4431 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4431 Query SELECT owner FROM s1_vdata where wref = 20599 + 4431 Query SELECT b4 FROM s1_users where id = 46 + 4431 Query SELECT * from s1_fdata where vref = 20599 + 4431 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4431 Query SELECT * FROM s1_vdata where celebration < 1508779348 AND celebration != 0 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779348 ORDER BY endtime ASC + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779348 + 4431 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779348 + 4431 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779348 + 4431 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4431 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4431 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4431 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779348 + 4431 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779348.4209 + 4431 Query SELECT * FROM s1_general WHERE shown = 1 + 4431 Query SELECT * FROM s1_users WHERE invited != 0 + 4431 Query SELECT * FROM `s1_fdata` + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4431 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4431 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779348 + 4431 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736148 + 4431 Query SELECT * FROM s1_config + 4431 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692948 + 4431 Query SELECT timestamp from s1_deleting where uid = 6 + 4431 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 6 + 4431 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 1 + 4431 Query SELECT id,x,y,occupied,fieldtype FROM s1_wdata WHERE fieldtype = 1 OR fieldtype = 6 + 4431 Query SELECT name FROM s1_vdata where wref = 21813 + 4431 Query SELECT name FROM s1_vdata where wref = 24009 + 4431 Query SELECT name FROM s1_vdata where wref = 24621 + 4431 Query SELECT name FROM s1_vdata where wref = 24823 + 4431 Query SELECT name FROM s1_vdata where wref = 23602 + 4431 Query SELECT name FROM s1_vdata where wref = 25029 + 4431 Query SELECT name FROM s1_vdata where wref = 24809 + 4431 Query SELECT name FROM s1_vdata where wref = 23834 + 4431 Query SELECT name FROM s1_vdata where wref = 19608 + 4431 Query SELECT name FROM s1_vdata where wref = 21826 + 4431 Query SELECT name FROM s1_vdata where wref = 18778 + 4431 Query SELECT name FROM s1_vdata where wref = 17985 + 4431 Query SELECT name FROM s1_vdata where wref = 27831 + 4431 Query SELECT name FROM s1_vdata where wref = 18406 + 4431 Query SELECT name FROM s1_vdata where wref = 24591 + 4431 Query SELECT name FROM s1_vdata where wref = 27009 + 4431 Query SELECT name FROM s1_vdata where wref = 28626 + 4431 Query SELECT name FROM s1_vdata where wref = 16190 + 4431 Query SELECT name FROM s1_vdata where wref = 29637 + 4431 Query SELECT name FROM s1_vdata where wref = 20965 + 4431 Query SELECT name FROM s1_vdata where wref = 23376 + 4431 Query SELECT name FROM s1_vdata where wref = 24255 + 4431 Query SELECT name FROM s1_vdata where wref = 30235 + 4431 Query SELECT name FROM s1_vdata where wref = 30457 + 4431 Query SELECT name FROM s1_vdata where wref = 30431 + 4431 Query SELECT name FROM s1_vdata where wref = 31042 + 4431 Query SELECT name FROM s1_vdata where wref = 14183 + 4431 Query SELECT name FROM s1_vdata where wref = 14590 + 4431 Query SELECT name FROM s1_vdata where wref = 31861 + 4431 Query SELECT name FROM s1_vdata where wref = 30675 + 4431 Query SELECT name FROM s1_vdata where wref = 14799 + 4431 Query SELECT name FROM s1_vdata where wref = 32452 + 4431 Query SELECT name FROM s1_vdata where wref = 23665 + 4431 Query SELECT name FROM s1_vdata where wref = 33059 + 4431 Query SELECT name FROM s1_vdata where wref = 30209 + 4431 Query SELECT name FROM s1_vdata where wref = 33249 + 4431 Query SELECT name FROM s1_vdata where wref = 33672 + 4431 Query SELECT name FROM s1_vdata where wref = 33678 + 4431 Query SELECT name FROM s1_vdata where wref = 19247 + 4431 Query SELECT name FROM s1_vdata where wref = 29396 + 4431 Query SELECT name FROM s1_vdata where wref = 34477 + 4431 Query SELECT name FROM s1_vdata where wref = 12126 + 4431 Query SELECT name FROM s1_vdata where wref = 33636 + 4431 Query SELECT name FROM s1_vdata where wref = 35065 + 4431 Query SELECT name FROM s1_vdata where wref = 34241 + 4431 Query SELECT name FROM s1_vdata where wref = 34850 + 4431 Query SELECT name FROM s1_vdata where wref = 32415 + 4431 Query SELECT name FROM s1_vdata where wref = 35880 + 4431 Query SELECT name FROM s1_vdata where wref = 35493 + 4431 Query SELECT name FROM s1_vdata where wref = 14313 + 4431 Query SELECT name FROM s1_vdata where wref = 35500 + 4431 Query SELECT name FROM s1_vdata where wref = 36683 + 4431 Query SELECT name FROM s1_vdata where wref = 25957 + 4431 Query SELECT name FROM s1_vdata where wref = 34022 + 4431 Query SELECT name FROM s1_vdata where wref = 37287 + 4431 Query SELECT name FROM s1_vdata where wref = 37476 + 4431 Query SELECT name FROM s1_vdata where wref = 16309 + 4431 Query SELECT name FROM s1_vdata where wref = 26703 + 4431 Query SELECT name FROM s1_vdata where wref = 38094 + 4431 Query SELECT name FROM s1_vdata where wref = 37867 + 4431 Query SELECT name FROM s1_vdata where wref = 38500 + 4431 Query SELECT name FROM s1_vdata where wref = 37514 + 4431 Query SELECT name FROM s1_vdata where wref = 24097 + 4431 Query SELECT name FROM s1_vdata where wref = 37447 + 4431 Query SELECT name FROM s1_vdata where wref = 37242 + 4431 Query SELECT name FROM s1_vdata where wref = 35823 + 4431 Query SELECT name FROM s1_vdata where wref = 39706 + 4431 Query SELECT name FROM s1_vdata where wref = 31928 + 4431 Query SELECT name FROM s1_vdata where wref = 39673 + 4431 Query SELECT name FROM s1_vdata where wref = 33132 + 4431 Query SELECT name FROM s1_vdata where wref = 36623 + 4431 Query SELECT name FROM s1_vdata where wref = 34803 + 4431 Query SELECT name FROM s1_vdata where wref = 25333 + 4431 Query SELECT name FROM s1_vdata where wref = 33338 + 4431 Query SELECT name FROM s1_vdata where wref = 39732 + 4431 Query SELECT name FROM s1_vdata where wref = 36211 + 4431 Query SELECT name FROM s1_vdata where wref = 24524 + 4431 Query SELECT name FROM s1_vdata where wref = 33343 + 4431 Query SELECT name FROM s1_vdata where wref = 38835 + 4431 Query SELECT name FROM s1_vdata where wref = 26734 + 4431 Query SELECT name FROM s1_vdata where wref = 39944 + 4431 Query SELECT name FROM s1_vdata where wref = 24921 + 4431 Query SELECT name FROM s1_vdata where wref = 39749 + 4431 Query SELECT name FROM s1_vdata where wref = 39637 + 4431 Query SELECT name FROM s1_vdata where wref = 31747 + 4431 Query SELECT name FROM s1_vdata where wref = 31761 + 4431 Query SELECT name FROM s1_vdata where wref = 15673 + 4431 Query SELECT name FROM s1_vdata where wref = 8619 + 4431 Query SELECT name FROM s1_vdata where wref = 38618 + 4431 Query SELECT name FROM s1_vdata where wref = 10058 + 4431 Query SELECT name FROM s1_vdata where wref = 40163 + 4431 Query SELECT name FROM s1_vdata where wref = 10239 + 4431 Query SELECT name FROM s1_vdata where wref = 10656 + 4431 Query SELECT name FROM s1_vdata where wref = 35365 + 4431 Query SELECT name FROM s1_vdata where wref = 35166 + 4431 Query SELECT name FROM s1_vdata where wref = 8024 + 4431 Query SELECT name FROM s1_vdata where wref = 40223 + 4431 Query SELECT name FROM s1_vdata where wref = 4998 + 4431 Query SELECT name FROM s1_vdata where wref = 2244 + 4431 Query SELECT name FROM s1_vdata where wref = 36783 + 4431 Query SELECT name FROM s1_vdata where wref = 2176 + 4431 Query SELECT name FROM s1_vdata where wref = 39203 + 4431 Query SELECT name FROM s1_vdata where wref = 7838 + 4431 Query SELECT name FROM s1_vdata where wref = 38783 + 4431 Query SELECT name FROM s1_vdata where wref = 3432 + 4431 Query SELECT name FROM s1_vdata where wref = 5230 + 4431 Query SELECT name FROM s1_vdata where wref = 6025 + 4431 Query SELECT name FROM s1_vdata where wref = 4825 + 4431 Query SELECT name FROM s1_vdata where wref = 40394 + 4431 Query SELECT name FROM s1_vdata where wref = 40397 + 4431 Query SELECT name FROM s1_vdata where wref = 1405 + 4431 Query SELECT name FROM s1_vdata where wref = 2411 + 4431 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4431 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778748 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4431 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4431 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4431 Query SELECT * from s1_fdata where vref = 22609 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4431 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4431 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4431 Quit +171023 19:22:35 4432 Connect root@localhost as anonymous on + 4432 Init DB travian + 4432 Query SET NAMES 'UTF8' + 4432 Query SELECT * FROM s1_users where username = 'cyberghost' + 4432 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4432 Query SELECT sit FROM s1_online where uid = 6 + 4432 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4432 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4432 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4432 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4432 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4432 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4432 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4432 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4432 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4432 Query REPLACE into s1_active values ('cyberghost',1508779355) + 4432 Query UPDATE s1_users set timestamp = '1508779355' where username = 'cyberghost' + 4432 Query REPLACE into s1_active values ('cyberghost',1508779355) + 4432 Query UPDATE s1_users set timestamp = 1508779355 where username = 'cyberghost' + 4432 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4432 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4432 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4432 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4432 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4432 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4432 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4432 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4432 Query SELECT * FROM s1_vdata where wref = '22609' + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT * from s1_fdata where vref = 22609 + 4432 Query SELECT x,y FROM s1_wdata where id = 22609 + 4432 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4432 Query SELECT * FROM s1_odata where conqured = 22609 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_enforcement where vref = 22609 + 4432 Query SELECT * from s1_enforcement where `from` = 22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_enforcement where vref = 22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4432 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT tribe FROM s1_users where id = 6 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * from s1_tdata where vref = 22609 + 4432 Query SELECT * FROM s1_abdata where vref = 22609 + 4432 Query SELECT * FROM s1_research where vref = 22609 + 4432 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4432 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4432 Query SELECT * from s1_fdata where vref = 22609 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4432 Query UPDATE s1_vdata set wood = 28996, clay = 38457, iron = 28994, crop = 45360 where wref = 22609 + 4432 Query UPDATE s1_vdata set lastupdate = 1508779355 where wref = 22609 + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT * from s1_fdata where vref = 22609 + 4432 Query SELECT x,y FROM s1_wdata where id = 22609 + 4432 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4432 Query SELECT * FROM s1_odata where conqured = 22609 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_enforcement where vref = 22609 + 4432 Query SELECT * from s1_enforcement where `from` = 22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_enforcement where vref = 22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4432 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT tribe FROM s1_users where id = 6 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * from s1_tdata where vref = 22609 + 4432 Query SELECT * FROM s1_abdata where vref = 22609 + 4432 Query SELECT * FROM s1_research where vref = 22609 + 4432 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4432 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4432 Query SELECT count(id) FROM s1_users where id > 5 + 4432 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4432 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4432 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4432 Query DELETE FROM s1_active WHERE timestamp < 1508563355 + 4432 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4432 Query UPDATE s1_odata set wood = 187.01555555556, clay = 187.01555555556, iron = 187.01555555556, crop = 187.01555555556 where wref = 16778 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 16778 + 4432 Query UPDATE s1_odata set wood = 152.01555555556, clay = 152.01555555556, iron = 152.01555555556, crop = 152.01555555556 where wref = 16780 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 16780 + 4432 Query UPDATE s1_odata set wood = 339.01555555556, clay = 339.01555555556, iron = 339.01555555556, crop = 339.01555555556 where wref = 17378 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 17378 + 4432 Query UPDATE s1_odata set wood = 499.01555555556, clay = 499.01555555556, iron = 499.01555555556, crop = 499.01555555556 where wref = 17984 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 17984 + 4432 Query UPDATE s1_odata set wood = 559.01555555556, clay = 559.01555555556, iron = 559.01555555556, crop = 559.01555555556 where wref = 17986 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 17986 + 4432 Query UPDATE s1_odata set wood = 108.01555555556, clay = 108.01555555556, iron = 108.01555555556, crop = 108.01555555556 where wref = 18390 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 18390 + 4432 Query UPDATE s1_odata set wood = 476.01555555556, clay = 476.01555555556, iron = 476.01555555556, crop = 476.01555555556 where wref = 18595 + 4432 Query UPDATE s1_odata set lastupdated = 1508779355 where wref = 18595 +171023 19:22:36 4432 Query UPDATE s1_odata set wood = 316.01777777778, clay = 316.01777777778, iron = 316.01777777778, crop = 316.01777777778 where wref = 18799 + 4432 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 18799 + 4432 Query UPDATE s1_odata set wood = 562.01777777778, clay = 562.01777777778, iron = 562.01777777778, crop = 562.01777777778 where wref = 19194 + 4432 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 19194 + 4432 Query UPDATE s1_odata set wood = 24.017777777778, clay = 24.017777777778, iron = 24.017777777778, crop = 24.017777777778 where wref = 20198 + 4432 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 20198 + 4432 Query UPDATE s1_odata set wood = 234.01777777778, clay = 234.01777777778, iron = 234.01777777778, crop = 234.01777777778 where wref = 22206 + 4432 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 22206 + 4432 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4432 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4432 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4432 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4432 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4432 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779356 + 4432 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778756 + 4432 Query SELECT * FROM s1_hero + 4432 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4432 Query UPDATE `s1_hero` SET lastupdate = '1508779356' WHERE heroid = 2 + 4432 Query SELECT * from s1_units where vref = 20599 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_units where vref = 18790 + 4432 Query SELECT uid FROM s1_deleting where timestamp < 1508779356 + 4432 Query SELECT * FROM s1_bdata where timestamp < 1508779356 and master = 0 + 4432 Query SELECT * FROM s1_bdata WHERE master = 1 + 4432 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779356 + 4432 Query SELECT * FROM `s1_fdata` + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4432 Query DELETE from s1_route where timeleft < 1508779356 + 4432 Query SELECT * FROM s1_route where timestamp < 1508779356 + 4432 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779356.0943 + 4432 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779356.0943 + 4432 Query SELECT * FROM s1_research where timestamp < 1508779356 + 4432 Query SELECT * FROM s1_training where vref IS NOT NULL + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT owner FROM s1_vdata where wref = 22609 + 4432 Query SELECT b4 FROM s1_users where id = 6 + 4432 Query SELECT * from s1_fdata where vref = 22609 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4432 Query SELECT * from s1_units where vref = 22609 + 4432 Query SELECT * from s1_enforcement where vref = 22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4432 Query SELECT * FROM s1_vdata where wref = 22609 + 4432 Query SELECT tribe FROM s1_users where id = 6 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4432 Query SELECT * from s1_fdata where vref = 22609 + 4432 Query SELECT owner FROM s1_vdata where wref = 22609 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4432 Query SELECT * from s1_units where vref = 36787 + 4432 Query SELECT * from s1_enforcement where vref = 36787 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4432 Query SELECT * FROM s1_vdata where wref = 36787 + 4432 Query SELECT tribe FROM s1_users where id = 94 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4432 Query SELECT * from s1_fdata where vref = 36787 + 4432 Query SELECT owner FROM s1_vdata where wref = 36787 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4432 Query SELECT * from s1_units where vref = 36787 + 4432 Query SELECT owner FROM s1_vdata where wref = 36787 + 4432 Query SELECT b4 FROM s1_users where id = 94 + 4432 Query SELECT * from s1_fdata where vref = 36787 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4432 Query SELECT crop FROM s1_vdata where wref = 36787 + 4432 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4432 Query SELECT owner FROM s1_vdata where wref = 36787 + 4432 Query SELECT b4 FROM s1_users where id = 94 + 4432 Query SELECT * from s1_fdata where vref = 36787 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4432 Query SELECT * from s1_units where vref = 1801 + 4432 Query SELECT * from s1_enforcement where vref = 1801 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4432 Query SELECT * FROM s1_vdata where wref = 1801 + 4432 Query SELECT tribe FROM s1_users where id = 90 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4432 Query SELECT * from s1_fdata where vref = 1801 + 4432 Query SELECT owner FROM s1_vdata where wref = 1801 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4432 Query SELECT * from s1_units where vref = 1801 + 4432 Query SELECT owner FROM s1_vdata where wref = 1801 + 4432 Query SELECT b4 FROM s1_users where id = 90 + 4432 Query SELECT * from s1_fdata where vref = 1801 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4432 Query SELECT crop FROM s1_vdata where wref = 1801 + 4432 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4432 Query SELECT owner FROM s1_vdata where wref = 1801 + 4432 Query SELECT b4 FROM s1_users where id = 90 + 4432 Query SELECT * from s1_fdata where vref = 1801 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4432 Query SELECT * from s1_units where vref = 1592 + 4432 Query SELECT * from s1_enforcement where vref = 1592 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4432 Query SELECT * FROM s1_vdata where wref = 1592 + 4432 Query SELECT tribe FROM s1_users where id = 67 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4432 Query SELECT * from s1_fdata where vref = 1592 + 4432 Query SELECT owner FROM s1_vdata where wref = 1592 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4432 Query SELECT * from s1_units where vref = 1592 + 4432 Query SELECT owner FROM s1_vdata where wref = 1592 + 4432 Query SELECT b4 FROM s1_users where id = 67 + 4432 Query SELECT * from s1_fdata where vref = 1592 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4432 Query SELECT crop FROM s1_vdata where wref = 1592 + 4432 Query SELECT owner FROM s1_vdata where wref = 1592 + 4432 Query SELECT b4 FROM s1_users where id = 67 + 4432 Query SELECT * from s1_fdata where vref = 1592 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4432 Query SELECT * from s1_units where vref = 20599 + 4432 Query SELECT * from s1_enforcement where vref = 20599 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4432 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4432 Query SELECT * FROM s1_vdata where wref = 20599 + 4432 Query SELECT tribe FROM s1_users where id = 46 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4432 Query SELECT * from s1_fdata where vref = 20599 + 4432 Query SELECT owner FROM s1_vdata where wref = 20599 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4432 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4432 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4432 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4432 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4432 Query SELECT owner FROM s1_vdata where wref = 20599 + 4432 Query SELECT b4 FROM s1_users where id = 46 + 4432 Query SELECT * from s1_fdata where vref = 20599 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4432 Query SELECT crop FROM s1_vdata where wref = 20599 + 4432 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4432 Query SELECT owner FROM s1_vdata where wref = 20599 + 4432 Query SELECT b4 FROM s1_users where id = 46 + 4432 Query SELECT * from s1_fdata where vref = 20599 + 4432 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4432 Query SELECT * FROM s1_vdata where celebration < 1508779356 AND celebration != 0 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779356 ORDER BY endtime ASC + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779356 + 4432 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779356 + 4432 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779356 + 4432 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4432 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4432 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4432 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779356 + 4432 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779356.1693 + 4432 Query SELECT * FROM s1_general WHERE shown = 1 + 4432 Query SELECT * FROM s1_users WHERE invited != 0 + 4432 Query SELECT * FROM `s1_fdata` + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4432 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4432 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779356 + 4432 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736156 + 4432 Query SELECT * FROM s1_config + 4432 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692956 + 4432 Quit + 4433 Connect root@localhost as anonymous on + 4433 Init DB travian + 4433 Query SET NAMES 'UTF8' + 4433 Query SELECT * FROM s1_users where username = 'cyberghost' + 4433 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4433 Query SELECT sit FROM s1_online where uid = 6 + 4433 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4433 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4433 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4433 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4433 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4433 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4433 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4433 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4433 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4433 Query REPLACE into s1_active values ('cyberghost',1508779356) + 4433 Query UPDATE s1_users set timestamp = '1508779356' where username = 'cyberghost' + 4433 Query REPLACE into s1_active values ('cyberghost',1508779356) + 4433 Query UPDATE s1_users set timestamp = 1508779356 where username = 'cyberghost' + 4433 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4433 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4433 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4433 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4433 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4433 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4433 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4433 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4433 Query SELECT * FROM s1_vdata where wref = '22609' + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT x,y FROM s1_wdata where id = 22609 + 4433 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4433 Query SELECT * FROM s1_odata where conqured = 22609 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_enforcement where vref = 22609 + 4433 Query SELECT * from s1_enforcement where `from` = 22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_enforcement where vref = 22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4433 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT tribe FROM s1_users where id = 6 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * from s1_tdata where vref = 22609 + 4433 Query SELECT * FROM s1_abdata where vref = 22609 + 4433 Query SELECT * FROM s1_research where vref = 22609 + 4433 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4433 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4433 Query UPDATE s1_vdata set wood = 28996, clay = 38457, iron = 28994, crop = 45360 where wref = 22609 + 4433 Query UPDATE s1_vdata set lastupdate = 1508779356 where wref = 22609 + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT x,y FROM s1_wdata where id = 22609 + 4433 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4433 Query SELECT * FROM s1_odata where conqured = 22609 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_enforcement where vref = 22609 + 4433 Query SELECT * from s1_enforcement where `from` = 22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_enforcement where vref = 22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4433 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT tribe FROM s1_users where id = 6 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * from s1_tdata where vref = 22609 + 4433 Query SELECT * FROM s1_abdata where vref = 22609 + 4433 Query SELECT * FROM s1_research where vref = 22609 + 4433 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4433 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4433 Query SELECT count(id) FROM s1_users where id > 5 + 4433 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4433 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4433 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4433 Query DELETE FROM s1_active WHERE timestamp < 1508563356 + 4433 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4433 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 16778 + 4433 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 16780 + 4433 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 17378 + 4433 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 17984 + 4433 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 17986 + 4433 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 18390 + 4433 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 18595 + 4433 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 18799 + 4433 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 19194 + 4433 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 20198 + 4433 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4433 Query UPDATE s1_odata set lastupdated = 1508779356 where wref = 22206 + 4433 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4433 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4433 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4433 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4433 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4433 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779356 + 4433 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778756 + 4433 Query SELECT * FROM s1_hero + 4433 Query SELECT * from s1_units where vref = 20599 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_units where vref = 18790 + 4433 Query SELECT uid FROM s1_deleting where timestamp < 1508779356 + 4433 Query SELECT * FROM s1_bdata where timestamp < 1508779356 and master = 0 + 4433 Query SELECT * FROM s1_bdata WHERE master = 1 + 4433 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779356 + 4433 Query SELECT * FROM `s1_fdata` + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4433 Query DELETE from s1_route where timeleft < 1508779356 + 4433 Query SELECT * FROM s1_route where timestamp < 1508779356 + 4433 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779356.4214 + 4433 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779356.4214 + 4433 Query SELECT * FROM s1_research where timestamp < 1508779356 + 4433 Query SELECT * FROM s1_training where vref IS NOT NULL + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT owner FROM s1_vdata where wref = 22609 + 4433 Query SELECT b4 FROM s1_users where id = 6 + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4433 Query SELECT * from s1_units where vref = 22609 + 4433 Query SELECT * from s1_enforcement where vref = 22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4433 Query SELECT * FROM s1_vdata where wref = 22609 + 4433 Query SELECT tribe FROM s1_users where id = 6 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT owner FROM s1_vdata where wref = 22609 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4433 Query SELECT * from s1_units where vref = 36787 + 4433 Query SELECT * from s1_enforcement where vref = 36787 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4433 Query SELECT * FROM s1_vdata where wref = 36787 + 4433 Query SELECT tribe FROM s1_users where id = 94 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4433 Query SELECT * from s1_fdata where vref = 36787 + 4433 Query SELECT owner FROM s1_vdata where wref = 36787 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4433 Query SELECT * from s1_units where vref = 36787 + 4433 Query SELECT owner FROM s1_vdata where wref = 36787 + 4433 Query SELECT b4 FROM s1_users where id = 94 + 4433 Query SELECT * from s1_fdata where vref = 36787 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4433 Query SELECT crop FROM s1_vdata where wref = 36787 + 4433 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4433 Query SELECT owner FROM s1_vdata where wref = 36787 + 4433 Query SELECT b4 FROM s1_users where id = 94 + 4433 Query SELECT * from s1_fdata where vref = 36787 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4433 Query SELECT * from s1_units where vref = 1801 + 4433 Query SELECT * from s1_enforcement where vref = 1801 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4433 Query SELECT * FROM s1_vdata where wref = 1801 + 4433 Query SELECT tribe FROM s1_users where id = 90 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4433 Query SELECT * from s1_fdata where vref = 1801 + 4433 Query SELECT owner FROM s1_vdata where wref = 1801 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4433 Query SELECT * from s1_units where vref = 1801 + 4433 Query SELECT owner FROM s1_vdata where wref = 1801 + 4433 Query SELECT b4 FROM s1_users where id = 90 + 4433 Query SELECT * from s1_fdata where vref = 1801 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4433 Query SELECT crop FROM s1_vdata where wref = 1801 + 4433 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4433 Query SELECT owner FROM s1_vdata where wref = 1801 + 4433 Query SELECT b4 FROM s1_users where id = 90 + 4433 Query SELECT * from s1_fdata where vref = 1801 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4433 Query SELECT * from s1_units where vref = 1592 + 4433 Query SELECT * from s1_enforcement where vref = 1592 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4433 Query SELECT * FROM s1_vdata where wref = 1592 + 4433 Query SELECT tribe FROM s1_users where id = 67 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4433 Query SELECT * from s1_fdata where vref = 1592 + 4433 Query SELECT owner FROM s1_vdata where wref = 1592 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4433 Query SELECT * from s1_units where vref = 1592 + 4433 Query SELECT owner FROM s1_vdata where wref = 1592 + 4433 Query SELECT b4 FROM s1_users where id = 67 + 4433 Query SELECT * from s1_fdata where vref = 1592 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4433 Query SELECT crop FROM s1_vdata where wref = 1592 + 4433 Query SELECT owner FROM s1_vdata where wref = 1592 + 4433 Query SELECT b4 FROM s1_users where id = 67 + 4433 Query SELECT * from s1_fdata where vref = 1592 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4433 Query SELECT * from s1_units where vref = 20599 + 4433 Query SELECT * from s1_enforcement where vref = 20599 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4433 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4433 Query SELECT * FROM s1_vdata where wref = 20599 + 4433 Query SELECT tribe FROM s1_users where id = 46 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4433 Query SELECT * from s1_fdata where vref = 20599 + 4433 Query SELECT owner FROM s1_vdata where wref = 20599 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4433 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4433 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4433 Query SELECT owner FROM s1_vdata where wref = 20599 + 4433 Query SELECT b4 FROM s1_users where id = 46 + 4433 Query SELECT * from s1_fdata where vref = 20599 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4433 Query SELECT crop FROM s1_vdata where wref = 20599 + 4433 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4433 Query SELECT owner FROM s1_vdata where wref = 20599 + 4433 Query SELECT b4 FROM s1_users where id = 46 + 4433 Query SELECT * from s1_fdata where vref = 20599 + 4433 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4433 Query SELECT * FROM s1_vdata where celebration < 1508779356 AND celebration != 0 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779356 ORDER BY endtime ASC + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779356 + 4433 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779356 + 4433 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779356 + 4433 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4433 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4433 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4433 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779356 + 4433 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779356.4914 + 4433 Query SELECT * FROM s1_general WHERE shown = 1 + 4433 Query SELECT * FROM s1_users WHERE invited != 0 + 4433 Query SELECT * FROM `s1_fdata` + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4433 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4433 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779356 + 4433 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736156 + 4433 Query SELECT * FROM s1_config + 4433 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692956 + 4433 Query SELECT timestamp from s1_deleting where uid = 6 + 4433 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 6 + 4433 Query SELECT id,x,y,occupied FROM s1_wdata WHERE fieldtype = 1 + 4433 Query SELECT id,x,y,occupied,fieldtype FROM s1_wdata WHERE fieldtype = 1 OR fieldtype = 6 + 4433 Query SELECT name FROM s1_vdata where wref = 22411 + 4433 Query SELECT name FROM s1_vdata where wref = 22404 + 4433 Query SELECT name FROM s1_vdata where wref = 24014 + 4433 Query SELECT name FROM s1_vdata where wref = 23019 + 4433 Query SELECT name FROM s1_vdata where wref = 24009 + 4433 Query SELECT name FROM s1_vdata where wref = 24623 + 4433 Query SELECT name FROM s1_vdata where wref = 24823 + 4433 Query SELECT name FROM s1_vdata where wref = 23602 + 4433 Query SELECT name FROM s1_vdata where wref = 25029 + 4433 Query SELECT name FROM s1_vdata where wref = 24809 + 4433 Query SELECT name FROM s1_vdata where wref = 19601 + 4433 Query SELECT name FROM s1_vdata where wref = 20585 + 4433 Query SELECT name FROM s1_vdata where wref = 23834 + 4433 Query SELECT name FROM s1_vdata where wref = 19608 + 4433 Query SELECT name FROM s1_vdata where wref = 26438 + 4433 Query SELECT name FROM s1_vdata where wref = 26640 + 4433 Query SELECT name FROM s1_vdata where wref = 20578 + 4433 Query SELECT name FROM s1_vdata where wref = 27434 + 4433 Query SELECT name FROM s1_vdata where wref = 25604 + 4433 Query SELECT name FROM s1_vdata where wref = 27831 + 4433 Query SELECT name FROM s1_vdata where wref = 27446 + 4433 Query SELECT name FROM s1_vdata where wref = 27417 + 4433 Query SELECT name FROM s1_vdata where wref = 24591 + 4433 Query SELECT name FROM s1_vdata where wref = 27850 + 4433 Query SELECT name FROM s1_vdata where wref = 27009 + 4433 Query SELECT name FROM s1_vdata where wref = 28626 + 4433 Query SELECT name FROM s1_vdata where wref = 26255 + 4433 Query SELECT name FROM s1_vdata where wref = 25455 + 4433 Query SELECT name FROM s1_vdata where wref = 29637 + 4433 Query SELECT name FROM s1_vdata where wref = 22042 + 4433 Query SELECT name FROM s1_vdata where wref = 23376 + 4433 Query SELECT name FROM s1_vdata where wref = 24582 + 4433 Query SELECT name FROM s1_vdata where wref = 30235 + 4433 Query SELECT name FROM s1_vdata where wref = 30457 + 4433 Query SELECT name FROM s1_vdata where wref = 26794 + 4433 Query SELECT name FROM s1_vdata where wref = 30431 + 4433 Query SELECT name FROM s1_vdata where wref = 31042 + 4433 Query SELECT name FROM s1_vdata where wref = 29671 + 4433 Query SELECT name FROM s1_vdata where wref = 31655 + 4433 Query SELECT name FROM s1_vdata where wref = 31861 + 4433 Query SELECT name FROM s1_vdata where wref = 31669 + 4433 Query SELECT name FROM s1_vdata where wref = 31274 + 4433 Query SELECT name FROM s1_vdata where wref = 32462 + 4433 Query SELECT name FROM s1_vdata where wref = 32473 + 4433 Query SELECT name FROM s1_vdata where wref = 33059 + 4433 Query SELECT name FROM s1_vdata where wref = 32641 + 4433 Query SELECT name FROM s1_vdata where wref = 33249 + 4433 Query SELECT name FROM s1_vdata where wref = 33672 + 4433 Query SELECT name FROM s1_vdata where wref = 33875 + 4433 Query SELECT name FROM s1_vdata where wref = 30090 + 4433 Query SELECT name FROM s1_vdata where wref = 33486 + 4433 Query SELECT name FROM s1_vdata where wref = 34477 + 4433 Query SELECT name FROM s1_vdata where wref = 12126 + 4433 Query SELECT name FROM s1_vdata where wref = 34879 + 4433 Query SELECT name FROM s1_vdata where wref = 35065 + 4433 Query SELECT name FROM s1_vdata where wref = 34241 + 4433 Query SELECT name FROM s1_vdata where wref = 34850 + 4433 Query SELECT name FROM s1_vdata where wref = 35683 + 4433 Query SELECT name FROM s1_vdata where wref = 35880 + 4433 Query SELECT name FROM s1_vdata where wref = 36082 + 4433 Query SELECT name FROM s1_vdata where wref = 36273 + 4433 Query SELECT name FROM s1_vdata where wref = 36479 + 4433 Query SELECT name FROM s1_vdata where wref = 36683 + 4433 Query SELECT name FROM s1_vdata where wref = 36051 + 4433 Query SELECT name FROM s1_vdata where wref = 35109 + 4433 Query SELECT name FROM s1_vdata where wref = 37287 + 4433 Query SELECT name FROM s1_vdata where wref = 37476 + 4433 Query SELECT name FROM s1_vdata where wref = 37466 + 4433 Query SELECT name FROM s1_vdata where wref = 36648 + 4433 Query SELECT name FROM s1_vdata where wref = 38094 + 4433 Query SELECT name FROM s1_vdata where wref = 37867 + 4433 Query SELECT name FROM s1_vdata where wref = 38500 + 4433 Query SELECT name FROM s1_vdata where wref = 38268 + 4433 Query SELECT name FROM s1_vdata where wref = 38705 + 4433 Query SELECT name FROM s1_vdata where wref = 37447 + 4433 Query SELECT name FROM s1_vdata where wref = 38871 + 4433 Query SELECT name FROM s1_vdata where wref = 39503 + 4433 Query SELECT name FROM s1_vdata where wref = 39706 + 4433 Query SELECT name FROM s1_vdata where wref = 31928 + 4433 Query SELECT name FROM s1_vdata where wref = 39673 + 4433 Query SELECT name FROM s1_vdata where wref = 40290 + 4433 Query SELECT name FROM s1_vdata where wref = 36623 + 4433 Query SELECT name FROM s1_vdata where wref = 40277 + 4433 Query SELECT name FROM s1_vdata where wref = 38334 + 4433 Query SELECT name FROM s1_vdata where wref = 38238 + 4433 Query SELECT name FROM s1_vdata where wref = 39732 + 4433 Query SELECT name FROM s1_vdata where wref = 39449 + 4433 Query SELECT name FROM s1_vdata where wref = 39936 + 4433 Query SELECT name FROM s1_vdata where wref = 39141 + 4433 Query SELECT name FROM s1_vdata where wref = 38835 + 4433 Query SELECT name FROM s1_vdata where wref = 30338 + 4433 Query SELECT name FROM s1_vdata where wref = 39944 + 4433 Query SELECT name FROM s1_vdata where wref = 38022 + 4433 Query SELECT name FROM s1_vdata where wref = 39749 + 4433 Query SELECT name FROM s1_vdata where wref = 39637 + 4433 Query SELECT name FROM s1_vdata where wref = 39432 + 4433 Query SELECT name FROM s1_vdata where wref = 31761 + 4433 Query SELECT name FROM s1_vdata where wref = 15673 + 4433 Query SELECT name FROM s1_vdata where wref = 38159 + 4433 Query SELECT name FROM s1_vdata where wref = 39959 + 4433 Query SELECT name FROM s1_vdata where wref = 37000 + 4433 Query SELECT name FROM s1_vdata where wref = 40163 + 4433 Query SELECT name FROM s1_vdata where wref = 36564 + 4433 Query SELECT name FROM s1_vdata where wref = 38967 + 4433 Query SELECT name FROM s1_vdata where wref = 35365 + 4433 Query SELECT name FROM s1_vdata where wref = 35166 + 4433 Query SELECT name FROM s1_vdata where wref = 38405 + 4433 Query SELECT name FROM s1_vdata where wref = 40223 + 4433 Query SELECT name FROM s1_vdata where wref = 39574 + 4433 Query SELECT name FROM s1_vdata where wref = 1173 + 4433 Query SELECT name FROM s1_vdata where wref = 38804 + 4433 Query SELECT name FROM s1_vdata where wref = 36783 + 4433 Query SELECT name FROM s1_vdata where wref = 2176 + 4433 Query SELECT name FROM s1_vdata where wref = 39203 + 4433 Query SELECT name FROM s1_vdata where wref = 7838 + 4433 Query SELECT name FROM s1_vdata where wref = 38783 + 4433 Query SELECT name FROM s1_vdata where wref = 4233 + 4433 Query SELECT name FROM s1_vdata where wref = 40207 + 4433 Query SELECT name FROM s1_vdata where wref = 5230 + 4433 Query SELECT name FROM s1_vdata where wref = 4229 + 4433 Query SELECT name FROM s1_vdata where wref = 1216 + 4433 Query SELECT name FROM s1_vdata where wref = 39595 + 4433 Query SELECT name FROM s1_vdata where wref = 4825 + 4433 Query SELECT name FROM s1_vdata where wref = 40394 + 4433 Query SELECT name FROM s1_vdata where wref = 40397 + 4433 Query SELECT name FROM s1_vdata where wref = 1405 + 4433 Query SELECT name FROM s1_vdata where wref = 3010 + 4433 Query SELECT name FROM s1_vdata where wref = 2411 + 4433 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4433 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778756 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4433 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4433 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4433 Query SELECT * from s1_fdata where vref = 22609 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4433 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4433 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4433 Quit +171023 19:22:46 4434 Connect root@localhost as anonymous on + 4434 Init DB travian + 4434 Query SET NAMES 'UTF8' + 4434 Query SELECT * FROM s1_users where username = 'cyberghost' + 4434 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4434 Query SELECT sit FROM s1_online where uid = 6 + 4434 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4434 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4434 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4434 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4434 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4434 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4434 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4434 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4434 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4434 Query REPLACE into s1_active values ('cyberghost',1508779366) + 4434 Query UPDATE s1_users set timestamp = '1508779366' where username = 'cyberghost' + 4434 Query REPLACE into s1_active values ('cyberghost',1508779366) + 4434 Query UPDATE s1_users set timestamp = 1508779366 where username = 'cyberghost' + 4434 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4434 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4434 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4434 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4434 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4434 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4434 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4434 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4434 Query SELECT * FROM s1_vdata where wref = '22609' + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT x,y FROM s1_wdata where id = 22609 + 4434 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4434 Query SELECT * FROM s1_odata where conqured = 22609 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_enforcement where vref = 22609 + 4434 Query SELECT * from s1_enforcement where `from` = 22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_enforcement where vref = 22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4434 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT tribe FROM s1_users where id = 6 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * from s1_tdata where vref = 22609 + 4434 Query SELECT * FROM s1_abdata where vref = 22609 + 4434 Query SELECT * FROM s1_research where vref = 22609 + 4434 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4434 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4434 Query UPDATE s1_vdata set wood = 28999, clay = 38461, iron = 28997, crop = 45363 where wref = 22609 + 4434 Query UPDATE s1_vdata set lastupdate = 1508779366 where wref = 22609 + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT x,y FROM s1_wdata where id = 22609 + 4434 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4434 Query SELECT * FROM s1_odata where conqured = 22609 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_enforcement where vref = 22609 + 4434 Query SELECT * from s1_enforcement where `from` = 22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_enforcement where vref = 22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4434 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT tribe FROM s1_users where id = 6 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * from s1_tdata where vref = 22609 + 4434 Query SELECT * FROM s1_abdata where vref = 22609 + 4434 Query SELECT * FROM s1_research where vref = 22609 + 4434 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4434 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4434 Query SELECT count(id) FROM s1_users where id > 5 + 4434 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4434 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4434 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4434 Query DELETE FROM s1_active WHERE timestamp < 1508563366 + 4434 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4434 Query UPDATE s1_odata set wood = 187.02222222222, clay = 187.02222222222, iron = 187.02222222222, crop = 187.02222222222 where wref = 16778 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 16778 + 4434 Query UPDATE s1_odata set wood = 152.02222222222, clay = 152.02222222222, iron = 152.02222222222, crop = 152.02222222222 where wref = 16780 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 16780 + 4434 Query UPDATE s1_odata set wood = 339.02222222222, clay = 339.02222222222, iron = 339.02222222222, crop = 339.02222222222 where wref = 17378 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 17378 + 4434 Query UPDATE s1_odata set wood = 499.02222222222, clay = 499.02222222222, iron = 499.02222222222, crop = 499.02222222222 where wref = 17984 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 17984 + 4434 Query UPDATE s1_odata set wood = 559.02222222222, clay = 559.02222222222, iron = 559.02222222222, crop = 559.02222222222 where wref = 17986 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 17986 + 4434 Query UPDATE s1_odata set wood = 108.02222222222, clay = 108.02222222222, iron = 108.02222222222, crop = 108.02222222222 where wref = 18390 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 18390 + 4434 Query UPDATE s1_odata set wood = 476.02222222222, clay = 476.02222222222, iron = 476.02222222222, crop = 476.02222222222 where wref = 18595 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 18595 + 4434 Query UPDATE s1_odata set wood = 316.02222222222, clay = 316.02222222222, iron = 316.02222222222, crop = 316.02222222222 where wref = 18799 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 18799 + 4434 Query UPDATE s1_odata set wood = 562.02222222222, clay = 562.02222222222, iron = 562.02222222222, crop = 562.02222222222 where wref = 19194 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 19194 + 4434 Query UPDATE s1_odata set wood = 24.022222222222, clay = 24.022222222222, iron = 24.022222222222, crop = 24.022222222222 where wref = 20198 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 20198 + 4434 Query UPDATE s1_odata set wood = 234.02222222222, clay = 234.02222222222, iron = 234.02222222222, crop = 234.02222222222 where wref = 22206 + 4434 Query UPDATE s1_odata set lastupdated = 1508779366 where wref = 22206 + 4434 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4434 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4434 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4434 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4434 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4434 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779366 + 4434 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778766 + 4434 Query SELECT * FROM s1_hero + 4434 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4434 Query UPDATE `s1_hero` SET lastupdate = '1508779366' WHERE heroid = 2 + 4434 Query SELECT * from s1_units where vref = 20599 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_units where vref = 18790 + 4434 Query SELECT uid FROM s1_deleting where timestamp < 1508779366 + 4434 Query SELECT * FROM s1_bdata where timestamp < 1508779366 and master = 0 + 4434 Query SELECT * FROM s1_bdata WHERE master = 1 + 4434 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779366 + 4434 Query SELECT * FROM `s1_fdata` + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4434 Query DELETE from s1_route where timeleft < 1508779366 + 4434 Query SELECT * FROM s1_route where timestamp < 1508779366 + 4434 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779366.4689 + 4434 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779366.4689 + 4434 Query SELECT * FROM s1_research where timestamp < 1508779366 + 4434 Query SELECT * FROM s1_training where vref IS NOT NULL + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT owner FROM s1_vdata where wref = 22609 + 4434 Query SELECT b4 FROM s1_users where id = 6 + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4434 Query SELECT * from s1_units where vref = 22609 + 4434 Query SELECT * from s1_enforcement where vref = 22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4434 Query SELECT * FROM s1_vdata where wref = 22609 + 4434 Query SELECT tribe FROM s1_users where id = 6 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT owner FROM s1_vdata where wref = 22609 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4434 Query SELECT * from s1_units where vref = 36787 + 4434 Query SELECT * from s1_enforcement where vref = 36787 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4434 Query SELECT * FROM s1_vdata where wref = 36787 + 4434 Query SELECT tribe FROM s1_users where id = 94 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4434 Query SELECT * from s1_fdata where vref = 36787 + 4434 Query SELECT owner FROM s1_vdata where wref = 36787 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4434 Query SELECT * from s1_units where vref = 36787 + 4434 Query SELECT owner FROM s1_vdata where wref = 36787 + 4434 Query SELECT b4 FROM s1_users where id = 94 + 4434 Query SELECT * from s1_fdata where vref = 36787 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4434 Query SELECT crop FROM s1_vdata where wref = 36787 + 4434 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4434 Query SELECT owner FROM s1_vdata where wref = 36787 + 4434 Query SELECT b4 FROM s1_users where id = 94 + 4434 Query SELECT * from s1_fdata where vref = 36787 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4434 Query SELECT * from s1_units where vref = 1801 + 4434 Query SELECT * from s1_enforcement where vref = 1801 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4434 Query SELECT * FROM s1_vdata where wref = 1801 + 4434 Query SELECT tribe FROM s1_users where id = 90 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4434 Query SELECT * from s1_fdata where vref = 1801 + 4434 Query SELECT owner FROM s1_vdata where wref = 1801 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4434 Query SELECT * from s1_units where vref = 1801 + 4434 Query SELECT owner FROM s1_vdata where wref = 1801 + 4434 Query SELECT b4 FROM s1_users where id = 90 + 4434 Query SELECT * from s1_fdata where vref = 1801 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4434 Query SELECT crop FROM s1_vdata where wref = 1801 + 4434 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4434 Query SELECT owner FROM s1_vdata where wref = 1801 + 4434 Query SELECT b4 FROM s1_users where id = 90 + 4434 Query SELECT * from s1_fdata where vref = 1801 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4434 Query SELECT * from s1_units where vref = 1592 + 4434 Query SELECT * from s1_enforcement where vref = 1592 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4434 Query SELECT * FROM s1_vdata where wref = 1592 + 4434 Query SELECT tribe FROM s1_users where id = 67 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4434 Query SELECT * from s1_fdata where vref = 1592 + 4434 Query SELECT owner FROM s1_vdata where wref = 1592 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4434 Query SELECT * from s1_units where vref = 1592 + 4434 Query SELECT owner FROM s1_vdata where wref = 1592 + 4434 Query SELECT b4 FROM s1_users where id = 67 + 4434 Query SELECT * from s1_fdata where vref = 1592 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4434 Query SELECT crop FROM s1_vdata where wref = 1592 + 4434 Query SELECT owner FROM s1_vdata where wref = 1592 + 4434 Query SELECT b4 FROM s1_users where id = 67 + 4434 Query SELECT * from s1_fdata where vref = 1592 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4434 Query SELECT * from s1_units where vref = 20599 + 4434 Query SELECT * from s1_enforcement where vref = 20599 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4434 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4434 Query SELECT * FROM s1_vdata where wref = 20599 + 4434 Query SELECT tribe FROM s1_users where id = 46 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4434 Query SELECT * from s1_fdata where vref = 20599 + 4434 Query SELECT owner FROM s1_vdata where wref = 20599 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4434 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4434 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4434 Query SELECT owner FROM s1_vdata where wref = 20599 + 4434 Query SELECT b4 FROM s1_users where id = 46 + 4434 Query SELECT * from s1_fdata where vref = 20599 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4434 Query SELECT crop FROM s1_vdata where wref = 20599 + 4434 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4434 Query SELECT owner FROM s1_vdata where wref = 20599 + 4434 Query SELECT b4 FROM s1_users where id = 46 + 4434 Query SELECT * from s1_fdata where vref = 20599 + 4434 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4434 Query SELECT * FROM s1_vdata where celebration < 1508779366 AND celebration != 0 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779366 ORDER BY endtime ASC + 4434 Query SELECT * FROM s1_vdata WHERE loyalty<>100 + 4434 Query SELECT * FROM s1_odata WHERE loyalty<>100 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779366 + 4434 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779366 + 4434 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779366 + 4434 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4434 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4434 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4434 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779366 + 4434 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779366.5449 + 4434 Query SELECT * FROM s1_general WHERE shown = 1 + 4434 Query SELECT * FROM s1_users WHERE invited != 0 + 4434 Query SELECT * FROM `s1_fdata` + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4434 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4434 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779366 + 4434 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736166 + 4434 Query SELECT * FROM s1_config + 4434 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692966 + 4434 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4434 Query SELECT count(id) FROM s1_users where id > 5 + 4434 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4434 Query SELECT timestamp from s1_deleting where uid = 6 + 4434 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4434 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778766 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4434 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4434 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4434 Query SELECT * from s1_fdata where vref = 22609 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4434 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4434 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4434 Quit +171023 19:22:49 4435 Connect root@localhost as anonymous on + 4435 Init DB travian + 4435 Query SET NAMES 'UTF8' + 4435 Query SELECT * FROM s1_users where username = 'cyberghost' + 4435 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4435 Query SELECT sit FROM s1_online where uid = 6 + 4435 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4435 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4435 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4435 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4435 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4435 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4435 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4435 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4435 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4435 Query REPLACE into s1_active values ('cyberghost',1508779369) + 4435 Query UPDATE s1_users set timestamp = '1508779369' where username = 'cyberghost' + 4435 Query REPLACE into s1_active values ('cyberghost',1508779369) + 4435 Query UPDATE s1_users set timestamp = 1508779369 where username = 'cyberghost' + 4435 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4435 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4435 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4435 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4435 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4435 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4435 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4435 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4435 Query SELECT * FROM s1_vdata where wref = '22609' + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT x,y FROM s1_wdata where id = 22609 + 4435 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4435 Query SELECT * FROM s1_odata where conqured = 22609 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_enforcement where vref = 22609 + 4435 Query SELECT * from s1_enforcement where `from` = 22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_enforcement where vref = 22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4435 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT tribe FROM s1_users where id = 6 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * from s1_tdata where vref = 22609 + 4435 Query SELECT * FROM s1_abdata where vref = 22609 + 4435 Query SELECT * FROM s1_research where vref = 22609 + 4435 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4435 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4435 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4435 Query UPDATE s1_vdata set lastupdate = 1508779369 where wref = 22609 + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT x,y FROM s1_wdata where id = 22609 + 4435 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4435 Query SELECT * FROM s1_odata where conqured = 22609 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_enforcement where vref = 22609 + 4435 Query SELECT * from s1_enforcement where `from` = 22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_enforcement where vref = 22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4435 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT tribe FROM s1_users where id = 6 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * from s1_tdata where vref = 22609 + 4435 Query SELECT * FROM s1_abdata where vref = 22609 + 4435 Query SELECT * FROM s1_research where vref = 22609 + 4435 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4435 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4435 Query SELECT count(id) FROM s1_users where id > 5 + 4435 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4435 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4435 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4435 Query DELETE FROM s1_active WHERE timestamp < 1508563369 + 4435 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4435 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 16778 + 4435 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 16780 + 4435 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 17378 + 4435 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 17984 + 4435 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 17986 + 4435 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 18390 + 4435 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 18595 + 4435 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 18799 + 4435 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 19194 + 4435 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 20198 + 4435 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4435 Query UPDATE s1_odata set lastupdated = 1508779369 where wref = 22206 + 4435 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4435 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4435 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4435 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4435 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4435 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779369 + 4435 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778769 + 4435 Query SELECT * FROM s1_hero + 4435 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4435 Query UPDATE `s1_hero` SET lastupdate = '1508779369' WHERE heroid = 2 + 4435 Query SELECT * from s1_units where vref = 20599 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_units where vref = 18790 + 4435 Query SELECT uid FROM s1_deleting where timestamp < 1508779369 + 4435 Query SELECT * FROM s1_bdata where timestamp < 1508779369 and master = 0 + 4435 Query SELECT * FROM s1_bdata WHERE master = 1 + 4435 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779369 + 4435 Query SELECT * FROM `s1_fdata` + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4435 Query DELETE from s1_route where timeleft < 1508779369 + 4435 Query SELECT * FROM s1_route where timestamp < 1508779369 + 4435 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779369.7941 + 4435 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779369.7941 + 4435 Query SELECT * FROM s1_research where timestamp < 1508779369 + 4435 Query SELECT * FROM s1_training where vref IS NOT NULL + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT owner FROM s1_vdata where wref = 22609 + 4435 Query SELECT b4 FROM s1_users where id = 6 + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4435 Query SELECT * from s1_units where vref = 22609 + 4435 Query SELECT * from s1_enforcement where vref = 22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4435 Query SELECT * FROM s1_vdata where wref = 22609 + 4435 Query SELECT tribe FROM s1_users where id = 6 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT owner FROM s1_vdata where wref = 22609 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4435 Query SELECT * from s1_units where vref = 36787 + 4435 Query SELECT * from s1_enforcement where vref = 36787 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4435 Query SELECT * FROM s1_vdata where wref = 36787 + 4435 Query SELECT tribe FROM s1_users where id = 94 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4435 Query SELECT * from s1_fdata where vref = 36787 + 4435 Query SELECT owner FROM s1_vdata where wref = 36787 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4435 Query SELECT * from s1_units where vref = 36787 + 4435 Query SELECT owner FROM s1_vdata where wref = 36787 + 4435 Query SELECT b4 FROM s1_users where id = 94 + 4435 Query SELECT * from s1_fdata where vref = 36787 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4435 Query SELECT crop FROM s1_vdata where wref = 36787 + 4435 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4435 Query SELECT owner FROM s1_vdata where wref = 36787 + 4435 Query SELECT b4 FROM s1_users where id = 94 + 4435 Query SELECT * from s1_fdata where vref = 36787 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4435 Query SELECT * from s1_units where vref = 1801 + 4435 Query SELECT * from s1_enforcement where vref = 1801 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4435 Query SELECT * FROM s1_vdata where wref = 1801 + 4435 Query SELECT tribe FROM s1_users where id = 90 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4435 Query SELECT * from s1_fdata where vref = 1801 + 4435 Query SELECT owner FROM s1_vdata where wref = 1801 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4435 Query SELECT * from s1_units where vref = 1801 + 4435 Query SELECT owner FROM s1_vdata where wref = 1801 + 4435 Query SELECT b4 FROM s1_users where id = 90 + 4435 Query SELECT * from s1_fdata where vref = 1801 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4435 Query SELECT crop FROM s1_vdata where wref = 1801 + 4435 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4435 Query SELECT owner FROM s1_vdata where wref = 1801 + 4435 Query SELECT b4 FROM s1_users where id = 90 + 4435 Query SELECT * from s1_fdata where vref = 1801 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4435 Query SELECT * from s1_units where vref = 1592 + 4435 Query SELECT * from s1_enforcement where vref = 1592 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4435 Query SELECT * FROM s1_vdata where wref = 1592 + 4435 Query SELECT tribe FROM s1_users where id = 67 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4435 Query SELECT * from s1_fdata where vref = 1592 + 4435 Query SELECT owner FROM s1_vdata where wref = 1592 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4435 Query SELECT * from s1_units where vref = 1592 + 4435 Query SELECT owner FROM s1_vdata where wref = 1592 + 4435 Query SELECT b4 FROM s1_users where id = 67 + 4435 Query SELECT * from s1_fdata where vref = 1592 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4435 Query SELECT crop FROM s1_vdata where wref = 1592 + 4435 Query SELECT owner FROM s1_vdata where wref = 1592 + 4435 Query SELECT b4 FROM s1_users where id = 67 + 4435 Query SELECT * from s1_fdata where vref = 1592 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4435 Query SELECT * from s1_units where vref = 20599 + 4435 Query SELECT * from s1_enforcement where vref = 20599 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4435 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4435 Query SELECT * FROM s1_vdata where wref = 20599 + 4435 Query SELECT tribe FROM s1_users where id = 46 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4435 Query SELECT * from s1_fdata where vref = 20599 + 4435 Query SELECT owner FROM s1_vdata where wref = 20599 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4435 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4435 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4435 Query SELECT owner FROM s1_vdata where wref = 20599 + 4435 Query SELECT b4 FROM s1_users where id = 46 + 4435 Query SELECT * from s1_fdata where vref = 20599 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4435 Query SELECT crop FROM s1_vdata where wref = 20599 + 4435 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4435 Query SELECT owner FROM s1_vdata where wref = 20599 + 4435 Query SELECT b4 FROM s1_users where id = 46 + 4435 Query SELECT * from s1_fdata where vref = 20599 + 4435 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4435 Query SELECT * FROM s1_vdata where celebration < 1508779369 AND celebration != 0 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779369 ORDER BY endtime ASC + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779369 + 4435 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779369 + 4435 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779369 + 4435 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4435 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4435 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4435 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779369 + 4435 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779369.8601 + 4435 Query SELECT * FROM s1_general WHERE shown = 1 + 4435 Query SELECT * FROM s1_users WHERE invited != 0 + 4435 Query SELECT * FROM `s1_fdata` + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4435 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4435 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779369 + 4435 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736169 + 4435 Query SELECT * FROM s1_config + 4435 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692969 + 4435 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4435 Query SELECT s1_users.id userid, s1_users.tribe tribe, s1_users.username username,s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.tribe = 1 AND s1_users.access < 8 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4435 Query SELECT timestamp from s1_deleting where uid = 6 + 4435 Query SELECT * FROM s1_users where tribe = 1 + 4435 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4435 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778769 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4435 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4435 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4435 Query SELECT * from s1_fdata where vref = 22609 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4435 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4435 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4435 Quit +171023 19:22:51 4436 Connect root@localhost as anonymous on + 4436 Init DB travian + 4436 Query SET NAMES 'UTF8' + 4436 Query SELECT * FROM s1_users where username = 'cyberghost' + 4436 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4436 Query SELECT sit FROM s1_online where uid = 6 + 4436 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4436 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4436 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4436 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4436 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4436 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4436 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4436 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4436 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4436 Query REPLACE into s1_active values ('cyberghost',1508779371) + 4436 Query UPDATE s1_users set timestamp = '1508779371' where username = 'cyberghost' + 4436 Query REPLACE into s1_active values ('cyberghost',1508779371) + 4436 Query UPDATE s1_users set timestamp = 1508779371 where username = 'cyberghost' + 4436 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4436 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4436 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4436 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4436 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4436 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4436 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4436 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4436 Query SELECT * FROM s1_vdata where wref = '22609' + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT x,y FROM s1_wdata where id = 22609 + 4436 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4436 Query SELECT * FROM s1_odata where conqured = 22609 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_enforcement where vref = 22609 + 4436 Query SELECT * from s1_enforcement where `from` = 22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_enforcement where vref = 22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4436 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT tribe FROM s1_users where id = 6 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * from s1_tdata where vref = 22609 + 4436 Query SELECT * FROM s1_abdata where vref = 22609 + 4436 Query SELECT * FROM s1_research where vref = 22609 + 4436 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4436 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4436 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4436 Query UPDATE s1_vdata set lastupdate = 1508779371 where wref = 22609 + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT x,y FROM s1_wdata where id = 22609 + 4436 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4436 Query SELECT * FROM s1_odata where conqured = 22609 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_enforcement where vref = 22609 + 4436 Query SELECT * from s1_enforcement where `from` = 22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_enforcement where vref = 22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4436 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT tribe FROM s1_users where id = 6 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * from s1_tdata where vref = 22609 + 4436 Query SELECT * FROM s1_abdata where vref = 22609 + 4436 Query SELECT * FROM s1_research where vref = 22609 + 4436 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4436 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC +171023 19:22:52 4436 Query SELECT count(id) FROM s1_users where id > 5 + 4436 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4436 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4436 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4436 Query DELETE FROM s1_active WHERE timestamp < 1508563372 + 4436 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4436 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 16778 + 4436 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 16780 + 4436 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17378 + 4436 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17984 + 4436 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17986 + 4436 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 18390 + 4436 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 18595 + 4436 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 18799 + 4436 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 19194 + 4436 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 20198 + 4436 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4436 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 22206 + 4436 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4436 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4436 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4436 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4436 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4436 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779372 + 4436 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778772 + 4436 Query SELECT * FROM s1_hero + 4436 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4436 Query UPDATE `s1_hero` SET lastupdate = '1508779372' WHERE heroid = 2 + 4436 Query SELECT * from s1_units where vref = 20599 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_units where vref = 18790 + 4436 Query SELECT uid FROM s1_deleting where timestamp < 1508779372 + 4436 Query SELECT * FROM s1_bdata where timestamp < 1508779372 and master = 0 + 4436 Query SELECT * FROM s1_bdata WHERE master = 1 + 4436 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779372 + 4436 Query SELECT * FROM `s1_fdata` + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4436 Query DELETE from s1_route where timeleft < 1508779372 + 4436 Query SELECT * FROM s1_route where timestamp < 1508779372 + 4436 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779372.1363 + 4436 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779372.1363 + 4436 Query SELECT * FROM s1_research where timestamp < 1508779372 + 4436 Query SELECT * FROM s1_training where vref IS NOT NULL + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT owner FROM s1_vdata where wref = 22609 + 4436 Query SELECT b4 FROM s1_users where id = 6 + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4436 Query SELECT * from s1_units where vref = 22609 + 4436 Query SELECT * from s1_enforcement where vref = 22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4436 Query SELECT * FROM s1_vdata where wref = 22609 + 4436 Query SELECT tribe FROM s1_users where id = 6 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT owner FROM s1_vdata where wref = 22609 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4436 Query SELECT * from s1_units where vref = 36787 + 4436 Query SELECT * from s1_enforcement where vref = 36787 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4436 Query SELECT * FROM s1_vdata where wref = 36787 + 4436 Query SELECT tribe FROM s1_users where id = 94 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4436 Query SELECT * from s1_fdata where vref = 36787 + 4436 Query SELECT owner FROM s1_vdata where wref = 36787 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4436 Query SELECT * from s1_units where vref = 36787 + 4436 Query SELECT owner FROM s1_vdata where wref = 36787 + 4436 Query SELECT b4 FROM s1_users where id = 94 + 4436 Query SELECT * from s1_fdata where vref = 36787 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4436 Query SELECT crop FROM s1_vdata where wref = 36787 + 4436 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4436 Query SELECT owner FROM s1_vdata where wref = 36787 + 4436 Query SELECT b4 FROM s1_users where id = 94 + 4436 Query SELECT * from s1_fdata where vref = 36787 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4436 Query SELECT * from s1_units where vref = 1801 + 4436 Query SELECT * from s1_enforcement where vref = 1801 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4436 Query SELECT * FROM s1_vdata where wref = 1801 + 4436 Query SELECT tribe FROM s1_users where id = 90 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4436 Query SELECT * from s1_fdata where vref = 1801 + 4436 Query SELECT owner FROM s1_vdata where wref = 1801 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4436 Query SELECT * from s1_units where vref = 1801 + 4436 Query SELECT owner FROM s1_vdata where wref = 1801 + 4436 Query SELECT b4 FROM s1_users where id = 90 + 4436 Query SELECT * from s1_fdata where vref = 1801 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4436 Query SELECT crop FROM s1_vdata where wref = 1801 + 4436 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4436 Query SELECT owner FROM s1_vdata where wref = 1801 + 4436 Query SELECT b4 FROM s1_users where id = 90 + 4436 Query SELECT * from s1_fdata where vref = 1801 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4436 Query SELECT * from s1_units where vref = 1592 + 4436 Query SELECT * from s1_enforcement where vref = 1592 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4436 Query SELECT * FROM s1_vdata where wref = 1592 + 4436 Query SELECT tribe FROM s1_users where id = 67 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4436 Query SELECT * from s1_fdata where vref = 1592 + 4436 Query SELECT owner FROM s1_vdata where wref = 1592 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4436 Query SELECT * from s1_units where vref = 1592 + 4436 Query SELECT owner FROM s1_vdata where wref = 1592 + 4436 Query SELECT b4 FROM s1_users where id = 67 + 4436 Query SELECT * from s1_fdata where vref = 1592 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4436 Query SELECT crop FROM s1_vdata where wref = 1592 + 4436 Query SELECT owner FROM s1_vdata where wref = 1592 + 4436 Query SELECT b4 FROM s1_users where id = 67 + 4436 Query SELECT * from s1_fdata where vref = 1592 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4436 Query SELECT * from s1_units where vref = 20599 + 4436 Query SELECT * from s1_enforcement where vref = 20599 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4436 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4436 Query SELECT * FROM s1_vdata where wref = 20599 + 4436 Query SELECT tribe FROM s1_users where id = 46 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4436 Query SELECT * from s1_fdata where vref = 20599 + 4436 Query SELECT owner FROM s1_vdata where wref = 20599 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4436 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4436 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4436 Query SELECT owner FROM s1_vdata where wref = 20599 + 4436 Query SELECT b4 FROM s1_users where id = 46 + 4436 Query SELECT * from s1_fdata where vref = 20599 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4436 Query SELECT crop FROM s1_vdata where wref = 20599 + 4436 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4436 Query SELECT owner FROM s1_vdata where wref = 20599 + 4436 Query SELECT b4 FROM s1_users where id = 46 + 4436 Query SELECT * from s1_fdata where vref = 20599 + 4436 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4436 Query SELECT * FROM s1_vdata where celebration < 1508779372 AND celebration != 0 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779372 ORDER BY endtime ASC + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779372 + 4436 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779372 + 4436 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779372 + 4436 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4436 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4436 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4436 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779372 + 4436 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779372.2073 + 4436 Query SELECT * FROM s1_general WHERE shown = 1 + 4436 Query SELECT * FROM s1_users WHERE invited != 0 + 4436 Query SELECT * FROM `s1_fdata` + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4436 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4436 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779372 + 4436 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736172 + 4436 Query SELECT * FROM s1_config + 4436 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692972 + 4436 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4436 Query SELECT s1_users.id userid, s1_users.username username, s1_users.apall, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )pop + FROM s1_users + WHERE s1_users.apall >=0 AND s1_users.access < 8 AND s1_users.tribe <= 3 + AND s1_users.id > 5 + ORDER BY s1_users.apall DESC, pop DESC, userid DESC + 4436 Query SELECT timestamp from s1_deleting where uid = 6 + 4436 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4436 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778772 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4436 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4436 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4436 Query SELECT * from s1_fdata where vref = 22609 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4436 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4436 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4436 Quit + 4437 Connect root@localhost as anonymous on + 4437 Init DB travian + 4437 Query SET NAMES 'UTF8' + 4437 Query SELECT * FROM s1_users where username = 'cyberghost' + 4437 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4437 Query SELECT sit FROM s1_online where uid = 6 + 4437 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4437 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4437 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4437 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4437 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4437 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4437 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4437 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4437 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4437 Query REPLACE into s1_active values ('cyberghost',1508779372) + 4437 Query UPDATE s1_users set timestamp = '1508779372' where username = 'cyberghost' + 4437 Query REPLACE into s1_active values ('cyberghost',1508779372) + 4437 Query UPDATE s1_users set timestamp = 1508779372 where username = 'cyberghost' + 4437 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4437 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4437 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4437 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4437 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4437 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4437 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4437 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4437 Query SELECT * FROM s1_vdata where wref = '22609' + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT x,y FROM s1_wdata where id = 22609 + 4437 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4437 Query SELECT * FROM s1_odata where conqured = 22609 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_enforcement where vref = 22609 + 4437 Query SELECT * from s1_enforcement where `from` = 22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_enforcement where vref = 22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4437 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT tribe FROM s1_users where id = 6 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * from s1_tdata where vref = 22609 + 4437 Query SELECT * FROM s1_abdata where vref = 22609 + 4437 Query SELECT * FROM s1_research where vref = 22609 + 4437 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4437 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4437 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4437 Query UPDATE s1_vdata set lastupdate = 1508779372 where wref = 22609 + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT x,y FROM s1_wdata where id = 22609 + 4437 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4437 Query SELECT * FROM s1_odata where conqured = 22609 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_enforcement where vref = 22609 + 4437 Query SELECT * from s1_enforcement where `from` = 22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_enforcement where vref = 22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4437 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT tribe FROM s1_users where id = 6 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * from s1_tdata where vref = 22609 + 4437 Query SELECT * FROM s1_abdata where vref = 22609 + 4437 Query SELECT * FROM s1_research where vref = 22609 + 4437 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4437 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4437 Query SELECT count(id) FROM s1_users where id > 5 + 4437 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4437 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4437 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4437 Query DELETE FROM s1_active WHERE timestamp < 1508563372 + 4437 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4437 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4437 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 16778 + 4437 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4437 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 16780 + 4437 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4437 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17378 + 4437 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4437 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17984 + 4437 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4437 Query UPDATE s1_odata set lastupdated = 1508779372 where wref = 17986 + 4437 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 +171023 19:22:53 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 18390 + 4437 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 18595 + 4437 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 18799 + 4437 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 19194 + 4437 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 20198 + 4437 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4437 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 22206 + 4437 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4437 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4437 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4437 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4437 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4437 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779373 + 4437 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778773 + 4437 Query SELECT * FROM s1_hero + 4437 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4437 Query UPDATE `s1_hero` SET lastupdate = '1508779373' WHERE heroid = 2 + 4437 Query SELECT * from s1_units where vref = 20599 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_units where vref = 18790 + 4437 Query SELECT uid FROM s1_deleting where timestamp < 1508779373 + 4437 Query SELECT * FROM s1_bdata where timestamp < 1508779373 and master = 0 + 4437 Query SELECT * FROM s1_bdata WHERE master = 1 + 4437 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779373 + 4437 Query SELECT * FROM `s1_fdata` + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4437 Query DELETE from s1_route where timeleft < 1508779373 + 4437 Query SELECT * FROM s1_route where timestamp < 1508779373 + 4437 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779373.0983 + 4437 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779373.0983 + 4437 Query SELECT * FROM s1_research where timestamp < 1508779373 + 4437 Query SELECT * FROM s1_training where vref IS NOT NULL + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT owner FROM s1_vdata where wref = 22609 + 4437 Query SELECT b4 FROM s1_users where id = 6 + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4437 Query SELECT * from s1_units where vref = 22609 + 4437 Query SELECT * from s1_enforcement where vref = 22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4437 Query SELECT * FROM s1_vdata where wref = 22609 + 4437 Query SELECT tribe FROM s1_users where id = 6 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT owner FROM s1_vdata where wref = 22609 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4437 Query SELECT * from s1_units where vref = 36787 + 4437 Query SELECT * from s1_enforcement where vref = 36787 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4437 Query SELECT * FROM s1_vdata where wref = 36787 + 4437 Query SELECT tribe FROM s1_users where id = 94 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4437 Query SELECT * from s1_fdata where vref = 36787 + 4437 Query SELECT owner FROM s1_vdata where wref = 36787 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4437 Query SELECT * from s1_units where vref = 36787 + 4437 Query SELECT owner FROM s1_vdata where wref = 36787 + 4437 Query SELECT b4 FROM s1_users where id = 94 + 4437 Query SELECT * from s1_fdata where vref = 36787 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4437 Query SELECT crop FROM s1_vdata where wref = 36787 + 4437 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4437 Query SELECT owner FROM s1_vdata where wref = 36787 + 4437 Query SELECT b4 FROM s1_users where id = 94 + 4437 Query SELECT * from s1_fdata where vref = 36787 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4437 Query SELECT * from s1_units where vref = 1801 + 4437 Query SELECT * from s1_enforcement where vref = 1801 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4437 Query SELECT * FROM s1_vdata where wref = 1801 + 4437 Query SELECT tribe FROM s1_users where id = 90 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4437 Query SELECT * from s1_fdata where vref = 1801 + 4437 Query SELECT owner FROM s1_vdata where wref = 1801 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4437 Query SELECT * from s1_units where vref = 1801 + 4437 Query SELECT owner FROM s1_vdata where wref = 1801 + 4437 Query SELECT b4 FROM s1_users where id = 90 + 4437 Query SELECT * from s1_fdata where vref = 1801 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4437 Query SELECT crop FROM s1_vdata where wref = 1801 + 4437 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4437 Query SELECT owner FROM s1_vdata where wref = 1801 + 4437 Query SELECT b4 FROM s1_users where id = 90 + 4437 Query SELECT * from s1_fdata where vref = 1801 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4437 Query SELECT * from s1_units where vref = 1592 + 4437 Query SELECT * from s1_enforcement where vref = 1592 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4437 Query SELECT * FROM s1_vdata where wref = 1592 + 4437 Query SELECT tribe FROM s1_users where id = 67 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4437 Query SELECT * from s1_fdata where vref = 1592 + 4437 Query SELECT owner FROM s1_vdata where wref = 1592 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4437 Query SELECT * from s1_units where vref = 1592 + 4437 Query SELECT owner FROM s1_vdata where wref = 1592 + 4437 Query SELECT b4 FROM s1_users where id = 67 + 4437 Query SELECT * from s1_fdata where vref = 1592 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4437 Query SELECT crop FROM s1_vdata where wref = 1592 + 4437 Query SELECT owner FROM s1_vdata where wref = 1592 + 4437 Query SELECT b4 FROM s1_users where id = 67 + 4437 Query SELECT * from s1_fdata where vref = 1592 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4437 Query SELECT * from s1_units where vref = 20599 + 4437 Query SELECT * from s1_enforcement where vref = 20599 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4437 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4437 Query SELECT * FROM s1_vdata where wref = 20599 + 4437 Query SELECT tribe FROM s1_users where id = 46 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4437 Query SELECT * from s1_fdata where vref = 20599 + 4437 Query SELECT owner FROM s1_vdata where wref = 20599 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4437 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4437 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4437 Query SELECT owner FROM s1_vdata where wref = 20599 + 4437 Query SELECT b4 FROM s1_users where id = 46 + 4437 Query SELECT * from s1_fdata where vref = 20599 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4437 Query SELECT crop FROM s1_vdata where wref = 20599 + 4437 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4437 Query SELECT owner FROM s1_vdata where wref = 20599 + 4437 Query SELECT b4 FROM s1_users where id = 46 + 4437 Query SELECT * from s1_fdata where vref = 20599 + 4437 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4437 Query SELECT * FROM s1_vdata where celebration < 1508779373 AND celebration != 0 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779373 ORDER BY endtime ASC + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779373 + 4437 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779373 + 4437 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779373 + 4437 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4437 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4437 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4437 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779373 + 4437 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779373.1713 + 4437 Query SELECT * FROM s1_general WHERE shown = 1 + 4437 Query SELECT * FROM s1_users WHERE invited != 0 + 4437 Query SELECT * FROM `s1_fdata` + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4437 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4437 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779373 + 4437 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736173 + 4437 Query SELECT * FROM s1_config + 4437 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692973 + 4437 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4437 Query SELECT s1_users.id userid, s1_users.username username, s1_users.dpall, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )pop + FROM s1_users + WHERE s1_users.dpall >=0 AND s1_users.access < 8 AND s1_users.tribe <= 3 + AND s1_users.id > 5 + ORDER BY s1_users.dpall DESC, pop DESC, userid DESC + 4437 Query SELECT timestamp from s1_deleting where uid = 6 + 4437 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4437 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778773 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4437 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4437 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4437 Query SELECT * from s1_fdata where vref = 22609 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4437 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4437 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4437 Quit + 4438 Connect root@localhost as anonymous on + 4438 Init DB travian + 4438 Query SET NAMES 'UTF8' + 4438 Query SELECT * FROM s1_users where username = 'cyberghost' + 4438 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4438 Query SELECT sit FROM s1_online where uid = 6 + 4438 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4438 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4438 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4438 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4438 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4438 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4438 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4438 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4438 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4438 Query REPLACE into s1_active values ('cyberghost',1508779373) + 4438 Query UPDATE s1_users set timestamp = '1508779373' where username = 'cyberghost' + 4438 Query REPLACE into s1_active values ('cyberghost',1508779373) + 4438 Query UPDATE s1_users set timestamp = 1508779373 where username = 'cyberghost' + 4438 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4438 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4438 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4438 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4438 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4438 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4438 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4438 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4438 Query SELECT * FROM s1_vdata where wref = '22609' + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT x,y FROM s1_wdata where id = 22609 + 4438 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4438 Query SELECT * FROM s1_odata where conqured = 22609 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_enforcement where vref = 22609 + 4438 Query SELECT * from s1_enforcement where `from` = 22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_enforcement where vref = 22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4438 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT tribe FROM s1_users where id = 6 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * from s1_tdata where vref = 22609 + 4438 Query SELECT * FROM s1_abdata where vref = 22609 + 4438 Query SELECT * FROM s1_research where vref = 22609 + 4438 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4438 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4438 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4438 Query UPDATE s1_vdata set lastupdate = 1508779373 where wref = 22609 + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT x,y FROM s1_wdata where id = 22609 + 4438 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4438 Query SELECT * FROM s1_odata where conqured = 22609 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_enforcement where vref = 22609 + 4438 Query SELECT * from s1_enforcement where `from` = 22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_enforcement where vref = 22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4438 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT tribe FROM s1_users where id = 6 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * from s1_tdata where vref = 22609 + 4438 Query SELECT * FROM s1_abdata where vref = 22609 + 4438 Query SELECT * FROM s1_research where vref = 22609 + 4438 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4438 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4438 Query SELECT count(id) FROM s1_users where id > 5 + 4438 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4438 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4438 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4438 Query DELETE FROM s1_active WHERE timestamp < 1508563373 + 4438 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4438 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4438 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 16778 + 4438 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4438 Query UPDATE s1_odata set lastupdated = 1508779373 where wref = 16780 +171023 19:22:54 4438 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 17378 + 4438 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 17984 + 4438 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 17986 + 4438 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 18390 + 4438 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 18595 + 4438 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 18799 + 4438 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 19194 + 4438 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 20198 + 4438 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4438 Query UPDATE s1_odata set lastupdated = 1508779374 where wref = 22206 + 4438 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4438 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4438 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4438 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4438 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4438 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779374 + 4438 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778774 + 4438 Query SELECT * FROM s1_hero + 4438 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4438 Query UPDATE `s1_hero` SET lastupdate = '1508779374' WHERE heroid = 2 + 4438 Query SELECT * from s1_units where vref = 20599 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_units where vref = 18790 + 4438 Query SELECT uid FROM s1_deleting where timestamp < 1508779374 + 4438 Query SELECT * FROM s1_bdata where timestamp < 1508779374 and master = 0 + 4438 Query SELECT * FROM s1_bdata WHERE master = 1 + 4438 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779374 + 4438 Query SELECT * FROM `s1_fdata` + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4438 Query DELETE from s1_route where timeleft < 1508779374 + 4438 Query SELECT * FROM s1_route where timestamp < 1508779374 + 4438 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779374.1224 + 4438 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779374.1224 + 4438 Query SELECT * FROM s1_research where timestamp < 1508779374 + 4438 Query SELECT * FROM s1_training where vref IS NOT NULL + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT owner FROM s1_vdata where wref = 22609 + 4438 Query SELECT b4 FROM s1_users where id = 6 + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4438 Query SELECT * from s1_units where vref = 22609 + 4438 Query SELECT * from s1_enforcement where vref = 22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4438 Query SELECT * FROM s1_vdata where wref = 22609 + 4438 Query SELECT tribe FROM s1_users where id = 6 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT owner FROM s1_vdata where wref = 22609 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4438 Query SELECT * from s1_units where vref = 36787 + 4438 Query SELECT * from s1_enforcement where vref = 36787 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4438 Query SELECT * FROM s1_vdata where wref = 36787 + 4438 Query SELECT tribe FROM s1_users where id = 94 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4438 Query SELECT * from s1_fdata where vref = 36787 + 4438 Query SELECT owner FROM s1_vdata where wref = 36787 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4438 Query SELECT * from s1_units where vref = 36787 + 4438 Query SELECT owner FROM s1_vdata where wref = 36787 + 4438 Query SELECT b4 FROM s1_users where id = 94 + 4438 Query SELECT * from s1_fdata where vref = 36787 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4438 Query SELECT crop FROM s1_vdata where wref = 36787 + 4438 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4438 Query SELECT owner FROM s1_vdata where wref = 36787 + 4438 Query SELECT b4 FROM s1_users where id = 94 + 4438 Query SELECT * from s1_fdata where vref = 36787 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4438 Query SELECT * from s1_units where vref = 1801 + 4438 Query SELECT * from s1_enforcement where vref = 1801 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4438 Query SELECT * FROM s1_vdata where wref = 1801 + 4438 Query SELECT tribe FROM s1_users where id = 90 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4438 Query SELECT * from s1_fdata where vref = 1801 + 4438 Query SELECT owner FROM s1_vdata where wref = 1801 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4438 Query SELECT * from s1_units where vref = 1801 + 4438 Query SELECT owner FROM s1_vdata where wref = 1801 + 4438 Query SELECT b4 FROM s1_users where id = 90 + 4438 Query SELECT * from s1_fdata where vref = 1801 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4438 Query SELECT crop FROM s1_vdata where wref = 1801 + 4438 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4438 Query SELECT owner FROM s1_vdata where wref = 1801 + 4438 Query SELECT b4 FROM s1_users where id = 90 + 4438 Query SELECT * from s1_fdata where vref = 1801 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4438 Query SELECT * from s1_units where vref = 1592 + 4438 Query SELECT * from s1_enforcement where vref = 1592 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4438 Query SELECT * FROM s1_vdata where wref = 1592 + 4438 Query SELECT tribe FROM s1_users where id = 67 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4438 Query SELECT * from s1_fdata where vref = 1592 + 4438 Query SELECT owner FROM s1_vdata where wref = 1592 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4438 Query SELECT * from s1_units where vref = 1592 + 4438 Query SELECT owner FROM s1_vdata where wref = 1592 + 4438 Query SELECT b4 FROM s1_users where id = 67 + 4438 Query SELECT * from s1_fdata where vref = 1592 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4438 Query SELECT crop FROM s1_vdata where wref = 1592 + 4438 Query SELECT owner FROM s1_vdata where wref = 1592 + 4438 Query SELECT b4 FROM s1_users where id = 67 + 4438 Query SELECT * from s1_fdata where vref = 1592 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4438 Query SELECT * from s1_units where vref = 20599 + 4438 Query SELECT * from s1_enforcement where vref = 20599 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4438 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4438 Query SELECT * FROM s1_vdata where wref = 20599 + 4438 Query SELECT tribe FROM s1_users where id = 46 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4438 Query SELECT * from s1_fdata where vref = 20599 + 4438 Query SELECT owner FROM s1_vdata where wref = 20599 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4438 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4438 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4438 Query SELECT owner FROM s1_vdata where wref = 20599 + 4438 Query SELECT b4 FROM s1_users where id = 46 + 4438 Query SELECT * from s1_fdata where vref = 20599 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4438 Query SELECT crop FROM s1_vdata where wref = 20599 + 4438 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4438 Query SELECT owner FROM s1_vdata where wref = 20599 + 4438 Query SELECT b4 FROM s1_users where id = 46 + 4438 Query SELECT * from s1_fdata where vref = 20599 + 4438 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4438 Query SELECT * FROM s1_vdata where celebration < 1508779374 AND celebration != 0 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779374 ORDER BY endtime ASC + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779374 + 4438 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779374 + 4438 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779374 + 4438 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4438 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4438 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4438 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779374 + 4438 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779374.1934 + 4438 Query SELECT * FROM s1_general WHERE shown = 1 + 4438 Query SELECT * FROM s1_users WHERE invited != 0 + 4438 Query SELECT * FROM `s1_fdata` + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4438 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4438 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779374 + 4438 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736174 + 4438 Query SELECT * FROM s1_config + 4438 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692974 + 4438 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4438 Query SELECT timestamp from s1_deleting where uid = 6 + 4438 Query SELECT * FROM s1_users WHERE access<8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY ap DESC, id DESC Limit 10 + 4438 Query SELECT * FROM s1_users WHERE id = '6' ORDER BY ap DESC, id DESC Limit 1 + 4438 Query SELECT * FROM s1_users WHERE access<8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY dp DESC, id DESC Limit 10 + 4438 Query SELECT * FROM s1_users WHERE id = '6' ORDER BY dp DESC Limit 1 + 4438 Query SELECT * FROM s1_users WHERE access<8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY clp DESC, id DESC Limit 10 + 4438 Query SELECT * FROM s1_users WHERE id = '6' ORDER BY clp DESC Limit 1 + 4438 Query SELECT * FROM s1_users WHERE access<8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY RR DESC, id DESC Limit 10 + 4438 Query SELECT * FROM s1_users WHERE id = '6' ORDER BY RR DESC Limit 1 + 4438 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4438 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778774 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4438 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4438 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4438 Query SELECT * from s1_fdata where vref = 22609 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4438 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4438 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4438 Quit + 4439 Connect root@localhost as anonymous on + 4439 Init DB travian + 4439 Query SET NAMES 'UTF8' + 4439 Query SELECT * FROM s1_users where username = 'cyberghost' + 4439 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4439 Query SELECT sit FROM s1_online where uid = 6 + 4439 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4439 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4439 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4439 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4439 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4439 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4439 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4439 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4439 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4439 Query REPLACE into s1_active values ('cyberghost',1508779374) + 4439 Query UPDATE s1_users set timestamp = '1508779374' where username = 'cyberghost' + 4439 Query REPLACE into s1_active values ('cyberghost',1508779374) + 4439 Query UPDATE s1_users set timestamp = 1508779374 where username = 'cyberghost' + 4439 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4439 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC +171023 19:22:55 4439 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4439 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4439 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4439 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4439 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4439 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4439 Query SELECT * FROM s1_vdata where wref = '22609' + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT x,y FROM s1_wdata where id = 22609 + 4439 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4439 Query SELECT * FROM s1_odata where conqured = 22609 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_enforcement where vref = 22609 + 4439 Query SELECT * from s1_enforcement where `from` = 22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_enforcement where vref = 22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4439 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT tribe FROM s1_users where id = 6 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * from s1_tdata where vref = 22609 + 4439 Query SELECT * FROM s1_abdata where vref = 22609 + 4439 Query SELECT * FROM s1_research where vref = 22609 + 4439 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4439 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4439 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4439 Query UPDATE s1_vdata set lastupdate = 1508779375 where wref = 22609 + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT x,y FROM s1_wdata where id = 22609 + 4439 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4439 Query SELECT * FROM s1_odata where conqured = 22609 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_enforcement where vref = 22609 + 4439 Query SELECT * from s1_enforcement where `from` = 22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_enforcement where vref = 22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4439 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT tribe FROM s1_users where id = 6 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * from s1_tdata where vref = 22609 + 4439 Query SELECT * FROM s1_abdata where vref = 22609 + 4439 Query SELECT * FROM s1_research where vref = 22609 + 4439 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4439 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4439 Query SELECT count(id) FROM s1_users where id > 5 + 4439 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4439 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4439 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4439 Query DELETE FROM s1_active WHERE timestamp < 1508563375 + 4439 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4439 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 16778 + 4439 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 16780 + 4439 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 17378 + 4439 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 17984 + 4439 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 17986 + 4439 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 18390 + 4439 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 18595 + 4439 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 18799 + 4439 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 19194 + 4439 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 20198 + 4439 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4439 Query UPDATE s1_odata set lastupdated = 1508779375 where wref = 22206 + 4439 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4439 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4439 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4439 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4439 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4439 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779375 + 4439 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778775 + 4439 Query SELECT * FROM s1_hero + 4439 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4439 Query UPDATE `s1_hero` SET lastupdate = '1508779375' WHERE heroid = 2 + 4439 Query SELECT * from s1_units where vref = 20599 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_units where vref = 18790 + 4439 Query SELECT uid FROM s1_deleting where timestamp < 1508779375 + 4439 Query SELECT * FROM s1_bdata where timestamp < 1508779375 and master = 0 + 4439 Query SELECT * FROM s1_bdata WHERE master = 1 + 4439 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779375 + 4439 Query SELECT * FROM `s1_fdata` + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4439 Query DELETE from s1_route where timeleft < 1508779375 + 4439 Query SELECT * FROM s1_route where timestamp < 1508779375 + 4439 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779375.1814 + 4439 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779375.1814 + 4439 Query SELECT * FROM s1_research where timestamp < 1508779375 + 4439 Query SELECT * FROM s1_training where vref IS NOT NULL + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT owner FROM s1_vdata where wref = 22609 + 4439 Query SELECT b4 FROM s1_users where id = 6 + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4439 Query SELECT * from s1_units where vref = 22609 + 4439 Query SELECT * from s1_enforcement where vref = 22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4439 Query SELECT * FROM s1_vdata where wref = 22609 + 4439 Query SELECT tribe FROM s1_users where id = 6 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT owner FROM s1_vdata where wref = 22609 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4439 Query SELECT * from s1_units where vref = 36787 + 4439 Query SELECT * from s1_enforcement where vref = 36787 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4439 Query SELECT * FROM s1_vdata where wref = 36787 + 4439 Query SELECT tribe FROM s1_users where id = 94 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4439 Query SELECT * from s1_fdata where vref = 36787 + 4439 Query SELECT owner FROM s1_vdata where wref = 36787 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4439 Query SELECT * from s1_units where vref = 36787 + 4439 Query SELECT owner FROM s1_vdata where wref = 36787 + 4439 Query SELECT b4 FROM s1_users where id = 94 + 4439 Query SELECT * from s1_fdata where vref = 36787 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4439 Query SELECT crop FROM s1_vdata where wref = 36787 + 4439 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4439 Query SELECT owner FROM s1_vdata where wref = 36787 + 4439 Query SELECT b4 FROM s1_users where id = 94 + 4439 Query SELECT * from s1_fdata where vref = 36787 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4439 Query SELECT * from s1_units where vref = 1801 + 4439 Query SELECT * from s1_enforcement where vref = 1801 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4439 Query SELECT * FROM s1_vdata where wref = 1801 + 4439 Query SELECT tribe FROM s1_users where id = 90 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4439 Query SELECT * from s1_fdata where vref = 1801 + 4439 Query SELECT owner FROM s1_vdata where wref = 1801 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4439 Query SELECT * from s1_units where vref = 1801 + 4439 Query SELECT owner FROM s1_vdata where wref = 1801 + 4439 Query SELECT b4 FROM s1_users where id = 90 + 4439 Query SELECT * from s1_fdata where vref = 1801 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4439 Query SELECT crop FROM s1_vdata where wref = 1801 + 4439 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4439 Query SELECT owner FROM s1_vdata where wref = 1801 + 4439 Query SELECT b4 FROM s1_users where id = 90 + 4439 Query SELECT * from s1_fdata where vref = 1801 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4439 Query SELECT * from s1_units where vref = 1592 + 4439 Query SELECT * from s1_enforcement where vref = 1592 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4439 Query SELECT * FROM s1_vdata where wref = 1592 + 4439 Query SELECT tribe FROM s1_users where id = 67 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4439 Query SELECT * from s1_fdata where vref = 1592 + 4439 Query SELECT owner FROM s1_vdata where wref = 1592 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4439 Query SELECT * from s1_units where vref = 1592 + 4439 Query SELECT owner FROM s1_vdata where wref = 1592 + 4439 Query SELECT b4 FROM s1_users where id = 67 + 4439 Query SELECT * from s1_fdata where vref = 1592 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4439 Query SELECT crop FROM s1_vdata where wref = 1592 + 4439 Query SELECT owner FROM s1_vdata where wref = 1592 + 4439 Query SELECT b4 FROM s1_users where id = 67 + 4439 Query SELECT * from s1_fdata where vref = 1592 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4439 Query SELECT * from s1_units where vref = 20599 + 4439 Query SELECT * from s1_enforcement where vref = 20599 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4439 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4439 Query SELECT * FROM s1_vdata where wref = 20599 + 4439 Query SELECT tribe FROM s1_users where id = 46 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4439 Query SELECT * from s1_fdata where vref = 20599 + 4439 Query SELECT owner FROM s1_vdata where wref = 20599 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4439 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4439 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4439 Query SELECT owner FROM s1_vdata where wref = 20599 + 4439 Query SELECT b4 FROM s1_users where id = 46 + 4439 Query SELECT * from s1_fdata where vref = 20599 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4439 Query SELECT crop FROM s1_vdata where wref = 20599 + 4439 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4439 Query SELECT owner FROM s1_vdata where wref = 20599 + 4439 Query SELECT b4 FROM s1_users where id = 46 + 4439 Query SELECT * from s1_fdata where vref = 20599 + 4439 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4439 Query SELECT * FROM s1_vdata where celebration < 1508779375 AND celebration != 0 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779375 ORDER BY endtime ASC + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779375 + 4439 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779375 + 4439 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779375 + 4439 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4439 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4439 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4439 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779375 + 4439 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779375.2524 + 4439 Query SELECT * FROM s1_general WHERE shown = 1 + 4439 Query SELECT * FROM s1_users WHERE invited != 0 + 4439 Query SELECT * FROM `s1_fdata` + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4439 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4439 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779375 + 4439 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736175 + 4439 Query SELECT * FROM s1_config + 4439 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692975 + 4439 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4439 Query SELECT id,name,tag,oldrank,Aap,Adp FROM s1_alidata where id != '' ORDER BY id DESC + 4439 Query SELECT * FROM s1_users where alliance = 3 order by (SELECT sum(pop) FROM s1_vdata WHERE owner = s1_users.id) desc, s1_users.id desc + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 81 + 4439 Query SELECT * FROM s1_users where alliance = 1 order by (SELECT sum(pop) FROM s1_vdata WHERE owner = s1_users.id) desc, s1_users.id desc + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 46 + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 6 + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 7 + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 67 + 4439 Query SELECT sum(pop) FROM s1_vdata where owner = 31 + 4439 Query SELECT timestamp from s1_deleting where uid = 6 + 4439 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4439 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778775 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4439 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4439 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4439 Query SELECT * from s1_fdata where vref = 22609 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4439 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4439 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4439 Quit +171023 19:22:56 4440 Connect root@localhost as anonymous on + 4440 Init DB travian + 4440 Query SET NAMES 'UTF8' + 4440 Query SELECT * FROM s1_users where username = 'cyberghost' + 4440 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4440 Query SELECT sit FROM s1_online where uid = 6 + 4440 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4440 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4440 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4440 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4440 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4440 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4440 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4440 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4440 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4440 Query REPLACE into s1_active values ('cyberghost',1508779376) + 4440 Query UPDATE s1_users set timestamp = '1508779376' where username = 'cyberghost' + 4440 Query REPLACE into s1_active values ('cyberghost',1508779376) + 4440 Query UPDATE s1_users set timestamp = 1508779376 where username = 'cyberghost' + 4440 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4440 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4440 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4440 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4440 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4440 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4440 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4440 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4440 Query SELECT * FROM s1_vdata where wref = '22609' + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT x,y FROM s1_wdata where id = 22609 + 4440 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4440 Query SELECT * FROM s1_odata where conqured = 22609 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_enforcement where vref = 22609 + 4440 Query SELECT * from s1_enforcement where `from` = 22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_enforcement where vref = 22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4440 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT tribe FROM s1_users where id = 6 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * from s1_tdata where vref = 22609 + 4440 Query SELECT * FROM s1_abdata where vref = 22609 + 4440 Query SELECT * FROM s1_research where vref = 22609 + 4440 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4440 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4440 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4440 Query UPDATE s1_vdata set lastupdate = 1508779376 where wref = 22609 + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT x,y FROM s1_wdata where id = 22609 + 4440 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4440 Query SELECT * FROM s1_odata where conqured = 22609 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_enforcement where vref = 22609 + 4440 Query SELECT * from s1_enforcement where `from` = 22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_enforcement where vref = 22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4440 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT tribe FROM s1_users where id = 6 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * from s1_tdata where vref = 22609 + 4440 Query SELECT * FROM s1_abdata where vref = 22609 + 4440 Query SELECT * FROM s1_research where vref = 22609 + 4440 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4440 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4440 Query SELECT count(id) FROM s1_users where id > 5 + 4440 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4440 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4440 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4440 Query DELETE FROM s1_active WHERE timestamp < 1508563376 + 4440 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4440 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 16778 + 4440 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 16780 + 4440 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 17378 + 4440 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 17984 + 4440 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 17986 + 4440 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 18390 + 4440 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 18595 + 4440 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 18799 + 4440 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 19194 + 4440 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 20198 + 4440 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4440 Query UPDATE s1_odata set lastupdated = 1508779376 where wref = 22206 + 4440 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4440 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4440 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4440 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4440 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4440 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779376 + 4440 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778776 + 4440 Query SELECT * FROM s1_hero + 4440 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4440 Query UPDATE `s1_hero` SET lastupdate = '1508779376' WHERE heroid = 2 + 4440 Query SELECT * from s1_units where vref = 20599 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_units where vref = 18790 + 4440 Query SELECT uid FROM s1_deleting where timestamp < 1508779376 + 4440 Query SELECT * FROM s1_bdata where timestamp < 1508779376 and master = 0 + 4440 Query SELECT * FROM s1_bdata WHERE master = 1 + 4440 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779376 + 4440 Query SELECT * FROM `s1_fdata` + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4440 Query DELETE from s1_route where timeleft < 1508779376 + 4440 Query SELECT * FROM s1_route where timestamp < 1508779376 + 4440 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779376.9165 + 4440 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779376.9165 + 4440 Query SELECT * FROM s1_research where timestamp < 1508779376 + 4440 Query SELECT * FROM s1_training where vref IS NOT NULL + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT owner FROM s1_vdata where wref = 22609 + 4440 Query SELECT b4 FROM s1_users where id = 6 + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4440 Query SELECT * from s1_units where vref = 22609 + 4440 Query SELECT * from s1_enforcement where vref = 22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4440 Query SELECT * FROM s1_vdata where wref = 22609 + 4440 Query SELECT tribe FROM s1_users where id = 6 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT owner FROM s1_vdata where wref = 22609 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4440 Query SELECT * from s1_units where vref = 36787 + 4440 Query SELECT * from s1_enforcement where vref = 36787 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4440 Query SELECT * FROM s1_vdata where wref = 36787 + 4440 Query SELECT tribe FROM s1_users where id = 94 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4440 Query SELECT * from s1_fdata where vref = 36787 + 4440 Query SELECT owner FROM s1_vdata where wref = 36787 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4440 Query SELECT * from s1_units where vref = 36787 + 4440 Query SELECT owner FROM s1_vdata where wref = 36787 + 4440 Query SELECT b4 FROM s1_users where id = 94 + 4440 Query SELECT * from s1_fdata where vref = 36787 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4440 Query SELECT crop FROM s1_vdata where wref = 36787 + 4440 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4440 Query SELECT owner FROM s1_vdata where wref = 36787 + 4440 Query SELECT b4 FROM s1_users where id = 94 + 4440 Query SELECT * from s1_fdata where vref = 36787 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4440 Query SELECT * from s1_units where vref = 1801 + 4440 Query SELECT * from s1_enforcement where vref = 1801 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4440 Query SELECT * FROM s1_vdata where wref = 1801 + 4440 Query SELECT tribe FROM s1_users where id = 90 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4440 Query SELECT * from s1_fdata where vref = 1801 + 4440 Query SELECT owner FROM s1_vdata where wref = 1801 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4440 Query SELECT * from s1_units where vref = 1801 + 4440 Query SELECT owner FROM s1_vdata where wref = 1801 + 4440 Query SELECT b4 FROM s1_users where id = 90 + 4440 Query SELECT * from s1_fdata where vref = 1801 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4440 Query SELECT crop FROM s1_vdata where wref = 1801 + 4440 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4440 Query SELECT owner FROM s1_vdata where wref = 1801 + 4440 Query SELECT b4 FROM s1_users where id = 90 + 4440 Query SELECT * from s1_fdata where vref = 1801 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4440 Query SELECT * from s1_units where vref = 1592 + 4440 Query SELECT * from s1_enforcement where vref = 1592 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4440 Query SELECT * FROM s1_vdata where wref = 1592 + 4440 Query SELECT tribe FROM s1_users where id = 67 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4440 Query SELECT * from s1_fdata where vref = 1592 + 4440 Query SELECT owner FROM s1_vdata where wref = 1592 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4440 Query SELECT * from s1_units where vref = 1592 + 4440 Query SELECT owner FROM s1_vdata where wref = 1592 + 4440 Query SELECT b4 FROM s1_users where id = 67 + 4440 Query SELECT * from s1_fdata where vref = 1592 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4440 Query SELECT crop FROM s1_vdata where wref = 1592 + 4440 Query SELECT owner FROM s1_vdata where wref = 1592 + 4440 Query SELECT b4 FROM s1_users where id = 67 + 4440 Query SELECT * from s1_fdata where vref = 1592 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4440 Query SELECT * from s1_units where vref = 20599 + 4440 Query SELECT * from s1_enforcement where vref = 20599 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4440 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4440 Query SELECT * FROM s1_vdata where wref = 20599 + 4440 Query SELECT tribe FROM s1_users where id = 46 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4440 Query SELECT * from s1_fdata where vref = 20599 + 4440 Query SELECT owner FROM s1_vdata where wref = 20599 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4440 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4440 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4440 Query SELECT owner FROM s1_vdata where wref = 20599 + 4440 Query SELECT b4 FROM s1_users where id = 46 + 4440 Query SELECT * from s1_fdata where vref = 20599 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4440 Query SELECT crop FROM s1_vdata where wref = 20599 + 4440 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4440 Query SELECT owner FROM s1_vdata where wref = 20599 + 4440 Query SELECT b4 FROM s1_users where id = 46 + 4440 Query SELECT * from s1_fdata where vref = 20599 + 4440 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4440 Query SELECT * FROM s1_vdata where celebration < 1508779376 AND celebration != 0 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779376 ORDER BY endtime ASC + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779376 + 4440 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779376 + 4440 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779376 + 4440 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4440 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4440 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4440 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779376 + 4440 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779376.9885 + 4440 Query SELECT * FROM s1_general WHERE shown = 1 +171023 19:22:57 4440 Query SELECT * FROM s1_users WHERE invited != 0 + 4440 Query SELECT * FROM `s1_fdata` + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4440 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4440 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779377 + 4440 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736177 + 4440 Query SELECT * FROM s1_config + 4440 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692977 + 4440 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4440 Query SELECT v.wref,v.name,v.owner,v.pop FROM s1_vdata AS v,s1_users AS u WHERE v.owner=u.id AND u.tribe<=3 AND v.wref != '' AND u.access<8 + 4440 Query SELECT x,y FROM s1_wdata where id = 216 + 4440 Query SELECT username FROM s1_users where id = 66 + 4440 Query SELECT x,y FROM s1_wdata where id = 594 + 4440 Query SELECT username FROM s1_users where id = 72 + 4440 Query SELECT x,y FROM s1_wdata where id = 997 + 4440 Query SELECT username FROM s1_users where id = 86 + 4440 Query SELECT x,y FROM s1_wdata where id = 1014 + 4440 Query SELECT username FROM s1_users where id = 69 + 4440 Query SELECT x,y FROM s1_wdata where id = 1202 + 4440 Query SELECT username FROM s1_users where id = 85 + 4440 Query SELECT x,y FROM s1_wdata where id = 1204 + 4440 Query SELECT username FROM s1_users where id = 98 + 4440 Query SELECT x,y FROM s1_wdata where id = 1592 + 4440 Query SELECT username FROM s1_users where id = 67 + 4440 Query SELECT x,y FROM s1_wdata where id = 1794 + 4440 Query SELECT username FROM s1_users where id = 49 + 4440 Query SELECT x,y FROM s1_wdata where id = 1801 + 4440 Query SELECT username FROM s1_users where id = 90 + 4440 Query SELECT x,y FROM s1_wdata where id = 1994 + 4440 Query SELECT username FROM s1_users where id = 78 + 4440 Query SELECT x,y FROM s1_wdata where id = 1998 + 4440 Query SELECT username FROM s1_users where id = 54 + 4440 Query SELECT x,y FROM s1_wdata where id = 2001 + 4440 Query SELECT username FROM s1_users where id = 92 + 4440 Query SELECT x,y FROM s1_wdata where id = 2009 + 4440 Query SELECT username FROM s1_users where id = 84 + 4440 Query SELECT x,y FROM s1_wdata where id = 2223 + 4440 Query SELECT username FROM s1_users where id = 68 + 4440 Query SELECT x,y FROM s1_wdata where id = 2417 + 4440 Query SELECT username FROM s1_users where id = 81 + 4440 Query SELECT x,y FROM s1_wdata where id = 2603 + 4440 Query SELECT username FROM s1_users where id = 83 + 4440 Query SELECT x,y FROM s1_wdata where id = 2605 + 4440 Query SELECT username FROM s1_users where id = 82 + 4440 Query SELECT x,y FROM s1_wdata where id = 2804 + 4440 Query SELECT username FROM s1_users where id = 74 + 4440 Query SELECT x,y FROM s1_wdata where id = 3423 + 4440 Query SELECT username FROM s1_users where id = 71 + 4440 Query SELECT x,y FROM s1_wdata where id = 3804 + 4440 Query SELECT username FROM s1_users where id = 48 + 4440 Query SELECT x,y FROM s1_wdata where id = 4012 + 4440 Query SELECT username FROM s1_users where id = 88 + 4440 Query SELECT x,y FROM s1_wdata where id = 16379 + 4440 Query SELECT username FROM s1_users where id = 10 + 4440 Query SELECT x,y FROM s1_wdata where id = 16570 + 4440 Query SELECT username FROM s1_users where id = 28 + 4440 Query SELECT x,y FROM s1_wdata where id = 16573 + 4440 Query SELECT username FROM s1_users where id = 44 + 4440 Query SELECT x,y FROM s1_wdata where id = 16980 + 4440 Query SELECT username FROM s1_users where id = 32 + 4440 Query SELECT x,y FROM s1_wdata where id = 17004 + 4440 Query SELECT username FROM s1_users where id = 20 + 4440 Query SELECT x,y FROM s1_wdata where id = 17173 + 4440 Query SELECT username FROM s1_users where id = 31 + 4440 Query SELECT x,y FROM s1_wdata where id = 17578 + 4440 Query SELECT username FROM s1_users where id = 9 + 4440 Query SELECT x,y FROM s1_wdata where id = 18173 + 4440 Query SELECT username FROM s1_users where id = 38 + 4440 Query SELECT x,y FROM s1_wdata where id = 18581 + 4440 Query SELECT username FROM s1_users where id = 17 + 4440 Query SELECT x,y FROM s1_wdata where id = 18584 + 4440 Query SELECT username FROM s1_users where id = 36 + 4440 Query SELECT x,y FROM s1_wdata where id = 18790 + 4440 Query SELECT username FROM s1_users where id = 7 + 4440 Query SELECT x,y FROM s1_wdata where id = 18791 + 4440 Query SELECT username FROM s1_users where id = 7 + 4440 Query SELECT x,y FROM s1_wdata where id = 18810 + 4440 Query SELECT username FROM s1_users where id = 16 + 4440 Query SELECT x,y FROM s1_wdata where id = 18980 + 4440 Query SELECT username FROM s1_users where id = 35 + 4440 Query SELECT x,y FROM s1_wdata where id = 18987 + 4440 Query SELECT username FROM s1_users where id = 29 + 4440 Query SELECT x,y FROM s1_wdata where id = 18991 + 4440 Query SELECT username FROM s1_users where id = 43 + 4440 Query SELECT x,y FROM s1_wdata where id = 19013 + 4440 Query SELECT username FROM s1_users where id = 12 + 4440 Query SELECT x,y FROM s1_wdata where id = 19209 + 4440 Query SELECT username FROM s1_users where id = 30 + 4440 Query SELECT x,y FROM s1_wdata where id = 19212 + 4440 Query SELECT username FROM s1_users where id = 19 + 4440 Query SELECT x,y FROM s1_wdata where id = 20201 + 4440 Query SELECT username FROM s1_users where id = 5 + 4440 Query SELECT x,y FROM s1_wdata where id = 20587 + 4440 Query SELECT username FROM s1_users where id = 11 + 4440 Query SELECT x,y FROM s1_wdata where id = 20599 + 4440 Query SELECT username FROM s1_users where id = 46 + 4440 Query SELECT x,y FROM s1_wdata where id = 20801 + 4440 Query SELECT username FROM s1_users where id = 46 + 4440 Query SELECT x,y FROM s1_wdata where id = 20812 + 4440 Query SELECT username FROM s1_users where id = 23 + 4440 Query SELECT x,y FROM s1_wdata where id = 20986 + 4440 Query SELECT username FROM s1_users where id = 33 + 4440 Query SELECT x,y FROM s1_wdata where id = 21002 + 4440 Query SELECT username FROM s1_users where id = 46 + 4440 Query SELECT x,y FROM s1_wdata where id = 21187 + 4440 Query SELECT username FROM s1_users where id = 18 + 4440 Query SELECT x,y FROM s1_wdata where id = 21392 + 4440 Query SELECT username FROM s1_users where id = 14 + 4440 Query SELECT x,y FROM s1_wdata where id = 21396 + 4440 Query SELECT username FROM s1_users where id = 27 + 4440 Query SELECT x,y FROM s1_wdata where id = 21423 + 4440 Query SELECT username FROM s1_users where id = 22 + 4440 Query SELECT x,y FROM s1_wdata where id = 21816 + 4440 Query SELECT username FROM s1_users where id = 25 + 4440 Query SELECT x,y FROM s1_wdata where id = 21996 + 4440 Query SELECT username FROM s1_users where id = 42 + 4440 Query SELECT x,y FROM s1_wdata where id = 22214 + 4440 Query SELECT username FROM s1_users where id = 13 + 4440 Query SELECT x,y FROM s1_wdata where id = 22395 + 4440 Query SELECT username FROM s1_users where id = 37 + 4440 Query SELECT x,y FROM s1_wdata where id = 22430 + 4440 Query SELECT username FROM s1_users where id = 15 + 4440 Query SELECT x,y FROM s1_wdata where id = 23010 + 4440 Query SELECT username FROM s1_users where id = 34 + 4440 Query SELECT x,y FROM s1_wdata where id = 23229 + 4440 Query SELECT username FROM s1_users where id = 24 + 4440 Query SELECT x,y FROM s1_wdata where id = 23230 + 4440 Query SELECT username FROM s1_users where id = 26 + 4440 Query SELECT x,y FROM s1_wdata where id = 23406 + 4440 Query SELECT username FROM s1_users where id = 41 + 4440 Query SELECT x,y FROM s1_wdata where id = 23635 + 4440 Query SELECT username FROM s1_users where id = 21 + 4440 Query SELECT x,y FROM s1_wdata where id = 23636 + 4440 Query SELECT username FROM s1_users where id = 8 + 4440 Query SELECT x,y FROM s1_wdata where id = 24011 + 4440 Query SELECT username FROM s1_users where id = 39 + 4440 Query SELECT x,y FROM s1_wdata where id = 24032 + 4440 Query SELECT username FROM s1_users where id = 40 + 4440 Query SELECT x,y FROM s1_wdata where id = 24037 + 4440 Query SELECT username FROM s1_users where id = 45 + 4440 Query SELECT x,y FROM s1_wdata where id = 36389 + 4440 Query SELECT username FROM s1_users where id = 97 + 4440 Query SELECT x,y FROM s1_wdata where id = 36591 + 4440 Query SELECT username FROM s1_users where id = 56 + 4440 Query SELECT x,y FROM s1_wdata where id = 36597 + 4440 Query SELECT username FROM s1_users where id = 61 + 4440 Query SELECT x,y FROM s1_wdata where id = 36770 + 4440 Query SELECT username FROM s1_users where id = 50 + 4440 Query SELECT x,y FROM s1_wdata where id = 36787 + 4440 Query SELECT username FROM s1_users where id = 94 + 4440 Query SELECT x,y FROM s1_wdata where id = 36994 + 4440 Query SELECT username FROM s1_users where id = 55 + 4440 Query SELECT x,y FROM s1_wdata where id = 36995 + 4440 Query SELECT username FROM s1_users where id = 76 + 4440 Query SELECT x,y FROM s1_wdata where id = 36998 + 4440 Query SELECT username FROM s1_users where id = 65 + 4440 Query SELECT x,y FROM s1_wdata where id = 36999 + 4440 Query SELECT username FROM s1_users where id = 59 + 4440 Query SELECT x,y FROM s1_wdata where id = 37184 + 4440 Query SELECT username FROM s1_users where id = 51 + 4440 Query SELECT x,y FROM s1_wdata where id = 37189 + 4440 Query SELECT username FROM s1_users where id = 60 + 4440 Query SELECT x,y FROM s1_wdata where id = 37192 + 4440 Query SELECT username FROM s1_users where id = 75 + 4440 Query SELECT x,y FROM s1_wdata where id = 37605 + 4440 Query SELECT username FROM s1_users where id = 73 + 4440 Query SELECT x,y FROM s1_wdata where id = 37787 + 4440 Query SELECT username FROM s1_users where id = 51 + 4440 Query SELECT x,y FROM s1_wdata where id = 37988 + 4440 Query SELECT username FROM s1_users where id = 51 + 4440 Query SELECT x,y FROM s1_wdata where id = 38196 + 4440 Query SELECT username FROM s1_users where id = 93 + 4440 Query SELECT x,y FROM s1_wdata where id = 38385 + 4440 Query SELECT username FROM s1_users where id = 70 + 4440 Query SELECT x,y FROM s1_wdata where id = 38597 + 4440 Query SELECT username FROM s1_users where id = 96 + 4440 Query SELECT x,y FROM s1_wdata where id = 38607 + 4440 Query SELECT username FROM s1_users where id = 58 + 4440 Query SELECT x,y FROM s1_wdata where id = 38779 + 4440 Query SELECT username FROM s1_users where id = 64 + 4440 Query SELECT x,y FROM s1_wdata where id = 38801 + 4440 Query SELECT username FROM s1_users where id = 57 + 4440 Query SELECT x,y FROM s1_wdata where id = 39012 + 4440 Query SELECT username FROM s1_users where id = 80 + 4440 Query SELECT x,y FROM s1_wdata where id = 39013 + 4440 Query SELECT username FROM s1_users where id = 95 + 4440 Query SELECT x,y FROM s1_wdata where id = 39177 + 4440 Query SELECT username FROM s1_users where id = 53 + 4440 Query SELECT x,y FROM s1_wdata where id = 39187 + 4440 Query SELECT username FROM s1_users where id = 52 + 4440 Query SELECT x,y FROM s1_wdata where id = 39209 + 4440 Query SELECT username FROM s1_users where id = 63 + 4440 Query SELECT x,y FROM s1_wdata where id = 39585 + 4440 Query SELECT username FROM s1_users where id = 89 + 4440 Query SELECT x,y FROM s1_wdata where id = 39604 + 4440 Query SELECT username FROM s1_users where id = 62 + 4440 Query SELECT x,y FROM s1_wdata where id = 39792 + 4440 Query SELECT username FROM s1_users where id = 91 + 4440 Query SELECT x,y FROM s1_wdata where id = 39804 + 4440 Query SELECT username FROM s1_users where id = 87 + 4440 Query SELECT timestamp from s1_deleting where uid = 6 + 4440 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4440 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778777 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4440 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4440 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4440 Query SELECT * from s1_fdata where vref = 22609 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4440 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4440 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4440 Quit + 4441 Connect root@localhost as anonymous on + 4441 Init DB travian + 4441 Query SET NAMES 'UTF8' + 4441 Query SELECT * FROM s1_users where username = 'cyberghost' + 4441 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4441 Query SELECT sit FROM s1_online where uid = 6 + 4441 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4441 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4441 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4441 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4441 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4441 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4441 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4441 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4441 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4441 Query REPLACE into s1_active values ('cyberghost',1508779377) + 4441 Query UPDATE s1_users set timestamp = '1508779377' where username = 'cyberghost' + 4441 Query REPLACE into s1_active values ('cyberghost',1508779377) + 4441 Query UPDATE s1_users set timestamp = 1508779377 where username = 'cyberghost' + 4441 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4441 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4441 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4441 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4441 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4441 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4441 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4441 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4441 Query SELECT * FROM s1_vdata where wref = '22609' + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT x,y FROM s1_wdata where id = 22609 + 4441 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4441 Query SELECT * FROM s1_odata where conqured = 22609 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_enforcement where vref = 22609 + 4441 Query SELECT * from s1_enforcement where `from` = 22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_enforcement where vref = 22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4441 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT tribe FROM s1_users where id = 6 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * from s1_tdata where vref = 22609 + 4441 Query SELECT * FROM s1_abdata where vref = 22609 + 4441 Query SELECT * FROM s1_research where vref = 22609 + 4441 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4441 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4441 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4441 Query UPDATE s1_vdata set lastupdate = 1508779377 where wref = 22609 + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT x,y FROM s1_wdata where id = 22609 + 4441 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4441 Query SELECT * FROM s1_odata where conqured = 22609 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_enforcement where vref = 22609 + 4441 Query SELECT * from s1_enforcement where `from` = 22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_enforcement where vref = 22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4441 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT tribe FROM s1_users where id = 6 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * from s1_tdata where vref = 22609 + 4441 Query SELECT * FROM s1_abdata where vref = 22609 + 4441 Query SELECT * FROM s1_research where vref = 22609 + 4441 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4441 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4441 Query SELECT count(id) FROM s1_users where id > 5 + 4441 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4441 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4441 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4441 Query DELETE FROM s1_active WHERE timestamp < 1508563377 + 4441 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4441 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 16778 + 4441 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 16780 + 4441 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 17378 + 4441 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 17984 + 4441 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 17986 + 4441 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 18390 + 4441 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 18595 + 4441 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 18799 + 4441 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 19194 + 4441 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 20198 + 4441 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4441 Query UPDATE s1_odata set lastupdated = 1508779377 where wref = 22206 + 4441 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4441 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4441 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4441 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4441 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4441 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779377 + 4441 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778777 + 4441 Query SELECT * FROM s1_hero + 4441 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4441 Query UPDATE `s1_hero` SET lastupdate = '1508779377' WHERE heroid = 2 + 4441 Query SELECT * from s1_units where vref = 20599 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_units where vref = 18790 + 4441 Query SELECT uid FROM s1_deleting where timestamp < 1508779377 + 4441 Query SELECT * FROM s1_bdata where timestamp < 1508779377 and master = 0 + 4441 Query SELECT * FROM s1_bdata WHERE master = 1 + 4441 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779377 + 4441 Query SELECT * FROM `s1_fdata` + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 +171023 19:22:58 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4441 Query DELETE from s1_route where timeleft < 1508779378 + 4441 Query SELECT * FROM s1_route where timestamp < 1508779378 + 4441 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779378.0166 + 4441 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779378.0166 + 4441 Query SELECT * FROM s1_research where timestamp < 1508779378 + 4441 Query SELECT * FROM s1_training where vref IS NOT NULL + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT owner FROM s1_vdata where wref = 22609 + 4441 Query SELECT b4 FROM s1_users where id = 6 + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4441 Query SELECT * from s1_units where vref = 22609 + 4441 Query SELECT * from s1_enforcement where vref = 22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4441 Query SELECT * FROM s1_vdata where wref = 22609 + 4441 Query SELECT tribe FROM s1_users where id = 6 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT owner FROM s1_vdata where wref = 22609 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4441 Query SELECT * from s1_units where vref = 36787 + 4441 Query SELECT * from s1_enforcement where vref = 36787 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4441 Query SELECT * FROM s1_vdata where wref = 36787 + 4441 Query SELECT tribe FROM s1_users where id = 94 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4441 Query SELECT * from s1_fdata where vref = 36787 + 4441 Query SELECT owner FROM s1_vdata where wref = 36787 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4441 Query SELECT * from s1_units where vref = 36787 + 4441 Query SELECT owner FROM s1_vdata where wref = 36787 + 4441 Query SELECT b4 FROM s1_users where id = 94 + 4441 Query SELECT * from s1_fdata where vref = 36787 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4441 Query SELECT crop FROM s1_vdata where wref = 36787 + 4441 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4441 Query SELECT owner FROM s1_vdata where wref = 36787 + 4441 Query SELECT b4 FROM s1_users where id = 94 + 4441 Query SELECT * from s1_fdata where vref = 36787 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4441 Query SELECT * from s1_units where vref = 1801 + 4441 Query SELECT * from s1_enforcement where vref = 1801 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4441 Query SELECT * FROM s1_vdata where wref = 1801 + 4441 Query SELECT tribe FROM s1_users where id = 90 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4441 Query SELECT * from s1_fdata where vref = 1801 + 4441 Query SELECT owner FROM s1_vdata where wref = 1801 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4441 Query SELECT * from s1_units where vref = 1801 + 4441 Query SELECT owner FROM s1_vdata where wref = 1801 + 4441 Query SELECT b4 FROM s1_users where id = 90 + 4441 Query SELECT * from s1_fdata where vref = 1801 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4441 Query SELECT crop FROM s1_vdata where wref = 1801 + 4441 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4441 Query SELECT owner FROM s1_vdata where wref = 1801 + 4441 Query SELECT b4 FROM s1_users where id = 90 + 4441 Query SELECT * from s1_fdata where vref = 1801 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4441 Query SELECT * from s1_units where vref = 1592 + 4441 Query SELECT * from s1_enforcement where vref = 1592 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4441 Query SELECT * FROM s1_vdata where wref = 1592 + 4441 Query SELECT tribe FROM s1_users where id = 67 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4441 Query SELECT * from s1_fdata where vref = 1592 + 4441 Query SELECT owner FROM s1_vdata where wref = 1592 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4441 Query SELECT * from s1_units where vref = 1592 + 4441 Query SELECT owner FROM s1_vdata where wref = 1592 + 4441 Query SELECT b4 FROM s1_users where id = 67 + 4441 Query SELECT * from s1_fdata where vref = 1592 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4441 Query SELECT crop FROM s1_vdata where wref = 1592 + 4441 Query SELECT owner FROM s1_vdata where wref = 1592 + 4441 Query SELECT b4 FROM s1_users where id = 67 + 4441 Query SELECT * from s1_fdata where vref = 1592 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4441 Query SELECT * from s1_units where vref = 20599 + 4441 Query SELECT * from s1_enforcement where vref = 20599 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4441 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4441 Query SELECT * FROM s1_vdata where wref = 20599 + 4441 Query SELECT tribe FROM s1_users where id = 46 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4441 Query SELECT * from s1_fdata where vref = 20599 + 4441 Query SELECT owner FROM s1_vdata where wref = 20599 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4441 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4441 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4441 Query SELECT owner FROM s1_vdata where wref = 20599 + 4441 Query SELECT b4 FROM s1_users where id = 46 + 4441 Query SELECT * from s1_fdata where vref = 20599 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4441 Query SELECT crop FROM s1_vdata where wref = 20599 + 4441 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4441 Query SELECT owner FROM s1_vdata where wref = 20599 + 4441 Query SELECT b4 FROM s1_users where id = 46 + 4441 Query SELECT * from s1_fdata where vref = 20599 + 4441 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4441 Query SELECT * FROM s1_vdata where celebration < 1508779378 AND celebration != 0 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779378 ORDER BY endtime ASC + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779378 + 4441 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779378 + 4441 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779378 + 4441 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4441 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4441 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4441 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779378 + 4441 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779378.1046 + 4441 Query SELECT * FROM s1_general WHERE shown = 1 + 4441 Query SELECT * FROM s1_users WHERE invited != 0 + 4441 Query SELECT * FROM `s1_fdata` + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4441 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4441 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779378 + 4441 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736178 + 4441 Query SELECT * FROM s1_config + 4441 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692978 + 4441 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4441 Query SELECT * FROM s1_hero WHERE dead = 0 + 4441 Query SELECT username FROM s1_users where id = 46 + 4441 Query SELECT username FROM s1_users where id = 6 + 4441 Query SELECT username FROM s1_users where id = 7 + 4441 Query SELECT timestamp from s1_deleting where uid = 6 + 4441 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4441 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778778 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4441 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4441 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4441 Query SELECT * from s1_fdata where vref = 22609 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4441 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4441 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4441 Quit +171023 19:22:59 4442 Connect root@localhost as anonymous on + 4442 Init DB travian + 4442 Query SET NAMES 'UTF8' + 4442 Query SELECT * FROM s1_users where username = 'cyberghost' + 4442 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4442 Query SELECT sit FROM s1_online where uid = 6 + 4442 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4442 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4442 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4442 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4442 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4442 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4442 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4442 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4442 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4442 Query REPLACE into s1_active values ('cyberghost',1508779379) + 4442 Query UPDATE s1_users set timestamp = '1508779379' where username = 'cyberghost' + 4442 Query REPLACE into s1_active values ('cyberghost',1508779379) + 4442 Query UPDATE s1_users set timestamp = 1508779379 where username = 'cyberghost' + 4442 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4442 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4442 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4442 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4442 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4442 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4442 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4442 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4442 Query SELECT * FROM s1_vdata where wref = '22609' + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT x,y FROM s1_wdata where id = 22609 + 4442 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4442 Query SELECT * FROM s1_odata where conqured = 22609 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_enforcement where vref = 22609 + 4442 Query SELECT * from s1_enforcement where `from` = 22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_enforcement where vref = 22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4442 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT tribe FROM s1_users where id = 6 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * from s1_tdata where vref = 22609 + 4442 Query SELECT * FROM s1_abdata where vref = 22609 + 4442 Query SELECT * FROM s1_research where vref = 22609 + 4442 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4442 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4442 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4442 Query UPDATE s1_vdata set lastupdate = 1508779379 where wref = 22609 + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT x,y FROM s1_wdata where id = 22609 + 4442 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4442 Query SELECT * FROM s1_odata where conqured = 22609 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_enforcement where vref = 22609 + 4442 Query SELECT * from s1_enforcement where `from` = 22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_enforcement where vref = 22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4442 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT tribe FROM s1_users where id = 6 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * from s1_tdata where vref = 22609 + 4442 Query SELECT * FROM s1_abdata where vref = 22609 + 4442 Query SELECT * FROM s1_research where vref = 22609 + 4442 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4442 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4442 Query SELECT count(id) FROM s1_users where id > 5 + 4442 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4442 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4442 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4442 Query DELETE FROM s1_active WHERE timestamp < 1508563379 + 4442 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4442 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 16778 + 4442 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 16780 + 4442 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 17378 + 4442 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 17984 + 4442 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 17986 + 4442 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 18390 + 4442 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 18595 + 4442 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 18799 + 4442 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 19194 + 4442 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 20198 + 4442 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4442 Query UPDATE s1_odata set lastupdated = 1508779379 where wref = 22206 + 4442 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4442 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4442 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4442 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4442 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4442 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779379 + 4442 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778779 + 4442 Query SELECT * FROM s1_hero + 4442 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4442 Query UPDATE `s1_hero` SET lastupdate = '1508779379' WHERE heroid = 2 + 4442 Query SELECT * from s1_units where vref = 20599 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_units where vref = 18790 + 4442 Query SELECT uid FROM s1_deleting where timestamp < 1508779379 + 4442 Query SELECT * FROM s1_bdata where timestamp < 1508779379 and master = 0 + 4442 Query SELECT * FROM s1_bdata WHERE master = 1 + 4442 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779379 + 4442 Query SELECT * FROM `s1_fdata` + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4442 Query DELETE from s1_route where timeleft < 1508779379 + 4442 Query SELECT * FROM s1_route where timestamp < 1508779379 + 4442 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779379.5367 + 4442 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779379.5367 + 4442 Query SELECT * FROM s1_research where timestamp < 1508779379 + 4442 Query SELECT * FROM s1_training where vref IS NOT NULL + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT owner FROM s1_vdata where wref = 22609 + 4442 Query SELECT b4 FROM s1_users where id = 6 + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4442 Query SELECT * from s1_units where vref = 22609 + 4442 Query SELECT * from s1_enforcement where vref = 22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4442 Query SELECT * FROM s1_vdata where wref = 22609 + 4442 Query SELECT tribe FROM s1_users where id = 6 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT owner FROM s1_vdata where wref = 22609 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4442 Query SELECT * from s1_units where vref = 36787 + 4442 Query SELECT * from s1_enforcement where vref = 36787 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4442 Query SELECT * FROM s1_vdata where wref = 36787 + 4442 Query SELECT tribe FROM s1_users where id = 94 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4442 Query SELECT * from s1_fdata where vref = 36787 + 4442 Query SELECT owner FROM s1_vdata where wref = 36787 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4442 Query SELECT * from s1_units where vref = 36787 + 4442 Query SELECT owner FROM s1_vdata where wref = 36787 + 4442 Query SELECT b4 FROM s1_users where id = 94 + 4442 Query SELECT * from s1_fdata where vref = 36787 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4442 Query SELECT crop FROM s1_vdata where wref = 36787 + 4442 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4442 Query SELECT owner FROM s1_vdata where wref = 36787 + 4442 Query SELECT b4 FROM s1_users where id = 94 + 4442 Query SELECT * from s1_fdata where vref = 36787 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4442 Query SELECT * from s1_units where vref = 1801 + 4442 Query SELECT * from s1_enforcement where vref = 1801 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4442 Query SELECT * FROM s1_vdata where wref = 1801 + 4442 Query SELECT tribe FROM s1_users where id = 90 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4442 Query SELECT * from s1_fdata where vref = 1801 + 4442 Query SELECT owner FROM s1_vdata where wref = 1801 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4442 Query SELECT * from s1_units where vref = 1801 + 4442 Query SELECT owner FROM s1_vdata where wref = 1801 + 4442 Query SELECT b4 FROM s1_users where id = 90 + 4442 Query SELECT * from s1_fdata where vref = 1801 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4442 Query SELECT crop FROM s1_vdata where wref = 1801 + 4442 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4442 Query SELECT owner FROM s1_vdata where wref = 1801 + 4442 Query SELECT b4 FROM s1_users where id = 90 + 4442 Query SELECT * from s1_fdata where vref = 1801 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4442 Query SELECT * from s1_units where vref = 1592 + 4442 Query SELECT * from s1_enforcement where vref = 1592 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4442 Query SELECT * FROM s1_vdata where wref = 1592 + 4442 Query SELECT tribe FROM s1_users where id = 67 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4442 Query SELECT * from s1_fdata where vref = 1592 + 4442 Query SELECT owner FROM s1_vdata where wref = 1592 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4442 Query SELECT * from s1_units where vref = 1592 + 4442 Query SELECT owner FROM s1_vdata where wref = 1592 + 4442 Query SELECT b4 FROM s1_users where id = 67 + 4442 Query SELECT * from s1_fdata where vref = 1592 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4442 Query SELECT crop FROM s1_vdata where wref = 1592 + 4442 Query SELECT owner FROM s1_vdata where wref = 1592 + 4442 Query SELECT b4 FROM s1_users where id = 67 + 4442 Query SELECT * from s1_fdata where vref = 1592 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4442 Query SELECT * from s1_units where vref = 20599 + 4442 Query SELECT * from s1_enforcement where vref = 20599 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4442 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4442 Query SELECT * FROM s1_vdata where wref = 20599 + 4442 Query SELECT tribe FROM s1_users where id = 46 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4442 Query SELECT * from s1_fdata where vref = 20599 + 4442 Query SELECT owner FROM s1_vdata where wref = 20599 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4442 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4442 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4442 Query SELECT owner FROM s1_vdata where wref = 20599 + 4442 Query SELECT b4 FROM s1_users where id = 46 + 4442 Query SELECT * from s1_fdata where vref = 20599 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4442 Query SELECT crop FROM s1_vdata where wref = 20599 + 4442 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4442 Query SELECT owner FROM s1_vdata where wref = 20599 + 4442 Query SELECT b4 FROM s1_users where id = 46 + 4442 Query SELECT * from s1_fdata where vref = 20599 + 4442 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4442 Query SELECT * FROM s1_vdata where celebration < 1508779379 AND celebration != 0 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779379 ORDER BY endtime ASC + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779379 + 4442 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779379 + 4442 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779379 + 4442 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4442 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4442 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4442 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779379 + 4442 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779379.6017 + 4442 Query SELECT * FROM s1_general WHERE shown = 1 + 4442 Query SELECT * FROM s1_users WHERE invited != 0 + 4442 Query SELECT * FROM `s1_fdata` + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4442 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4442 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779379 + 4442 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736179 + 4442 Query SELECT * FROM s1_config + 4442 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692979 + 4442 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4442 Query SELECT timestamp from s1_deleting where uid = 6 + 4442 Query SELECT * FROM s1_users WHERE tribe = 1 + 4442 Query SELECT * FROM s1_users WHERE tribe = 2 + 4442 Query SELECT * FROM s1_users WHERE tribe = 3 + 4442 Query SELECT * FROM s1_users WHERE tribe!=0 AND tribe!=4 AND tribe!=5 + 4442 Query SELECT * FROM s1_users WHERE 1508779379-timestamp < (3600*24) AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4442 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778779 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT * FROM s1_general where shown = 1 + 4442 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4442 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778779 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4442 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4442 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4442 Query SELECT * from s1_fdata where vref = 22609 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4442 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4442 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4442 Quit +171023 19:23:00 4443 Connect root@localhost as anonymous on + 4443 Init DB travian + 4443 Query SET NAMES 'UTF8' + 4443 Query SELECT * FROM s1_users where username = 'cyberghost' + 4443 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4443 Query SELECT sit FROM s1_online where uid = 6 + 4443 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4443 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4443 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4443 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4443 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4443 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4443 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4443 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4443 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4443 Query REPLACE into s1_active values ('cyberghost',1508779380) + 4443 Query UPDATE s1_users set timestamp = '1508779380' where username = 'cyberghost' + 4443 Query REPLACE into s1_active values ('cyberghost',1508779380) + 4443 Query UPDATE s1_users set timestamp = 1508779380 where username = 'cyberghost' + 4443 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4443 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4443 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4443 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4443 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4443 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4443 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4443 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4443 Query SELECT * FROM s1_vdata where wref = '22609' + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT x,y FROM s1_wdata where id = 22609 + 4443 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4443 Query SELECT * FROM s1_odata where conqured = 22609 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_enforcement where vref = 22609 + 4443 Query SELECT * from s1_enforcement where `from` = 22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_enforcement where vref = 22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4443 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT tribe FROM s1_users where id = 6 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * from s1_tdata where vref = 22609 + 4443 Query SELECT * FROM s1_abdata where vref = 22609 + 4443 Query SELECT * FROM s1_research where vref = 22609 + 4443 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4443 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4443 Query UPDATE s1_vdata set wood = 29000, clay = 38462, iron = 28998, crop = 45364 where wref = 22609 + 4443 Query UPDATE s1_vdata set lastupdate = 1508779380 where wref = 22609 + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT x,y FROM s1_wdata where id = 22609 + 4443 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4443 Query SELECT * FROM s1_odata where conqured = 22609 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_enforcement where vref = 22609 + 4443 Query SELECT * from s1_enforcement where `from` = 22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_enforcement where vref = 22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4443 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT tribe FROM s1_users where id = 6 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * from s1_tdata where vref = 22609 + 4443 Query SELECT * FROM s1_abdata where vref = 22609 + 4443 Query SELECT * FROM s1_research where vref = 22609 + 4443 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4443 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4443 Query SELECT count(id) FROM s1_users where id > 5 + 4443 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4443 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4443 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4443 Query DELETE FROM s1_active WHERE timestamp < 1508563380 + 4443 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4443 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 16778 + 4443 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 16780 + 4443 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 17378 + 4443 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 17984 + 4443 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 17986 + 4443 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 18390 + 4443 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 18595 + 4443 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 18799 + 4443 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 19194 + 4443 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 20198 + 4443 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4443 Query UPDATE s1_odata set lastupdated = 1508779380 where wref = 22206 + 4443 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4443 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4443 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4443 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4443 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4443 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779380 + 4443 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778780 + 4443 Query SELECT * FROM s1_hero + 4443 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4443 Query UPDATE `s1_hero` SET lastupdate = '1508779380' WHERE heroid = 2 + 4443 Query SELECT * from s1_units where vref = 20599 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_units where vref = 18790 + 4443 Query SELECT uid FROM s1_deleting where timestamp < 1508779380 + 4443 Query SELECT * FROM s1_bdata where timestamp < 1508779380 and master = 0 + 4443 Query SELECT * FROM s1_bdata WHERE master = 1 + 4443 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779380 + 4443 Query SELECT * FROM `s1_fdata` + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 +171023 19:23:01 4443 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4443 Query DELETE from s1_route where timeleft < 1508779381 + 4443 Query SELECT * FROM s1_route where timestamp < 1508779381 + 4443 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779381.0648 + 4443 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779381.0648 + 4443 Query SELECT * FROM s1_research where timestamp < 1508779381 + 4443 Query SELECT * FROM s1_training where vref IS NOT NULL + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT owner FROM s1_vdata where wref = 22609 + 4443 Query SELECT b4 FROM s1_users where id = 6 + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4443 Query SELECT * from s1_units where vref = 22609 + 4443 Query SELECT * from s1_enforcement where vref = 22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4443 Query SELECT * FROM s1_vdata where wref = 22609 + 4443 Query SELECT tribe FROM s1_users where id = 6 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT owner FROM s1_vdata where wref = 22609 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4443 Query SELECT * from s1_units where vref = 36787 + 4443 Query SELECT * from s1_enforcement where vref = 36787 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4443 Query SELECT * FROM s1_vdata where wref = 36787 + 4443 Query SELECT tribe FROM s1_users where id = 94 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4443 Query SELECT * from s1_fdata where vref = 36787 + 4443 Query SELECT owner FROM s1_vdata where wref = 36787 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4443 Query SELECT * from s1_units where vref = 36787 + 4443 Query SELECT owner FROM s1_vdata where wref = 36787 + 4443 Query SELECT b4 FROM s1_users where id = 94 + 4443 Query SELECT * from s1_fdata where vref = 36787 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4443 Query SELECT crop FROM s1_vdata where wref = 36787 + 4443 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4443 Query SELECT owner FROM s1_vdata where wref = 36787 + 4443 Query SELECT b4 FROM s1_users where id = 94 + 4443 Query SELECT * from s1_fdata where vref = 36787 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4443 Query SELECT * from s1_units where vref = 1801 + 4443 Query SELECT * from s1_enforcement where vref = 1801 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4443 Query SELECT * FROM s1_vdata where wref = 1801 + 4443 Query SELECT tribe FROM s1_users where id = 90 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4443 Query SELECT * from s1_fdata where vref = 1801 + 4443 Query SELECT owner FROM s1_vdata where wref = 1801 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4443 Query SELECT * from s1_units where vref = 1801 + 4443 Query SELECT owner FROM s1_vdata where wref = 1801 + 4443 Query SELECT b4 FROM s1_users where id = 90 + 4443 Query SELECT * from s1_fdata where vref = 1801 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4443 Query SELECT crop FROM s1_vdata where wref = 1801 + 4443 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4443 Query SELECT owner FROM s1_vdata where wref = 1801 + 4443 Query SELECT b4 FROM s1_users where id = 90 + 4443 Query SELECT * from s1_fdata where vref = 1801 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4443 Query SELECT * from s1_units where vref = 1592 + 4443 Query SELECT * from s1_enforcement where vref = 1592 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4443 Query SELECT * FROM s1_vdata where wref = 1592 + 4443 Query SELECT tribe FROM s1_users where id = 67 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4443 Query SELECT * from s1_fdata where vref = 1592 + 4443 Query SELECT owner FROM s1_vdata where wref = 1592 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4443 Query SELECT * from s1_units where vref = 1592 + 4443 Query SELECT owner FROM s1_vdata where wref = 1592 + 4443 Query SELECT b4 FROM s1_users where id = 67 + 4443 Query SELECT * from s1_fdata where vref = 1592 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4443 Query SELECT crop FROM s1_vdata where wref = 1592 + 4443 Query SELECT owner FROM s1_vdata where wref = 1592 + 4443 Query SELECT b4 FROM s1_users where id = 67 + 4443 Query SELECT * from s1_fdata where vref = 1592 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4443 Query SELECT * from s1_units where vref = 20599 + 4443 Query SELECT * from s1_enforcement where vref = 20599 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4443 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4443 Query SELECT * FROM s1_vdata where wref = 20599 + 4443 Query SELECT tribe FROM s1_users where id = 46 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4443 Query SELECT * from s1_fdata where vref = 20599 + 4443 Query SELECT owner FROM s1_vdata where wref = 20599 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4443 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4443 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4443 Query SELECT owner FROM s1_vdata where wref = 20599 + 4443 Query SELECT b4 FROM s1_users where id = 46 + 4443 Query SELECT * from s1_fdata where vref = 20599 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4443 Query SELECT crop FROM s1_vdata where wref = 20599 + 4443 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4443 Query SELECT owner FROM s1_vdata where wref = 20599 + 4443 Query SELECT b4 FROM s1_users where id = 46 + 4443 Query SELECT * from s1_fdata where vref = 20599 + 4443 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4443 Query SELECT * FROM s1_vdata where celebration < 1508779381 AND celebration != 0 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779381 ORDER BY endtime ASC + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779381 + 4443 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779381 + 4443 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779381 + 4443 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4443 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4443 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4443 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779381 + 4443 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779381.1538 + 4443 Query SELECT * FROM s1_general WHERE shown = 1 + 4443 Query SELECT * FROM s1_users WHERE invited != 0 + 4443 Query SELECT * FROM `s1_fdata` + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4443 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4443 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779381 + 4443 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736181 + 4443 Query SELECT * FROM s1_config + 4443 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692981 + 4443 Query SELECT * FROM s1_hero WHERE dead=0 AND uid=6 LIMIT 1 + 4443 Query SELECT timestamp from s1_deleting where uid = 6 + 4443 Query select s1_users.id, s1_users.username,s1_users.alliance, s1_fdata.wwname, s1_fdata.f99, s1_vdata.name, s1_fdata.vref + FROM s1_users + INNER JOIN s1_vdata ON s1_users.id = s1_vdata.owner + INNER JOIN s1_fdata ON s1_fdata.vref = s1_vdata.wref + WHERE s1_fdata.f99t = 40 ORDER BY s1_fdata.f99 Desc, id Desc LIMIT 20 + 4443 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4443 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778781 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4443 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4443 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4443 Query SELECT * from s1_fdata where vref = 22609 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4443 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4443 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4443 Quit +171023 19:23:07 4444 Connect root@localhost as anonymous on + 4444 Init DB travian + 4444 Query SET NAMES 'UTF8' + 4444 Query SELECT * FROM s1_users where username = 'cyberghost' + 4444 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4444 Query SELECT sit FROM s1_online where uid = 6 + 4444 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4444 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4444 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4444 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4444 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4444 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4444 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4444 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4444 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4444 Query REPLACE into s1_active values ('cyberghost',1508779387) + 4444 Query UPDATE s1_users set timestamp = '1508779387' where username = 'cyberghost' + 4444 Query REPLACE into s1_active values ('cyberghost',1508779387) + 4444 Query UPDATE s1_users set timestamp = 1508779387 where username = 'cyberghost' + 4444 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4444 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4444 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4444 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4444 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4444 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4444 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC +171023 19:23:08 4444 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4444 Query SELECT * FROM s1_vdata where wref = '22609' + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT x,y FROM s1_wdata where id = 22609 + 4444 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4444 Query SELECT * FROM s1_odata where conqured = 22609 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_enforcement where vref = 22609 + 4444 Query SELECT * from s1_enforcement where `from` = 22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_enforcement where vref = 22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4444 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT tribe FROM s1_users where id = 6 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * from s1_tdata where vref = 22609 + 4444 Query SELECT * FROM s1_abdata where vref = 22609 + 4444 Query SELECT * FROM s1_research where vref = 22609 + 4444 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4444 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4444 Query UPDATE s1_vdata set wood = 29002, clay = 38465, iron = 29000, crop = 45366 where wref = 22609 + 4444 Query UPDATE s1_vdata set lastupdate = 1508779388 where wref = 22609 + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT x,y FROM s1_wdata where id = 22609 + 4444 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4444 Query SELECT * FROM s1_odata where conqured = 22609 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_enforcement where vref = 22609 + 4444 Query SELECT * from s1_enforcement where `from` = 22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_enforcement where vref = 22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4444 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT tribe FROM s1_users where id = 6 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * from s1_tdata where vref = 22609 + 4444 Query SELECT * FROM s1_abdata where vref = 22609 + 4444 Query SELECT * FROM s1_research where vref = 22609 + 4444 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4444 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4444 Query SELECT count(id) FROM s1_users where id > 5 + 4444 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4444 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4444 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4444 Query DELETE FROM s1_active WHERE timestamp < 1508563388 + 4444 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4444 Query UPDATE s1_odata set wood = 187.01777777778, clay = 187.01777777778, iron = 187.01777777778, crop = 187.01777777778 where wref = 16778 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 16778 + 4444 Query UPDATE s1_odata set wood = 152.01777777778, clay = 152.01777777778, iron = 152.01777777778, crop = 152.01777777778 where wref = 16780 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 16780 + 4444 Query UPDATE s1_odata set wood = 339.01777777778, clay = 339.01777777778, iron = 339.01777777778, crop = 339.01777777778 where wref = 17378 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 17378 + 4444 Query UPDATE s1_odata set wood = 499.01777777778, clay = 499.01777777778, iron = 499.01777777778, crop = 499.01777777778 where wref = 17984 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 17984 + 4444 Query UPDATE s1_odata set wood = 559.01777777778, clay = 559.01777777778, iron = 559.01777777778, crop = 559.01777777778 where wref = 17986 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 17986 + 4444 Query UPDATE s1_odata set wood = 108.01777777778, clay = 108.01777777778, iron = 108.01777777778, crop = 108.01777777778 where wref = 18390 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 18390 + 4444 Query UPDATE s1_odata set wood = 476.01777777778, clay = 476.01777777778, iron = 476.01777777778, crop = 476.01777777778 where wref = 18595 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 18595 + 4444 Query UPDATE s1_odata set wood = 316.01777777778, clay = 316.01777777778, iron = 316.01777777778, crop = 316.01777777778 where wref = 18799 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 18799 + 4444 Query UPDATE s1_odata set wood = 562.01777777778, clay = 562.01777777778, iron = 562.01777777778, crop = 562.01777777778 where wref = 19194 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 19194 + 4444 Query UPDATE s1_odata set wood = 24.017777777778, clay = 24.017777777778, iron = 24.017777777778, crop = 24.017777777778 where wref = 20198 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 20198 + 4444 Query UPDATE s1_odata set wood = 234.01777777778, clay = 234.01777777778, iron = 234.01777777778, crop = 234.01777777778 where wref = 22206 + 4444 Query UPDATE s1_odata set lastupdated = 1508779388 where wref = 22206 + 4444 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4444 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4444 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4444 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4444 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4444 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779388 + 4444 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778788 + 4444 Query SELECT * FROM s1_hero + 4444 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4444 Query UPDATE `s1_hero` SET lastupdate = '1508779388' WHERE heroid = 2 + 4444 Query SELECT * from s1_units where vref = 20599 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_units where vref = 18790 + 4444 Query SELECT uid FROM s1_deleting where timestamp < 1508779388 + 4444 Query SELECT * FROM s1_bdata where timestamp < 1508779388 and master = 0 + 4444 Query SELECT * FROM s1_bdata WHERE master = 1 + 4444 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779388 + 4444 Query SELECT * FROM `s1_fdata` + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4444 Query DELETE from s1_route where timeleft < 1508779388 + 4444 Query SELECT * FROM s1_route where timestamp < 1508779388 + 4444 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779388.1772 + 4444 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779388.1772 + 4444 Query SELECT * FROM s1_research where timestamp < 1508779388 + 4444 Query SELECT * FROM s1_training where vref IS NOT NULL + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT owner FROM s1_vdata where wref = 22609 + 4444 Query SELECT b4 FROM s1_users where id = 6 + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4444 Query SELECT * from s1_units where vref = 22609 + 4444 Query SELECT * from s1_enforcement where vref = 22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4444 Query SELECT * FROM s1_vdata where wref = 22609 + 4444 Query SELECT tribe FROM s1_users where id = 6 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT owner FROM s1_vdata where wref = 22609 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4444 Query SELECT * from s1_units where vref = 36787 + 4444 Query SELECT * from s1_enforcement where vref = 36787 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4444 Query SELECT * FROM s1_vdata where wref = 36787 + 4444 Query SELECT tribe FROM s1_users where id = 94 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4444 Query SELECT * from s1_fdata where vref = 36787 + 4444 Query SELECT owner FROM s1_vdata where wref = 36787 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4444 Query SELECT * from s1_units where vref = 36787 + 4444 Query SELECT owner FROM s1_vdata where wref = 36787 + 4444 Query SELECT b4 FROM s1_users where id = 94 + 4444 Query SELECT * from s1_fdata where vref = 36787 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4444 Query SELECT crop FROM s1_vdata where wref = 36787 + 4444 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4444 Query SELECT owner FROM s1_vdata where wref = 36787 + 4444 Query SELECT b4 FROM s1_users where id = 94 + 4444 Query SELECT * from s1_fdata where vref = 36787 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4444 Query SELECT * from s1_units where vref = 1801 + 4444 Query SELECT * from s1_enforcement where vref = 1801 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4444 Query SELECT * FROM s1_vdata where wref = 1801 + 4444 Query SELECT tribe FROM s1_users where id = 90 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4444 Query SELECT * from s1_fdata where vref = 1801 + 4444 Query SELECT owner FROM s1_vdata where wref = 1801 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4444 Query SELECT * from s1_units where vref = 1801 + 4444 Query SELECT owner FROM s1_vdata where wref = 1801 + 4444 Query SELECT b4 FROM s1_users where id = 90 + 4444 Query SELECT * from s1_fdata where vref = 1801 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4444 Query SELECT crop FROM s1_vdata where wref = 1801 + 4444 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4444 Query SELECT owner FROM s1_vdata where wref = 1801 + 4444 Query SELECT b4 FROM s1_users where id = 90 + 4444 Query SELECT * from s1_fdata where vref = 1801 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4444 Query SELECT * from s1_units where vref = 1592 + 4444 Query SELECT * from s1_enforcement where vref = 1592 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4444 Query SELECT * FROM s1_vdata where wref = 1592 + 4444 Query SELECT tribe FROM s1_users where id = 67 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4444 Query SELECT * from s1_fdata where vref = 1592 + 4444 Query SELECT owner FROM s1_vdata where wref = 1592 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4444 Query SELECT * from s1_units where vref = 1592 + 4444 Query SELECT owner FROM s1_vdata where wref = 1592 + 4444 Query SELECT b4 FROM s1_users where id = 67 + 4444 Query SELECT * from s1_fdata where vref = 1592 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4444 Query SELECT crop FROM s1_vdata where wref = 1592 + 4444 Query SELECT owner FROM s1_vdata where wref = 1592 + 4444 Query SELECT b4 FROM s1_users where id = 67 + 4444 Query SELECT * from s1_fdata where vref = 1592 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4444 Query SELECT * from s1_units where vref = 20599 + 4444 Query SELECT * from s1_enforcement where vref = 20599 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4444 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4444 Query SELECT * FROM s1_vdata where wref = 20599 + 4444 Query SELECT tribe FROM s1_users where id = 46 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4444 Query SELECT * from s1_fdata where vref = 20599 + 4444 Query SELECT owner FROM s1_vdata where wref = 20599 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4444 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4444 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4444 Query SELECT owner FROM s1_vdata where wref = 20599 + 4444 Query SELECT b4 FROM s1_users where id = 46 + 4444 Query SELECT * from s1_fdata where vref = 20599 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4444 Query SELECT crop FROM s1_vdata where wref = 20599 + 4444 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4444 Query SELECT owner FROM s1_vdata where wref = 20599 + 4444 Query SELECT b4 FROM s1_users where id = 46 + 4444 Query SELECT * from s1_fdata where vref = 20599 + 4444 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4444 Query SELECT * FROM s1_vdata where celebration < 1508779388 AND celebration != 0 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779388 ORDER BY endtime ASC + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779388 + 4444 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779388 + 4444 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779388 + 4444 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4444 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4444 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4444 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779388 + 4444 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779388.2452 + 4444 Query SELECT * FROM s1_general WHERE shown = 1 + 4444 Query SELECT * FROM s1_users WHERE invited != 0 + 4444 Query SELECT * FROM `s1_fdata` + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4444 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4444 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779388 + 4444 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736188 + 4444 Query SELECT * FROM s1_config + 4444 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692988 + 4444 Query SELECT timestamp from s1_deleting where uid = 6 + 4444 Query SELECT * FROM s1_users WHERE `id`='6' + 4444 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4444 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778788 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4444 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4444 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4444 Query SELECT * from s1_fdata where vref = 22609 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4444 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4444 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4444 Quit +171023 19:23:09 4445 Connect root@localhost as anonymous on + 4445 Init DB travian + 4445 Query SET NAMES 'UTF8' + 4445 Query SELECT * FROM s1_users where username = 'cyberghost' + 4445 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4445 Query SELECT sit FROM s1_online where uid = 6 + 4445 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4445 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4445 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4445 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4445 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4445 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4445 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4445 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4445 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4445 Query REPLACE into s1_active values ('cyberghost',1508779389) + 4445 Query UPDATE s1_users set timestamp = '1508779389' where username = 'cyberghost' + 4445 Query REPLACE into s1_active values ('cyberghost',1508779389) + 4445 Query UPDATE s1_users set timestamp = 1508779389 where username = 'cyberghost' + 4445 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4445 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4445 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4445 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4445 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4445 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4445 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4445 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4445 Query SELECT * FROM s1_vdata where wref = '22609' + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT x,y FROM s1_wdata where id = 22609 + 4445 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4445 Query SELECT * FROM s1_odata where conqured = 22609 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_enforcement where vref = 22609 + 4445 Query SELECT * from s1_enforcement where `from` = 22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_enforcement where vref = 22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4445 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT tribe FROM s1_users where id = 6 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * from s1_tdata where vref = 22609 + 4445 Query SELECT * FROM s1_abdata where vref = 22609 + 4445 Query SELECT * FROM s1_research where vref = 22609 + 4445 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4445 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4445 Query UPDATE s1_vdata set wood = 29002, clay = 38465, iron = 29000, crop = 45366 where wref = 22609 + 4445 Query UPDATE s1_vdata set lastupdate = 1508779389 where wref = 22609 + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT x,y FROM s1_wdata where id = 22609 + 4445 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4445 Query SELECT * FROM s1_odata where conqured = 22609 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_enforcement where vref = 22609 + 4445 Query SELECT * from s1_enforcement where `from` = 22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_enforcement where vref = 22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4445 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT tribe FROM s1_users where id = 6 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * from s1_tdata where vref = 22609 + 4445 Query SELECT * FROM s1_abdata where vref = 22609 + 4445 Query SELECT * FROM s1_research where vref = 22609 + 4445 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4445 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4445 Query SELECT count(id) FROM s1_users where id > 5 + 4445 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4445 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4445 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4445 Query DELETE FROM s1_active WHERE timestamp < 1508563389 + 4445 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4445 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 16778 + 4445 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 16780 + 4445 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 17378 + 4445 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 17984 + 4445 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 17986 + 4445 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 18390 + 4445 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 18595 + 4445 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 18799 + 4445 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 19194 + 4445 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 20198 + 4445 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4445 Query UPDATE s1_odata set lastupdated = 1508779389 where wref = 22206 + 4445 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4445 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4445 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4445 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4445 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4445 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779389 + 4445 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778789 + 4445 Query SELECT * FROM s1_hero + 4445 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4445 Query UPDATE `s1_hero` SET lastupdate = '1508779389' WHERE heroid = 2 + 4445 Query SELECT * from s1_units where vref = 20599 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_units where vref = 18790 + 4445 Query SELECT uid FROM s1_deleting where timestamp < 1508779389 + 4445 Query SELECT * FROM s1_bdata where timestamp < 1508779389 and master = 0 + 4445 Query SELECT * FROM s1_bdata WHERE master = 1 + 4445 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779389 + 4445 Query SELECT * FROM `s1_fdata` + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4445 Query DELETE from s1_route where timeleft < 1508779389 + 4445 Query SELECT * FROM s1_route where timestamp < 1508779389 + 4445 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779389.6223 + 4445 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779389.6223 + 4445 Query SELECT * FROM s1_research where timestamp < 1508779389 + 4445 Query SELECT * FROM s1_training where vref IS NOT NULL + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT owner FROM s1_vdata where wref = 22609 + 4445 Query SELECT b4 FROM s1_users where id = 6 + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4445 Query SELECT * from s1_units where vref = 22609 + 4445 Query SELECT * from s1_enforcement where vref = 22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4445 Query SELECT * FROM s1_vdata where wref = 22609 + 4445 Query SELECT tribe FROM s1_users where id = 6 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT owner FROM s1_vdata where wref = 22609 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4445 Query SELECT * from s1_units where vref = 36787 + 4445 Query SELECT * from s1_enforcement where vref = 36787 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4445 Query SELECT * FROM s1_vdata where wref = 36787 + 4445 Query SELECT tribe FROM s1_users where id = 94 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4445 Query SELECT * from s1_fdata where vref = 36787 + 4445 Query SELECT owner FROM s1_vdata where wref = 36787 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4445 Query SELECT * from s1_units where vref = 36787 + 4445 Query SELECT owner FROM s1_vdata where wref = 36787 + 4445 Query SELECT b4 FROM s1_users where id = 94 + 4445 Query SELECT * from s1_fdata where vref = 36787 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4445 Query SELECT crop FROM s1_vdata where wref = 36787 + 4445 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4445 Query SELECT owner FROM s1_vdata where wref = 36787 + 4445 Query SELECT b4 FROM s1_users where id = 94 + 4445 Query SELECT * from s1_fdata where vref = 36787 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4445 Query SELECT * from s1_units where vref = 1801 + 4445 Query SELECT * from s1_enforcement where vref = 1801 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4445 Query SELECT * FROM s1_vdata where wref = 1801 + 4445 Query SELECT tribe FROM s1_users where id = 90 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4445 Query SELECT * from s1_fdata where vref = 1801 + 4445 Query SELECT owner FROM s1_vdata where wref = 1801 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4445 Query SELECT * from s1_units where vref = 1801 + 4445 Query SELECT owner FROM s1_vdata where wref = 1801 + 4445 Query SELECT b4 FROM s1_users where id = 90 + 4445 Query SELECT * from s1_fdata where vref = 1801 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4445 Query SELECT crop FROM s1_vdata where wref = 1801 + 4445 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4445 Query SELECT owner FROM s1_vdata where wref = 1801 + 4445 Query SELECT b4 FROM s1_users where id = 90 + 4445 Query SELECT * from s1_fdata where vref = 1801 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4445 Query SELECT * from s1_units where vref = 1592 + 4445 Query SELECT * from s1_enforcement where vref = 1592 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4445 Query SELECT * FROM s1_vdata where wref = 1592 + 4445 Query SELECT tribe FROM s1_users where id = 67 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4445 Query SELECT * from s1_fdata where vref = 1592 + 4445 Query SELECT owner FROM s1_vdata where wref = 1592 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4445 Query SELECT * from s1_units where vref = 1592 + 4445 Query SELECT owner FROM s1_vdata where wref = 1592 + 4445 Query SELECT b4 FROM s1_users where id = 67 + 4445 Query SELECT * from s1_fdata where vref = 1592 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4445 Query SELECT crop FROM s1_vdata where wref = 1592 + 4445 Query SELECT owner FROM s1_vdata where wref = 1592 + 4445 Query SELECT b4 FROM s1_users where id = 67 + 4445 Query SELECT * from s1_fdata where vref = 1592 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4445 Query SELECT * from s1_units where vref = 20599 + 4445 Query SELECT * from s1_enforcement where vref = 20599 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4445 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4445 Query SELECT * FROM s1_vdata where wref = 20599 + 4445 Query SELECT tribe FROM s1_users where id = 46 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4445 Query SELECT * from s1_fdata where vref = 20599 + 4445 Query SELECT owner FROM s1_vdata where wref = 20599 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4445 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4445 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4445 Query SELECT owner FROM s1_vdata where wref = 20599 + 4445 Query SELECT b4 FROM s1_users where id = 46 + 4445 Query SELECT * from s1_fdata where vref = 20599 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4445 Query SELECT crop FROM s1_vdata where wref = 20599 + 4445 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4445 Query SELECT owner FROM s1_vdata where wref = 20599 + 4445 Query SELECT b4 FROM s1_users where id = 46 + 4445 Query SELECT * from s1_fdata where vref = 20599 + 4445 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4445 Query SELECT * FROM s1_vdata where celebration < 1508779389 AND celebration != 0 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779389 ORDER BY endtime ASC + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779389 + 4445 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779389 + 4445 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779389 + 4445 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4445 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4445 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4445 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779389 + 4445 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779389.6893 + 4445 Query SELECT * FROM s1_general WHERE shown = 1 + 4445 Query SELECT * FROM s1_users WHERE invited != 0 + 4445 Query SELECT * FROM `s1_fdata` + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4445 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4445 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779389 + 4445 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736189 + 4445 Query SELECT * FROM s1_config + 4445 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692989 + 4445 Query UPDATE s1_ndata set viewed = 1 where id = 4611 + 4445 Query SELECT timestamp from s1_deleting where uid = 6 + 4445 Query SELECT uid FROM s1_ndata where `id` = '4611' + 4445 Query SELECT username FROM s1_users where id = 6 + 4445 Query SELECT id FROM s1_users where id = 6 + 4445 Query SELECT username FROM s1_users where id = 6 + 4445 Query SELECT name FROM s1_vdata where wref = 22609 + 4445 Query SELECT name FROM s1_vdata where wref = 22609 + 4445 Query SELECT username FROM s1_users where id = 39 + 4445 Query SELECT id FROM s1_users where id = 39 + 4445 Query SELECT username FROM s1_users where id = 39 + 4445 Query SELECT id, oasistype FROM s1_wdata where id = 24011 + 4445 Query SELECT name FROM s1_vdata where wref = 24011 + 4445 Query SELECT name FROM s1_vdata where wref = 24011 + 4445 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4445 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778789 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4445 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4445 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4445 Query SELECT * from s1_fdata where vref = 22609 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4445 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4445 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4445 Quit +171023 19:23:12 4446 Connect root@localhost as anonymous on + 4446 Init DB travian + 4446 Query SET NAMES 'UTF8' + 4446 Query SELECT * FROM s1_users where username = 'cyberghost' + 4446 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4446 Query SELECT sit FROM s1_online where uid = 6 + 4446 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4446 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4446 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4446 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4446 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4446 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4446 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4446 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4446 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4446 Query REPLACE into s1_active values ('cyberghost',1508779392) + 4446 Query UPDATE s1_users set timestamp = '1508779392' where username = 'cyberghost' + 4446 Query REPLACE into s1_active values ('cyberghost',1508779392) + 4446 Query UPDATE s1_users set timestamp = 1508779392 where username = 'cyberghost' + 4446 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4446 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4446 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4446 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4446 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4446 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4446 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4446 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4446 Query SELECT * FROM s1_vdata where wref = '22609' + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT x,y FROM s1_wdata where id = 22609 + 4446 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4446 Query SELECT * FROM s1_odata where conqured = 22609 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_enforcement where vref = 22609 + 4446 Query SELECT * from s1_enforcement where `from` = 22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_enforcement where vref = 22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4446 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT tribe FROM s1_users where id = 6 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * from s1_tdata where vref = 22609 + 4446 Query SELECT * FROM s1_abdata where vref = 22609 + 4446 Query SELECT * FROM s1_research where vref = 22609 + 4446 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4446 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4446 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4446 Query UPDATE s1_vdata set lastupdate = 1508779392 where wref = 22609 + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT x,y FROM s1_wdata where id = 22609 + 4446 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4446 Query SELECT * FROM s1_odata where conqured = 22609 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_enforcement where vref = 22609 + 4446 Query SELECT * from s1_enforcement where `from` = 22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_enforcement where vref = 22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4446 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT tribe FROM s1_users where id = 6 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * from s1_tdata where vref = 22609 + 4446 Query SELECT * FROM s1_abdata where vref = 22609 + 4446 Query SELECT * FROM s1_research where vref = 22609 + 4446 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4446 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4446 Query SELECT count(id) FROM s1_users where id > 5 + 4446 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4446 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4446 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4446 Query DELETE FROM s1_active WHERE timestamp < 1508563392 + 4446 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4446 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 16778 + 4446 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 16780 + 4446 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 17378 + 4446 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 17984 + 4446 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 17986 + 4446 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 18390 + 4446 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 18595 + 4446 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 18799 + 4446 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 19194 + 4446 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 20198 + 4446 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4446 Query UPDATE s1_odata set lastupdated = 1508779392 where wref = 22206 + 4446 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4446 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4446 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4446 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4446 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4446 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779392 + 4446 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778792 + 4446 Query SELECT * FROM s1_hero + 4446 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4446 Query UPDATE `s1_hero` SET lastupdate = '1508779392' WHERE heroid = 2 + 4446 Query SELECT * from s1_units where vref = 20599 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_units where vref = 18790 + 4446 Query SELECT uid FROM s1_deleting where timestamp < 1508779392 + 4446 Query SELECT * FROM s1_bdata where timestamp < 1508779392 and master = 0 + 4446 Query SELECT * FROM s1_bdata WHERE master = 1 + 4446 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779392 + 4446 Query SELECT * FROM `s1_fdata` + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4446 Query DELETE from s1_route where timeleft < 1508779392 + 4446 Query SELECT * FROM s1_route where timestamp < 1508779392 + 4446 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779392.9444 + 4446 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779392.9444 + 4446 Query SELECT * FROM s1_research where timestamp < 1508779392 + 4446 Query SELECT * FROM s1_training where vref IS NOT NULL + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT owner FROM s1_vdata where wref = 22609 + 4446 Query SELECT b4 FROM s1_users where id = 6 + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4446 Query SELECT * from s1_units where vref = 22609 + 4446 Query SELECT * from s1_enforcement where vref = 22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4446 Query SELECT * FROM s1_vdata where wref = 22609 + 4446 Query SELECT tribe FROM s1_users where id = 6 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT owner FROM s1_vdata where wref = 22609 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4446 Query SELECT * from s1_units where vref = 36787 + 4446 Query SELECT * from s1_enforcement where vref = 36787 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4446 Query SELECT * FROM s1_vdata where wref = 36787 + 4446 Query SELECT tribe FROM s1_users where id = 94 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4446 Query SELECT * from s1_fdata where vref = 36787 + 4446 Query SELECT owner FROM s1_vdata where wref = 36787 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4446 Query SELECT * from s1_units where vref = 36787 + 4446 Query SELECT owner FROM s1_vdata where wref = 36787 + 4446 Query SELECT b4 FROM s1_users where id = 94 + 4446 Query SELECT * from s1_fdata where vref = 36787 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4446 Query SELECT crop FROM s1_vdata where wref = 36787 + 4446 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4446 Query SELECT owner FROM s1_vdata where wref = 36787 + 4446 Query SELECT b4 FROM s1_users where id = 94 + 4446 Query SELECT * from s1_fdata where vref = 36787 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4446 Query SELECT * from s1_units where vref = 1801 + 4446 Query SELECT * from s1_enforcement where vref = 1801 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4446 Query SELECT * FROM s1_vdata where wref = 1801 + 4446 Query SELECT tribe FROM s1_users where id = 90 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4446 Query SELECT * from s1_fdata where vref = 1801 + 4446 Query SELECT owner FROM s1_vdata where wref = 1801 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4446 Query SELECT * from s1_units where vref = 1801 + 4446 Query SELECT owner FROM s1_vdata where wref = 1801 + 4446 Query SELECT b4 FROM s1_users where id = 90 + 4446 Query SELECT * from s1_fdata where vref = 1801 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4446 Query SELECT crop FROM s1_vdata where wref = 1801 + 4446 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4446 Query SELECT owner FROM s1_vdata where wref = 1801 + 4446 Query SELECT b4 FROM s1_users where id = 90 + 4446 Query SELECT * from s1_fdata where vref = 1801 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4446 Query SELECT * from s1_units where vref = 1592 + 4446 Query SELECT * from s1_enforcement where vref = 1592 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4446 Query SELECT * FROM s1_vdata where wref = 1592 + 4446 Query SELECT tribe FROM s1_users where id = 67 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4446 Query SELECT * from s1_fdata where vref = 1592 + 4446 Query SELECT owner FROM s1_vdata where wref = 1592 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4446 Query SELECT * from s1_units where vref = 1592 + 4446 Query SELECT owner FROM s1_vdata where wref = 1592 + 4446 Query SELECT b4 FROM s1_users where id = 67 + 4446 Query SELECT * from s1_fdata where vref = 1592 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4446 Query SELECT crop FROM s1_vdata where wref = 1592 + 4446 Query SELECT owner FROM s1_vdata where wref = 1592 + 4446 Query SELECT b4 FROM s1_users where id = 67 + 4446 Query SELECT * from s1_fdata where vref = 1592 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4446 Query SELECT * from s1_units where vref = 20599 + 4446 Query SELECT * from s1_enforcement where vref = 20599 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4446 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4446 Query SELECT * FROM s1_vdata where wref = 20599 + 4446 Query SELECT tribe FROM s1_users where id = 46 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4446 Query SELECT * from s1_fdata where vref = 20599 + 4446 Query SELECT owner FROM s1_vdata where wref = 20599 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 +171023 19:23:13 4446 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4446 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4446 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4446 Query SELECT owner FROM s1_vdata where wref = 20599 + 4446 Query SELECT b4 FROM s1_users where id = 46 + 4446 Query SELECT * from s1_fdata where vref = 20599 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4446 Query SELECT crop FROM s1_vdata where wref = 20599 + 4446 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4446 Query SELECT owner FROM s1_vdata where wref = 20599 + 4446 Query SELECT b4 FROM s1_users where id = 46 + 4446 Query SELECT * from s1_fdata where vref = 20599 + 4446 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4446 Query SELECT * FROM s1_vdata where celebration < 1508779393 AND celebration != 0 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779393 ORDER BY endtime ASC + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779393 + 4446 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779393 + 4446 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779393 + 4446 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4446 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4446 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4446 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779393 + 4446 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779393.0315 + 4446 Query SELECT * FROM s1_general WHERE shown = 1 + 4446 Query SELECT * FROM s1_users WHERE invited != 0 + 4446 Query SELECT * FROM `s1_fdata` + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4446 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4446 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779393 + 4446 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736193 + 4446 Query SELECT * FROM s1_config + 4446 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692993 + 4446 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4446 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4446 Query SELECT timestamp from s1_deleting where uid = 6 + 4446 Query SELECT * FROM s1_users WHERE `id`='6' + 4446 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4446 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778793 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4446 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4446 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4446 Query SELECT * from s1_fdata where vref = 22609 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4446 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4446 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4446 Quit + 4447 Connect root@localhost as anonymous on + 4447 Init DB travian + 4447 Query SET NAMES 'UTF8' + 4447 Query SELECT * FROM s1_users where username = 'cyberghost' + 4447 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4447 Query SELECT sit FROM s1_online where uid = 6 + 4447 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4447 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4447 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4447 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4447 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4447 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4447 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4447 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4447 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4447 Query REPLACE into s1_active values ('cyberghost',1508779393) + 4447 Query UPDATE s1_users set timestamp = '1508779393' where username = 'cyberghost' + 4447 Query REPLACE into s1_active values ('cyberghost',1508779393) + 4447 Query UPDATE s1_users set timestamp = 1508779393 where username = 'cyberghost' + 4447 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4447 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4447 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4447 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4447 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4447 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4447 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4447 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4447 Query SELECT * FROM s1_vdata where wref = '22609' + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT x,y FROM s1_wdata where id = 22609 + 4447 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4447 Query SELECT * FROM s1_odata where conqured = 22609 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_enforcement where vref = 22609 + 4447 Query SELECT * from s1_enforcement where `from` = 22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_enforcement where vref = 22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4447 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT tribe FROM s1_users where id = 6 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * from s1_tdata where vref = 22609 + 4447 Query SELECT * FROM s1_abdata where vref = 22609 + 4447 Query SELECT * FROM s1_research where vref = 22609 + 4447 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4447 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4447 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4447 Query UPDATE s1_vdata set lastupdate = 1508779393 where wref = 22609 + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT x,y FROM s1_wdata where id = 22609 + 4447 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4447 Query SELECT * FROM s1_odata where conqured = 22609 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_enforcement where vref = 22609 + 4447 Query SELECT * from s1_enforcement where `from` = 22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_enforcement where vref = 22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4447 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT tribe FROM s1_users where id = 6 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * from s1_tdata where vref = 22609 + 4447 Query SELECT * FROM s1_abdata where vref = 22609 + 4447 Query SELECT * FROM s1_research where vref = 22609 + 4447 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4447 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4447 Query SELECT count(id) FROM s1_users where id > 5 + 4447 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4447 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4447 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4447 Query DELETE FROM s1_active WHERE timestamp < 1508563393 + 4447 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4447 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 16778 + 4447 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 16780 + 4447 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 17378 + 4447 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 17984 + 4447 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 17986 + 4447 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 18390 + 4447 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 18595 + 4447 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 18799 + 4447 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 19194 + 4447 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 20198 + 4447 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4447 Query UPDATE s1_odata set lastupdated = 1508779393 where wref = 22206 + 4447 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4447 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4447 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4447 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4447 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4447 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779393 + 4447 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778793 + 4447 Query SELECT * FROM s1_hero + 4447 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4447 Query UPDATE `s1_hero` SET lastupdate = '1508779393' WHERE heroid = 2 + 4447 Query SELECT * from s1_units where vref = 20599 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_units where vref = 18790 + 4447 Query SELECT uid FROM s1_deleting where timestamp < 1508779393 + 4447 Query SELECT * FROM s1_bdata where timestamp < 1508779393 and master = 0 + 4447 Query SELECT * FROM s1_bdata WHERE master = 1 + 4447 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779393 + 4447 Query SELECT * FROM `s1_fdata` + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4447 Query DELETE from s1_route where timeleft < 1508779393 + 4447 Query SELECT * FROM s1_route where timestamp < 1508779393 + 4447 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779393.9055 + 4447 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779393.9055 + 4447 Query SELECT * FROM s1_research where timestamp < 1508779393 + 4447 Query SELECT * FROM s1_training where vref IS NOT NULL + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT owner FROM s1_vdata where wref = 22609 + 4447 Query SELECT b4 FROM s1_users where id = 6 + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4447 Query SELECT * from s1_units where vref = 22609 + 4447 Query SELECT * from s1_enforcement where vref = 22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4447 Query SELECT * FROM s1_vdata where wref = 22609 + 4447 Query SELECT tribe FROM s1_users where id = 6 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT owner FROM s1_vdata where wref = 22609 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4447 Query SELECT * from s1_units where vref = 36787 + 4447 Query SELECT * from s1_enforcement where vref = 36787 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4447 Query SELECT * FROM s1_vdata where wref = 36787 + 4447 Query SELECT tribe FROM s1_users where id = 94 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4447 Query SELECT * from s1_fdata where vref = 36787 + 4447 Query SELECT owner FROM s1_vdata where wref = 36787 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4447 Query SELECT * from s1_units where vref = 36787 + 4447 Query SELECT owner FROM s1_vdata where wref = 36787 + 4447 Query SELECT b4 FROM s1_users where id = 94 + 4447 Query SELECT * from s1_fdata where vref = 36787 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4447 Query SELECT crop FROM s1_vdata where wref = 36787 + 4447 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4447 Query SELECT owner FROM s1_vdata where wref = 36787 + 4447 Query SELECT b4 FROM s1_users where id = 94 + 4447 Query SELECT * from s1_fdata where vref = 36787 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4447 Query SELECT * from s1_units where vref = 1801 + 4447 Query SELECT * from s1_enforcement where vref = 1801 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4447 Query SELECT * FROM s1_vdata where wref = 1801 + 4447 Query SELECT tribe FROM s1_users where id = 90 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4447 Query SELECT * from s1_fdata where vref = 1801 + 4447 Query SELECT owner FROM s1_vdata where wref = 1801 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4447 Query SELECT * from s1_units where vref = 1801 + 4447 Query SELECT owner FROM s1_vdata where wref = 1801 + 4447 Query SELECT b4 FROM s1_users where id = 90 + 4447 Query SELECT * from s1_fdata where vref = 1801 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4447 Query SELECT crop FROM s1_vdata where wref = 1801 + 4447 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4447 Query SELECT owner FROM s1_vdata where wref = 1801 + 4447 Query SELECT b4 FROM s1_users where id = 90 + 4447 Query SELECT * from s1_fdata where vref = 1801 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4447 Query SELECT * from s1_units where vref = 1592 + 4447 Query SELECT * from s1_enforcement where vref = 1592 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4447 Query SELECT * FROM s1_vdata where wref = 1592 + 4447 Query SELECT tribe FROM s1_users where id = 67 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4447 Query SELECT * from s1_fdata where vref = 1592 + 4447 Query SELECT owner FROM s1_vdata where wref = 1592 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4447 Query SELECT * from s1_units where vref = 1592 + 4447 Query SELECT owner FROM s1_vdata where wref = 1592 + 4447 Query SELECT b4 FROM s1_users where id = 67 + 4447 Query SELECT * from s1_fdata where vref = 1592 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4447 Query SELECT crop FROM s1_vdata where wref = 1592 + 4447 Query SELECT owner FROM s1_vdata where wref = 1592 + 4447 Query SELECT b4 FROM s1_users where id = 67 + 4447 Query SELECT * from s1_fdata where vref = 1592 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4447 Query SELECT * from s1_units where vref = 20599 + 4447 Query SELECT * from s1_enforcement where vref = 20599 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4447 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4447 Query SELECT * FROM s1_vdata where wref = 20599 + 4447 Query SELECT tribe FROM s1_users where id = 46 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4447 Query SELECT * from s1_fdata where vref = 20599 + 4447 Query SELECT owner FROM s1_vdata where wref = 20599 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4447 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4447 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4447 Query SELECT owner FROM s1_vdata where wref = 20599 + 4447 Query SELECT b4 FROM s1_users where id = 46 + 4447 Query SELECT * from s1_fdata where vref = 20599 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4447 Query SELECT crop FROM s1_vdata where wref = 20599 + 4447 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4447 Query SELECT owner FROM s1_vdata where wref = 20599 + 4447 Query SELECT b4 FROM s1_users where id = 46 + 4447 Query SELECT * from s1_fdata where vref = 20599 + 4447 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4447 Query SELECT * FROM s1_vdata where celebration < 1508779393 AND celebration != 0 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779393 ORDER BY endtime ASC + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779393 + 4447 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779393 + 4447 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779393 + 4447 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4447 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4447 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4447 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779393 + 4447 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779393.9755 + 4447 Query SELECT * FROM s1_general WHERE shown = 1 + 4447 Query SELECT * FROM s1_users WHERE invited != 0 + 4447 Query SELECT * FROM `s1_fdata` + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 +171023 19:23:14 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4447 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4447 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779394 + 4447 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736194 + 4447 Query SELECT * FROM s1_config + 4447 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692994 + 4447 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4447 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4447 Query SELECT timestamp from s1_deleting where uid = 6 + 4447 Query SELECT * FROM s1_users WHERE `id`='6' + 4447 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4447 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778794 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4447 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4447 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4447 Query SELECT * from s1_fdata where vref = 22609 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4447 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4447 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4447 Quit + 4448 Connect root@localhost as anonymous on + 4448 Init DB travian + 4448 Query SET NAMES 'UTF8' + 4448 Query SELECT * FROM s1_users where username = 'cyberghost' + 4448 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4448 Query SELECT sit FROM s1_online where uid = 6 + 4448 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4448 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4448 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4448 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4448 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4448 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4448 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4448 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4448 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4448 Query REPLACE into s1_active values ('cyberghost',1508779394) + 4448 Query UPDATE s1_users set timestamp = '1508779394' where username = 'cyberghost' + 4448 Query REPLACE into s1_active values ('cyberghost',1508779394) + 4448 Query UPDATE s1_users set timestamp = 1508779394 where username = 'cyberghost' + 4448 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4448 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4448 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4448 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4448 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4448 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4448 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4448 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4448 Query SELECT * FROM s1_vdata where wref = '22609' + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT x,y FROM s1_wdata where id = 22609 + 4448 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4448 Query SELECT * FROM s1_odata where conqured = 22609 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_enforcement where vref = 22609 + 4448 Query SELECT * from s1_enforcement where `from` = 22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_enforcement where vref = 22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4448 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT tribe FROM s1_users where id = 6 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * from s1_tdata where vref = 22609 + 4448 Query SELECT * FROM s1_abdata where vref = 22609 + 4448 Query SELECT * FROM s1_research where vref = 22609 + 4448 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4448 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4448 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4448 Query UPDATE s1_vdata set lastupdate = 1508779394 where wref = 22609 + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT x,y FROM s1_wdata where id = 22609 + 4448 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4448 Query SELECT * FROM s1_odata where conqured = 22609 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_enforcement where vref = 22609 + 4448 Query SELECT * from s1_enforcement where `from` = 22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_enforcement where vref = 22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4448 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT tribe FROM s1_users where id = 6 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * from s1_tdata where vref = 22609 + 4448 Query SELECT * FROM s1_abdata where vref = 22609 + 4448 Query SELECT * FROM s1_research where vref = 22609 + 4448 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4448 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4448 Query SELECT count(id) FROM s1_users where id > 5 + 4448 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4448 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4448 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4448 Query DELETE FROM s1_active WHERE timestamp < 1508563394 + 4448 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4448 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 16778 + 4448 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 16780 + 4448 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 17378 + 4448 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 17984 + 4448 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 17986 + 4448 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 18390 + 4448 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 18595 + 4448 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 18799 + 4448 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 19194 + 4448 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 20198 + 4448 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4448 Query UPDATE s1_odata set lastupdated = 1508779394 where wref = 22206 + 4448 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4448 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4448 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4448 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4448 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4448 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779394 + 4448 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778794 + 4448 Query SELECT * FROM s1_hero + 4448 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4448 Query UPDATE `s1_hero` SET lastupdate = '1508779394' WHERE heroid = 2 + 4448 Query SELECT * from s1_units where vref = 20599 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_units where vref = 18790 + 4448 Query SELECT uid FROM s1_deleting where timestamp < 1508779394 + 4448 Query SELECT * FROM s1_bdata where timestamp < 1508779394 and master = 0 + 4448 Query SELECT * FROM s1_bdata WHERE master = 1 + 4448 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779394 + 4448 Query SELECT * FROM `s1_fdata` + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4448 Query DELETE from s1_route where timeleft < 1508779394 + 4448 Query SELECT * FROM s1_route where timestamp < 1508779394 + 4448 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779394.9526 + 4448 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779394.9526 + 4448 Query SELECT * FROM s1_research where timestamp < 1508779394 + 4448 Query SELECT * FROM s1_training where vref IS NOT NULL + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT owner FROM s1_vdata where wref = 22609 + 4448 Query SELECT b4 FROM s1_users where id = 6 + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4448 Query SELECT * from s1_units where vref = 22609 + 4448 Query SELECT * from s1_enforcement where vref = 22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4448 Query SELECT * FROM s1_vdata where wref = 22609 + 4448 Query SELECT tribe FROM s1_users where id = 6 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT owner FROM s1_vdata where wref = 22609 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4448 Query SELECT * from s1_units where vref = 36787 + 4448 Query SELECT * from s1_enforcement where vref = 36787 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4448 Query SELECT * FROM s1_vdata where wref = 36787 + 4448 Query SELECT tribe FROM s1_users where id = 94 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4448 Query SELECT * from s1_fdata where vref = 36787 + 4448 Query SELECT owner FROM s1_vdata where wref = 36787 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4448 Query SELECT * from s1_units where vref = 36787 + 4448 Query SELECT owner FROM s1_vdata where wref = 36787 + 4448 Query SELECT b4 FROM s1_users where id = 94 + 4448 Query SELECT * from s1_fdata where vref = 36787 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4448 Query SELECT crop FROM s1_vdata where wref = 36787 + 4448 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4448 Query SELECT owner FROM s1_vdata where wref = 36787 + 4448 Query SELECT b4 FROM s1_users where id = 94 + 4448 Query SELECT * from s1_fdata where vref = 36787 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4448 Query SELECT * from s1_units where vref = 1801 + 4448 Query SELECT * from s1_enforcement where vref = 1801 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4448 Query SELECT * FROM s1_vdata where wref = 1801 + 4448 Query SELECT tribe FROM s1_users where id = 90 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4448 Query SELECT * from s1_fdata where vref = 1801 + 4448 Query SELECT owner FROM s1_vdata where wref = 1801 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4448 Query SELECT * from s1_units where vref = 1801 + 4448 Query SELECT owner FROM s1_vdata where wref = 1801 + 4448 Query SELECT b4 FROM s1_users where id = 90 + 4448 Query SELECT * from s1_fdata where vref = 1801 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4448 Query SELECT crop FROM s1_vdata where wref = 1801 + 4448 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 +171023 19:23:15 4448 Query SELECT owner FROM s1_vdata where wref = 1801 + 4448 Query SELECT b4 FROM s1_users where id = 90 + 4448 Query SELECT * from s1_fdata where vref = 1801 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4448 Query SELECT * from s1_units where vref = 1592 + 4448 Query SELECT * from s1_enforcement where vref = 1592 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4448 Query SELECT * FROM s1_vdata where wref = 1592 + 4448 Query SELECT tribe FROM s1_users where id = 67 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4448 Query SELECT * from s1_fdata where vref = 1592 + 4448 Query SELECT owner FROM s1_vdata where wref = 1592 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4448 Query SELECT * from s1_units where vref = 1592 + 4448 Query SELECT owner FROM s1_vdata where wref = 1592 + 4448 Query SELECT b4 FROM s1_users where id = 67 + 4448 Query SELECT * from s1_fdata where vref = 1592 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4448 Query SELECT crop FROM s1_vdata where wref = 1592 + 4448 Query SELECT owner FROM s1_vdata where wref = 1592 + 4448 Query SELECT b4 FROM s1_users where id = 67 + 4448 Query SELECT * from s1_fdata where vref = 1592 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4448 Query SELECT * from s1_units where vref = 20599 + 4448 Query SELECT * from s1_enforcement where vref = 20599 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4448 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4448 Query SELECT * FROM s1_vdata where wref = 20599 + 4448 Query SELECT tribe FROM s1_users where id = 46 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4448 Query SELECT * from s1_fdata where vref = 20599 + 4448 Query SELECT owner FROM s1_vdata where wref = 20599 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4448 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4448 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4448 Query SELECT owner FROM s1_vdata where wref = 20599 + 4448 Query SELECT b4 FROM s1_users where id = 46 + 4448 Query SELECT * from s1_fdata where vref = 20599 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4448 Query SELECT crop FROM s1_vdata where wref = 20599 + 4448 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4448 Query SELECT owner FROM s1_vdata where wref = 20599 + 4448 Query SELECT b4 FROM s1_users where id = 46 + 4448 Query SELECT * from s1_fdata where vref = 20599 + 4448 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4448 Query SELECT * FROM s1_vdata where celebration < 1508779395 AND celebration != 0 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779395 ORDER BY endtime ASC + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779395 + 4448 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779395 + 4448 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779395 + 4448 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4448 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4448 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4448 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779395 + 4448 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779395.0526 + 4448 Query SELECT * FROM s1_general WHERE shown = 1 + 4448 Query SELECT * FROM s1_users WHERE invited != 0 + 4448 Query SELECT * FROM `s1_fdata` + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4448 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4448 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779395 + 4448 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736195 + 4448 Query SELECT * FROM s1_config + 4448 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692995 + 4448 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4448 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4448 Query SELECT timestamp from s1_deleting where uid = 6 + 4448 Query SELECT * FROM s1_users WHERE `id`='6' + 4448 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4448 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778795 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4448 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4448 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4448 Query SELECT * from s1_fdata where vref = 22609 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4448 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4448 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4448 Quit + 4449 Connect root@localhost as anonymous on + 4449 Init DB travian + 4449 Query SET NAMES 'UTF8' + 4449 Query SELECT * FROM s1_users where username = 'cyberghost' + 4449 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4449 Query SELECT sit FROM s1_online where uid = 6 + 4449 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4449 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4449 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4449 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4449 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4449 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4449 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4449 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4449 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4449 Query REPLACE into s1_active values ('cyberghost',1508779395) + 4449 Query UPDATE s1_users set timestamp = '1508779395' where username = 'cyberghost' + 4449 Query REPLACE into s1_active values ('cyberghost',1508779395) + 4449 Query UPDATE s1_users set timestamp = 1508779395 where username = 'cyberghost' + 4449 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4449 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4449 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4449 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4449 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4449 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4449 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4449 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4449 Query SELECT * FROM s1_vdata where wref = '22609' + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT x,y FROM s1_wdata where id = 22609 + 4449 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4449 Query SELECT * FROM s1_odata where conqured = 22609 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_enforcement where vref = 22609 + 4449 Query SELECT * from s1_enforcement where `from` = 22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_enforcement where vref = 22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4449 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT tribe FROM s1_users where id = 6 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * from s1_tdata where vref = 22609 + 4449 Query SELECT * FROM s1_abdata where vref = 22609 + 4449 Query SELECT * FROM s1_research where vref = 22609 + 4449 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4449 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4449 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4449 Query UPDATE s1_vdata set lastupdate = 1508779395 where wref = 22609 + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT x,y FROM s1_wdata where id = 22609 + 4449 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4449 Query SELECT * FROM s1_odata where conqured = 22609 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_enforcement where vref = 22609 + 4449 Query SELECT * from s1_enforcement where `from` = 22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_enforcement where vref = 22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4449 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT tribe FROM s1_users where id = 6 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * from s1_tdata where vref = 22609 + 4449 Query SELECT * FROM s1_abdata where vref = 22609 + 4449 Query SELECT * FROM s1_research where vref = 22609 + 4449 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4449 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4449 Query SELECT count(id) FROM s1_users where id > 5 + 4449 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4449 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4449 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4449 Query DELETE FROM s1_active WHERE timestamp < 1508563395 + 4449 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4449 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 16778 + 4449 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 16780 + 4449 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 17378 + 4449 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 17984 + 4449 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 17986 + 4449 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 18390 + 4449 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 18595 + 4449 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 18799 + 4449 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 19194 + 4449 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 20198 + 4449 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4449 Query UPDATE s1_odata set lastupdated = 1508779395 where wref = 22206 + 4449 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4449 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4449 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4449 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4449 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4449 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779395 + 4449 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778795 + 4449 Query SELECT * FROM s1_hero + 4449 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4449 Query UPDATE `s1_hero` SET lastupdate = '1508779395' WHERE heroid = 2 + 4449 Query SELECT * from s1_units where vref = 20599 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_units where vref = 18790 + 4449 Query SELECT uid FROM s1_deleting where timestamp < 1508779395 + 4449 Query SELECT * FROM s1_bdata where timestamp < 1508779395 and master = 0 + 4449 Query SELECT * FROM s1_bdata WHERE master = 1 + 4449 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779395 + 4449 Query SELECT * FROM `s1_fdata` + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4449 Query DELETE from s1_route where timeleft < 1508779395 + 4449 Query SELECT * FROM s1_route where timestamp < 1508779395 + 4449 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779395.9196 + 4449 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779395.9196 + 4449 Query SELECT * FROM s1_research where timestamp < 1508779395 + 4449 Query SELECT * FROM s1_training where vref IS NOT NULL + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT owner FROM s1_vdata where wref = 22609 + 4449 Query SELECT b4 FROM s1_users where id = 6 + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4449 Query SELECT * from s1_units where vref = 22609 + 4449 Query SELECT * from s1_enforcement where vref = 22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4449 Query SELECT * FROM s1_vdata where wref = 22609 + 4449 Query SELECT tribe FROM s1_users where id = 6 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT owner FROM s1_vdata where wref = 22609 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4449 Query SELECT * from s1_units where vref = 36787 + 4449 Query SELECT * from s1_enforcement where vref = 36787 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4449 Query SELECT * FROM s1_vdata where wref = 36787 + 4449 Query SELECT tribe FROM s1_users where id = 94 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4449 Query SELECT * from s1_fdata where vref = 36787 + 4449 Query SELECT owner FROM s1_vdata where wref = 36787 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4449 Query SELECT * from s1_units where vref = 36787 + 4449 Query SELECT owner FROM s1_vdata where wref = 36787 + 4449 Query SELECT b4 FROM s1_users where id = 94 + 4449 Query SELECT * from s1_fdata where vref = 36787 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4449 Query SELECT crop FROM s1_vdata where wref = 36787 + 4449 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4449 Query SELECT owner FROM s1_vdata where wref = 36787 + 4449 Query SELECT b4 FROM s1_users where id = 94 + 4449 Query SELECT * from s1_fdata where vref = 36787 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4449 Query SELECT * from s1_units where vref = 1801 + 4449 Query SELECT * from s1_enforcement where vref = 1801 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4449 Query SELECT * FROM s1_vdata where wref = 1801 + 4449 Query SELECT tribe FROM s1_users where id = 90 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4449 Query SELECT * from s1_fdata where vref = 1801 + 4449 Query SELECT owner FROM s1_vdata where wref = 1801 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4449 Query SELECT * from s1_units where vref = 1801 + 4449 Query SELECT owner FROM s1_vdata where wref = 1801 + 4449 Query SELECT b4 FROM s1_users where id = 90 + 4449 Query SELECT * from s1_fdata where vref = 1801 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4449 Query SELECT crop FROM s1_vdata where wref = 1801 + 4449 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4449 Query SELECT owner FROM s1_vdata where wref = 1801 + 4449 Query SELECT b4 FROM s1_users where id = 90 + 4449 Query SELECT * from s1_fdata where vref = 1801 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4449 Query SELECT * from s1_units where vref = 1592 + 4449 Query SELECT * from s1_enforcement where vref = 1592 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4449 Query SELECT * FROM s1_vdata where wref = 1592 + 4449 Query SELECT tribe FROM s1_users where id = 67 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4449 Query SELECT * from s1_fdata where vref = 1592 + 4449 Query SELECT owner FROM s1_vdata where wref = 1592 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4449 Query SELECT * from s1_units where vref = 1592 + 4449 Query SELECT owner FROM s1_vdata where wref = 1592 + 4449 Query SELECT b4 FROM s1_users where id = 67 + 4449 Query SELECT * from s1_fdata where vref = 1592 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4449 Query SELECT crop FROM s1_vdata where wref = 1592 + 4449 Query SELECT owner FROM s1_vdata where wref = 1592 + 4449 Query SELECT b4 FROM s1_users where id = 67 + 4449 Query SELECT * from s1_fdata where vref = 1592 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4449 Query SELECT * from s1_units where vref = 20599 + 4449 Query SELECT * from s1_enforcement where vref = 20599 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4449 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4449 Query SELECT * FROM s1_vdata where wref = 20599 + 4449 Query SELECT tribe FROM s1_users where id = 46 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4449 Query SELECT * from s1_fdata where vref = 20599 + 4449 Query SELECT owner FROM s1_vdata where wref = 20599 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4449 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4449 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4449 Query SELECT owner FROM s1_vdata where wref = 20599 + 4449 Query SELECT b4 FROM s1_users where id = 46 + 4449 Query SELECT * from s1_fdata where vref = 20599 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4449 Query SELECT crop FROM s1_vdata where wref = 20599 + 4449 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4449 Query SELECT owner FROM s1_vdata where wref = 20599 + 4449 Query SELECT b4 FROM s1_users where id = 46 + 4449 Query SELECT * from s1_fdata where vref = 20599 + 4449 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4449 Query SELECT * FROM s1_vdata where celebration < 1508779395 AND celebration != 0 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779395 ORDER BY endtime ASC + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779395 + 4449 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779395 + 4449 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779395 + 4449 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4449 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4449 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4449 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779395 + 4449 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779395.9876 + 4449 Query SELECT * FROM s1_general WHERE shown = 1 + 4449 Query SELECT * FROM s1_users WHERE invited != 0 + 4449 Query SELECT * FROM `s1_fdata` +171023 19:23:16 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4449 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4449 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779396 + 4449 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736196 + 4449 Query SELECT * FROM s1_config + 4449 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692996 + 4449 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4449 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4449 Query SELECT timestamp from s1_deleting where uid = 6 + 4449 Query SELECT * FROM s1_users WHERE `id`='6' + 4449 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4449 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778796 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4449 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4449 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4449 Query SELECT * from s1_fdata where vref = 22609 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4449 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4449 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4449 Quit + 4450 Connect root@localhost as anonymous on + 4450 Init DB travian + 4450 Query SET NAMES 'UTF8' + 4450 Query SELECT * FROM s1_users where username = 'cyberghost' + 4450 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4450 Query SELECT sit FROM s1_online where uid = 6 + 4450 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4450 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4450 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4450 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4450 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4450 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4450 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4450 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4450 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4450 Query REPLACE into s1_active values ('cyberghost',1508779396) + 4450 Query UPDATE s1_users set timestamp = '1508779396' where username = 'cyberghost' + 4450 Query REPLACE into s1_active values ('cyberghost',1508779396) + 4450 Query UPDATE s1_users set timestamp = 1508779396 where username = 'cyberghost' + 4450 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4450 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4450 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4450 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4450 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4450 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4450 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4450 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4450 Query SELECT * FROM s1_vdata where wref = '22609' + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT * from s1_fdata where vref = 22609 + 4450 Query SELECT x,y FROM s1_wdata where id = 22609 + 4450 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4450 Query SELECT * FROM s1_odata where conqured = 22609 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_enforcement where vref = 22609 + 4450 Query SELECT * from s1_enforcement where `from` = 22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_enforcement where vref = 22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4450 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT tribe FROM s1_users where id = 6 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * from s1_tdata where vref = 22609 + 4450 Query SELECT * FROM s1_abdata where vref = 22609 + 4450 Query SELECT * FROM s1_research where vref = 22609 + 4450 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4450 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4450 Query SELECT * from s1_fdata where vref = 22609 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4450 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4450 Query UPDATE s1_vdata set lastupdate = 1508779396 where wref = 22609 + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT * from s1_fdata where vref = 22609 + 4450 Query SELECT x,y FROM s1_wdata where id = 22609 + 4450 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4450 Query SELECT * FROM s1_odata where conqured = 22609 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_enforcement where vref = 22609 + 4450 Query SELECT * from s1_enforcement where `from` = 22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_enforcement where vref = 22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4450 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT tribe FROM s1_users where id = 6 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * from s1_tdata where vref = 22609 + 4450 Query SELECT * FROM s1_abdata where vref = 22609 + 4450 Query SELECT * FROM s1_research where vref = 22609 + 4450 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4450 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4450 Query SELECT count(id) FROM s1_users where id > 5 + 4450 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4450 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4450 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4450 Query DELETE FROM s1_active WHERE timestamp < 1508563396 + 4450 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4450 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 16778 + 4450 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 16780 + 4450 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 17378 + 4450 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 17984 + 4450 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 17986 + 4450 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 18390 + 4450 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 18595 + 4450 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 18799 + 4450 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 19194 + 4450 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 20198 + 4450 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4450 Query UPDATE s1_odata set lastupdated = 1508779396 where wref = 22206 + 4450 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4450 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4450 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4450 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4450 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4450 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779396 + 4450 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778796 + 4450 Query SELECT * FROM s1_hero + 4450 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4450 Query UPDATE `s1_hero` SET lastupdate = '1508779396' WHERE heroid = 2 + 4450 Query SELECT * from s1_units where vref = 20599 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_units where vref = 18790 + 4450 Query SELECT uid FROM s1_deleting where timestamp < 1508779396 + 4450 Query SELECT * FROM s1_bdata where timestamp < 1508779396 and master = 0 + 4450 Query SELECT * FROM s1_bdata WHERE master = 1 + 4450 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779396 + 4450 Query SELECT * FROM `s1_fdata` + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4450 Query DELETE from s1_route where timeleft < 1508779396 + 4450 Query SELECT * FROM s1_route where timestamp < 1508779396 + 4450 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779396.8607 + 4450 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779396.8607 + 4450 Query SELECT * FROM s1_research where timestamp < 1508779396 + 4450 Query SELECT * FROM s1_training where vref IS NOT NULL + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT owner FROM s1_vdata where wref = 22609 + 4450 Query SELECT b4 FROM s1_users where id = 6 + 4450 Query SELECT * from s1_fdata where vref = 22609 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4450 Query SELECT * from s1_units where vref = 22609 + 4450 Query SELECT * from s1_enforcement where vref = 22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4450 Query SELECT * FROM s1_vdata where wref = 22609 + 4450 Query SELECT tribe FROM s1_users where id = 6 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4450 Query SELECT * from s1_fdata where vref = 22609 + 4450 Query SELECT owner FROM s1_vdata where wref = 22609 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4450 Query SELECT * from s1_units where vref = 36787 + 4450 Query SELECT * from s1_enforcement where vref = 36787 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4450 Query SELECT * FROM s1_vdata where wref = 36787 + 4450 Query SELECT tribe FROM s1_users where id = 94 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4450 Query SELECT * from s1_fdata where vref = 36787 + 4450 Query SELECT owner FROM s1_vdata where wref = 36787 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4450 Query SELECT * from s1_units where vref = 36787 + 4450 Query SELECT owner FROM s1_vdata where wref = 36787 + 4450 Query SELECT b4 FROM s1_users where id = 94 + 4450 Query SELECT * from s1_fdata where vref = 36787 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4450 Query SELECT crop FROM s1_vdata where wref = 36787 + 4450 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4450 Query SELECT owner FROM s1_vdata where wref = 36787 + 4450 Query SELECT b4 FROM s1_users where id = 94 + 4450 Query SELECT * from s1_fdata where vref = 36787 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4450 Query SELECT * from s1_units where vref = 1801 + 4450 Query SELECT * from s1_enforcement where vref = 1801 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4450 Query SELECT * FROM s1_vdata where wref = 1801 + 4450 Query SELECT tribe FROM s1_users where id = 90 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4450 Query SELECT * from s1_fdata where vref = 1801 + 4450 Query SELECT owner FROM s1_vdata where wref = 1801 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4450 Query SELECT * from s1_units where vref = 1801 + 4450 Query SELECT owner FROM s1_vdata where wref = 1801 + 4450 Query SELECT b4 FROM s1_users where id = 90 + 4450 Query SELECT * from s1_fdata where vref = 1801 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4450 Query SELECT crop FROM s1_vdata where wref = 1801 + 4450 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4450 Query SELECT owner FROM s1_vdata where wref = 1801 + 4450 Query SELECT b4 FROM s1_users where id = 90 + 4450 Query SELECT * from s1_fdata where vref = 1801 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4450 Query SELECT * from s1_units where vref = 1592 + 4450 Query SELECT * from s1_enforcement where vref = 1592 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4450 Query SELECT * FROM s1_vdata where wref = 1592 + 4450 Query SELECT tribe FROM s1_users where id = 67 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4450 Query SELECT * from s1_fdata where vref = 1592 + 4450 Query SELECT owner FROM s1_vdata where wref = 1592 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4450 Query SELECT * from s1_units where vref = 1592 + 4450 Query SELECT owner FROM s1_vdata where wref = 1592 + 4450 Query SELECT b4 FROM s1_users where id = 67 + 4450 Query SELECT * from s1_fdata where vref = 1592 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4450 Query SELECT crop FROM s1_vdata where wref = 1592 + 4450 Query SELECT owner FROM s1_vdata where wref = 1592 + 4450 Query SELECT b4 FROM s1_users where id = 67 + 4450 Query SELECT * from s1_fdata where vref = 1592 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4450 Query SELECT * from s1_units where vref = 20599 + 4450 Query SELECT * from s1_enforcement where vref = 20599 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4450 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4450 Query SELECT * FROM s1_vdata where wref = 20599 + 4450 Query SELECT tribe FROM s1_users where id = 46 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4450 Query SELECT * from s1_fdata where vref = 20599 + 4450 Query SELECT owner FROM s1_vdata where wref = 20599 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4450 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4450 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4450 Query SELECT owner FROM s1_vdata where wref = 20599 + 4450 Query SELECT b4 FROM s1_users where id = 46 + 4450 Query SELECT * from s1_fdata where vref = 20599 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4450 Query SELECT crop FROM s1_vdata where wref = 20599 + 4450 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4450 Query SELECT owner FROM s1_vdata where wref = 20599 + 4450 Query SELECT b4 FROM s1_users where id = 46 + 4450 Query SELECT * from s1_fdata where vref = 20599 + 4450 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4450 Query SELECT * FROM s1_vdata where celebration < 1508779396 AND celebration != 0 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779396 ORDER BY endtime ASC + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779396 + 4450 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779396 + 4450 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779396 + 4450 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4450 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4450 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4450 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779396 + 4450 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779396.9307 + 4450 Query SELECT * FROM s1_general WHERE shown = 1 + 4450 Query SELECT * FROM s1_users WHERE invited != 0 + 4450 Query SELECT * FROM `s1_fdata` + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4450 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4450 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779396 + 4450 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736196 + 4450 Query SELECT * FROM s1_config + 4450 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692996 + 4450 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4450 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4450 Query SELECT timestamp from s1_deleting where uid = 6 + 4450 Query SELECT * FROM s1_users WHERE `id`='6' + 4450 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4450 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778796 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4450 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4450 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4450 Query SELECT * from s1_fdata where vref = 22609 +171023 19:23:17 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4450 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4450 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4450 Quit + 4451 Connect root@localhost as anonymous on + 4451 Init DB travian + 4451 Query SET NAMES 'UTF8' + 4451 Query SELECT * FROM s1_users where username = 'cyberghost' + 4451 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4451 Query SELECT sit FROM s1_online where uid = 6 + 4451 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4451 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4451 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4451 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4451 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4451 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4451 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4451 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4451 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4451 Query REPLACE into s1_active values ('cyberghost',1508779397) + 4451 Query UPDATE s1_users set timestamp = '1508779397' where username = 'cyberghost' + 4451 Query REPLACE into s1_active values ('cyberghost',1508779397) + 4451 Query UPDATE s1_users set timestamp = 1508779397 where username = 'cyberghost' + 4451 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4451 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4451 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4451 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4451 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4451 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4451 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4451 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4451 Query SELECT * FROM s1_vdata where wref = '22609' + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT x,y FROM s1_wdata where id = 22609 + 4451 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4451 Query SELECT * FROM s1_odata where conqured = 22609 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_enforcement where vref = 22609 + 4451 Query SELECT * from s1_enforcement where `from` = 22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_enforcement where vref = 22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4451 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT tribe FROM s1_users where id = 6 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * from s1_tdata where vref = 22609 + 4451 Query SELECT * FROM s1_abdata where vref = 22609 + 4451 Query SELECT * FROM s1_research where vref = 22609 + 4451 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4451 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4451 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4451 Query UPDATE s1_vdata set lastupdate = 1508779397 where wref = 22609 + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT x,y FROM s1_wdata where id = 22609 + 4451 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4451 Query SELECT * FROM s1_odata where conqured = 22609 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_enforcement where vref = 22609 + 4451 Query SELECT * from s1_enforcement where `from` = 22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_enforcement where vref = 22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4451 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT tribe FROM s1_users where id = 6 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * from s1_tdata where vref = 22609 + 4451 Query SELECT * FROM s1_abdata where vref = 22609 + 4451 Query SELECT * FROM s1_research where vref = 22609 + 4451 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4451 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4451 Query SELECT count(id) FROM s1_users where id > 5 + 4451 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4451 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4451 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4451 Query DELETE FROM s1_active WHERE timestamp < 1508563397 + 4451 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4451 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 16778 + 4451 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 16780 + 4451 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 17378 + 4451 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 17984 + 4451 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 17986 + 4451 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 18390 + 4451 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 18595 + 4451 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 18799 + 4451 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 19194 + 4451 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 20198 + 4451 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4451 Query UPDATE s1_odata set lastupdated = 1508779397 where wref = 22206 + 4451 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4451 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4451 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4451 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4451 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4451 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779397 + 4451 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778797 + 4451 Query SELECT * FROM s1_hero + 4451 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4451 Query UPDATE `s1_hero` SET lastupdate = '1508779397' WHERE heroid = 2 + 4451 Query SELECT * from s1_units where vref = 20599 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_units where vref = 18790 + 4451 Query SELECT uid FROM s1_deleting where timestamp < 1508779397 + 4451 Query SELECT * FROM s1_bdata where timestamp < 1508779397 and master = 0 + 4451 Query SELECT * FROM s1_bdata WHERE master = 1 + 4451 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779397 + 4451 Query SELECT * FROM `s1_fdata` + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4451 Query DELETE from s1_route where timeleft < 1508779397 + 4451 Query SELECT * FROM s1_route where timestamp < 1508779397 + 4451 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779397.7997 + 4451 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779397.7997 + 4451 Query SELECT * FROM s1_research where timestamp < 1508779397 + 4451 Query SELECT * FROM s1_training where vref IS NOT NULL + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT owner FROM s1_vdata where wref = 22609 + 4451 Query SELECT b4 FROM s1_users where id = 6 + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4451 Query SELECT * from s1_units where vref = 22609 + 4451 Query SELECT * from s1_enforcement where vref = 22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4451 Query SELECT * FROM s1_vdata where wref = 22609 + 4451 Query SELECT tribe FROM s1_users where id = 6 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT owner FROM s1_vdata where wref = 22609 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4451 Query SELECT * from s1_units where vref = 36787 + 4451 Query SELECT * from s1_enforcement where vref = 36787 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4451 Query SELECT * FROM s1_vdata where wref = 36787 + 4451 Query SELECT tribe FROM s1_users where id = 94 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4451 Query SELECT * from s1_fdata where vref = 36787 + 4451 Query SELECT owner FROM s1_vdata where wref = 36787 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4451 Query SELECT * from s1_units where vref = 36787 + 4451 Query SELECT owner FROM s1_vdata where wref = 36787 + 4451 Query SELECT b4 FROM s1_users where id = 94 + 4451 Query SELECT * from s1_fdata where vref = 36787 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4451 Query SELECT crop FROM s1_vdata where wref = 36787 + 4451 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4451 Query SELECT owner FROM s1_vdata where wref = 36787 + 4451 Query SELECT b4 FROM s1_users where id = 94 + 4451 Query SELECT * from s1_fdata where vref = 36787 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4451 Query SELECT * from s1_units where vref = 1801 + 4451 Query SELECT * from s1_enforcement where vref = 1801 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4451 Query SELECT * FROM s1_vdata where wref = 1801 + 4451 Query SELECT tribe FROM s1_users where id = 90 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4451 Query SELECT * from s1_fdata where vref = 1801 + 4451 Query SELECT owner FROM s1_vdata where wref = 1801 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4451 Query SELECT * from s1_units where vref = 1801 + 4451 Query SELECT owner FROM s1_vdata where wref = 1801 + 4451 Query SELECT b4 FROM s1_users where id = 90 + 4451 Query SELECT * from s1_fdata where vref = 1801 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4451 Query SELECT crop FROM s1_vdata where wref = 1801 + 4451 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4451 Query SELECT owner FROM s1_vdata where wref = 1801 + 4451 Query SELECT b4 FROM s1_users where id = 90 + 4451 Query SELECT * from s1_fdata where vref = 1801 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4451 Query SELECT * from s1_units where vref = 1592 + 4451 Query SELECT * from s1_enforcement where vref = 1592 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4451 Query SELECT * FROM s1_vdata where wref = 1592 + 4451 Query SELECT tribe FROM s1_users where id = 67 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4451 Query SELECT * from s1_fdata where vref = 1592 + 4451 Query SELECT owner FROM s1_vdata where wref = 1592 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4451 Query SELECT * from s1_units where vref = 1592 + 4451 Query SELECT owner FROM s1_vdata where wref = 1592 + 4451 Query SELECT b4 FROM s1_users where id = 67 + 4451 Query SELECT * from s1_fdata where vref = 1592 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4451 Query SELECT crop FROM s1_vdata where wref = 1592 + 4451 Query SELECT owner FROM s1_vdata where wref = 1592 + 4451 Query SELECT b4 FROM s1_users where id = 67 + 4451 Query SELECT * from s1_fdata where vref = 1592 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4451 Query SELECT * from s1_units where vref = 20599 + 4451 Query SELECT * from s1_enforcement where vref = 20599 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4451 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4451 Query SELECT * FROM s1_vdata where wref = 20599 + 4451 Query SELECT tribe FROM s1_users where id = 46 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4451 Query SELECT * from s1_fdata where vref = 20599 + 4451 Query SELECT owner FROM s1_vdata where wref = 20599 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4451 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4451 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4451 Query SELECT owner FROM s1_vdata where wref = 20599 + 4451 Query SELECT b4 FROM s1_users where id = 46 + 4451 Query SELECT * from s1_fdata where vref = 20599 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4451 Query SELECT crop FROM s1_vdata where wref = 20599 + 4451 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4451 Query SELECT owner FROM s1_vdata where wref = 20599 + 4451 Query SELECT b4 FROM s1_users where id = 46 + 4451 Query SELECT * from s1_fdata where vref = 20599 + 4451 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4451 Query SELECT * FROM s1_vdata where celebration < 1508779397 AND celebration != 0 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779397 ORDER BY endtime ASC + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779397 + 4451 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779397 + 4451 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779397 + 4451 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4451 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4451 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4451 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779397 + 4451 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779397.8687 + 4451 Query SELECT * FROM s1_general WHERE shown = 1 + 4451 Query SELECT * FROM s1_users WHERE invited != 0 + 4451 Query SELECT * FROM `s1_fdata` + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4451 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4451 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779397 + 4451 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736197 + 4451 Query SELECT * FROM s1_config + 4451 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692997 + 4451 Query SELECT timestamp from s1_deleting where uid = 6 + 4451 Query SELECT * FROM s1_users WHERE `id`='6' + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT username FROM s1_users where id = 2 + 4451 Query SELECT username FROM s1_users where id = 1 + 4451 Query SELECT username FROM s1_users where id = 6 + 4451 Query SELECT username FROM s1_users where id = 5 + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT username FROM s1_users where id = 46 + 4451 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4451 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778797 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4451 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4451 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4451 Query SELECT * from s1_fdata where vref = 22609 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4451 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4451 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4451 Quit +171023 19:23:18 4452 Connect root@localhost as anonymous on + 4452 Init DB travian + 4452 Query SET NAMES 'UTF8' + 4452 Query SELECT * FROM s1_users where username = 'cyberghost' + 4452 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4452 Query SELECT sit FROM s1_online where uid = 6 + 4452 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4452 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4452 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4452 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4452 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4452 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4452 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4452 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4452 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4452 Query REPLACE into s1_active values ('cyberghost',1508779398) + 4452 Query UPDATE s1_users set timestamp = '1508779398' where username = 'cyberghost' + 4452 Query REPLACE into s1_active values ('cyberghost',1508779398) + 4452 Query UPDATE s1_users set timestamp = 1508779398 where username = 'cyberghost' + 4452 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4452 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4452 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4452 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4452 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4452 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4452 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4452 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC +171023 19:23:19 4452 Query SELECT * FROM s1_vdata where wref = '22609' + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT x,y FROM s1_wdata where id = 22609 + 4452 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4452 Query SELECT * FROM s1_odata where conqured = 22609 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_enforcement where vref = 22609 + 4452 Query SELECT * from s1_enforcement where `from` = 22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_enforcement where vref = 22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4452 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT tribe FROM s1_users where id = 6 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * from s1_tdata where vref = 22609 + 4452 Query SELECT * FROM s1_abdata where vref = 22609 + 4452 Query SELECT * FROM s1_research where vref = 22609 + 4452 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4452 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4452 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4452 Query UPDATE s1_vdata set lastupdate = 1508779399 where wref = 22609 + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT x,y FROM s1_wdata where id = 22609 + 4452 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4452 Query SELECT * FROM s1_odata where conqured = 22609 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_enforcement where vref = 22609 + 4452 Query SELECT * from s1_enforcement where `from` = 22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_enforcement where vref = 22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4452 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT tribe FROM s1_users where id = 6 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * from s1_tdata where vref = 22609 + 4452 Query SELECT * FROM s1_abdata where vref = 22609 + 4452 Query SELECT * FROM s1_research where vref = 22609 + 4452 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4452 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4452 Query SELECT count(id) FROM s1_users where id > 5 + 4452 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4452 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4452 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4452 Query DELETE FROM s1_active WHERE timestamp < 1508563399 + 4452 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4452 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 16778 + 4452 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 16780 + 4452 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 17378 + 4452 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 17984 + 4452 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 17986 + 4452 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 18390 + 4452 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 18595 + 4452 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 18799 + 4452 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 19194 + 4452 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 20198 + 4452 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4452 Query UPDATE s1_odata set lastupdated = 1508779399 where wref = 22206 + 4452 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4452 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4452 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4452 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4452 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4452 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779399 + 4452 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778799 + 4452 Query SELECT * FROM s1_hero + 4452 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4452 Query UPDATE `s1_hero` SET lastupdate = '1508779399' WHERE heroid = 2 + 4452 Query SELECT * from s1_units where vref = 20599 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_units where vref = 18790 + 4452 Query SELECT uid FROM s1_deleting where timestamp < 1508779399 + 4452 Query SELECT * FROM s1_bdata where timestamp < 1508779399 and master = 0 + 4452 Query SELECT * FROM s1_bdata WHERE master = 1 + 4452 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779399 + 4452 Query SELECT * FROM `s1_fdata` + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4452 Query DELETE from s1_route where timeleft < 1508779399 + 4452 Query SELECT * FROM s1_route where timestamp < 1508779399 + 4452 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779399.1728 + 4452 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779399.1728 + 4452 Query SELECT * FROM s1_research where timestamp < 1508779399 + 4452 Query SELECT * FROM s1_training where vref IS NOT NULL + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT owner FROM s1_vdata where wref = 22609 + 4452 Query SELECT b4 FROM s1_users where id = 6 + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4452 Query SELECT * from s1_units where vref = 22609 + 4452 Query SELECT * from s1_enforcement where vref = 22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4452 Query SELECT * FROM s1_vdata where wref = 22609 + 4452 Query SELECT tribe FROM s1_users where id = 6 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT owner FROM s1_vdata where wref = 22609 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4452 Query SELECT * from s1_units where vref = 36787 + 4452 Query SELECT * from s1_enforcement where vref = 36787 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4452 Query SELECT * FROM s1_vdata where wref = 36787 + 4452 Query SELECT tribe FROM s1_users where id = 94 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4452 Query SELECT * from s1_fdata where vref = 36787 + 4452 Query SELECT owner FROM s1_vdata where wref = 36787 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4452 Query SELECT * from s1_units where vref = 36787 + 4452 Query SELECT owner FROM s1_vdata where wref = 36787 + 4452 Query SELECT b4 FROM s1_users where id = 94 + 4452 Query SELECT * from s1_fdata where vref = 36787 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4452 Query SELECT crop FROM s1_vdata where wref = 36787 + 4452 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4452 Query SELECT owner FROM s1_vdata where wref = 36787 + 4452 Query SELECT b4 FROM s1_users where id = 94 + 4452 Query SELECT * from s1_fdata where vref = 36787 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4452 Query SELECT * from s1_units where vref = 1801 + 4452 Query SELECT * from s1_enforcement where vref = 1801 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4452 Query SELECT * FROM s1_vdata where wref = 1801 + 4452 Query SELECT tribe FROM s1_users where id = 90 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4452 Query SELECT * from s1_fdata where vref = 1801 + 4452 Query SELECT owner FROM s1_vdata where wref = 1801 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4452 Query SELECT * from s1_units where vref = 1801 + 4452 Query SELECT owner FROM s1_vdata where wref = 1801 + 4452 Query SELECT b4 FROM s1_users where id = 90 + 4452 Query SELECT * from s1_fdata where vref = 1801 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4452 Query SELECT crop FROM s1_vdata where wref = 1801 + 4452 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4452 Query SELECT owner FROM s1_vdata where wref = 1801 + 4452 Query SELECT b4 FROM s1_users where id = 90 + 4452 Query SELECT * from s1_fdata where vref = 1801 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4452 Query SELECT * from s1_units where vref = 1592 + 4452 Query SELECT * from s1_enforcement where vref = 1592 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4452 Query SELECT * FROM s1_vdata where wref = 1592 + 4452 Query SELECT tribe FROM s1_users where id = 67 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4452 Query SELECT * from s1_fdata where vref = 1592 + 4452 Query SELECT owner FROM s1_vdata where wref = 1592 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4452 Query SELECT * from s1_units where vref = 1592 + 4452 Query SELECT owner FROM s1_vdata where wref = 1592 + 4452 Query SELECT b4 FROM s1_users where id = 67 + 4452 Query SELECT * from s1_fdata where vref = 1592 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4452 Query SELECT crop FROM s1_vdata where wref = 1592 + 4452 Query SELECT owner FROM s1_vdata where wref = 1592 + 4452 Query SELECT b4 FROM s1_users where id = 67 + 4452 Query SELECT * from s1_fdata where vref = 1592 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4452 Query SELECT * from s1_units where vref = 20599 + 4452 Query SELECT * from s1_enforcement where vref = 20599 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4452 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4452 Query SELECT * FROM s1_vdata where wref = 20599 + 4452 Query SELECT tribe FROM s1_users where id = 46 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4452 Query SELECT * from s1_fdata where vref = 20599 + 4452 Query SELECT owner FROM s1_vdata where wref = 20599 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4452 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4452 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4452 Query SELECT owner FROM s1_vdata where wref = 20599 + 4452 Query SELECT b4 FROM s1_users where id = 46 + 4452 Query SELECT * from s1_fdata where vref = 20599 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4452 Query SELECT crop FROM s1_vdata where wref = 20599 + 4452 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4452 Query SELECT owner FROM s1_vdata where wref = 20599 + 4452 Query SELECT b4 FROM s1_users where id = 46 + 4452 Query SELECT * from s1_fdata where vref = 20599 + 4452 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4452 Query SELECT * FROM s1_vdata where celebration < 1508779399 AND celebration != 0 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779399 ORDER BY endtime ASC + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779399 + 4452 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779399 + 4452 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779399 + 4452 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4452 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4452 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4452 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779399 + 4452 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779399.2418 + 4452 Query SELECT * FROM s1_general WHERE shown = 1 + 4452 Query SELECT * FROM s1_users WHERE invited != 0 + 4452 Query SELECT * FROM `s1_fdata` + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4452 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4452 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779399 + 4452 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736199 + 4452 Query SELECT * FROM s1_config + 4452 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508692999 + 4452 Query SELECT timestamp from s1_deleting where uid = 6 + 4452 Query SELECT id FROM s1_alidata WHERE tag ='[message] That if you can create another servant of travian but for thousand of speed to play the second servantrn_________________________rnReply: cyberghostrnrnSorry dude, I did not understand that.rnrn_________________________rnReply: livenrnrnFriend believe a game for 1000 to play awhile with a small map that you say[/message]' + 4452 Query SELECT id FROM s1_users where username = '[message] That if you can create another servant of travian but for thousand of speed to play the second servant\r\n_________________________\r\nReply: cyberghost\r\n\r\nSorry dude, I did not understand that.\r\n\r\n_________________________\r\nReply: liven\r\n\r\nFriend believe a game for 1000 to play awhile with a small map that you say[/message]' + 4452 Query SELECT * FROM s1_ndata where id = 0 ORDER BY time DESC + 4452 Query SELECT username FROM s1_users where id = 46 + 4452 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4452 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778799 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4452 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4452 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4452 Query SELECT * from s1_fdata where vref = 22609 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4452 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4452 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4452 Quit +171023 19:23:20 4453 Connect root@localhost as anonymous on + 4453 Init DB travian + 4453 Query SET NAMES 'UTF8' + 4453 Query SELECT * FROM s1_users where username = 'cyberghost' + 4453 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4453 Query SELECT sit FROM s1_online where uid = 6 + 4453 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4453 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4453 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4453 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4453 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4453 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4453 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4453 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4453 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4453 Query REPLACE into s1_active values ('cyberghost',1508779400) + 4453 Query UPDATE s1_users set timestamp = '1508779400' where username = 'cyberghost' + 4453 Query REPLACE into s1_active values ('cyberghost',1508779400) + 4453 Query UPDATE s1_users set timestamp = 1508779400 where username = 'cyberghost' + 4453 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4453 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4453 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4453 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4453 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4453 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4453 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4453 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4453 Query SELECT * FROM s1_vdata where wref = '22609' + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT x,y FROM s1_wdata where id = 22609 + 4453 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4453 Query SELECT * FROM s1_odata where conqured = 22609 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_enforcement where vref = 22609 + 4453 Query SELECT * from s1_enforcement where `from` = 22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_enforcement where vref = 22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4453 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT tribe FROM s1_users where id = 6 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * from s1_tdata where vref = 22609 + 4453 Query SELECT * FROM s1_abdata where vref = 22609 + 4453 Query SELECT * FROM s1_research where vref = 22609 + 4453 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4453 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4453 Query UPDATE s1_vdata set wood = 29003, clay = 38466, iron = 29001, crop = 45367 where wref = 22609 + 4453 Query UPDATE s1_vdata set lastupdate = 1508779400 where wref = 22609 + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT x,y FROM s1_wdata where id = 22609 + 4453 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4453 Query SELECT * FROM s1_odata where conqured = 22609 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_enforcement where vref = 22609 + 4453 Query SELECT * from s1_enforcement where `from` = 22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_enforcement where vref = 22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4453 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT tribe FROM s1_users where id = 6 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * from s1_tdata where vref = 22609 + 4453 Query SELECT * FROM s1_abdata where vref = 22609 + 4453 Query SELECT * FROM s1_research where vref = 22609 + 4453 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4453 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4453 Query SELECT count(id) FROM s1_users where id > 5 + 4453 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4453 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4453 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4453 Query DELETE FROM s1_active WHERE timestamp < 1508563400 + 4453 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4453 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 16778 + 4453 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 16780 + 4453 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 17378 + 4453 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 17984 + 4453 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 17986 + 4453 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 18390 + 4453 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 18595 + 4453 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 18799 + 4453 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 19194 + 4453 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 20198 + 4453 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4453 Query UPDATE s1_odata set lastupdated = 1508779400 where wref = 22206 + 4453 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4453 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4453 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4453 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4453 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4453 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779400 + 4453 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778800 + 4453 Query SELECT * FROM s1_hero + 4453 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4453 Query UPDATE `s1_hero` SET lastupdate = '1508779400' WHERE heroid = 2 + 4453 Query SELECT * from s1_units where vref = 20599 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_units where vref = 18790 + 4453 Query SELECT uid FROM s1_deleting where timestamp < 1508779400 + 4453 Query SELECT * FROM s1_bdata where timestamp < 1508779400 and master = 0 + 4453 Query SELECT * FROM s1_bdata WHERE master = 1 + 4453 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779400 + 4453 Query SELECT * FROM `s1_fdata` + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4453 Query DELETE from s1_route where timeleft < 1508779400 + 4453 Query SELECT * FROM s1_route where timestamp < 1508779400 + 4453 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779400.8969 + 4453 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779400.8969 + 4453 Query SELECT * FROM s1_research where timestamp < 1508779400 + 4453 Query SELECT * FROM s1_training where vref IS NOT NULL + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT owner FROM s1_vdata where wref = 22609 + 4453 Query SELECT b4 FROM s1_users where id = 6 + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4453 Query SELECT * from s1_units where vref = 22609 + 4453 Query SELECT * from s1_enforcement where vref = 22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4453 Query SELECT * FROM s1_vdata where wref = 22609 + 4453 Query SELECT tribe FROM s1_users where id = 6 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT owner FROM s1_vdata where wref = 22609 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4453 Query SELECT * from s1_units where vref = 36787 + 4453 Query SELECT * from s1_enforcement where vref = 36787 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4453 Query SELECT * FROM s1_vdata where wref = 36787 + 4453 Query SELECT tribe FROM s1_users where id = 94 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4453 Query SELECT * from s1_fdata where vref = 36787 + 4453 Query SELECT owner FROM s1_vdata where wref = 36787 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4453 Query SELECT * from s1_units where vref = 36787 + 4453 Query SELECT owner FROM s1_vdata where wref = 36787 + 4453 Query SELECT b4 FROM s1_users where id = 94 + 4453 Query SELECT * from s1_fdata where vref = 36787 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4453 Query SELECT crop FROM s1_vdata where wref = 36787 + 4453 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4453 Query SELECT owner FROM s1_vdata where wref = 36787 + 4453 Query SELECT b4 FROM s1_users where id = 94 + 4453 Query SELECT * from s1_fdata where vref = 36787 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4453 Query SELECT * from s1_units where vref = 1801 + 4453 Query SELECT * from s1_enforcement where vref = 1801 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4453 Query SELECT * FROM s1_vdata where wref = 1801 + 4453 Query SELECT tribe FROM s1_users where id = 90 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4453 Query SELECT * from s1_fdata where vref = 1801 + 4453 Query SELECT owner FROM s1_vdata where wref = 1801 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4453 Query SELECT * from s1_units where vref = 1801 + 4453 Query SELECT owner FROM s1_vdata where wref = 1801 + 4453 Query SELECT b4 FROM s1_users where id = 90 + 4453 Query SELECT * from s1_fdata where vref = 1801 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4453 Query SELECT crop FROM s1_vdata where wref = 1801 + 4453 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4453 Query SELECT owner FROM s1_vdata where wref = 1801 + 4453 Query SELECT b4 FROM s1_users where id = 90 + 4453 Query SELECT * from s1_fdata where vref = 1801 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4453 Query SELECT * from s1_units where vref = 1592 + 4453 Query SELECT * from s1_enforcement where vref = 1592 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4453 Query SELECT * FROM s1_vdata where wref = 1592 + 4453 Query SELECT tribe FROM s1_users where id = 67 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4453 Query SELECT * from s1_fdata where vref = 1592 + 4453 Query SELECT owner FROM s1_vdata where wref = 1592 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4453 Query SELECT * from s1_units where vref = 1592 + 4453 Query SELECT owner FROM s1_vdata where wref = 1592 + 4453 Query SELECT b4 FROM s1_users where id = 67 + 4453 Query SELECT * from s1_fdata where vref = 1592 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4453 Query SELECT crop FROM s1_vdata where wref = 1592 + 4453 Query SELECT owner FROM s1_vdata where wref = 1592 + 4453 Query SELECT b4 FROM s1_users where id = 67 + 4453 Query SELECT * from s1_fdata where vref = 1592 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4453 Query SELECT * from s1_units where vref = 20599 + 4453 Query SELECT * from s1_enforcement where vref = 20599 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4453 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4453 Query SELECT * FROM s1_vdata where wref = 20599 + 4453 Query SELECT tribe FROM s1_users where id = 46 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4453 Query SELECT * from s1_fdata where vref = 20599 + 4453 Query SELECT owner FROM s1_vdata where wref = 20599 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4453 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4453 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4453 Query SELECT owner FROM s1_vdata where wref = 20599 + 4453 Query SELECT b4 FROM s1_users where id = 46 + 4453 Query SELECT * from s1_fdata where vref = 20599 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4453 Query SELECT crop FROM s1_vdata where wref = 20599 + 4453 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4453 Query SELECT owner FROM s1_vdata where wref = 20599 + 4453 Query SELECT b4 FROM s1_users where id = 46 + 4453 Query SELECT * from s1_fdata where vref = 20599 + 4453 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4453 Query SELECT * FROM s1_vdata where celebration < 1508779400 AND celebration != 0 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779400 ORDER BY endtime ASC + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779400 + 4453 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779400 + 4453 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779400 + 4453 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4453 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4453 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4453 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779400 + 4453 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779400.9639 + 4453 Query SELECT * FROM s1_general WHERE shown = 1 + 4453 Query SELECT * FROM s1_users WHERE invited != 0 + 4453 Query SELECT * FROM `s1_fdata` + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 +171023 19:23:21 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4453 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4453 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779401 + 4453 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736201 + 4453 Query SELECT * FROM s1_config + 4453 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693001 + 4453 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4453 Query SELECT timestamp from s1_deleting where uid = 6 + 4453 Query SELECT * FROM s1_users where id = 6 + 4453 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4453 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778801 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4453 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4453 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4453 Query SELECT * from s1_fdata where vref = 22609 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4453 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4453 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4453 Quit +171023 19:23:26 4454 Connect root@localhost as anonymous on + 4454 Init DB travian + 4454 Query SET NAMES 'UTF8' + 4454 Query SELECT * FROM s1_users where username = 'cyberghost' + 4454 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4454 Query SELECT sit FROM s1_online where uid = 6 + 4454 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4454 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4454 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4454 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4454 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4454 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4454 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4454 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4454 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4454 Query REPLACE into s1_active values ('cyberghost',1508779406) + 4454 Query UPDATE s1_users set timestamp = '1508779406' where username = 'cyberghost' + 4454 Query REPLACE into s1_active values ('cyberghost',1508779406) + 4454 Query UPDATE s1_users set timestamp = 1508779406 where username = 'cyberghost' + 4454 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4454 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4454 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4454 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4454 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 +171023 19:23:27 4454 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4454 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4454 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4454 Query SELECT * FROM s1_vdata where wref = '22609' + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT * from s1_fdata where vref = 22609 + 4454 Query SELECT x,y FROM s1_wdata where id = 22609 + 4454 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4454 Query SELECT * FROM s1_odata where conqured = 22609 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_enforcement where vref = 22609 + 4454 Query SELECT * from s1_enforcement where `from` = 22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_enforcement where vref = 22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4454 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT tribe FROM s1_users where id = 6 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * from s1_tdata where vref = 22609 + 4454 Query SELECT * FROM s1_abdata where vref = 22609 + 4454 Query SELECT * FROM s1_research where vref = 22609 + 4454 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4454 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4454 Query SELECT * from s1_fdata where vref = 22609 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4454 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4454 Query UPDATE s1_vdata set lastupdate = 1508779407 where wref = 22609 + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT * from s1_fdata where vref = 22609 + 4454 Query SELECT x,y FROM s1_wdata where id = 22609 + 4454 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4454 Query SELECT * FROM s1_odata where conqured = 22609 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_enforcement where vref = 22609 + 4454 Query SELECT * from s1_enforcement where `from` = 22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_enforcement where vref = 22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4454 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT tribe FROM s1_users where id = 6 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * from s1_tdata where vref = 22609 + 4454 Query SELECT * FROM s1_abdata where vref = 22609 + 4454 Query SELECT * FROM s1_research where vref = 22609 + 4454 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4454 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4454 Query SELECT count(id) FROM s1_users where id > 5 + 4454 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4454 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4454 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4454 Query DELETE FROM s1_active WHERE timestamp < 1508563407 + 4454 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4454 Query UPDATE s1_odata set wood = 187.01555555556, clay = 187.01555555556, iron = 187.01555555556, crop = 187.01555555556 where wref = 16778 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 16778 + 4454 Query UPDATE s1_odata set wood = 152.01555555556, clay = 152.01555555556, iron = 152.01555555556, crop = 152.01555555556 where wref = 16780 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 16780 + 4454 Query UPDATE s1_odata set wood = 339.01555555556, clay = 339.01555555556, iron = 339.01555555556, crop = 339.01555555556 where wref = 17378 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17378 + 4454 Query UPDATE s1_odata set wood = 499.01555555556, clay = 499.01555555556, iron = 499.01555555556, crop = 499.01555555556 where wref = 17984 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17984 + 4454 Query UPDATE s1_odata set wood = 559.01555555556, clay = 559.01555555556, iron = 559.01555555556, crop = 559.01555555556 where wref = 17986 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17986 + 4454 Query UPDATE s1_odata set wood = 108.01555555556, clay = 108.01555555556, iron = 108.01555555556, crop = 108.01555555556 where wref = 18390 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18390 + 4454 Query UPDATE s1_odata set wood = 476.01555555556, clay = 476.01555555556, iron = 476.01555555556, crop = 476.01555555556 where wref = 18595 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18595 + 4454 Query UPDATE s1_odata set wood = 316.01555555556, clay = 316.01555555556, iron = 316.01555555556, crop = 316.01555555556 where wref = 18799 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18799 + 4454 Query UPDATE s1_odata set wood = 562.01555555556, clay = 562.01555555556, iron = 562.01555555556, crop = 562.01555555556 where wref = 19194 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 19194 + 4454 Query UPDATE s1_odata set wood = 24.015555555556, clay = 24.015555555556, iron = 24.015555555556, crop = 24.015555555556 where wref = 20198 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 20198 + 4454 Query UPDATE s1_odata set wood = 234.01555555556, clay = 234.01555555556, iron = 234.01555555556, crop = 234.01555555556 where wref = 22206 + 4454 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 22206 + 4454 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4454 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4454 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4454 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4454 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4454 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779407 + 4454 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778807 + 4454 Query SELECT * FROM s1_hero + 4454 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4454 Query UPDATE `s1_hero` SET lastupdate = '1508779407' WHERE heroid = 2 + 4454 Query SELECT * from s1_units where vref = 20599 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_units where vref = 18790 + 4454 Query SELECT uid FROM s1_deleting where timestamp < 1508779407 + 4454 Query SELECT * FROM s1_bdata where timestamp < 1508779407 and master = 0 + 4454 Query SELECT * FROM s1_bdata WHERE master = 1 + 4454 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779407 + 4454 Query SELECT * FROM `s1_fdata` + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4454 Query DELETE from s1_route where timeleft < 1508779407 + 4454 Query SELECT * FROM s1_route where timestamp < 1508779407 + 4454 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779407.1853 + 4454 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779407.1853 + 4454 Query SELECT * FROM s1_research where timestamp < 1508779407 + 4454 Query SELECT * FROM s1_training where vref IS NOT NULL + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT owner FROM s1_vdata where wref = 22609 + 4454 Query SELECT b4 FROM s1_users where id = 6 + 4454 Query SELECT * from s1_fdata where vref = 22609 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4454 Query SELECT * from s1_units where vref = 22609 + 4454 Query SELECT * from s1_enforcement where vref = 22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4454 Query SELECT * FROM s1_vdata where wref = 22609 + 4454 Query SELECT tribe FROM s1_users where id = 6 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4454 Query SELECT * from s1_fdata where vref = 22609 + 4454 Query SELECT owner FROM s1_vdata where wref = 22609 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4454 Query SELECT * from s1_units where vref = 36787 + 4454 Query SELECT * from s1_enforcement where vref = 36787 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4454 Query SELECT * FROM s1_vdata where wref = 36787 + 4454 Query SELECT tribe FROM s1_users where id = 94 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4454 Query SELECT * from s1_fdata where vref = 36787 + 4454 Query SELECT owner FROM s1_vdata where wref = 36787 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4454 Query SELECT * from s1_units where vref = 36787 + 4454 Query SELECT owner FROM s1_vdata where wref = 36787 + 4454 Query SELECT b4 FROM s1_users where id = 94 + 4454 Query SELECT * from s1_fdata where vref = 36787 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4454 Query SELECT crop FROM s1_vdata where wref = 36787 + 4454 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4454 Query SELECT owner FROM s1_vdata where wref = 36787 + 4454 Query SELECT b4 FROM s1_users where id = 94 + 4454 Query SELECT * from s1_fdata where vref = 36787 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4454 Query SELECT * from s1_units where vref = 1801 + 4454 Query SELECT * from s1_enforcement where vref = 1801 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4454 Query SELECT * FROM s1_vdata where wref = 1801 + 4454 Query SELECT tribe FROM s1_users where id = 90 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4454 Query SELECT * from s1_fdata where vref = 1801 + 4454 Query SELECT owner FROM s1_vdata where wref = 1801 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4454 Query SELECT * from s1_units where vref = 1801 + 4454 Query SELECT owner FROM s1_vdata where wref = 1801 + 4454 Query SELECT b4 FROM s1_users where id = 90 + 4454 Query SELECT * from s1_fdata where vref = 1801 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4454 Query SELECT crop FROM s1_vdata where wref = 1801 + 4454 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4454 Query SELECT owner FROM s1_vdata where wref = 1801 + 4454 Query SELECT b4 FROM s1_users where id = 90 + 4454 Query SELECT * from s1_fdata where vref = 1801 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4454 Query SELECT * from s1_units where vref = 1592 + 4454 Query SELECT * from s1_enforcement where vref = 1592 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4454 Query SELECT * FROM s1_vdata where wref = 1592 + 4454 Query SELECT tribe FROM s1_users where id = 67 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4454 Query SELECT * from s1_fdata where vref = 1592 + 4454 Query SELECT owner FROM s1_vdata where wref = 1592 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4454 Query SELECT * from s1_units where vref = 1592 + 4454 Query SELECT owner FROM s1_vdata where wref = 1592 + 4454 Query SELECT b4 FROM s1_users where id = 67 + 4454 Query SELECT * from s1_fdata where vref = 1592 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4454 Query SELECT crop FROM s1_vdata where wref = 1592 + 4454 Query SELECT owner FROM s1_vdata where wref = 1592 + 4454 Query SELECT b4 FROM s1_users where id = 67 + 4454 Query SELECT * from s1_fdata where vref = 1592 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4454 Query SELECT * from s1_units where vref = 20599 + 4454 Query SELECT * from s1_enforcement where vref = 20599 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4454 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4454 Query SELECT * FROM s1_vdata where wref = 20599 + 4454 Query SELECT tribe FROM s1_users where id = 46 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4454 Query SELECT * from s1_fdata where vref = 20599 + 4454 Query SELECT owner FROM s1_vdata where wref = 20599 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4454 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4454 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4454 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4454 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4454 Query SELECT owner FROM s1_vdata where wref = 20599 + 4454 Query SELECT b4 FROM s1_users where id = 46 + 4454 Query SELECT * from s1_fdata where vref = 20599 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4454 Query SELECT crop FROM s1_vdata where wref = 20599 + 4454 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4454 Query SELECT owner FROM s1_vdata where wref = 20599 + 4454 Query SELECT b4 FROM s1_users where id = 46 + 4454 Query SELECT * from s1_fdata where vref = 20599 + 4454 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4454 Query SELECT * FROM s1_vdata where celebration < 1508779407 AND celebration != 0 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779407 ORDER BY endtime ASC + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779407 + 4454 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779407 + 4454 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779407 + 4454 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4454 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4454 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4454 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779407 + 4454 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779407.2543 + 4454 Query SELECT * FROM s1_general WHERE shown = 1 + 4454 Query SELECT * FROM s1_users WHERE invited != 0 + 4454 Query SELECT * FROM `s1_fdata` + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4454 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4454 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779407 + 4454 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736207 + 4454 Query SELECT * FROM s1_config + 4454 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693007 + 4454 Query SELECT id FROM s1_users where username = 'Support' + 4454 Query SELECT * FROM s1_mdata WHERE owner='6' AND time > 1508779407 - 60 + 4454 Query INSERT INTO s1_mdata values (0,1,6,'test','[message]test[/message]',0,0,0,1508779407,0,0,0,0,0,0) + 4454 Quit + 4455 Connect root@localhost as anonymous on + 4455 Init DB travian + 4455 Query SET NAMES 'UTF8' + 4455 Query SELECT * FROM s1_users where username = 'cyberghost' + 4455 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4455 Query SELECT sit FROM s1_online where uid = 6 + 4455 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4455 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4455 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4455 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4455 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4455 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4455 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4455 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4455 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4455 Query REPLACE into s1_active values ('cyberghost',1508779407) + 4455 Query UPDATE s1_users set timestamp = '1508779407' where username = 'cyberghost' + 4455 Query REPLACE into s1_active values ('cyberghost',1508779407) + 4455 Query UPDATE s1_users set timestamp = 1508779407 where username = 'cyberghost' + 4455 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4455 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4455 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4455 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4455 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4455 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4455 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4455 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4455 Query SELECT * FROM s1_vdata where wref = '22609' + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT x,y FROM s1_wdata where id = 22609 + 4455 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4455 Query SELECT * FROM s1_odata where conqured = 22609 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_enforcement where vref = 22609 + 4455 Query SELECT * from s1_enforcement where `from` = 22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_enforcement where vref = 22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4455 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT tribe FROM s1_users where id = 6 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * from s1_tdata where vref = 22609 + 4455 Query SELECT * FROM s1_abdata where vref = 22609 + 4455 Query SELECT * FROM s1_research where vref = 22609 + 4455 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4455 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4455 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4455 Query UPDATE s1_vdata set lastupdate = 1508779407 where wref = 22609 + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT x,y FROM s1_wdata where id = 22609 + 4455 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4455 Query SELECT * FROM s1_odata where conqured = 22609 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_enforcement where vref = 22609 + 4455 Query SELECT * from s1_enforcement where `from` = 22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_enforcement where vref = 22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4455 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT tribe FROM s1_users where id = 6 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * from s1_tdata where vref = 22609 + 4455 Query SELECT * FROM s1_abdata where vref = 22609 + 4455 Query SELECT * FROM s1_research where vref = 22609 + 4455 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4455 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4455 Query SELECT count(id) FROM s1_users where id > 5 + 4455 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4455 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4455 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4455 Query DELETE FROM s1_active WHERE timestamp < 1508563407 + 4455 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4455 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 16778 + 4455 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 16780 + 4455 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17378 + 4455 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17984 + 4455 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 17986 + 4455 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18390 + 4455 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18595 + 4455 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 18799 + 4455 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 19194 + 4455 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 20198 + 4455 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4455 Query UPDATE s1_odata set lastupdated = 1508779407 where wref = 22206 + 4455 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4455 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4455 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4455 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4455 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4455 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779407 + 4455 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778807 + 4455 Query SELECT * FROM s1_hero + 4455 Query SELECT * from s1_units where vref = 20599 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_units where vref = 18790 + 4455 Query SELECT uid FROM s1_deleting where timestamp < 1508779407 + 4455 Query SELECT * FROM s1_bdata where timestamp < 1508779407 and master = 0 + 4455 Query SELECT * FROM s1_bdata WHERE master = 1 + 4455 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779407 + 4455 Query SELECT * FROM `s1_fdata` + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4455 Query DELETE from s1_route where timeleft < 1508779407 + 4455 Query SELECT * FROM s1_route where timestamp < 1508779407 + 4455 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779407.5253 + 4455 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779407.5253 + 4455 Query SELECT * FROM s1_research where timestamp < 1508779407 + 4455 Query SELECT * FROM s1_training where vref IS NOT NULL + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT owner FROM s1_vdata where wref = 22609 + 4455 Query SELECT b4 FROM s1_users where id = 6 + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4455 Query SELECT * from s1_units where vref = 22609 + 4455 Query SELECT * from s1_enforcement where vref = 22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4455 Query SELECT * FROM s1_vdata where wref = 22609 + 4455 Query SELECT tribe FROM s1_users where id = 6 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT owner FROM s1_vdata where wref = 22609 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4455 Query SELECT * from s1_units where vref = 36787 + 4455 Query SELECT * from s1_enforcement where vref = 36787 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4455 Query SELECT * FROM s1_vdata where wref = 36787 + 4455 Query SELECT tribe FROM s1_users where id = 94 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4455 Query SELECT * from s1_fdata where vref = 36787 + 4455 Query SELECT owner FROM s1_vdata where wref = 36787 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4455 Query SELECT * from s1_units where vref = 36787 + 4455 Query SELECT owner FROM s1_vdata where wref = 36787 + 4455 Query SELECT b4 FROM s1_users where id = 94 + 4455 Query SELECT * from s1_fdata where vref = 36787 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4455 Query SELECT crop FROM s1_vdata where wref = 36787 + 4455 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4455 Query SELECT owner FROM s1_vdata where wref = 36787 + 4455 Query SELECT b4 FROM s1_users where id = 94 + 4455 Query SELECT * from s1_fdata where vref = 36787 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4455 Query SELECT * from s1_units where vref = 1801 + 4455 Query SELECT * from s1_enforcement where vref = 1801 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4455 Query SELECT * FROM s1_vdata where wref = 1801 + 4455 Query SELECT tribe FROM s1_users where id = 90 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4455 Query SELECT * from s1_fdata where vref = 1801 + 4455 Query SELECT owner FROM s1_vdata where wref = 1801 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4455 Query SELECT * from s1_units where vref = 1801 + 4455 Query SELECT owner FROM s1_vdata where wref = 1801 + 4455 Query SELECT b4 FROM s1_users where id = 90 + 4455 Query SELECT * from s1_fdata where vref = 1801 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4455 Query SELECT crop FROM s1_vdata where wref = 1801 + 4455 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4455 Query SELECT owner FROM s1_vdata where wref = 1801 + 4455 Query SELECT b4 FROM s1_users where id = 90 + 4455 Query SELECT * from s1_fdata where vref = 1801 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4455 Query SELECT * from s1_units where vref = 1592 + 4455 Query SELECT * from s1_enforcement where vref = 1592 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4455 Query SELECT * FROM s1_vdata where wref = 1592 + 4455 Query SELECT tribe FROM s1_users where id = 67 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4455 Query SELECT * from s1_fdata where vref = 1592 + 4455 Query SELECT owner FROM s1_vdata where wref = 1592 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4455 Query SELECT * from s1_units where vref = 1592 + 4455 Query SELECT owner FROM s1_vdata where wref = 1592 + 4455 Query SELECT b4 FROM s1_users where id = 67 + 4455 Query SELECT * from s1_fdata where vref = 1592 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4455 Query SELECT crop FROM s1_vdata where wref = 1592 + 4455 Query SELECT owner FROM s1_vdata where wref = 1592 + 4455 Query SELECT b4 FROM s1_users where id = 67 + 4455 Query SELECT * from s1_fdata where vref = 1592 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4455 Query SELECT * from s1_units where vref = 20599 + 4455 Query SELECT * from s1_enforcement where vref = 20599 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4455 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4455 Query SELECT * FROM s1_vdata where wref = 20599 + 4455 Query SELECT tribe FROM s1_users where id = 46 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4455 Query SELECT * from s1_fdata where vref = 20599 + 4455 Query SELECT owner FROM s1_vdata where wref = 20599 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4455 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4455 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4455 Query SELECT owner FROM s1_vdata where wref = 20599 + 4455 Query SELECT b4 FROM s1_users where id = 46 + 4455 Query SELECT * from s1_fdata where vref = 20599 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4455 Query SELECT crop FROM s1_vdata where wref = 20599 + 4455 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4455 Query SELECT owner FROM s1_vdata where wref = 20599 + 4455 Query SELECT b4 FROM s1_users where id = 46 + 4455 Query SELECT * from s1_fdata where vref = 20599 + 4455 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4455 Query SELECT * FROM s1_vdata where celebration < 1508779407 AND celebration != 0 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779407 ORDER BY endtime ASC + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779407 + 4455 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779407 + 4455 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779407 + 4455 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4455 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4455 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4455 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779407 + 4455 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779407.5933 + 4455 Query SELECT * FROM s1_general WHERE shown = 1 + 4455 Query SELECT * FROM s1_users WHERE invited != 0 + 4455 Query SELECT * FROM `s1_fdata` + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4455 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4455 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779407 + 4455 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736207 + 4455 Query SELECT * FROM s1_config + 4455 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693007 + 4455 Query SELECT timestamp from s1_deleting where uid = 6 + 4455 Query SELECT * FROM s1_users WHERE `id`='6' + 4455 Query SELECT username FROM s1_users where id = 1 + 4455 Query SELECT username FROM s1_users where id = 46 + 4455 Query SELECT username FROM s1_users where id = 46 + 4455 Query SELECT username FROM s1_users where id = 98 + 4455 Query SELECT username FROM s1_users where id = 97 + 4455 Query SELECT username FROM s1_users where id = 96 + 4455 Query SELECT username FROM s1_users where id = 95 + 4455 Query SELECT username FROM s1_users where id = 94 + 4455 Query SELECT username FROM s1_users where id = 93 + 4455 Query SELECT username FROM s1_users where id = 46 + 4455 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4455 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778807 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4455 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4455 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4455 Query SELECT * from s1_fdata where vref = 22609 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4455 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4455 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4455 Quit +171023 19:23:29 4456 Connect root@localhost as anonymous on + 4456 Init DB travian + 4456 Query SET NAMES 'UTF8' + 4456 Query SELECT * FROM s1_users where username = 'cyberghost' + 4456 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4456 Query SELECT sit FROM s1_online where uid = 6 + 4456 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4456 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4456 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4456 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4456 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4456 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4456 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4456 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4456 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4456 Query REPLACE into s1_active values ('cyberghost',1508779409) + 4456 Query UPDATE s1_users set timestamp = '1508779409' where username = 'cyberghost' + 4456 Query REPLACE into s1_active values ('cyberghost',1508779409) + 4456 Query UPDATE s1_users set timestamp = 1508779409 where username = 'cyberghost' + 4456 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4456 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4456 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4456 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4456 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4456 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4456 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4456 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4456 Query SELECT * FROM s1_vdata where wref = '22609' + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT x,y FROM s1_wdata where id = 22609 + 4456 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4456 Query SELECT * FROM s1_odata where conqured = 22609 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_enforcement where vref = 22609 + 4456 Query SELECT * from s1_enforcement where `from` = 22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_enforcement where vref = 22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4456 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT tribe FROM s1_users where id = 6 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * from s1_tdata where vref = 22609 + 4456 Query SELECT * FROM s1_abdata where vref = 22609 + 4456 Query SELECT * FROM s1_research where vref = 22609 + 4456 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4456 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4456 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4456 Query UPDATE s1_vdata set lastupdate = 1508779409 where wref = 22609 + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT x,y FROM s1_wdata where id = 22609 + 4456 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4456 Query SELECT * FROM s1_odata where conqured = 22609 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_enforcement where vref = 22609 + 4456 Query SELECT * from s1_enforcement where `from` = 22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_enforcement where vref = 22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4456 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT tribe FROM s1_users where id = 6 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * from s1_tdata where vref = 22609 + 4456 Query SELECT * FROM s1_abdata where vref = 22609 + 4456 Query SELECT * FROM s1_research where vref = 22609 + 4456 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4456 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4456 Query SELECT count(id) FROM s1_users where id > 5 + 4456 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4456 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4456 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4456 Query DELETE FROM s1_active WHERE timestamp < 1508563409 + 4456 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4456 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 16778 + 4456 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 16780 + 4456 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 17378 + 4456 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 17984 + 4456 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 17986 + 4456 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 18390 + 4456 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 18595 + 4456 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 18799 + 4456 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 19194 + 4456 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 20198 + 4456 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4456 Query UPDATE s1_odata set lastupdated = 1508779409 where wref = 22206 + 4456 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4456 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4456 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4456 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4456 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4456 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779409 + 4456 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778809 + 4456 Query SELECT * FROM s1_hero + 4456 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4456 Query UPDATE `s1_hero` SET lastupdate = '1508779409' WHERE heroid = 2 + 4456 Query SELECT * from s1_units where vref = 20599 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_units where vref = 18790 + 4456 Query SELECT uid FROM s1_deleting where timestamp < 1508779409 + 4456 Query SELECT * FROM s1_bdata where timestamp < 1508779409 and master = 0 + 4456 Query SELECT * FROM s1_bdata WHERE master = 1 + 4456 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779409 + 4456 Query SELECT * FROM `s1_fdata` + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4456 Query DELETE from s1_route where timeleft < 1508779409 + 4456 Query SELECT * FROM s1_route where timestamp < 1508779409 + 4456 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779409.4604 + 4456 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779409.4604 + 4456 Query SELECT * FROM s1_research where timestamp < 1508779409 + 4456 Query SELECT * FROM s1_training where vref IS NOT NULL + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT owner FROM s1_vdata where wref = 22609 + 4456 Query SELECT b4 FROM s1_users where id = 6 + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4456 Query SELECT * from s1_units where vref = 22609 + 4456 Query SELECT * from s1_enforcement where vref = 22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4456 Query SELECT * FROM s1_vdata where wref = 22609 + 4456 Query SELECT tribe FROM s1_users where id = 6 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT owner FROM s1_vdata where wref = 22609 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4456 Query SELECT * from s1_units where vref = 36787 + 4456 Query SELECT * from s1_enforcement where vref = 36787 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4456 Query SELECT * FROM s1_vdata where wref = 36787 + 4456 Query SELECT tribe FROM s1_users where id = 94 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4456 Query SELECT * from s1_fdata where vref = 36787 + 4456 Query SELECT owner FROM s1_vdata where wref = 36787 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4456 Query SELECT * from s1_units where vref = 36787 + 4456 Query SELECT owner FROM s1_vdata where wref = 36787 + 4456 Query SELECT b4 FROM s1_users where id = 94 + 4456 Query SELECT * from s1_fdata where vref = 36787 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4456 Query SELECT crop FROM s1_vdata where wref = 36787 + 4456 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4456 Query SELECT owner FROM s1_vdata where wref = 36787 + 4456 Query SELECT b4 FROM s1_users where id = 94 + 4456 Query SELECT * from s1_fdata where vref = 36787 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4456 Query SELECT * from s1_units where vref = 1801 + 4456 Query SELECT * from s1_enforcement where vref = 1801 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4456 Query SELECT * FROM s1_vdata where wref = 1801 + 4456 Query SELECT tribe FROM s1_users where id = 90 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4456 Query SELECT * from s1_fdata where vref = 1801 + 4456 Query SELECT owner FROM s1_vdata where wref = 1801 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4456 Query SELECT * from s1_units where vref = 1801 + 4456 Query SELECT owner FROM s1_vdata where wref = 1801 + 4456 Query SELECT b4 FROM s1_users where id = 90 + 4456 Query SELECT * from s1_fdata where vref = 1801 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4456 Query SELECT crop FROM s1_vdata where wref = 1801 + 4456 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4456 Query SELECT owner FROM s1_vdata where wref = 1801 + 4456 Query SELECT b4 FROM s1_users where id = 90 + 4456 Query SELECT * from s1_fdata where vref = 1801 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4456 Query SELECT * from s1_units where vref = 1592 + 4456 Query SELECT * from s1_enforcement where vref = 1592 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4456 Query SELECT * FROM s1_vdata where wref = 1592 + 4456 Query SELECT tribe FROM s1_users where id = 67 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4456 Query SELECT * from s1_fdata where vref = 1592 + 4456 Query SELECT owner FROM s1_vdata where wref = 1592 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4456 Query SELECT * from s1_units where vref = 1592 + 4456 Query SELECT owner FROM s1_vdata where wref = 1592 + 4456 Query SELECT b4 FROM s1_users where id = 67 + 4456 Query SELECT * from s1_fdata where vref = 1592 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4456 Query SELECT crop FROM s1_vdata where wref = 1592 + 4456 Query SELECT owner FROM s1_vdata where wref = 1592 + 4456 Query SELECT b4 FROM s1_users where id = 67 + 4456 Query SELECT * from s1_fdata where vref = 1592 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4456 Query SELECT * from s1_units where vref = 20599 + 4456 Query SELECT * from s1_enforcement where vref = 20599 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4456 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4456 Query SELECT * FROM s1_vdata where wref = 20599 + 4456 Query SELECT tribe FROM s1_users where id = 46 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4456 Query SELECT * from s1_fdata where vref = 20599 + 4456 Query SELECT owner FROM s1_vdata where wref = 20599 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4456 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4456 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4456 Query SELECT owner FROM s1_vdata where wref = 20599 + 4456 Query SELECT b4 FROM s1_users where id = 46 + 4456 Query SELECT * from s1_fdata where vref = 20599 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4456 Query SELECT crop FROM s1_vdata where wref = 20599 + 4456 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4456 Query SELECT owner FROM s1_vdata where wref = 20599 + 4456 Query SELECT b4 FROM s1_users where id = 46 + 4456 Query SELECT * from s1_fdata where vref = 20599 + 4456 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4456 Query SELECT * FROM s1_vdata where celebration < 1508779409 AND celebration != 0 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779409 ORDER BY endtime ASC + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779409 + 4456 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779409 + 4456 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779409 + 4456 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4456 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4456 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4456 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779409 + 4456 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779409.5284 + 4456 Query SELECT * FROM s1_general WHERE shown = 1 + 4456 Query SELECT * FROM s1_users WHERE invited != 0 + 4456 Query SELECT * FROM `s1_fdata` + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4456 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4456 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779409 + 4456 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736209 + 4456 Query SELECT * FROM s1_config + 4456 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693009 + 4456 Query SELECT timestamp from s1_deleting where uid = 6 + 4456 Query UPDATE s1_mdata set viewed = 1 where id = 707 AND target IN(6,1) + 4456 Query SELECT id FROM s1_alidata WHERE tag ='[message]test[/message]' + 4456 Query SELECT id FROM s1_users where username = '[message]test[/message]' + 4456 Query SELECT * FROM s1_ndata where id = 0 ORDER BY time DESC + 4456 Query SELECT username FROM s1_users where id = 6 + 4456 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4456 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778809 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4456 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4456 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4456 Query SELECT * from s1_fdata where vref = 22609 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4456 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4456 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4456 Quit +171023 19:23:31 4457 Connect root@localhost as anonymous on + 4457 Init DB travian + 4457 Query SET NAMES 'UTF8' + 4457 Query SELECT * FROM s1_users where username = 'cyberghost' + 4457 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4457 Query SELECT sit FROM s1_online where uid = 6 + 4457 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4457 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4457 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4457 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4457 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4457 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4457 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4457 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4457 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4457 Query REPLACE into s1_active values ('cyberghost',1508779411) + 4457 Query UPDATE s1_users set timestamp = '1508779411' where username = 'cyberghost' + 4457 Query REPLACE into s1_active values ('cyberghost',1508779411) + 4457 Query UPDATE s1_users set timestamp = 1508779411 where username = 'cyberghost' + 4457 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4457 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4457 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4457 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4457 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4457 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4457 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4457 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4457 Query SELECT * FROM s1_vdata where wref = '22609' + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT x,y FROM s1_wdata where id = 22609 + 4457 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4457 Query SELECT * FROM s1_odata where conqured = 22609 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_enforcement where vref = 22609 + 4457 Query SELECT * from s1_enforcement where `from` = 22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_enforcement where vref = 22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4457 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT tribe FROM s1_users where id = 6 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * from s1_tdata where vref = 22609 + 4457 Query SELECT * FROM s1_abdata where vref = 22609 + 4457 Query SELECT * FROM s1_research where vref = 22609 + 4457 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4457 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4457 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4457 Query UPDATE s1_vdata set lastupdate = 1508779411 where wref = 22609 + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT x,y FROM s1_wdata where id = 22609 + 4457 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4457 Query SELECT * FROM s1_odata where conqured = 22609 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_enforcement where vref = 22609 + 4457 Query SELECT * from s1_enforcement where `from` = 22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_enforcement where vref = 22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4457 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT tribe FROM s1_users where id = 6 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * from s1_tdata where vref = 22609 + 4457 Query SELECT * FROM s1_abdata where vref = 22609 + 4457 Query SELECT * FROM s1_research where vref = 22609 + 4457 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4457 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4457 Query SELECT count(id) FROM s1_users where id > 5 + 4457 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4457 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4457 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4457 Query DELETE FROM s1_active WHERE timestamp < 1508563411 + 4457 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4457 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 16778 + 4457 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 16780 + 4457 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 17378 + 4457 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 17984 + 4457 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 17986 + 4457 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 18390 + 4457 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 18595 + 4457 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 18799 + 4457 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 19194 + 4457 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 20198 + 4457 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4457 Query UPDATE s1_odata set lastupdated = 1508779411 where wref = 22206 + 4457 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4457 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4457 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4457 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4457 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4457 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779411 + 4457 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778811 + 4457 Query SELECT * FROM s1_hero + 4457 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4457 Query UPDATE `s1_hero` SET lastupdate = '1508779411' WHERE heroid = 2 + 4457 Query SELECT * from s1_units where vref = 20599 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_units where vref = 18790 + 4457 Query SELECT uid FROM s1_deleting where timestamp < 1508779411 + 4457 Query SELECT * FROM s1_bdata where timestamp < 1508779411 and master = 0 + 4457 Query SELECT * FROM s1_bdata WHERE master = 1 + 4457 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779411 + 4457 Query SELECT * FROM `s1_fdata` + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4457 Query DELETE from s1_route where timeleft < 1508779411 + 4457 Query SELECT * FROM s1_route where timestamp < 1508779411 + 4457 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779411.7745 + 4457 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779411.7745 + 4457 Query SELECT * FROM s1_research where timestamp < 1508779411 + 4457 Query SELECT * FROM s1_training where vref IS NOT NULL + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT owner FROM s1_vdata where wref = 22609 + 4457 Query SELECT b4 FROM s1_users where id = 6 + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4457 Query SELECT * from s1_units where vref = 22609 + 4457 Query SELECT * from s1_enforcement where vref = 22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4457 Query SELECT * FROM s1_vdata where wref = 22609 + 4457 Query SELECT tribe FROM s1_users where id = 6 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT owner FROM s1_vdata where wref = 22609 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4457 Query SELECT * from s1_units where vref = 36787 + 4457 Query SELECT * from s1_enforcement where vref = 36787 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4457 Query SELECT * FROM s1_vdata where wref = 36787 + 4457 Query SELECT tribe FROM s1_users where id = 94 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4457 Query SELECT * from s1_fdata where vref = 36787 + 4457 Query SELECT owner FROM s1_vdata where wref = 36787 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4457 Query SELECT * from s1_units where vref = 36787 + 4457 Query SELECT owner FROM s1_vdata where wref = 36787 + 4457 Query SELECT b4 FROM s1_users where id = 94 + 4457 Query SELECT * from s1_fdata where vref = 36787 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4457 Query SELECT crop FROM s1_vdata where wref = 36787 + 4457 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4457 Query SELECT owner FROM s1_vdata where wref = 36787 + 4457 Query SELECT b4 FROM s1_users where id = 94 + 4457 Query SELECT * from s1_fdata where vref = 36787 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4457 Query SELECT * from s1_units where vref = 1801 + 4457 Query SELECT * from s1_enforcement where vref = 1801 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4457 Query SELECT * FROM s1_vdata where wref = 1801 + 4457 Query SELECT tribe FROM s1_users where id = 90 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4457 Query SELECT * from s1_fdata where vref = 1801 + 4457 Query SELECT owner FROM s1_vdata where wref = 1801 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4457 Query SELECT * from s1_units where vref = 1801 + 4457 Query SELECT owner FROM s1_vdata where wref = 1801 + 4457 Query SELECT b4 FROM s1_users where id = 90 + 4457 Query SELECT * from s1_fdata where vref = 1801 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4457 Query SELECT crop FROM s1_vdata where wref = 1801 + 4457 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4457 Query SELECT owner FROM s1_vdata where wref = 1801 + 4457 Query SELECT b4 FROM s1_users where id = 90 + 4457 Query SELECT * from s1_fdata where vref = 1801 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4457 Query SELECT * from s1_units where vref = 1592 + 4457 Query SELECT * from s1_enforcement where vref = 1592 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4457 Query SELECT * FROM s1_vdata where wref = 1592 + 4457 Query SELECT tribe FROM s1_users where id = 67 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4457 Query SELECT * from s1_fdata where vref = 1592 + 4457 Query SELECT owner FROM s1_vdata where wref = 1592 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4457 Query SELECT * from s1_units where vref = 1592 + 4457 Query SELECT owner FROM s1_vdata where wref = 1592 + 4457 Query SELECT b4 FROM s1_users where id = 67 + 4457 Query SELECT * from s1_fdata where vref = 1592 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4457 Query SELECT crop FROM s1_vdata where wref = 1592 + 4457 Query SELECT owner FROM s1_vdata where wref = 1592 + 4457 Query SELECT b4 FROM s1_users where id = 67 + 4457 Query SELECT * from s1_fdata where vref = 1592 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4457 Query SELECT * from s1_units where vref = 20599 + 4457 Query SELECT * from s1_enforcement where vref = 20599 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4457 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4457 Query SELECT * FROM s1_vdata where wref = 20599 + 4457 Query SELECT tribe FROM s1_users where id = 46 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4457 Query SELECT * from s1_fdata where vref = 20599 + 4457 Query SELECT owner FROM s1_vdata where wref = 20599 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4457 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4457 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4457 Query SELECT owner FROM s1_vdata where wref = 20599 + 4457 Query SELECT b4 FROM s1_users where id = 46 + 4457 Query SELECT * from s1_fdata where vref = 20599 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4457 Query SELECT crop FROM s1_vdata where wref = 20599 + 4457 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4457 Query SELECT owner FROM s1_vdata where wref = 20599 + 4457 Query SELECT b4 FROM s1_users where id = 46 + 4457 Query SELECT * from s1_fdata where vref = 20599 + 4457 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4457 Query SELECT * FROM s1_vdata where celebration < 1508779411 AND celebration != 0 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779411 ORDER BY endtime ASC + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779411 + 4457 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779411 + 4457 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779411 + 4457 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4457 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4457 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4457 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779411 + 4457 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779411.8445 + 4457 Query SELECT * FROM s1_general WHERE shown = 1 + 4457 Query SELECT * FROM s1_users WHERE invited != 0 + 4457 Query SELECT * FROM `s1_fdata` + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4457 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4457 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779411 + 4457 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736211 + 4457 Query SELECT * FROM s1_config + 4457 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693011 + 4457 Query SELECT timestamp from s1_deleting where uid = 6 + 4457 Query SELECT * FROM s1_users WHERE `id`='6' + 4457 Query SELECT username FROM s1_users where id = 6 + 4457 Query SELECT username FROM s1_users where id = 46 + 4457 Query SELECT username FROM s1_users where id = 46 + 4457 Query SELECT username FROM s1_users where id = 46 + 4457 Query SELECT username FROM s1_users where id = 46 + 4457 Query SELECT username FROM s1_users where id = 2 + 4457 Query SELECT username FROM s1_users where id = 1 + 4457 Query SELECT username FROM s1_users where id = 6 + 4457 Query SELECT username FROM s1_users where id = 5 + 4457 Query SELECT username FROM s1_users where id = 46 + 4457 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4457 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778811 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4457 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4457 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4457 Query SELECT * from s1_fdata where vref = 22609 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4457 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4457 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4457 Quit +171023 19:23:32 4458 Connect root@localhost as anonymous on + 4458 Init DB travian + 4458 Query SET NAMES 'UTF8' + 4458 Query SELECT * FROM s1_users where username = 'cyberghost' + 4458 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4458 Query SELECT sit FROM s1_online where uid = 6 + 4458 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4458 Query SELECT SUM(hero) from s1_units where `vref` = 22609 +171023 19:23:33 4458 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4458 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4458 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4458 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4458 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4458 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4458 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4458 Query REPLACE into s1_active values ('cyberghost',1508779412) + 4458 Query UPDATE s1_users set timestamp = '1508779412' where username = 'cyberghost' + 4458 Query REPLACE into s1_active values ('cyberghost',1508779412) + 4458 Query UPDATE s1_users set timestamp = 1508779412 where username = 'cyberghost' + 4458 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4458 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4458 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4458 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4458 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4458 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4458 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4458 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4458 Query SELECT * FROM s1_vdata where wref = '22609' + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT x,y FROM s1_wdata where id = 22609 + 4458 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4458 Query SELECT * FROM s1_odata where conqured = 22609 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_enforcement where vref = 22609 + 4458 Query SELECT * from s1_enforcement where `from` = 22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_enforcement where vref = 22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4458 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT tribe FROM s1_users where id = 6 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * from s1_tdata where vref = 22609 + 4458 Query SELECT * FROM s1_abdata where vref = 22609 + 4458 Query SELECT * FROM s1_research where vref = 22609 + 4458 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4458 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4458 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4458 Query UPDATE s1_vdata set lastupdate = 1508779413 where wref = 22609 + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT x,y FROM s1_wdata where id = 22609 + 4458 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4458 Query SELECT * FROM s1_odata where conqured = 22609 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_enforcement where vref = 22609 + 4458 Query SELECT * from s1_enforcement where `from` = 22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_enforcement where vref = 22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4458 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT tribe FROM s1_users where id = 6 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * from s1_tdata where vref = 22609 + 4458 Query SELECT * FROM s1_abdata where vref = 22609 + 4458 Query SELECT * FROM s1_research where vref = 22609 + 4458 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4458 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4458 Query SELECT count(id) FROM s1_users where id > 5 + 4458 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4458 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4458 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4458 Query DELETE FROM s1_active WHERE timestamp < 1508563413 + 4458 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4458 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 16778 + 4458 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 16780 + 4458 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 17378 + 4458 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 17984 + 4458 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 17986 + 4458 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 18390 + 4458 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 18595 + 4458 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 18799 + 4458 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 19194 + 4458 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 20198 + 4458 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4458 Query UPDATE s1_odata set lastupdated = 1508779413 where wref = 22206 + 4458 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4458 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4458 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4458 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4458 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4458 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779413 + 4458 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778813 + 4458 Query SELECT * FROM s1_hero + 4458 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4458 Query UPDATE `s1_hero` SET lastupdate = '1508779413' WHERE heroid = 2 + 4458 Query SELECT * from s1_units where vref = 20599 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_units where vref = 18790 + 4458 Query SELECT uid FROM s1_deleting where timestamp < 1508779413 + 4458 Query SELECT * FROM s1_bdata where timestamp < 1508779413 and master = 0 + 4458 Query SELECT * FROM s1_bdata WHERE master = 1 + 4458 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779413 + 4458 Query SELECT * FROM `s1_fdata` + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4458 Query DELETE from s1_route where timeleft < 1508779413 + 4458 Query SELECT * FROM s1_route where timestamp < 1508779413 + 4458 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779413.2256 + 4458 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779413.2256 + 4458 Query SELECT * FROM s1_research where timestamp < 1508779413 + 4458 Query SELECT * FROM s1_training where vref IS NOT NULL + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT owner FROM s1_vdata where wref = 22609 + 4458 Query SELECT b4 FROM s1_users where id = 6 + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4458 Query SELECT * from s1_units where vref = 22609 + 4458 Query SELECT * from s1_enforcement where vref = 22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4458 Query SELECT * FROM s1_vdata where wref = 22609 + 4458 Query SELECT tribe FROM s1_users where id = 6 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT owner FROM s1_vdata where wref = 22609 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4458 Query SELECT * from s1_units where vref = 36787 + 4458 Query SELECT * from s1_enforcement where vref = 36787 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4458 Query SELECT * FROM s1_vdata where wref = 36787 + 4458 Query SELECT tribe FROM s1_users where id = 94 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4458 Query SELECT * from s1_fdata where vref = 36787 + 4458 Query SELECT owner FROM s1_vdata where wref = 36787 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4458 Query SELECT * from s1_units where vref = 36787 + 4458 Query SELECT owner FROM s1_vdata where wref = 36787 + 4458 Query SELECT b4 FROM s1_users where id = 94 + 4458 Query SELECT * from s1_fdata where vref = 36787 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4458 Query SELECT crop FROM s1_vdata where wref = 36787 + 4458 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4458 Query SELECT owner FROM s1_vdata where wref = 36787 + 4458 Query SELECT b4 FROM s1_users where id = 94 + 4458 Query SELECT * from s1_fdata where vref = 36787 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4458 Query SELECT * from s1_units where vref = 1801 + 4458 Query SELECT * from s1_enforcement where vref = 1801 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4458 Query SELECT * FROM s1_vdata where wref = 1801 + 4458 Query SELECT tribe FROM s1_users where id = 90 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4458 Query SELECT * from s1_fdata where vref = 1801 + 4458 Query SELECT owner FROM s1_vdata where wref = 1801 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4458 Query SELECT * from s1_units where vref = 1801 + 4458 Query SELECT owner FROM s1_vdata where wref = 1801 + 4458 Query SELECT b4 FROM s1_users where id = 90 + 4458 Query SELECT * from s1_fdata where vref = 1801 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4458 Query SELECT crop FROM s1_vdata where wref = 1801 + 4458 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4458 Query SELECT owner FROM s1_vdata where wref = 1801 + 4458 Query SELECT b4 FROM s1_users where id = 90 + 4458 Query SELECT * from s1_fdata where vref = 1801 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4458 Query SELECT * from s1_units where vref = 1592 + 4458 Query SELECT * from s1_enforcement where vref = 1592 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4458 Query SELECT * FROM s1_vdata where wref = 1592 + 4458 Query SELECT tribe FROM s1_users where id = 67 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4458 Query SELECT * from s1_fdata where vref = 1592 + 4458 Query SELECT owner FROM s1_vdata where wref = 1592 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4458 Query SELECT * from s1_units where vref = 1592 + 4458 Query SELECT owner FROM s1_vdata where wref = 1592 + 4458 Query SELECT b4 FROM s1_users where id = 67 + 4458 Query SELECT * from s1_fdata where vref = 1592 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4458 Query SELECT crop FROM s1_vdata where wref = 1592 + 4458 Query SELECT owner FROM s1_vdata where wref = 1592 + 4458 Query SELECT b4 FROM s1_users where id = 67 + 4458 Query SELECT * from s1_fdata where vref = 1592 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4458 Query SELECT * from s1_units where vref = 20599 + 4458 Query SELECT * from s1_enforcement where vref = 20599 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4458 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4458 Query SELECT * FROM s1_vdata where wref = 20599 + 4458 Query SELECT tribe FROM s1_users where id = 46 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4458 Query SELECT * from s1_fdata where vref = 20599 + 4458 Query SELECT owner FROM s1_vdata where wref = 20599 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4458 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4458 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4458 Query SELECT owner FROM s1_vdata where wref = 20599 + 4458 Query SELECT b4 FROM s1_users where id = 46 + 4458 Query SELECT * from s1_fdata where vref = 20599 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4458 Query SELECT crop FROM s1_vdata where wref = 20599 + 4458 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4458 Query SELECT owner FROM s1_vdata where wref = 20599 + 4458 Query SELECT b4 FROM s1_users where id = 46 + 4458 Query SELECT * from s1_fdata where vref = 20599 + 4458 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4458 Query SELECT * FROM s1_vdata where celebration < 1508779413 AND celebration != 0 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779413 ORDER BY endtime ASC + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779413 + 4458 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779413 + 4458 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779413 + 4458 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4458 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4458 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4458 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779413 + 4458 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779413.2956 + 4458 Query SELECT * FROM s1_general WHERE shown = 1 + 4458 Query SELECT * FROM s1_users WHERE invited != 0 + 4458 Query SELECT * FROM `s1_fdata` + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4458 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4458 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779413 + 4458 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736213 + 4458 Query SELECT * FROM s1_config + 4458 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693013 + 4458 Query SELECT timestamp from s1_deleting where uid = 6 + 4458 Query SELECT id FROM s1_alidata WHERE tag ='[message]test[/message]' + 4458 Query SELECT id FROM s1_users where username = '[message]test[/message]' + 4458 Query SELECT * FROM s1_ndata where id = 0 ORDER BY time DESC + 4458 Query SELECT username FROM s1_users where id = 6 + 4458 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4458 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778813 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4458 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4458 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4458 Query SELECT * from s1_fdata where vref = 22609 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4458 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4458 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4458 Quit +171023 19:23:34 4459 Connect root@localhost as anonymous on + 4459 Init DB travian + 4459 Query SET NAMES 'UTF8' + 4459 Query SELECT * FROM s1_users where username = 'cyberghost' + 4459 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4459 Query SELECT sit FROM s1_online where uid = 6 + 4459 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4459 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4459 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4459 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4459 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4459 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4459 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4459 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4459 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4459 Query REPLACE into s1_active values ('cyberghost',1508779414) + 4459 Query UPDATE s1_users set timestamp = '1508779414' where username = 'cyberghost' + 4459 Query REPLACE into s1_active values ('cyberghost',1508779414) + 4459 Query UPDATE s1_users set timestamp = 1508779414 where username = 'cyberghost' + 4459 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4459 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4459 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4459 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4459 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4459 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4459 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4459 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4459 Query SELECT * FROM s1_vdata where wref = '22609' + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT * from s1_fdata where vref = 22609 + 4459 Query SELECT x,y FROM s1_wdata where id = 22609 + 4459 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4459 Query SELECT * FROM s1_odata where conqured = 22609 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_enforcement where vref = 22609 + 4459 Query SELECT * from s1_enforcement where `from` = 22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_enforcement where vref = 22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4459 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT tribe FROM s1_users where id = 6 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * from s1_tdata where vref = 22609 + 4459 Query SELECT * FROM s1_abdata where vref = 22609 + 4459 Query SELECT * FROM s1_research where vref = 22609 + 4459 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4459 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4459 Query SELECT * from s1_fdata where vref = 22609 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4459 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4459 Query UPDATE s1_vdata set lastupdate = 1508779414 where wref = 22609 + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT * from s1_fdata where vref = 22609 + 4459 Query SELECT x,y FROM s1_wdata where id = 22609 + 4459 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4459 Query SELECT * FROM s1_odata where conqured = 22609 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_enforcement where vref = 22609 + 4459 Query SELECT * from s1_enforcement where `from` = 22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_enforcement where vref = 22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4459 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT tribe FROM s1_users where id = 6 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * from s1_tdata where vref = 22609 + 4459 Query SELECT * FROM s1_abdata where vref = 22609 + 4459 Query SELECT * FROM s1_research where vref = 22609 + 4459 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4459 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4459 Query SELECT count(id) FROM s1_users where id > 5 + 4459 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4459 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4459 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4459 Query DELETE FROM s1_active WHERE timestamp < 1508563414 + 4459 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4459 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 16778 + 4459 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 16780 + 4459 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 17378 + 4459 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 17984 + 4459 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 17986 + 4459 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 18390 + 4459 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 18595 + 4459 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 18799 + 4459 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 19194 + 4459 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 20198 + 4459 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4459 Query UPDATE s1_odata set lastupdated = 1508779414 where wref = 22206 + 4459 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4459 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4459 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4459 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4459 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4459 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779414 + 4459 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778814 + 4459 Query SELECT * FROM s1_hero + 4459 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4459 Query UPDATE `s1_hero` SET lastupdate = '1508779414' WHERE heroid = 2 + 4459 Query SELECT * from s1_units where vref = 20599 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_units where vref = 18790 + 4459 Query SELECT uid FROM s1_deleting where timestamp < 1508779414 + 4459 Query SELECT * FROM s1_bdata where timestamp < 1508779414 and master = 0 + 4459 Query SELECT * FROM s1_bdata WHERE master = 1 + 4459 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779414 + 4459 Query SELECT * FROM `s1_fdata` + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4459 Query DELETE from s1_route where timeleft < 1508779414 + 4459 Query SELECT * FROM s1_route where timestamp < 1508779414 + 4459 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779414.9337 + 4459 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779414.9337 + 4459 Query SELECT * FROM s1_research where timestamp < 1508779414 + 4459 Query SELECT * FROM s1_training where vref IS NOT NULL + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT owner FROM s1_vdata where wref = 22609 + 4459 Query SELECT b4 FROM s1_users where id = 6 + 4459 Query SELECT * from s1_fdata where vref = 22609 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4459 Query SELECT * from s1_units where vref = 22609 + 4459 Query SELECT * from s1_enforcement where vref = 22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4459 Query SELECT * FROM s1_vdata where wref = 22609 + 4459 Query SELECT tribe FROM s1_users where id = 6 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4459 Query SELECT * from s1_fdata where vref = 22609 + 4459 Query SELECT owner FROM s1_vdata where wref = 22609 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4459 Query SELECT * from s1_units where vref = 36787 + 4459 Query SELECT * from s1_enforcement where vref = 36787 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4459 Query SELECT * FROM s1_vdata where wref = 36787 + 4459 Query SELECT tribe FROM s1_users where id = 94 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4459 Query SELECT * from s1_fdata where vref = 36787 + 4459 Query SELECT owner FROM s1_vdata where wref = 36787 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4459 Query SELECT * from s1_units where vref = 36787 + 4459 Query SELECT owner FROM s1_vdata where wref = 36787 + 4459 Query SELECT b4 FROM s1_users where id = 94 + 4459 Query SELECT * from s1_fdata where vref = 36787 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4459 Query SELECT crop FROM s1_vdata where wref = 36787 + 4459 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4459 Query SELECT owner FROM s1_vdata where wref = 36787 + 4459 Query SELECT b4 FROM s1_users where id = 94 + 4459 Query SELECT * from s1_fdata where vref = 36787 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4459 Query SELECT * from s1_units where vref = 1801 + 4459 Query SELECT * from s1_enforcement where vref = 1801 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4459 Query SELECT * FROM s1_vdata where wref = 1801 + 4459 Query SELECT tribe FROM s1_users where id = 90 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4459 Query SELECT * from s1_fdata where vref = 1801 + 4459 Query SELECT owner FROM s1_vdata where wref = 1801 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4459 Query SELECT * from s1_units where vref = 1801 + 4459 Query SELECT owner FROM s1_vdata where wref = 1801 + 4459 Query SELECT b4 FROM s1_users where id = 90 + 4459 Query SELECT * from s1_fdata where vref = 1801 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4459 Query SELECT crop FROM s1_vdata where wref = 1801 + 4459 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4459 Query SELECT owner FROM s1_vdata where wref = 1801 + 4459 Query SELECT b4 FROM s1_users where id = 90 + 4459 Query SELECT * from s1_fdata where vref = 1801 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4459 Query SELECT * from s1_units where vref = 1592 + 4459 Query SELECT * from s1_enforcement where vref = 1592 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4459 Query SELECT * FROM s1_vdata where wref = 1592 + 4459 Query SELECT tribe FROM s1_users where id = 67 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4459 Query SELECT * from s1_fdata where vref = 1592 + 4459 Query SELECT owner FROM s1_vdata where wref = 1592 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4459 Query SELECT * from s1_units where vref = 1592 + 4459 Query SELECT owner FROM s1_vdata where wref = 1592 + 4459 Query SELECT b4 FROM s1_users where id = 67 + 4459 Query SELECT * from s1_fdata where vref = 1592 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4459 Query SELECT crop FROM s1_vdata where wref = 1592 + 4459 Query SELECT owner FROM s1_vdata where wref = 1592 + 4459 Query SELECT b4 FROM s1_users where id = 67 + 4459 Query SELECT * from s1_fdata where vref = 1592 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4459 Query SELECT * from s1_units where vref = 20599 + 4459 Query SELECT * from s1_enforcement where vref = 20599 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4459 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4459 Query SELECT * FROM s1_vdata where wref = 20599 + 4459 Query SELECT tribe FROM s1_users where id = 46 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4459 Query SELECT * from s1_fdata where vref = 20599 + 4459 Query SELECT owner FROM s1_vdata where wref = 20599 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4459 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4459 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4459 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4459 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4459 Query SELECT owner FROM s1_vdata where wref = 20599 + 4459 Query SELECT b4 FROM s1_users where id = 46 + 4459 Query SELECT * from s1_fdata where vref = 20599 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4459 Query SELECT crop FROM s1_vdata where wref = 20599 + 4459 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4459 Query SELECT owner FROM s1_vdata where wref = 20599 + 4459 Query SELECT b4 FROM s1_users where id = 46 + 4459 Query SELECT * from s1_fdata where vref = 20599 + 4459 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4459 Query SELECT * FROM s1_vdata where celebration < 1508779414 AND celebration != 0 + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779414 ORDER BY endtime ASC + 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779414 +171023 19:23:35 4459 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779415 + 4459 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779415 + 4459 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4459 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4459 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4459 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779415 + 4459 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779415.0097 + 4459 Query SELECT * FROM s1_general WHERE shown = 1 + 4459 Query SELECT * FROM s1_users WHERE invited != 0 + 4459 Query SELECT * FROM `s1_fdata` + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4459 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4459 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779415 + 4459 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736215 + 4459 Query SELECT * FROM s1_config + 4459 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693015 + 4459 Quit + 4460 Connect root@localhost as anonymous on + 4460 Init DB travian + 4460 Query SET NAMES 'UTF8' + 4460 Query SELECT * FROM s1_users where username = 'cyberghost' + 4460 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4460 Query SELECT sit FROM s1_online where uid = 6 + 4460 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4460 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4460 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4460 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4460 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4460 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4460 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4460 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4460 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4460 Query REPLACE into s1_active values ('cyberghost',1508779415) + 4460 Query UPDATE s1_users set timestamp = '1508779415' where username = 'cyberghost' + 4460 Query REPLACE into s1_active values ('cyberghost',1508779415) + 4460 Query UPDATE s1_users set timestamp = 1508779415 where username = 'cyberghost' + 4460 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4460 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4460 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4460 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4460 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4460 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4460 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4460 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4460 Query SELECT * FROM s1_vdata where wref = '22609' + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT x,y FROM s1_wdata where id = 22609 + 4460 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4460 Query SELECT * FROM s1_odata where conqured = 22609 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_enforcement where vref = 22609 + 4460 Query SELECT * from s1_enforcement where `from` = 22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_enforcement where vref = 22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4460 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT tribe FROM s1_users where id = 6 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * from s1_tdata where vref = 22609 + 4460 Query SELECT * FROM s1_abdata where vref = 22609 + 4460 Query SELECT * FROM s1_research where vref = 22609 + 4460 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4460 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4460 Query UPDATE s1_vdata set wood = 29005, clay = 38469, iron = 29003, crop = 45369 where wref = 22609 + 4460 Query UPDATE s1_vdata set lastupdate = 1508779415 where wref = 22609 + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT x,y FROM s1_wdata where id = 22609 + 4460 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4460 Query SELECT * FROM s1_odata where conqured = 22609 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_enforcement where vref = 22609 + 4460 Query SELECT * from s1_enforcement where `from` = 22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_enforcement where vref = 22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4460 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT tribe FROM s1_users where id = 6 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * from s1_tdata where vref = 22609 + 4460 Query SELECT * FROM s1_abdata where vref = 22609 + 4460 Query SELECT * FROM s1_research where vref = 22609 + 4460 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4460 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4460 Query SELECT count(id) FROM s1_users where id > 5 + 4460 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4460 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4460 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4460 Query DELETE FROM s1_active WHERE timestamp < 1508563415 + 4460 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4460 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 16778 + 4460 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 16780 + 4460 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 17378 + 4460 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 17984 + 4460 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 17986 + 4460 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 18390 + 4460 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 18595 + 4460 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 18799 + 4460 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 19194 + 4460 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 20198 + 4460 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4460 Query UPDATE s1_odata set lastupdated = 1508779415 where wref = 22206 + 4460 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4460 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4460 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4460 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4460 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4460 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779415 + 4460 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778815 + 4460 Query SELECT * FROM s1_hero + 4460 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4460 Query UPDATE `s1_hero` SET lastupdate = '1508779415' WHERE heroid = 2 + 4460 Query SELECT * from s1_units where vref = 20599 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_units where vref = 18790 + 4460 Query SELECT uid FROM s1_deleting where timestamp < 1508779415 + 4460 Query SELECT * FROM s1_bdata where timestamp < 1508779415 and master = 0 + 4460 Query SELECT * FROM s1_bdata WHERE master = 1 + 4460 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779415 + 4460 Query SELECT * FROM `s1_fdata` + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4460 Query DELETE from s1_route where timeleft < 1508779415 + 4460 Query SELECT * FROM s1_route where timestamp < 1508779415 + 4460 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779415.3287 + 4460 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779415.3287 + 4460 Query SELECT * FROM s1_research where timestamp < 1508779415 + 4460 Query SELECT * FROM s1_training where vref IS NOT NULL + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT owner FROM s1_vdata where wref = 22609 + 4460 Query SELECT b4 FROM s1_users where id = 6 + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4460 Query SELECT * from s1_units where vref = 22609 + 4460 Query SELECT * from s1_enforcement where vref = 22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4460 Query SELECT * FROM s1_vdata where wref = 22609 + 4460 Query SELECT tribe FROM s1_users where id = 6 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT owner FROM s1_vdata where wref = 22609 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4460 Query SELECT * from s1_units where vref = 36787 + 4460 Query SELECT * from s1_enforcement where vref = 36787 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4460 Query SELECT * FROM s1_vdata where wref = 36787 + 4460 Query SELECT tribe FROM s1_users where id = 94 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4460 Query SELECT * from s1_fdata where vref = 36787 + 4460 Query SELECT owner FROM s1_vdata where wref = 36787 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4460 Query SELECT * from s1_units where vref = 36787 + 4460 Query SELECT owner FROM s1_vdata where wref = 36787 + 4460 Query SELECT b4 FROM s1_users where id = 94 + 4460 Query SELECT * from s1_fdata where vref = 36787 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4460 Query SELECT crop FROM s1_vdata where wref = 36787 + 4460 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4460 Query SELECT owner FROM s1_vdata where wref = 36787 + 4460 Query SELECT b4 FROM s1_users where id = 94 + 4460 Query SELECT * from s1_fdata where vref = 36787 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4460 Query SELECT * from s1_units where vref = 1801 + 4460 Query SELECT * from s1_enforcement where vref = 1801 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4460 Query SELECT * FROM s1_vdata where wref = 1801 + 4460 Query SELECT tribe FROM s1_users where id = 90 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4460 Query SELECT * from s1_fdata where vref = 1801 + 4460 Query SELECT owner FROM s1_vdata where wref = 1801 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4460 Query SELECT * from s1_units where vref = 1801 + 4460 Query SELECT owner FROM s1_vdata where wref = 1801 + 4460 Query SELECT b4 FROM s1_users where id = 90 + 4460 Query SELECT * from s1_fdata where vref = 1801 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4460 Query SELECT crop FROM s1_vdata where wref = 1801 + 4460 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4460 Query SELECT owner FROM s1_vdata where wref = 1801 + 4460 Query SELECT b4 FROM s1_users where id = 90 + 4460 Query SELECT * from s1_fdata where vref = 1801 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4460 Query SELECT * from s1_units where vref = 1592 + 4460 Query SELECT * from s1_enforcement where vref = 1592 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4460 Query SELECT * FROM s1_vdata where wref = 1592 + 4460 Query SELECT tribe FROM s1_users where id = 67 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4460 Query SELECT * from s1_fdata where vref = 1592 + 4460 Query SELECT owner FROM s1_vdata where wref = 1592 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4460 Query SELECT * from s1_units where vref = 1592 + 4460 Query SELECT owner FROM s1_vdata where wref = 1592 + 4460 Query SELECT b4 FROM s1_users where id = 67 + 4460 Query SELECT * from s1_fdata where vref = 1592 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4460 Query SELECT crop FROM s1_vdata where wref = 1592 + 4460 Query SELECT owner FROM s1_vdata where wref = 1592 + 4460 Query SELECT b4 FROM s1_users where id = 67 + 4460 Query SELECT * from s1_fdata where vref = 1592 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4460 Query SELECT * from s1_units where vref = 20599 + 4460 Query SELECT * from s1_enforcement where vref = 20599 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4460 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4460 Query SELECT * FROM s1_vdata where wref = 20599 + 4460 Query SELECT tribe FROM s1_users where id = 46 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4460 Query SELECT * from s1_fdata where vref = 20599 + 4460 Query SELECT owner FROM s1_vdata where wref = 20599 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4460 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4460 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4460 Query SELECT owner FROM s1_vdata where wref = 20599 + 4460 Query SELECT b4 FROM s1_users where id = 46 + 4460 Query SELECT * from s1_fdata where vref = 20599 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4460 Query SELECT crop FROM s1_vdata where wref = 20599 + 4460 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4460 Query SELECT owner FROM s1_vdata where wref = 20599 + 4460 Query SELECT b4 FROM s1_users where id = 46 + 4460 Query SELECT * from s1_fdata where vref = 20599 + 4460 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4460 Query SELECT * FROM s1_vdata where celebration < 1508779415 AND celebration != 0 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779415 ORDER BY endtime ASC + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779415 + 4460 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779415 + 4460 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779415 + 4460 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4460 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4460 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4460 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779415 + 4460 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779415.3957 + 4460 Query SELECT * FROM s1_general WHERE shown = 1 + 4460 Query SELECT * FROM s1_users WHERE invited != 0 + 4460 Query SELECT * FROM `s1_fdata` + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4460 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4460 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779415 + 4460 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736215 + 4460 Query SELECT * FROM s1_config + 4460 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693015 + 4460 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4460 Query SELECT timestamp from s1_deleting where uid = 6 + 4460 Query SELECT * FROM s1_users where id = 6 + 4460 Query SELECT username FROM s1_users where id = 6 + 4460 Query SELECT username FROM s1_users where id = 6 + 4460 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4460 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778815 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4460 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4460 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4460 Query SELECT * from s1_fdata where vref = 22609 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4460 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4460 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4460 Quit +171023 19:23:38 4461 Connect root@localhost as anonymous on + 4461 Init DB travian + 4461 Query SET NAMES 'UTF8' + 4461 Query SELECT * FROM s1_users where username = 'cyberghost' + 4461 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4461 Query SELECT sit FROM s1_online where uid = 6 + 4461 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4461 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4461 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4461 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4461 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4461 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4461 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4461 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4461 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4461 Query REPLACE into s1_active values ('cyberghost',1508779418) + 4461 Query UPDATE s1_users set timestamp = '1508779418' where username = 'cyberghost' + 4461 Query REPLACE into s1_active values ('cyberghost',1508779418) + 4461 Query UPDATE s1_users set timestamp = 1508779418 where username = 'cyberghost' + 4461 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4461 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4461 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4461 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4461 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4461 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4461 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4461 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4461 Query SELECT * FROM s1_vdata where wref = '22609' + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT * from s1_fdata where vref = 22609 + 4461 Query SELECT x,y FROM s1_wdata where id = 22609 + 4461 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4461 Query SELECT * FROM s1_odata where conqured = 22609 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_enforcement where vref = 22609 + 4461 Query SELECT * from s1_enforcement where `from` = 22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_enforcement where vref = 22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4461 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT tribe FROM s1_users where id = 6 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * from s1_tdata where vref = 22609 + 4461 Query SELECT * FROM s1_abdata where vref = 22609 + 4461 Query SELECT * FROM s1_research where vref = 22609 + 4461 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4461 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4461 Query SELECT * from s1_fdata where vref = 22609 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4461 Query UPDATE s1_vdata set wood = 29006, clay = 38470, iron = 29004, crop = 45370 where wref = 22609 + 4461 Query UPDATE s1_vdata set lastupdate = 1508779418 where wref = 22609 + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT * from s1_fdata where vref = 22609 + 4461 Query SELECT x,y FROM s1_wdata where id = 22609 + 4461 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4461 Query SELECT * FROM s1_odata where conqured = 22609 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_enforcement where vref = 22609 + 4461 Query SELECT * from s1_enforcement where `from` = 22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_enforcement where vref = 22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4461 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT tribe FROM s1_users where id = 6 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * from s1_tdata where vref = 22609 + 4461 Query SELECT * FROM s1_abdata where vref = 22609 + 4461 Query SELECT * FROM s1_research where vref = 22609 + 4461 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4461 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4461 Query SELECT count(id) FROM s1_users where id > 5 + 4461 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4461 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4461 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4461 Query DELETE FROM s1_active WHERE timestamp < 1508563418 + 4461 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4461 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 16778 + 4461 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 16780 + 4461 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17378 + 4461 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17984 + 4461 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17986 + 4461 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18390 + 4461 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18595 + 4461 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18799 + 4461 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 19194 + 4461 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 20198 + 4461 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4461 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 22206 + 4461 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4461 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4461 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4461 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4461 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4461 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779418 + 4461 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778818 + 4461 Query SELECT * FROM s1_hero + 4461 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4461 Query UPDATE `s1_hero` SET lastupdate = '1508779418' WHERE heroid = 2 + 4461 Query SELECT * from s1_units where vref = 20599 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_units where vref = 18790 + 4461 Query SELECT uid FROM s1_deleting where timestamp < 1508779418 + 4461 Query SELECT * FROM s1_bdata where timestamp < 1508779418 and master = 0 + 4461 Query SELECT * FROM s1_bdata WHERE master = 1 + 4461 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779418 + 4461 Query SELECT * FROM `s1_fdata` + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4461 Query DELETE from s1_route where timeleft < 1508779418 + 4461 Query SELECT * FROM s1_route where timestamp < 1508779418 + 4461 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779418.6869 + 4461 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779418.6869 + 4461 Query SELECT * FROM s1_research where timestamp < 1508779418 + 4461 Query SELECT * FROM s1_training where vref IS NOT NULL + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT owner FROM s1_vdata where wref = 22609 + 4461 Query SELECT b4 FROM s1_users where id = 6 + 4461 Query SELECT * from s1_fdata where vref = 22609 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4461 Query SELECT * from s1_units where vref = 22609 + 4461 Query SELECT * from s1_enforcement where vref = 22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4461 Query SELECT * FROM s1_vdata where wref = 22609 + 4461 Query SELECT tribe FROM s1_users where id = 6 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4461 Query SELECT * from s1_fdata where vref = 22609 + 4461 Query SELECT owner FROM s1_vdata where wref = 22609 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4461 Query SELECT * from s1_units where vref = 36787 + 4461 Query SELECT * from s1_enforcement where vref = 36787 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4461 Query SELECT * FROM s1_vdata where wref = 36787 + 4461 Query SELECT tribe FROM s1_users where id = 94 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4461 Query SELECT * from s1_fdata where vref = 36787 + 4461 Query SELECT owner FROM s1_vdata where wref = 36787 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4461 Query SELECT * from s1_units where vref = 36787 + 4461 Query SELECT owner FROM s1_vdata where wref = 36787 + 4461 Query SELECT b4 FROM s1_users where id = 94 + 4461 Query SELECT * from s1_fdata where vref = 36787 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4461 Query SELECT crop FROM s1_vdata where wref = 36787 + 4461 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4461 Query SELECT owner FROM s1_vdata where wref = 36787 + 4461 Query SELECT b4 FROM s1_users where id = 94 + 4461 Query SELECT * from s1_fdata where vref = 36787 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4461 Query SELECT * from s1_units where vref = 1801 + 4461 Query SELECT * from s1_enforcement where vref = 1801 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4461 Query SELECT * FROM s1_vdata where wref = 1801 + 4461 Query SELECT tribe FROM s1_users where id = 90 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4461 Query SELECT * from s1_fdata where vref = 1801 + 4461 Query SELECT owner FROM s1_vdata where wref = 1801 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4461 Query SELECT * from s1_units where vref = 1801 + 4461 Query SELECT owner FROM s1_vdata where wref = 1801 + 4461 Query SELECT b4 FROM s1_users where id = 90 + 4461 Query SELECT * from s1_fdata where vref = 1801 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4461 Query SELECT crop FROM s1_vdata where wref = 1801 + 4461 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4461 Query SELECT owner FROM s1_vdata where wref = 1801 + 4461 Query SELECT b4 FROM s1_users where id = 90 + 4461 Query SELECT * from s1_fdata where vref = 1801 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4461 Query SELECT * from s1_units where vref = 1592 + 4461 Query SELECT * from s1_enforcement where vref = 1592 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4461 Query SELECT * FROM s1_vdata where wref = 1592 + 4461 Query SELECT tribe FROM s1_users where id = 67 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4461 Query SELECT * from s1_fdata where vref = 1592 + 4461 Query SELECT owner FROM s1_vdata where wref = 1592 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4461 Query SELECT * from s1_units where vref = 1592 + 4461 Query SELECT owner FROM s1_vdata where wref = 1592 + 4461 Query SELECT b4 FROM s1_users where id = 67 + 4461 Query SELECT * from s1_fdata where vref = 1592 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4461 Query SELECT crop FROM s1_vdata where wref = 1592 + 4461 Query SELECT owner FROM s1_vdata where wref = 1592 + 4461 Query SELECT b4 FROM s1_users where id = 67 + 4461 Query SELECT * from s1_fdata where vref = 1592 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4461 Query SELECT * from s1_units where vref = 20599 + 4461 Query SELECT * from s1_enforcement where vref = 20599 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4461 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4461 Query SELECT * FROM s1_vdata where wref = 20599 + 4461 Query SELECT tribe FROM s1_users where id = 46 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4461 Query SELECT * from s1_fdata where vref = 20599 + 4461 Query SELECT owner FROM s1_vdata where wref = 20599 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4461 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4461 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4461 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4461 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4461 Query SELECT owner FROM s1_vdata where wref = 20599 + 4461 Query SELECT b4 FROM s1_users where id = 46 + 4461 Query SELECT * from s1_fdata where vref = 20599 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4461 Query SELECT crop FROM s1_vdata where wref = 20599 + 4461 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4461 Query SELECT owner FROM s1_vdata where wref = 20599 + 4461 Query SELECT b4 FROM s1_users where id = 46 + 4461 Query SELECT * from s1_fdata where vref = 20599 + 4461 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4461 Query SELECT * FROM s1_vdata where celebration < 1508779418 AND celebration != 0 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779418 ORDER BY endtime ASC + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779418 + 4461 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779418 + 4461 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779418 + 4461 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4461 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4461 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4461 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779418 + 4461 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779418.7559 + 4461 Query SELECT * FROM s1_general WHERE shown = 1 + 4461 Query SELECT * FROM s1_users WHERE invited != 0 + 4461 Query SELECT * FROM `s1_fdata` + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4461 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4461 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779418 + 4461 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736218 + 4461 Query SELECT * FROM s1_config + 4461 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693018 + 4461 Query SELECT id FROM s1_users where username = 'cyberghost' + 4461 Query SELECT * FROM s1_mdata WHERE owner='6' AND time > 1508779418 - 60 + 4461 Query INSERT INTO s1_mdata values (0,6,1,'re1:test','[message] \r\nahah\r\n_________________________\r\nReply: cyberghost\r\n\r\ntest[/message]',0,0,0,1508779418,0,0,0,0,0,0) + 4461 Quit + 4462 Connect root@localhost as anonymous on + 4462 Init DB travian + 4462 Query SET NAMES 'UTF8' + 4462 Query SELECT * FROM s1_users where username = 'cyberghost' + 4462 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4462 Query SELECT sit FROM s1_online where uid = 6 + 4462 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4462 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4462 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4462 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4462 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4462 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4462 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4462 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4462 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4462 Query REPLACE into s1_active values ('cyberghost',1508779418) + 4462 Query UPDATE s1_users set timestamp = '1508779418' where username = 'cyberghost' + 4462 Query REPLACE into s1_active values ('cyberghost',1508779418) + 4462 Query UPDATE s1_users set timestamp = 1508779418 where username = 'cyberghost' + 4462 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4462 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4462 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4462 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4462 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4462 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4462 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4462 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4462 Query SELECT * FROM s1_vdata where wref = '22609' + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT x,y FROM s1_wdata where id = 22609 + 4462 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4462 Query SELECT * FROM s1_odata where conqured = 22609 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_enforcement where vref = 22609 + 4462 Query SELECT * from s1_enforcement where `from` = 22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_enforcement where vref = 22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4462 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT tribe FROM s1_users where id = 6 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * from s1_tdata where vref = 22609 + 4462 Query SELECT * FROM s1_abdata where vref = 22609 + 4462 Query SELECT * FROM s1_research where vref = 22609 + 4462 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4462 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4462 Query UPDATE s1_vdata set wood = 29006, clay = 38470, iron = 29004, crop = 45370 where wref = 22609 + 4462 Query UPDATE s1_vdata set lastupdate = 1508779418 where wref = 22609 + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT x,y FROM s1_wdata where id = 22609 + 4462 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4462 Query SELECT * FROM s1_odata where conqured = 22609 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_enforcement where vref = 22609 + 4462 Query SELECT * from s1_enforcement where `from` = 22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_enforcement where vref = 22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4462 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT tribe FROM s1_users where id = 6 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * from s1_tdata where vref = 22609 + 4462 Query SELECT * FROM s1_abdata where vref = 22609 + 4462 Query SELECT * FROM s1_research where vref = 22609 + 4462 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4462 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4462 Query SELECT count(id) FROM s1_users where id > 5 + 4462 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4462 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4462 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4462 Query DELETE FROM s1_active WHERE timestamp < 1508563418 + 4462 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4462 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 16778 + 4462 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 16780 + 4462 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17378 + 4462 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17984 + 4462 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 17986 + 4462 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18390 + 4462 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18595 + 4462 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 18799 + 4462 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 19194 + 4462 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 20198 + 4462 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4462 Query UPDATE s1_odata set lastupdated = 1508779418 where wref = 22206 + 4462 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4462 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4462 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4462 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4462 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4462 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779418 + 4462 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778818 + 4462 Query SELECT * FROM s1_hero + 4462 Query SELECT * from s1_units where vref = 20599 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_units where vref = 18790 + 4462 Query SELECT uid FROM s1_deleting where timestamp < 1508779418 + 4462 Query SELECT * FROM s1_bdata where timestamp < 1508779418 and master = 0 + 4462 Query SELECT * FROM s1_bdata WHERE master = 1 + 4462 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779418 + 4462 Query SELECT * FROM `s1_fdata` + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 +171023 19:23:39 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4462 Query DELETE from s1_route where timeleft < 1508779419 + 4462 Query SELECT * FROM s1_route where timestamp < 1508779419 + 4462 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779419.0719 + 4462 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779419.0719 + 4462 Query SELECT * FROM s1_research where timestamp < 1508779419 + 4462 Query SELECT * FROM s1_training where vref IS NOT NULL + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT owner FROM s1_vdata where wref = 22609 + 4462 Query SELECT b4 FROM s1_users where id = 6 + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4462 Query SELECT * from s1_units where vref = 22609 + 4462 Query SELECT * from s1_enforcement where vref = 22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4462 Query SELECT * FROM s1_vdata where wref = 22609 + 4462 Query SELECT tribe FROM s1_users where id = 6 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT owner FROM s1_vdata where wref = 22609 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4462 Query SELECT * from s1_units where vref = 36787 + 4462 Query SELECT * from s1_enforcement where vref = 36787 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4462 Query SELECT * FROM s1_vdata where wref = 36787 + 4462 Query SELECT tribe FROM s1_users where id = 94 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4462 Query SELECT * from s1_fdata where vref = 36787 + 4462 Query SELECT owner FROM s1_vdata where wref = 36787 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4462 Query SELECT * from s1_units where vref = 36787 + 4462 Query SELECT owner FROM s1_vdata where wref = 36787 + 4462 Query SELECT b4 FROM s1_users where id = 94 + 4462 Query SELECT * from s1_fdata where vref = 36787 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4462 Query SELECT crop FROM s1_vdata where wref = 36787 + 4462 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4462 Query SELECT owner FROM s1_vdata where wref = 36787 + 4462 Query SELECT b4 FROM s1_users where id = 94 + 4462 Query SELECT * from s1_fdata where vref = 36787 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4462 Query SELECT * from s1_units where vref = 1801 + 4462 Query SELECT * from s1_enforcement where vref = 1801 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4462 Query SELECT * FROM s1_vdata where wref = 1801 + 4462 Query SELECT tribe FROM s1_users where id = 90 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4462 Query SELECT * from s1_fdata where vref = 1801 + 4462 Query SELECT owner FROM s1_vdata where wref = 1801 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4462 Query SELECT * from s1_units where vref = 1801 + 4462 Query SELECT owner FROM s1_vdata where wref = 1801 + 4462 Query SELECT b4 FROM s1_users where id = 90 + 4462 Query SELECT * from s1_fdata where vref = 1801 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4462 Query SELECT crop FROM s1_vdata where wref = 1801 + 4462 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4462 Query SELECT owner FROM s1_vdata where wref = 1801 + 4462 Query SELECT b4 FROM s1_users where id = 90 + 4462 Query SELECT * from s1_fdata where vref = 1801 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4462 Query SELECT * from s1_units where vref = 1592 + 4462 Query SELECT * from s1_enforcement where vref = 1592 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4462 Query SELECT * FROM s1_vdata where wref = 1592 + 4462 Query SELECT tribe FROM s1_users where id = 67 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4462 Query SELECT * from s1_fdata where vref = 1592 + 4462 Query SELECT owner FROM s1_vdata where wref = 1592 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4462 Query SELECT * from s1_units where vref = 1592 + 4462 Query SELECT owner FROM s1_vdata where wref = 1592 + 4462 Query SELECT b4 FROM s1_users where id = 67 + 4462 Query SELECT * from s1_fdata where vref = 1592 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4462 Query SELECT crop FROM s1_vdata where wref = 1592 + 4462 Query SELECT owner FROM s1_vdata where wref = 1592 + 4462 Query SELECT b4 FROM s1_users where id = 67 + 4462 Query SELECT * from s1_fdata where vref = 1592 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4462 Query SELECT * from s1_units where vref = 20599 + 4462 Query SELECT * from s1_enforcement where vref = 20599 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4462 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4462 Query SELECT * FROM s1_vdata where wref = 20599 + 4462 Query SELECT tribe FROM s1_users where id = 46 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4462 Query SELECT * from s1_fdata where vref = 20599 + 4462 Query SELECT owner FROM s1_vdata where wref = 20599 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4462 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4462 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4462 Query SELECT owner FROM s1_vdata where wref = 20599 + 4462 Query SELECT b4 FROM s1_users where id = 46 + 4462 Query SELECT * from s1_fdata where vref = 20599 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4462 Query SELECT crop FROM s1_vdata where wref = 20599 + 4462 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4462 Query SELECT owner FROM s1_vdata where wref = 20599 + 4462 Query SELECT b4 FROM s1_users where id = 46 + 4462 Query SELECT * from s1_fdata where vref = 20599 + 4462 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4462 Query SELECT * FROM s1_vdata where celebration < 1508779419 AND celebration != 0 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779419 ORDER BY endtime ASC + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779419 + 4462 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779419 + 4462 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779419 + 4462 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4462 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4462 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4462 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779419 + 4462 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779419.1509 + 4462 Query SELECT * FROM s1_general WHERE shown = 1 + 4462 Query SELECT * FROM s1_users WHERE invited != 0 + 4462 Query SELECT * FROM `s1_fdata` + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4462 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4462 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779419 + 4462 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736219 + 4462 Query SELECT * FROM s1_config + 4462 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693019 + 4462 Query SELECT timestamp from s1_deleting where uid = 6 + 4462 Query SELECT * FROM s1_users WHERE `id`='6' + 4462 Query SELECT username FROM s1_users where id = 6 + 4462 Query SELECT username FROM s1_users where id = 1 + 4462 Query SELECT username FROM s1_users where id = 46 + 4462 Query SELECT username FROM s1_users where id = 46 + 4462 Query SELECT username FROM s1_users where id = 98 + 4462 Query SELECT username FROM s1_users where id = 97 + 4462 Query SELECT username FROM s1_users where id = 96 + 4462 Query SELECT username FROM s1_users where id = 95 + 4462 Query SELECT username FROM s1_users where id = 94 + 4462 Query SELECT username FROM s1_users where id = 93 + 4462 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4462 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778819 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4462 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4462 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4462 Query SELECT * from s1_fdata where vref = 22609 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4462 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4462 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4462 Quit +171023 19:23:40 4463 Connect root@localhost as anonymous on + 4463 Init DB travian + 4463 Query SET NAMES 'UTF8' + 4463 Query SELECT * FROM s1_users where username = 'cyberghost' + 4463 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4463 Query SELECT sit FROM s1_online where uid = 6 + 4463 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4463 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4463 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4463 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4463 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4463 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4463 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4463 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4463 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4463 Query REPLACE into s1_active values ('cyberghost',1508779420) + 4463 Query UPDATE s1_users set timestamp = '1508779420' where username = 'cyberghost' + 4463 Query REPLACE into s1_active values ('cyberghost',1508779420) + 4463 Query UPDATE s1_users set timestamp = 1508779420 where username = 'cyberghost' + 4463 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4463 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4463 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4463 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4463 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4463 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4463 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4463 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4463 Query SELECT * FROM s1_vdata where wref = '22609' + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT x,y FROM s1_wdata where id = 22609 + 4463 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4463 Query SELECT * FROM s1_odata where conqured = 22609 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_enforcement where vref = 22609 + 4463 Query SELECT * from s1_enforcement where `from` = 22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_enforcement where vref = 22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4463 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT tribe FROM s1_users where id = 6 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * from s1_tdata where vref = 22609 + 4463 Query SELECT * FROM s1_abdata where vref = 22609 + 4463 Query SELECT * FROM s1_research where vref = 22609 + 4463 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4463 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4463 Query UPDATE s1_vdata set wood = 29006, clay = 38470, iron = 29004, crop = 45370 where wref = 22609 + 4463 Query UPDATE s1_vdata set lastupdate = 1508779420 where wref = 22609 + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT x,y FROM s1_wdata where id = 22609 + 4463 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4463 Query SELECT * FROM s1_odata where conqured = 22609 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_enforcement where vref = 22609 + 4463 Query SELECT * from s1_enforcement where `from` = 22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_enforcement where vref = 22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4463 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT tribe FROM s1_users where id = 6 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * from s1_tdata where vref = 22609 + 4463 Query SELECT * FROM s1_abdata where vref = 22609 + 4463 Query SELECT * FROM s1_research where vref = 22609 + 4463 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4463 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4463 Query SELECT count(id) FROM s1_users where id > 5 + 4463 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4463 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4463 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4463 Query DELETE FROM s1_active WHERE timestamp < 1508563420 + 4463 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4463 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 16778 + 4463 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 16780 + 4463 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 17378 + 4463 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 17984 + 4463 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 17986 + 4463 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 18390 + 4463 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 18595 + 4463 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 18799 + 4463 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 19194 + 4463 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 20198 + 4463 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4463 Query UPDATE s1_odata set lastupdated = 1508779420 where wref = 22206 + 4463 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4463 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4463 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4463 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4463 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4463 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779420 + 4463 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778820 + 4463 Query SELECT * FROM s1_hero + 4463 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4463 Query UPDATE `s1_hero` SET lastupdate = '1508779420' WHERE heroid = 2 + 4463 Query SELECT * from s1_units where vref = 20599 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_units where vref = 18790 + 4463 Query SELECT uid FROM s1_deleting where timestamp < 1508779420 + 4463 Query SELECT * FROM s1_bdata where timestamp < 1508779420 and master = 0 + 4463 Query SELECT * FROM s1_bdata WHERE master = 1 + 4463 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779420 + 4463 Query SELECT * FROM `s1_fdata` + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4463 Query DELETE from s1_route where timeleft < 1508779420 + 4463 Query SELECT * FROM s1_route where timestamp < 1508779420 + 4463 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779420.71 + 4463 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779420.71 + 4463 Query SELECT * FROM s1_research where timestamp < 1508779420 + 4463 Query SELECT * FROM s1_training where vref IS NOT NULL + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT owner FROM s1_vdata where wref = 22609 + 4463 Query SELECT b4 FROM s1_users where id = 6 + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4463 Query SELECT * from s1_units where vref = 22609 + 4463 Query SELECT * from s1_enforcement where vref = 22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4463 Query SELECT * FROM s1_vdata where wref = 22609 + 4463 Query SELECT tribe FROM s1_users where id = 6 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT owner FROM s1_vdata where wref = 22609 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4463 Query SELECT * from s1_units where vref = 36787 + 4463 Query SELECT * from s1_enforcement where vref = 36787 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4463 Query SELECT * FROM s1_vdata where wref = 36787 + 4463 Query SELECT tribe FROM s1_users where id = 94 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4463 Query SELECT * from s1_fdata where vref = 36787 + 4463 Query SELECT owner FROM s1_vdata where wref = 36787 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4463 Query SELECT * from s1_units where vref = 36787 + 4463 Query SELECT owner FROM s1_vdata where wref = 36787 + 4463 Query SELECT b4 FROM s1_users where id = 94 + 4463 Query SELECT * from s1_fdata where vref = 36787 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4463 Query SELECT crop FROM s1_vdata where wref = 36787 + 4463 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4463 Query SELECT owner FROM s1_vdata where wref = 36787 + 4463 Query SELECT b4 FROM s1_users where id = 94 + 4463 Query SELECT * from s1_fdata where vref = 36787 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4463 Query SELECT * from s1_units where vref = 1801 + 4463 Query SELECT * from s1_enforcement where vref = 1801 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4463 Query SELECT * FROM s1_vdata where wref = 1801 + 4463 Query SELECT tribe FROM s1_users where id = 90 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4463 Query SELECT * from s1_fdata where vref = 1801 + 4463 Query SELECT owner FROM s1_vdata where wref = 1801 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4463 Query SELECT * from s1_units where vref = 1801 + 4463 Query SELECT owner FROM s1_vdata where wref = 1801 + 4463 Query SELECT b4 FROM s1_users where id = 90 + 4463 Query SELECT * from s1_fdata where vref = 1801 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4463 Query SELECT crop FROM s1_vdata where wref = 1801 + 4463 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4463 Query SELECT owner FROM s1_vdata where wref = 1801 + 4463 Query SELECT b4 FROM s1_users where id = 90 + 4463 Query SELECT * from s1_fdata where vref = 1801 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4463 Query SELECT * from s1_units where vref = 1592 + 4463 Query SELECT * from s1_enforcement where vref = 1592 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4463 Query SELECT * FROM s1_vdata where wref = 1592 + 4463 Query SELECT tribe FROM s1_users where id = 67 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4463 Query SELECT * from s1_fdata where vref = 1592 + 4463 Query SELECT owner FROM s1_vdata where wref = 1592 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4463 Query SELECT * from s1_units where vref = 1592 + 4463 Query SELECT owner FROM s1_vdata where wref = 1592 + 4463 Query SELECT b4 FROM s1_users where id = 67 + 4463 Query SELECT * from s1_fdata where vref = 1592 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4463 Query SELECT crop FROM s1_vdata where wref = 1592 + 4463 Query SELECT owner FROM s1_vdata where wref = 1592 + 4463 Query SELECT b4 FROM s1_users where id = 67 + 4463 Query SELECT * from s1_fdata where vref = 1592 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4463 Query SELECT * from s1_units where vref = 20599 + 4463 Query SELECT * from s1_enforcement where vref = 20599 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4463 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4463 Query SELECT * FROM s1_vdata where wref = 20599 + 4463 Query SELECT tribe FROM s1_users where id = 46 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4463 Query SELECT * from s1_fdata where vref = 20599 + 4463 Query SELECT owner FROM s1_vdata where wref = 20599 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4463 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4463 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4463 Query SELECT owner FROM s1_vdata where wref = 20599 + 4463 Query SELECT b4 FROM s1_users where id = 46 + 4463 Query SELECT * from s1_fdata where vref = 20599 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4463 Query SELECT crop FROM s1_vdata where wref = 20599 + 4463 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4463 Query SELECT owner FROM s1_vdata where wref = 20599 + 4463 Query SELECT b4 FROM s1_users where id = 46 + 4463 Query SELECT * from s1_fdata where vref = 20599 + 4463 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4463 Query SELECT * FROM s1_vdata where celebration < 1508779420 AND celebration != 0 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779420 ORDER BY endtime ASC + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779420 + 4463 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779420 + 4463 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779420 + 4463 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4463 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4463 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4463 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779420 + 4463 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779420.779 + 4463 Query SELECT * FROM s1_general WHERE shown = 1 + 4463 Query SELECT * FROM s1_users WHERE invited != 0 + 4463 Query SELECT * FROM `s1_fdata` + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4463 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4463 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779420 + 4463 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736220 + 4463 Query SELECT * FROM s1_config + 4463 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693020 + 4463 Query SELECT timestamp from s1_deleting where uid = 6 + 4463 Query UPDATE s1_mdata set viewed = 1 where id = 708 AND target IN(6,1) + 4463 Query SELECT id FROM s1_alidata WHERE tag ='[message] rnahahrn_________________________rnReply: cyberghostrnrntest[/message]' + 4463 Query SELECT id FROM s1_users where username = '[message] \r\nahah\r\n_________________________\r\nReply: cyberghost\r\n\r\ntest[/message]' + 4463 Query SELECT * FROM s1_ndata where id = 0 ORDER BY time DESC + 4463 Query SELECT username FROM s1_users where id = 1 + 4463 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4463 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778820 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4463 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4463 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4463 Query SELECT * from s1_fdata where vref = 22609 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4463 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4463 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4463 Quit +171023 19:23:44 4464 Connect root@localhost as anonymous on + 4464 Init DB travian + 4464 Query SET NAMES 'UTF8' + 4464 Query SELECT * FROM s1_users where username = 'cyberghost' + 4464 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4464 Query SELECT sit FROM s1_online where uid = 6 + 4464 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4464 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4464 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4464 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4464 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4464 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4464 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4464 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4464 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4464 Query REPLACE into s1_active values ('cyberghost',1508779424) + 4464 Query UPDATE s1_users set timestamp = '1508779424' where username = 'cyberghost' + 4464 Query REPLACE into s1_active values ('cyberghost',1508779424) + 4464 Query UPDATE s1_users set timestamp = 1508779424 where username = 'cyberghost' + 4464 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4464 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4464 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4464 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4464 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4464 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4464 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4464 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4464 Query SELECT * FROM s1_vdata where wref = '22609' + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT x,y FROM s1_wdata where id = 22609 + 4464 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4464 Query SELECT * FROM s1_odata where conqured = 22609 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_enforcement where vref = 22609 + 4464 Query SELECT * from s1_enforcement where `from` = 22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_enforcement where vref = 22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4464 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT tribe FROM s1_users where id = 6 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * from s1_tdata where vref = 22609 + 4464 Query SELECT * FROM s1_abdata where vref = 22609 + 4464 Query SELECT * FROM s1_research where vref = 22609 + 4464 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4464 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4464 Query UPDATE s1_vdata set wood = 29007, clay = 38471, iron = 29005, crop = 45371 where wref = 22609 + 4464 Query UPDATE s1_vdata set lastupdate = 1508779424 where wref = 22609 + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT x,y FROM s1_wdata where id = 22609 + 4464 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4464 Query SELECT * FROM s1_odata where conqured = 22609 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_enforcement where vref = 22609 + 4464 Query SELECT * from s1_enforcement where `from` = 22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_enforcement where vref = 22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4464 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT tribe FROM s1_users where id = 6 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * from s1_tdata where vref = 22609 + 4464 Query SELECT * FROM s1_abdata where vref = 22609 + 4464 Query SELECT * FROM s1_research where vref = 22609 + 4464 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4464 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4464 Query SELECT count(id) FROM s1_users where id > 5 + 4464 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4464 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4464 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4464 Query DELETE FROM s1_active WHERE timestamp < 1508563424 + 4464 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4464 Query UPDATE s1_odata set wood = 187.00888888889, clay = 187.00888888889, iron = 187.00888888889, crop = 187.00888888889 where wref = 16778 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 16778 + 4464 Query UPDATE s1_odata set wood = 152.00888888889, clay = 152.00888888889, iron = 152.00888888889, crop = 152.00888888889 where wref = 16780 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 16780 + 4464 Query UPDATE s1_odata set wood = 339.00888888889, clay = 339.00888888889, iron = 339.00888888889, crop = 339.00888888889 where wref = 17378 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 17378 + 4464 Query UPDATE s1_odata set wood = 499.00888888889, clay = 499.00888888889, iron = 499.00888888889, crop = 499.00888888889 where wref = 17984 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 17984 + 4464 Query UPDATE s1_odata set wood = 559.00888888889, clay = 559.00888888889, iron = 559.00888888889, crop = 559.00888888889 where wref = 17986 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 17986 + 4464 Query UPDATE s1_odata set wood = 108.00888888889, clay = 108.00888888889, iron = 108.00888888889, crop = 108.00888888889 where wref = 18390 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 18390 + 4464 Query UPDATE s1_odata set wood = 476.00888888889, clay = 476.00888888889, iron = 476.00888888889, crop = 476.00888888889 where wref = 18595 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 18595 + 4464 Query UPDATE s1_odata set wood = 316.00888888889, clay = 316.00888888889, iron = 316.00888888889, crop = 316.00888888889 where wref = 18799 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 18799 + 4464 Query UPDATE s1_odata set wood = 562.00888888889, clay = 562.00888888889, iron = 562.00888888889, crop = 562.00888888889 where wref = 19194 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 19194 + 4464 Query UPDATE s1_odata set wood = 24.008888888889, clay = 24.008888888889, iron = 24.008888888889, crop = 24.008888888889 where wref = 20198 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 20198 + 4464 Query UPDATE s1_odata set wood = 234.00888888889, clay = 234.00888888889, iron = 234.00888888889, crop = 234.00888888889 where wref = 22206 + 4464 Query UPDATE s1_odata set lastupdated = 1508779424 where wref = 22206 + 4464 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4464 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4464 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4464 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4464 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4464 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779424 + 4464 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778824 + 4464 Query SELECT * FROM s1_hero + 4464 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4464 Query UPDATE `s1_hero` SET lastupdate = '1508779424' WHERE heroid = 2 + 4464 Query SELECT * from s1_units where vref = 20599 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_units where vref = 18790 + 4464 Query SELECT uid FROM s1_deleting where timestamp < 1508779424 + 4464 Query SELECT * FROM s1_bdata where timestamp < 1508779424 and master = 0 + 4464 Query SELECT * FROM s1_bdata WHERE master = 1 + 4464 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779424 + 4464 Query SELECT * FROM `s1_fdata` + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4464 Query DELETE from s1_route where timeleft < 1508779424 + 4464 Query SELECT * FROM s1_route where timestamp < 1508779424 + 4464 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779424.5303 + 4464 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779424.5303 + 4464 Query SELECT * FROM s1_research where timestamp < 1508779424 + 4464 Query SELECT * FROM s1_training where vref IS NOT NULL + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT owner FROM s1_vdata where wref = 22609 + 4464 Query SELECT b4 FROM s1_users where id = 6 + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4464 Query SELECT * from s1_units where vref = 22609 + 4464 Query SELECT * from s1_enforcement where vref = 22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4464 Query SELECT * FROM s1_vdata where wref = 22609 + 4464 Query SELECT tribe FROM s1_users where id = 6 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT owner FROM s1_vdata where wref = 22609 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4464 Query SELECT * from s1_units where vref = 36787 + 4464 Query SELECT * from s1_enforcement where vref = 36787 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4464 Query SELECT * FROM s1_vdata where wref = 36787 + 4464 Query SELECT tribe FROM s1_users where id = 94 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4464 Query SELECT * from s1_fdata where vref = 36787 + 4464 Query SELECT owner FROM s1_vdata where wref = 36787 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4464 Query SELECT * from s1_units where vref = 36787 + 4464 Query SELECT owner FROM s1_vdata where wref = 36787 + 4464 Query SELECT b4 FROM s1_users where id = 94 + 4464 Query SELECT * from s1_fdata where vref = 36787 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4464 Query SELECT crop FROM s1_vdata where wref = 36787 + 4464 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4464 Query SELECT owner FROM s1_vdata where wref = 36787 + 4464 Query SELECT b4 FROM s1_users where id = 94 + 4464 Query SELECT * from s1_fdata where vref = 36787 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4464 Query SELECT * from s1_units where vref = 1801 + 4464 Query SELECT * from s1_enforcement where vref = 1801 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4464 Query SELECT * FROM s1_vdata where wref = 1801 + 4464 Query SELECT tribe FROM s1_users where id = 90 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4464 Query SELECT * from s1_fdata where vref = 1801 + 4464 Query SELECT owner FROM s1_vdata where wref = 1801 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4464 Query SELECT * from s1_units where vref = 1801 + 4464 Query SELECT owner FROM s1_vdata where wref = 1801 + 4464 Query SELECT b4 FROM s1_users where id = 90 + 4464 Query SELECT * from s1_fdata where vref = 1801 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4464 Query SELECT crop FROM s1_vdata where wref = 1801 + 4464 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4464 Query SELECT owner FROM s1_vdata where wref = 1801 + 4464 Query SELECT b4 FROM s1_users where id = 90 + 4464 Query SELECT * from s1_fdata where vref = 1801 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4464 Query SELECT * from s1_units where vref = 1592 + 4464 Query SELECT * from s1_enforcement where vref = 1592 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4464 Query SELECT * FROM s1_vdata where wref = 1592 + 4464 Query SELECT tribe FROM s1_users where id = 67 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4464 Query SELECT * from s1_fdata where vref = 1592 + 4464 Query SELECT owner FROM s1_vdata where wref = 1592 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4464 Query SELECT * from s1_units where vref = 1592 + 4464 Query SELECT owner FROM s1_vdata where wref = 1592 + 4464 Query SELECT b4 FROM s1_users where id = 67 + 4464 Query SELECT * from s1_fdata where vref = 1592 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4464 Query SELECT crop FROM s1_vdata where wref = 1592 + 4464 Query SELECT owner FROM s1_vdata where wref = 1592 + 4464 Query SELECT b4 FROM s1_users where id = 67 + 4464 Query SELECT * from s1_fdata where vref = 1592 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4464 Query SELECT * from s1_units where vref = 20599 + 4464 Query SELECT * from s1_enforcement where vref = 20599 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4464 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4464 Query SELECT * FROM s1_vdata where wref = 20599 + 4464 Query SELECT tribe FROM s1_users where id = 46 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4464 Query SELECT * from s1_fdata where vref = 20599 + 4464 Query SELECT owner FROM s1_vdata where wref = 20599 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4464 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4464 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4464 Query SELECT owner FROM s1_vdata where wref = 20599 + 4464 Query SELECT b4 FROM s1_users where id = 46 + 4464 Query SELECT * from s1_fdata where vref = 20599 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4464 Query SELECT crop FROM s1_vdata where wref = 20599 + 4464 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4464 Query SELECT owner FROM s1_vdata where wref = 20599 + 4464 Query SELECT b4 FROM s1_users where id = 46 + 4464 Query SELECT * from s1_fdata where vref = 20599 + 4464 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4464 Query SELECT * FROM s1_vdata where celebration < 1508779424 AND celebration != 0 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779424 ORDER BY endtime ASC + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779424 + 4464 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779424 + 4464 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779424 + 4464 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4464 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4464 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4464 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779424 + 4464 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779424.5993 + 4464 Query SELECT * FROM s1_general WHERE shown = 1 + 4464 Query SELECT * FROM s1_users WHERE invited != 0 + 4464 Query SELECT * FROM `s1_fdata` + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4464 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4464 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779424 + 4464 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736224 + 4464 Query SELECT * FROM s1_config + 4464 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693024 + 4464 Query SELECT timestamp from s1_deleting where uid = 6 + 4464 Query SELECT * FROM s1_users WHERE `id`='6' + 4464 Query SELECT username FROM s1_users where id = 6 + 4464 Query SELECT username FROM s1_users where id = 1 + 4464 Query SELECT username FROM s1_users where id = 46 + 4464 Query SELECT username FROM s1_users where id = 46 + 4464 Query SELECT username FROM s1_users where id = 98 + 4464 Query SELECT username FROM s1_users where id = 97 + 4464 Query SELECT username FROM s1_users where id = 96 + 4464 Query SELECT username FROM s1_users where id = 95 + 4464 Query SELECT username FROM s1_users where id = 94 + 4464 Query SELECT username FROM s1_users where id = 93 + 4464 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4464 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778824 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4464 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4464 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4464 Query SELECT * from s1_fdata where vref = 22609 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4464 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4464 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4464 Quit +171023 19:23:45 4465 Connect root@localhost as anonymous on + 4465 Init DB travian + 4465 Query SET NAMES 'UTF8' + 4465 Query SELECT * FROM s1_users where username = 'cyberghost' + 4465 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4465 Query SELECT sit FROM s1_online where uid = 6 + 4465 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4465 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4465 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4465 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4465 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4465 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4465 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4465 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4465 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4465 Query REPLACE into s1_active values ('cyberghost',1508779425) + 4465 Query UPDATE s1_users set timestamp = '1508779425' where username = 'cyberghost' + 4465 Query REPLACE into s1_active values ('cyberghost',1508779425) + 4465 Query UPDATE s1_users set timestamp = 1508779425 where username = 'cyberghost' + 4465 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4465 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4465 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4465 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4465 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4465 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4465 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4465 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4465 Query SELECT * FROM s1_vdata where wref = '22609' + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT x,y FROM s1_wdata where id = 22609 + 4465 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4465 Query SELECT * FROM s1_odata where conqured = 22609 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_enforcement where vref = 22609 + 4465 Query SELECT * from s1_enforcement where `from` = 22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_enforcement where vref = 22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4465 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT tribe FROM s1_users where id = 6 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * from s1_tdata where vref = 22609 + 4465 Query SELECT * FROM s1_abdata where vref = 22609 + 4465 Query SELECT * FROM s1_research where vref = 22609 + 4465 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4465 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4465 Query UPDATE s1_vdata set wood = 29007, clay = 38471, iron = 29005, crop = 45371 where wref = 22609 + 4465 Query UPDATE s1_vdata set lastupdate = 1508779425 where wref = 22609 + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT x,y FROM s1_wdata where id = 22609 + 4465 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4465 Query SELECT * FROM s1_odata where conqured = 22609 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_enforcement where vref = 22609 + 4465 Query SELECT * from s1_enforcement where `from` = 22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_enforcement where vref = 22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4465 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT tribe FROM s1_users where id = 6 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * from s1_tdata where vref = 22609 + 4465 Query SELECT * FROM s1_abdata where vref = 22609 + 4465 Query SELECT * FROM s1_research where vref = 22609 + 4465 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4465 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4465 Query SELECT count(id) FROM s1_users where id > 5 + 4465 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4465 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4465 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4465 Query DELETE FROM s1_active WHERE timestamp < 1508563425 + 4465 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4465 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 16778 + 4465 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 16780 + 4465 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 17378 + 4465 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 17984 + 4465 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 17986 + 4465 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 18390 + 4465 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 18595 + 4465 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 18799 + 4465 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 19194 + 4465 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 20198 + 4465 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4465 Query UPDATE s1_odata set lastupdated = 1508779425 where wref = 22206 + 4465 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4465 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4465 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4465 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4465 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4465 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779425 + 4465 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778825 + 4465 Query SELECT * FROM s1_hero + 4465 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4465 Query UPDATE `s1_hero` SET lastupdate = '1508779425' WHERE heroid = 2 + 4465 Query SELECT * from s1_units where vref = 20599 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_units where vref = 18790 + 4465 Query SELECT uid FROM s1_deleting where timestamp < 1508779425 + 4465 Query SELECT * FROM s1_bdata where timestamp < 1508779425 and master = 0 + 4465 Query SELECT * FROM s1_bdata WHERE master = 1 + 4465 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779425 + 4465 Query SELECT * FROM `s1_fdata` + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4465 Query DELETE from s1_route where timeleft < 1508779425 + 4465 Query SELECT * FROM s1_route where timestamp < 1508779425 + 4465 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779425.4843 + 4465 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779425.4843 + 4465 Query SELECT * FROM s1_research where timestamp < 1508779425 + 4465 Query SELECT * FROM s1_training where vref IS NOT NULL + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT owner FROM s1_vdata where wref = 22609 + 4465 Query SELECT b4 FROM s1_users where id = 6 + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4465 Query SELECT * from s1_units where vref = 22609 + 4465 Query SELECT * from s1_enforcement where vref = 22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4465 Query SELECT * FROM s1_vdata where wref = 22609 + 4465 Query SELECT tribe FROM s1_users where id = 6 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT owner FROM s1_vdata where wref = 22609 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4465 Query SELECT * from s1_units where vref = 36787 + 4465 Query SELECT * from s1_enforcement where vref = 36787 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4465 Query SELECT * FROM s1_vdata where wref = 36787 + 4465 Query SELECT tribe FROM s1_users where id = 94 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4465 Query SELECT * from s1_fdata where vref = 36787 + 4465 Query SELECT owner FROM s1_vdata where wref = 36787 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4465 Query SELECT * from s1_units where vref = 36787 + 4465 Query SELECT owner FROM s1_vdata where wref = 36787 + 4465 Query SELECT b4 FROM s1_users where id = 94 + 4465 Query SELECT * from s1_fdata where vref = 36787 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4465 Query SELECT crop FROM s1_vdata where wref = 36787 + 4465 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4465 Query SELECT owner FROM s1_vdata where wref = 36787 + 4465 Query SELECT b4 FROM s1_users where id = 94 + 4465 Query SELECT * from s1_fdata where vref = 36787 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4465 Query SELECT * from s1_units where vref = 1801 + 4465 Query SELECT * from s1_enforcement where vref = 1801 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4465 Query SELECT * FROM s1_vdata where wref = 1801 + 4465 Query SELECT tribe FROM s1_users where id = 90 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4465 Query SELECT * from s1_fdata where vref = 1801 + 4465 Query SELECT owner FROM s1_vdata where wref = 1801 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4465 Query SELECT * from s1_units where vref = 1801 + 4465 Query SELECT owner FROM s1_vdata where wref = 1801 + 4465 Query SELECT b4 FROM s1_users where id = 90 + 4465 Query SELECT * from s1_fdata where vref = 1801 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4465 Query SELECT crop FROM s1_vdata where wref = 1801 + 4465 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4465 Query SELECT owner FROM s1_vdata where wref = 1801 + 4465 Query SELECT b4 FROM s1_users where id = 90 + 4465 Query SELECT * from s1_fdata where vref = 1801 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4465 Query SELECT * from s1_units where vref = 1592 + 4465 Query SELECT * from s1_enforcement where vref = 1592 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4465 Query SELECT * FROM s1_vdata where wref = 1592 + 4465 Query SELECT tribe FROM s1_users where id = 67 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4465 Query SELECT * from s1_fdata where vref = 1592 + 4465 Query SELECT owner FROM s1_vdata where wref = 1592 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4465 Query SELECT * from s1_units where vref = 1592 + 4465 Query SELECT owner FROM s1_vdata where wref = 1592 + 4465 Query SELECT b4 FROM s1_users where id = 67 + 4465 Query SELECT * from s1_fdata where vref = 1592 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4465 Query SELECT crop FROM s1_vdata where wref = 1592 + 4465 Query SELECT owner FROM s1_vdata where wref = 1592 + 4465 Query SELECT b4 FROM s1_users where id = 67 + 4465 Query SELECT * from s1_fdata where vref = 1592 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4465 Query SELECT * from s1_units where vref = 20599 + 4465 Query SELECT * from s1_enforcement where vref = 20599 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4465 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4465 Query SELECT * FROM s1_vdata where wref = 20599 + 4465 Query SELECT tribe FROM s1_users where id = 46 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4465 Query SELECT * from s1_fdata where vref = 20599 + 4465 Query SELECT owner FROM s1_vdata where wref = 20599 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4465 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4465 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4465 Query SELECT owner FROM s1_vdata where wref = 20599 + 4465 Query SELECT b4 FROM s1_users where id = 46 + 4465 Query SELECT * from s1_fdata where vref = 20599 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4465 Query SELECT crop FROM s1_vdata where wref = 20599 + 4465 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4465 Query SELECT owner FROM s1_vdata where wref = 20599 + 4465 Query SELECT b4 FROM s1_users where id = 46 + 4465 Query SELECT * from s1_fdata where vref = 20599 + 4465 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4465 Query SELECT * FROM s1_vdata where celebration < 1508779425 AND celebration != 0 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779425 ORDER BY endtime ASC + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779425 + 4465 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779425 + 4465 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779425 + 4465 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4465 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4465 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4465 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779425 + 4465 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779425.5513 + 4465 Query SELECT * FROM s1_general WHERE shown = 1 + 4465 Query SELECT * FROM s1_users WHERE invited != 0 + 4465 Query SELECT * FROM `s1_fdata` + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4465 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4465 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779425 + 4465 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736225 + 4465 Query SELECT * FROM s1_config + 4465 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693025 + 4465 Query SELECT timestamp from s1_deleting where uid = 6 + 4465 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4465 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778825 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4465 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4465 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4465 Query SELECT * from s1_fdata where vref = 22609 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4465 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4465 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4465 Quit +171023 19:23:46 4466 Connect root@localhost as anonymous on + 4466 Init DB travian + 4466 Query SET NAMES 'UTF8' + 4466 Query SELECT * FROM s1_users where username = 'cyberghost' + 4466 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4466 Query SELECT sit FROM s1_online where uid = 6 + 4466 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4466 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4466 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4466 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4466 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4466 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4466 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4466 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4466 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4466 Query REPLACE into s1_active values ('cyberghost',1508779426) + 4466 Query UPDATE s1_users set timestamp = '1508779426' where username = 'cyberghost' + 4466 Query REPLACE into s1_active values ('cyberghost',1508779426) + 4466 Query UPDATE s1_users set timestamp = 1508779426 where username = 'cyberghost' + 4466 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4466 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4466 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4466 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4466 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4466 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4466 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4466 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4466 Query SELECT * FROM s1_vdata where wref = '22609' + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT x,y FROM s1_wdata where id = 22609 + 4466 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4466 Query SELECT * FROM s1_odata where conqured = 22609 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_enforcement where vref = 22609 + 4466 Query SELECT * from s1_enforcement where `from` = 22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_enforcement where vref = 22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4466 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT tribe FROM s1_users where id = 6 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * from s1_tdata where vref = 22609 + 4466 Query SELECT * FROM s1_abdata where vref = 22609 + 4466 Query SELECT * FROM s1_research where vref = 22609 + 4466 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4466 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4466 Query UPDATE s1_vdata set wood = 29007, clay = 38471, iron = 29005, crop = 45371 where wref = 22609 + 4466 Query UPDATE s1_vdata set lastupdate = 1508779426 where wref = 22609 + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT x,y FROM s1_wdata where id = 22609 + 4466 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4466 Query SELECT * FROM s1_odata where conqured = 22609 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_enforcement where vref = 22609 + 4466 Query SELECT * from s1_enforcement where `from` = 22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_enforcement where vref = 22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4466 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT tribe FROM s1_users where id = 6 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * from s1_tdata where vref = 22609 + 4466 Query SELECT * FROM s1_abdata where vref = 22609 + 4466 Query SELECT * FROM s1_research where vref = 22609 + 4466 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4466 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4466 Query SELECT count(id) FROM s1_users where id > 5 + 4466 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4466 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4466 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4466 Query DELETE FROM s1_active WHERE timestamp < 1508563426 + 4466 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4466 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 16778 + 4466 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 16780 + 4466 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 17378 + 4466 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 17984 + 4466 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 17986 + 4466 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 18390 + 4466 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 18595 + 4466 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 18799 + 4466 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 19194 + 4466 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 20198 + 4466 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4466 Query UPDATE s1_odata set lastupdated = 1508779426 where wref = 22206 + 4466 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4466 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4466 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4466 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4466 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4466 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779426 + 4466 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778826 + 4466 Query SELECT * FROM s1_hero + 4466 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4466 Query UPDATE `s1_hero` SET lastupdate = '1508779426' WHERE heroid = 2 + 4466 Query SELECT * from s1_units where vref = 20599 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_units where vref = 18790 + 4466 Query SELECT uid FROM s1_deleting where timestamp < 1508779426 + 4466 Query SELECT * FROM s1_bdata where timestamp < 1508779426 and master = 0 + 4466 Query SELECT * FROM s1_bdata WHERE master = 1 + 4466 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779426 + 4466 Query SELECT * FROM `s1_fdata` + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4466 Query DELETE from s1_route where timeleft < 1508779426 + 4466 Query SELECT * FROM s1_route where timestamp < 1508779426 + 4466 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779426.4224 + 4466 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779426.4224 + 4466 Query SELECT * FROM s1_research where timestamp < 1508779426 + 4466 Query SELECT * FROM s1_training where vref IS NOT NULL + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT owner FROM s1_vdata where wref = 22609 + 4466 Query SELECT b4 FROM s1_users where id = 6 + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4466 Query SELECT * from s1_units where vref = 22609 + 4466 Query SELECT * from s1_enforcement where vref = 22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4466 Query SELECT * FROM s1_vdata where wref = 22609 + 4466 Query SELECT tribe FROM s1_users where id = 6 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT owner FROM s1_vdata where wref = 22609 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4466 Query SELECT * from s1_units where vref = 36787 + 4466 Query SELECT * from s1_enforcement where vref = 36787 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4466 Query SELECT * FROM s1_vdata where wref = 36787 + 4466 Query SELECT tribe FROM s1_users where id = 94 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4466 Query SELECT * from s1_fdata where vref = 36787 + 4466 Query SELECT owner FROM s1_vdata where wref = 36787 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4466 Query SELECT * from s1_units where vref = 36787 + 4466 Query SELECT owner FROM s1_vdata where wref = 36787 + 4466 Query SELECT b4 FROM s1_users where id = 94 + 4466 Query SELECT * from s1_fdata where vref = 36787 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4466 Query SELECT crop FROM s1_vdata where wref = 36787 + 4466 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4466 Query SELECT owner FROM s1_vdata where wref = 36787 + 4466 Query SELECT b4 FROM s1_users where id = 94 + 4466 Query SELECT * from s1_fdata where vref = 36787 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4466 Query SELECT * from s1_units where vref = 1801 + 4466 Query SELECT * from s1_enforcement where vref = 1801 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4466 Query SELECT * FROM s1_vdata where wref = 1801 + 4466 Query SELECT tribe FROM s1_users where id = 90 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4466 Query SELECT * from s1_fdata where vref = 1801 + 4466 Query SELECT owner FROM s1_vdata where wref = 1801 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4466 Query SELECT * from s1_units where vref = 1801 + 4466 Query SELECT owner FROM s1_vdata where wref = 1801 + 4466 Query SELECT b4 FROM s1_users where id = 90 + 4466 Query SELECT * from s1_fdata where vref = 1801 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4466 Query SELECT crop FROM s1_vdata where wref = 1801 + 4466 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4466 Query SELECT owner FROM s1_vdata where wref = 1801 + 4466 Query SELECT b4 FROM s1_users where id = 90 + 4466 Query SELECT * from s1_fdata where vref = 1801 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4466 Query SELECT * from s1_units where vref = 1592 + 4466 Query SELECT * from s1_enforcement where vref = 1592 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4466 Query SELECT * FROM s1_vdata where wref = 1592 + 4466 Query SELECT tribe FROM s1_users where id = 67 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4466 Query SELECT * from s1_fdata where vref = 1592 + 4466 Query SELECT owner FROM s1_vdata where wref = 1592 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4466 Query SELECT * from s1_units where vref = 1592 + 4466 Query SELECT owner FROM s1_vdata where wref = 1592 + 4466 Query SELECT b4 FROM s1_users where id = 67 + 4466 Query SELECT * from s1_fdata where vref = 1592 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4466 Query SELECT crop FROM s1_vdata where wref = 1592 + 4466 Query SELECT owner FROM s1_vdata where wref = 1592 + 4466 Query SELECT b4 FROM s1_users where id = 67 + 4466 Query SELECT * from s1_fdata where vref = 1592 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4466 Query SELECT * from s1_units where vref = 20599 + 4466 Query SELECT * from s1_enforcement where vref = 20599 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4466 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4466 Query SELECT * FROM s1_vdata where wref = 20599 + 4466 Query SELECT tribe FROM s1_users where id = 46 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4466 Query SELECT * from s1_fdata where vref = 20599 + 4466 Query SELECT owner FROM s1_vdata where wref = 20599 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4466 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4466 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4466 Query SELECT owner FROM s1_vdata where wref = 20599 + 4466 Query SELECT b4 FROM s1_users where id = 46 + 4466 Query SELECT * from s1_fdata where vref = 20599 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4466 Query SELECT crop FROM s1_vdata where wref = 20599 + 4466 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4466 Query SELECT owner FROM s1_vdata where wref = 20599 + 4466 Query SELECT b4 FROM s1_users where id = 46 + 4466 Query SELECT * from s1_fdata where vref = 20599 + 4466 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4466 Query SELECT * FROM s1_vdata where celebration < 1508779426 AND celebration != 0 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779426 ORDER BY endtime ASC + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779426 + 4466 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779426 + 4466 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779426 + 4466 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4466 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4466 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4466 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779426 + 4466 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779426.4944 + 4466 Query SELECT * FROM s1_general WHERE shown = 1 + 4466 Query SELECT * FROM s1_users WHERE invited != 0 + 4466 Query SELECT * FROM `s1_fdata` + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4466 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4466 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779426 + 4466 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736226 + 4466 Query SELECT * FROM s1_config + 4466 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693026 + 4466 Query SELECT timestamp from s1_deleting where uid = 6 + 4466 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4466 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778826 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4466 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4466 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4466 Query SELECT * from s1_fdata where vref = 22609 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4466 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4466 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4466 Quit +171023 19:23:47 4467 Connect root@localhost as anonymous on + 4467 Init DB travian + 4467 Query SET NAMES 'UTF8' + 4467 Query SELECT * FROM s1_users where username = 'cyberghost' + 4467 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4467 Query SELECT sit FROM s1_online where uid = 6 + 4467 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4467 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4467 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4467 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4467 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC +171023 19:23:48 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4467 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4467 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4467 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4467 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4467 Query REPLACE into s1_active values ('cyberghost',1508779427) + 4467 Query UPDATE s1_users set timestamp = '1508779427' where username = 'cyberghost' + 4467 Query REPLACE into s1_active values ('cyberghost',1508779427) + 4467 Query UPDATE s1_users set timestamp = 1508779427 where username = 'cyberghost' + 4467 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4467 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4467 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4467 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4467 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4467 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4467 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4467 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4467 Query SELECT * FROM s1_vdata where wref = '22609' + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT x,y FROM s1_wdata where id = 22609 + 4467 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4467 Query SELECT * FROM s1_odata where conqured = 22609 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_enforcement where vref = 22609 + 4467 Query SELECT * from s1_enforcement where `from` = 22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_enforcement where vref = 22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4467 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT tribe FROM s1_users where id = 6 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * from s1_tdata where vref = 22609 + 4467 Query SELECT * FROM s1_abdata where vref = 22609 + 4467 Query SELECT * FROM s1_research where vref = 22609 + 4467 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4467 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4467 Query UPDATE s1_vdata set wood = 29007, clay = 38471, iron = 29005, crop = 45371 where wref = 22609 + 4467 Query UPDATE s1_vdata set lastupdate = 1508779428 where wref = 22609 + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT x,y FROM s1_wdata where id = 22609 + 4467 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4467 Query SELECT * FROM s1_odata where conqured = 22609 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_enforcement where vref = 22609 + 4467 Query SELECT * from s1_enforcement where `from` = 22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_enforcement where vref = 22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4467 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT tribe FROM s1_users where id = 6 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * from s1_tdata where vref = 22609 + 4467 Query SELECT * FROM s1_abdata where vref = 22609 + 4467 Query SELECT * FROM s1_research where vref = 22609 + 4467 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4467 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4467 Query SELECT count(id) FROM s1_users where id > 5 + 4467 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4467 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4467 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4467 Query DELETE FROM s1_active WHERE timestamp < 1508563428 + 4467 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4467 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 16778 + 4467 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 16780 + 4467 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 17378 + 4467 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 17984 + 4467 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 17986 + 4467 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 18390 + 4467 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 18595 + 4467 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 18799 + 4467 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 19194 + 4467 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 20198 + 4467 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4467 Query UPDATE s1_odata set lastupdated = 1508779428 where wref = 22206 + 4467 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4467 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4467 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4467 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4467 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4467 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779428 + 4467 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778828 + 4467 Query SELECT * FROM s1_hero + 4467 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4467 Query UPDATE `s1_hero` SET lastupdate = '1508779428' WHERE heroid = 2 + 4467 Query SELECT * from s1_units where vref = 20599 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_units where vref = 18790 + 4467 Query SELECT uid FROM s1_deleting where timestamp < 1508779428 + 4467 Query SELECT * FROM s1_bdata where timestamp < 1508779428 and master = 0 + 4467 Query SELECT * FROM s1_bdata WHERE master = 1 + 4467 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779428 + 4467 Query SELECT * FROM `s1_fdata` + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4467 Query DELETE from s1_route where timeleft < 1508779428 + 4467 Query SELECT * FROM s1_route where timestamp < 1508779428 + 4467 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779428.1865 + 4467 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779428.1865 + 4467 Query SELECT * FROM s1_research where timestamp < 1508779428 + 4467 Query SELECT * FROM s1_training where vref IS NOT NULL + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT owner FROM s1_vdata where wref = 22609 + 4467 Query SELECT b4 FROM s1_users where id = 6 + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4467 Query SELECT * from s1_units where vref = 22609 + 4467 Query SELECT * from s1_enforcement where vref = 22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4467 Query SELECT * FROM s1_vdata where wref = 22609 + 4467 Query SELECT tribe FROM s1_users where id = 6 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT owner FROM s1_vdata where wref = 22609 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4467 Query SELECT * from s1_units where vref = 36787 + 4467 Query SELECT * from s1_enforcement where vref = 36787 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4467 Query SELECT * FROM s1_vdata where wref = 36787 + 4467 Query SELECT tribe FROM s1_users where id = 94 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4467 Query SELECT * from s1_fdata where vref = 36787 + 4467 Query SELECT owner FROM s1_vdata where wref = 36787 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4467 Query SELECT * from s1_units where vref = 36787 + 4467 Query SELECT owner FROM s1_vdata where wref = 36787 + 4467 Query SELECT b4 FROM s1_users where id = 94 + 4467 Query SELECT * from s1_fdata where vref = 36787 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4467 Query SELECT crop FROM s1_vdata where wref = 36787 + 4467 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4467 Query SELECT owner FROM s1_vdata where wref = 36787 + 4467 Query SELECT b4 FROM s1_users where id = 94 + 4467 Query SELECT * from s1_fdata where vref = 36787 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4467 Query SELECT * from s1_units where vref = 1801 + 4467 Query SELECT * from s1_enforcement where vref = 1801 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4467 Query SELECT * FROM s1_vdata where wref = 1801 + 4467 Query SELECT tribe FROM s1_users where id = 90 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4467 Query SELECT * from s1_fdata where vref = 1801 + 4467 Query SELECT owner FROM s1_vdata where wref = 1801 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4467 Query SELECT * from s1_units where vref = 1801 + 4467 Query SELECT owner FROM s1_vdata where wref = 1801 + 4467 Query SELECT b4 FROM s1_users where id = 90 + 4467 Query SELECT * from s1_fdata where vref = 1801 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4467 Query SELECT crop FROM s1_vdata where wref = 1801 + 4467 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4467 Query SELECT owner FROM s1_vdata where wref = 1801 + 4467 Query SELECT b4 FROM s1_users where id = 90 + 4467 Query SELECT * from s1_fdata where vref = 1801 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4467 Query SELECT * from s1_units where vref = 1592 + 4467 Query SELECT * from s1_enforcement where vref = 1592 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4467 Query SELECT * FROM s1_vdata where wref = 1592 + 4467 Query SELECT tribe FROM s1_users where id = 67 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4467 Query SELECT * from s1_fdata where vref = 1592 + 4467 Query SELECT owner FROM s1_vdata where wref = 1592 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4467 Query SELECT * from s1_units where vref = 1592 + 4467 Query SELECT owner FROM s1_vdata where wref = 1592 + 4467 Query SELECT b4 FROM s1_users where id = 67 + 4467 Query SELECT * from s1_fdata where vref = 1592 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4467 Query SELECT crop FROM s1_vdata where wref = 1592 + 4467 Query SELECT owner FROM s1_vdata where wref = 1592 + 4467 Query SELECT b4 FROM s1_users where id = 67 + 4467 Query SELECT * from s1_fdata where vref = 1592 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4467 Query SELECT * from s1_units where vref = 20599 + 4467 Query SELECT * from s1_enforcement where vref = 20599 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4467 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4467 Query SELECT * FROM s1_vdata where wref = 20599 + 4467 Query SELECT tribe FROM s1_users where id = 46 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4467 Query SELECT * from s1_fdata where vref = 20599 + 4467 Query SELECT owner FROM s1_vdata where wref = 20599 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4467 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4467 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4467 Query SELECT owner FROM s1_vdata where wref = 20599 + 4467 Query SELECT b4 FROM s1_users where id = 46 + 4467 Query SELECT * from s1_fdata where vref = 20599 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4467 Query SELECT crop FROM s1_vdata where wref = 20599 + 4467 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4467 Query SELECT owner FROM s1_vdata where wref = 20599 + 4467 Query SELECT b4 FROM s1_users where id = 46 + 4467 Query SELECT * from s1_fdata where vref = 20599 + 4467 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4467 Query SELECT * FROM s1_vdata where celebration < 1508779428 AND celebration != 0 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779428 ORDER BY endtime ASC + 4467 Query SELECT * FROM s1_vdata WHERE loyalty<>100 + 4467 Query SELECT * FROM s1_odata WHERE loyalty<>100 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779428 + 4467 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779428 + 4467 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779428 + 4467 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4467 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4467 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4467 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779428 + 4467 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779428.2565 + 4467 Query SELECT * FROM s1_general WHERE shown = 1 + 4467 Query SELECT * FROM s1_users WHERE invited != 0 + 4467 Query SELECT * FROM `s1_fdata` + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4467 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4467 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779428 + 4467 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736228 + 4467 Query SELECT * FROM s1_config + 4467 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693028 + 4467 Query SELECT timestamp from s1_deleting where uid = 6 + 4467 Query SELECT * FROM s1_users WHERE `id`='6' + 4467 Query SELECT username FROM s1_users where id = 1 + 4467 Query SELECT username FROM s1_users where id = 6 + 4467 Query SELECT username FROM s1_users where id = 46 + 4467 Query SELECT username FROM s1_users where id = 46 + 4467 Query SELECT username FROM s1_users where id = 46 + 4467 Query SELECT username FROM s1_users where id = 46 + 4467 Query SELECT username FROM s1_users where id = 2 + 4467 Query SELECT username FROM s1_users where id = 1 + 4467 Query SELECT username FROM s1_users where id = 6 + 4467 Query SELECT username FROM s1_users where id = 5 + 4467 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4467 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778828 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4467 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4467 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4467 Query SELECT * from s1_fdata where vref = 22609 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4467 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4467 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4467 Quit +171023 19:23:54 4468 Connect root@localhost as anonymous on + 4468 Init DB travian + 4468 Query SET NAMES 'UTF8' + 4468 Query SELECT * FROM s1_users where username = 'cyberghost' + 4468 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4468 Query SELECT sit FROM s1_online where uid = 6 + 4468 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4468 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4468 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4468 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4468 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4468 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4468 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4468 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4468 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4468 Query REPLACE into s1_active values ('cyberghost',1508779434) + 4468 Query UPDATE s1_users set timestamp = '1508779434' where username = 'cyberghost' + 4468 Query REPLACE into s1_active values ('cyberghost',1508779434) + 4468 Query UPDATE s1_users set timestamp = 1508779434 where username = 'cyberghost' + 4468 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4468 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4468 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4468 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4468 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4468 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4468 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4468 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4468 Query SELECT * FROM s1_vdata where wref = '22609' + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT x,y FROM s1_wdata where id = 22609 + 4468 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4468 Query SELECT * FROM s1_odata where conqured = 22609 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_enforcement where vref = 22609 + 4468 Query SELECT * from s1_enforcement where `from` = 22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_enforcement where vref = 22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4468 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT tribe FROM s1_users where id = 6 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * from s1_tdata where vref = 22609 + 4468 Query SELECT * FROM s1_abdata where vref = 22609 + 4468 Query SELECT * FROM s1_research where vref = 22609 + 4468 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4468 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4468 Query UPDATE s1_vdata set wood = 29009, clay = 38473, iron = 29007, crop = 45373 where wref = 22609 + 4468 Query UPDATE s1_vdata set lastupdate = 1508779434 where wref = 22609 + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT x,y FROM s1_wdata where id = 22609 + 4468 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4468 Query SELECT * FROM s1_odata where conqured = 22609 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_enforcement where vref = 22609 + 4468 Query SELECT * from s1_enforcement where `from` = 22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_enforcement where vref = 22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4468 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT tribe FROM s1_users where id = 6 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * from s1_tdata where vref = 22609 + 4468 Query SELECT * FROM s1_abdata where vref = 22609 + 4468 Query SELECT * FROM s1_research where vref = 22609 + 4468 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4468 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4468 Query SELECT count(id) FROM s1_users where id > 5 + 4468 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4468 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4468 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4468 Query DELETE FROM s1_active WHERE timestamp < 1508563434 + 4468 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4468 Query UPDATE s1_odata set wood = 187.01333333333, clay = 187.01333333333, iron = 187.01333333333, crop = 187.01333333333 where wref = 16778 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 16778 + 4468 Query UPDATE s1_odata set wood = 152.01333333333, clay = 152.01333333333, iron = 152.01333333333, crop = 152.01333333333 where wref = 16780 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 16780 + 4468 Query UPDATE s1_odata set wood = 339.01333333333, clay = 339.01333333333, iron = 339.01333333333, crop = 339.01333333333 where wref = 17378 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 17378 + 4468 Query UPDATE s1_odata set wood = 499.01333333333, clay = 499.01333333333, iron = 499.01333333333, crop = 499.01333333333 where wref = 17984 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 17984 + 4468 Query UPDATE s1_odata set wood = 559.01333333333, clay = 559.01333333333, iron = 559.01333333333, crop = 559.01333333333 where wref = 17986 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 17986 + 4468 Query UPDATE s1_odata set wood = 108.01333333333, clay = 108.01333333333, iron = 108.01333333333, crop = 108.01333333333 where wref = 18390 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 18390 + 4468 Query UPDATE s1_odata set wood = 476.01333333333, clay = 476.01333333333, iron = 476.01333333333, crop = 476.01333333333 where wref = 18595 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 18595 + 4468 Query UPDATE s1_odata set wood = 316.01333333333, clay = 316.01333333333, iron = 316.01333333333, crop = 316.01333333333 where wref = 18799 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 18799 + 4468 Query UPDATE s1_odata set wood = 562.01333333333, clay = 562.01333333333, iron = 562.01333333333, crop = 562.01333333333 where wref = 19194 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 19194 + 4468 Query UPDATE s1_odata set wood = 24.013333333333, clay = 24.013333333333, iron = 24.013333333333, crop = 24.013333333333 where wref = 20198 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 20198 + 4468 Query UPDATE s1_odata set wood = 234.01333333333, clay = 234.01333333333, iron = 234.01333333333, crop = 234.01333333333 where wref = 22206 + 4468 Query UPDATE s1_odata set lastupdated = 1508779434 where wref = 22206 + 4468 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4468 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4468 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4468 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4468 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4468 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779434 + 4468 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778834 + 4468 Query SELECT * FROM s1_hero + 4468 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4468 Query UPDATE `s1_hero` SET lastupdate = '1508779434' WHERE heroid = 2 + 4468 Query SELECT * from s1_units where vref = 20599 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_units where vref = 18790 + 4468 Query SELECT uid FROM s1_deleting where timestamp < 1508779434 + 4468 Query SELECT * FROM s1_bdata where timestamp < 1508779434 and master = 0 + 4468 Query SELECT * FROM s1_bdata WHERE master = 1 + 4468 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779434 + 4468 Query SELECT * FROM `s1_fdata` + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4468 Query DELETE from s1_route where timeleft < 1508779434 + 4468 Query SELECT * FROM s1_route where timestamp < 1508779434 + 4468 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779434.4088 + 4468 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779434.4088 + 4468 Query SELECT * FROM s1_research where timestamp < 1508779434 + 4468 Query SELECT * FROM s1_training where vref IS NOT NULL + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT owner FROM s1_vdata where wref = 22609 + 4468 Query SELECT b4 FROM s1_users where id = 6 + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4468 Query SELECT * from s1_units where vref = 22609 + 4468 Query SELECT * from s1_enforcement where vref = 22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4468 Query SELECT * FROM s1_vdata where wref = 22609 + 4468 Query SELECT tribe FROM s1_users where id = 6 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT owner FROM s1_vdata where wref = 22609 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4468 Query SELECT * from s1_units where vref = 36787 + 4468 Query SELECT * from s1_enforcement where vref = 36787 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4468 Query SELECT * FROM s1_vdata where wref = 36787 + 4468 Query SELECT tribe FROM s1_users where id = 94 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4468 Query SELECT * from s1_fdata where vref = 36787 + 4468 Query SELECT owner FROM s1_vdata where wref = 36787 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4468 Query SELECT * from s1_units where vref = 36787 + 4468 Query SELECT owner FROM s1_vdata where wref = 36787 + 4468 Query SELECT b4 FROM s1_users where id = 94 + 4468 Query SELECT * from s1_fdata where vref = 36787 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4468 Query SELECT crop FROM s1_vdata where wref = 36787 + 4468 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4468 Query SELECT owner FROM s1_vdata where wref = 36787 + 4468 Query SELECT b4 FROM s1_users where id = 94 + 4468 Query SELECT * from s1_fdata where vref = 36787 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4468 Query SELECT * from s1_units where vref = 1801 + 4468 Query SELECT * from s1_enforcement where vref = 1801 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4468 Query SELECT * FROM s1_vdata where wref = 1801 + 4468 Query SELECT tribe FROM s1_users where id = 90 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4468 Query SELECT * from s1_fdata where vref = 1801 + 4468 Query SELECT owner FROM s1_vdata where wref = 1801 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4468 Query SELECT * from s1_units where vref = 1801 + 4468 Query SELECT owner FROM s1_vdata where wref = 1801 + 4468 Query SELECT b4 FROM s1_users where id = 90 + 4468 Query SELECT * from s1_fdata where vref = 1801 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4468 Query SELECT crop FROM s1_vdata where wref = 1801 + 4468 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4468 Query SELECT owner FROM s1_vdata where wref = 1801 + 4468 Query SELECT b4 FROM s1_users where id = 90 + 4468 Query SELECT * from s1_fdata where vref = 1801 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4468 Query SELECT * from s1_units where vref = 1592 + 4468 Query SELECT * from s1_enforcement where vref = 1592 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4468 Query SELECT * FROM s1_vdata where wref = 1592 + 4468 Query SELECT tribe FROM s1_users where id = 67 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4468 Query SELECT * from s1_fdata where vref = 1592 + 4468 Query SELECT owner FROM s1_vdata where wref = 1592 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4468 Query SELECT * from s1_units where vref = 1592 + 4468 Query SELECT owner FROM s1_vdata where wref = 1592 + 4468 Query SELECT b4 FROM s1_users where id = 67 + 4468 Query SELECT * from s1_fdata where vref = 1592 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4468 Query SELECT crop FROM s1_vdata where wref = 1592 + 4468 Query SELECT owner FROM s1_vdata where wref = 1592 + 4468 Query SELECT b4 FROM s1_users where id = 67 + 4468 Query SELECT * from s1_fdata where vref = 1592 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4468 Query SELECT * from s1_units where vref = 20599 + 4468 Query SELECT * from s1_enforcement where vref = 20599 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4468 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4468 Query SELECT * FROM s1_vdata where wref = 20599 + 4468 Query SELECT tribe FROM s1_users where id = 46 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4468 Query SELECT * from s1_fdata where vref = 20599 + 4468 Query SELECT owner FROM s1_vdata where wref = 20599 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4468 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4468 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4468 Query SELECT owner FROM s1_vdata where wref = 20599 + 4468 Query SELECT b4 FROM s1_users where id = 46 + 4468 Query SELECT * from s1_fdata where vref = 20599 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4468 Query SELECT crop FROM s1_vdata where wref = 20599 + 4468 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4468 Query SELECT owner FROM s1_vdata where wref = 20599 + 4468 Query SELECT b4 FROM s1_users where id = 46 + 4468 Query SELECT * from s1_fdata where vref = 20599 + 4468 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4468 Query SELECT * FROM s1_vdata where celebration < 1508779434 AND celebration != 0 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779434 ORDER BY endtime ASC + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779434 + 4468 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779434 + 4468 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779434 + 4468 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4468 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4468 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4468 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779434 + 4468 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779434.4768 + 4468 Query SELECT * FROM s1_general WHERE shown = 1 + 4468 Query SELECT * FROM s1_users WHERE invited != 0 + 4468 Query SELECT * FROM `s1_fdata` + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4468 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4468 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779434 + 4468 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736234 + 4468 Query SELECT * FROM s1_config + 4468 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693034 + 4468 Query SELECT timestamp from s1_deleting where uid = 6 + 4468 Query SELECT * FROM s1_users where id = 6 + 4468 Query SELECT count(id) FROM s1_users where id > 5 + 4468 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4468 Query SELECT * FROM s1_users where id = 6 + 4468 Query SELECT id,categorie,plaats,week,img,points from s1_medal where userid = 6 and del = 0 order by id desc + 4468 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4468 Query SELECT * FROM s1_users WHERE access < 8 + 4468 Query SELECT tag from s1_alidata where id = 1 + 4468 Query SELECT x,y FROM s1_wdata where id = 22609 + 4468 Query SELECT x,y FROM s1_wdata where id = 23623 + 4468 Query SELECT x,y FROM s1_wdata where id = 23036 + 4468 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4468 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778834 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4468 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4468 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4468 Query SELECT * from s1_fdata where vref = 22609 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4468 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4468 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4468 Quit +171023 19:23:58 4469 Connect root@localhost as anonymous on + 4469 Init DB travian + 4469 Query SET NAMES 'UTF8' + 4469 Query SELECT * FROM s1_users where username = 'cyberghost' + 4469 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4469 Query SELECT sit FROM s1_online where uid = 6 + 4469 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4469 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4469 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4469 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4469 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4469 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4469 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4469 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4469 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4469 Query REPLACE into s1_active values ('cyberghost',1508779438) + 4469 Query UPDATE s1_users set timestamp = '1508779438' where username = 'cyberghost' + 4469 Query REPLACE into s1_active values ('cyberghost',1508779438) + 4469 Query UPDATE s1_users set timestamp = 1508779438 where username = 'cyberghost' + 4469 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4469 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4469 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4469 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4469 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4469 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4469 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4469 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4469 Query SELECT * FROM s1_vdata where wref = '22609' + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT x,y FROM s1_wdata where id = 22609 + 4469 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4469 Query SELECT * FROM s1_odata where conqured = 22609 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_enforcement where vref = 22609 + 4469 Query SELECT * from s1_enforcement where `from` = 22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_enforcement where vref = 22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4469 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT tribe FROM s1_users where id = 6 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * from s1_tdata where vref = 22609 + 4469 Query SELECT * FROM s1_abdata where vref = 22609 + 4469 Query SELECT * FROM s1_research where vref = 22609 + 4469 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4469 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4469 Query UPDATE s1_vdata set wood = 29010, clay = 38474, iron = 29008, crop = 45374 where wref = 22609 + 4469 Query UPDATE s1_vdata set lastupdate = 1508779438 where wref = 22609 + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT x,y FROM s1_wdata where id = 22609 + 4469 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4469 Query SELECT * FROM s1_odata where conqured = 22609 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_enforcement where vref = 22609 + 4469 Query SELECT * from s1_enforcement where `from` = 22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_enforcement where vref = 22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4469 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT tribe FROM s1_users where id = 6 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * from s1_tdata where vref = 22609 + 4469 Query SELECT * FROM s1_abdata where vref = 22609 + 4469 Query SELECT * FROM s1_research where vref = 22609 + 4469 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4469 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC +171023 19:23:59 4469 Query SELECT count(id) FROM s1_users where id > 5 + 4469 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4469 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4469 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4469 Query DELETE FROM s1_active WHERE timestamp < 1508563439 + 4469 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4469 Query UPDATE s1_odata set wood = 187.01111111111, clay = 187.01111111111, iron = 187.01111111111, crop = 187.01111111111 where wref = 16778 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 16778 + 4469 Query UPDATE s1_odata set wood = 152.01111111111, clay = 152.01111111111, iron = 152.01111111111, crop = 152.01111111111 where wref = 16780 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 16780 + 4469 Query UPDATE s1_odata set wood = 339.01111111111, clay = 339.01111111111, iron = 339.01111111111, crop = 339.01111111111 where wref = 17378 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 17378 + 4469 Query UPDATE s1_odata set wood = 499.01111111111, clay = 499.01111111111, iron = 499.01111111111, crop = 499.01111111111 where wref = 17984 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 17984 + 4469 Query UPDATE s1_odata set wood = 559.01111111111, clay = 559.01111111111, iron = 559.01111111111, crop = 559.01111111111 where wref = 17986 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 17986 + 4469 Query UPDATE s1_odata set wood = 108.01111111111, clay = 108.01111111111, iron = 108.01111111111, crop = 108.01111111111 where wref = 18390 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 18390 + 4469 Query UPDATE s1_odata set wood = 476.01111111111, clay = 476.01111111111, iron = 476.01111111111, crop = 476.01111111111 where wref = 18595 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 18595 + 4469 Query UPDATE s1_odata set wood = 316.01111111111, clay = 316.01111111111, iron = 316.01111111111, crop = 316.01111111111 where wref = 18799 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 18799 + 4469 Query UPDATE s1_odata set wood = 562.01111111111, clay = 562.01111111111, iron = 562.01111111111, crop = 562.01111111111 where wref = 19194 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 19194 + 4469 Query UPDATE s1_odata set wood = 24.011111111111, clay = 24.011111111111, iron = 24.011111111111, crop = 24.011111111111 where wref = 20198 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 20198 + 4469 Query UPDATE s1_odata set wood = 234.01111111111, clay = 234.01111111111, iron = 234.01111111111, crop = 234.01111111111 where wref = 22206 + 4469 Query UPDATE s1_odata set lastupdated = 1508779439 where wref = 22206 + 4469 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4469 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4469 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4469 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4469 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4469 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779439 + 4469 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778839 + 4469 Query SELECT * FROM s1_hero + 4469 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4469 Query UPDATE `s1_hero` SET lastupdate = '1508779439' WHERE heroid = 2 + 4469 Query SELECT * from s1_units where vref = 20599 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_units where vref = 18790 + 4469 Query SELECT uid FROM s1_deleting where timestamp < 1508779439 + 4469 Query SELECT * FROM s1_bdata where timestamp < 1508779439 and master = 0 + 4469 Query SELECT * FROM s1_bdata WHERE master = 1 + 4469 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779439 + 4469 Query SELECT * FROM `s1_fdata` + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4469 Query DELETE from s1_route where timeleft < 1508779439 + 4469 Query SELECT * FROM s1_route where timestamp < 1508779439 + 4469 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779439.1341 + 4469 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779439.1341 + 4469 Query SELECT * FROM s1_research where timestamp < 1508779439 + 4469 Query SELECT * FROM s1_training where vref IS NOT NULL + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT owner FROM s1_vdata where wref = 22609 + 4469 Query SELECT b4 FROM s1_users where id = 6 + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4469 Query SELECT * from s1_units where vref = 22609 + 4469 Query SELECT * from s1_enforcement where vref = 22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4469 Query SELECT * FROM s1_vdata where wref = 22609 + 4469 Query SELECT tribe FROM s1_users where id = 6 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT owner FROM s1_vdata where wref = 22609 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4469 Query SELECT * from s1_units where vref = 36787 + 4469 Query SELECT * from s1_enforcement where vref = 36787 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4469 Query SELECT * FROM s1_vdata where wref = 36787 + 4469 Query SELECT tribe FROM s1_users where id = 94 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4469 Query SELECT * from s1_fdata where vref = 36787 + 4469 Query SELECT owner FROM s1_vdata where wref = 36787 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4469 Query SELECT * from s1_units where vref = 36787 + 4469 Query SELECT owner FROM s1_vdata where wref = 36787 + 4469 Query SELECT b4 FROM s1_users where id = 94 + 4469 Query SELECT * from s1_fdata where vref = 36787 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4469 Query SELECT crop FROM s1_vdata where wref = 36787 + 4469 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4469 Query SELECT owner FROM s1_vdata where wref = 36787 + 4469 Query SELECT b4 FROM s1_users where id = 94 + 4469 Query SELECT * from s1_fdata where vref = 36787 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4469 Query SELECT * from s1_units where vref = 1801 + 4469 Query SELECT * from s1_enforcement where vref = 1801 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4469 Query SELECT * FROM s1_vdata where wref = 1801 + 4469 Query SELECT tribe FROM s1_users where id = 90 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4469 Query SELECT * from s1_fdata where vref = 1801 + 4469 Query SELECT owner FROM s1_vdata where wref = 1801 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4469 Query SELECT * from s1_units where vref = 1801 + 4469 Query SELECT owner FROM s1_vdata where wref = 1801 + 4469 Query SELECT b4 FROM s1_users where id = 90 + 4469 Query SELECT * from s1_fdata where vref = 1801 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4469 Query SELECT crop FROM s1_vdata where wref = 1801 + 4469 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4469 Query SELECT owner FROM s1_vdata where wref = 1801 + 4469 Query SELECT b4 FROM s1_users where id = 90 + 4469 Query SELECT * from s1_fdata where vref = 1801 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4469 Query SELECT * from s1_units where vref = 1592 + 4469 Query SELECT * from s1_enforcement where vref = 1592 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4469 Query SELECT * FROM s1_vdata where wref = 1592 + 4469 Query SELECT tribe FROM s1_users where id = 67 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4469 Query SELECT * from s1_fdata where vref = 1592 + 4469 Query SELECT owner FROM s1_vdata where wref = 1592 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4469 Query SELECT * from s1_units where vref = 1592 + 4469 Query SELECT owner FROM s1_vdata where wref = 1592 + 4469 Query SELECT b4 FROM s1_users where id = 67 + 4469 Query SELECT * from s1_fdata where vref = 1592 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4469 Query SELECT crop FROM s1_vdata where wref = 1592 + 4469 Query SELECT owner FROM s1_vdata where wref = 1592 + 4469 Query SELECT b4 FROM s1_users where id = 67 + 4469 Query SELECT * from s1_fdata where vref = 1592 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4469 Query SELECT * from s1_units where vref = 20599 + 4469 Query SELECT * from s1_enforcement where vref = 20599 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4469 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4469 Query SELECT * FROM s1_vdata where wref = 20599 + 4469 Query SELECT tribe FROM s1_users where id = 46 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4469 Query SELECT * from s1_fdata where vref = 20599 + 4469 Query SELECT owner FROM s1_vdata where wref = 20599 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4469 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4469 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4469 Query SELECT owner FROM s1_vdata where wref = 20599 + 4469 Query SELECT b4 FROM s1_users where id = 46 + 4469 Query SELECT * from s1_fdata where vref = 20599 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4469 Query SELECT crop FROM s1_vdata where wref = 20599 + 4469 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4469 Query SELECT owner FROM s1_vdata where wref = 20599 + 4469 Query SELECT b4 FROM s1_users where id = 46 + 4469 Query SELECT * from s1_fdata where vref = 20599 + 4469 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4469 Query SELECT * FROM s1_vdata where celebration < 1508779439 AND celebration != 0 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779439 ORDER BY endtime ASC + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779439 + 4469 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779439 + 4469 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779439 + 4469 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4469 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4469 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4469 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779439 + 4469 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779439.2041 + 4469 Query SELECT * FROM s1_general WHERE shown = 1 + 4469 Query SELECT * FROM s1_users WHERE invited != 0 + 4469 Query SELECT * FROM `s1_fdata` + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4469 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4469 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779439 + 4469 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736239 + 4469 Query SELECT * FROM s1_config + 4469 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693039 + 4469 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4469 Query SELECT timestamp from s1_deleting where uid = 6 + 4469 Query SELECT id,categorie,plaats,week,img,points from s1_medal where userid = 6 and del = 0 order by id desc + 4469 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4469 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4469 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778839 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4469 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4469 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4469 Query SELECT * from s1_fdata where vref = 22609 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4469 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4469 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4469 Quit +171023 19:24:01 4470 Connect root@localhost as anonymous on + 4470 Init DB travian + 4470 Query SET NAMES 'UTF8' + 4470 Query SELECT * FROM s1_users where username = 'cyberghost' + 4470 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4470 Query SELECT sit FROM s1_online where uid = 6 + 4470 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4470 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4470 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4470 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4470 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4470 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4470 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4470 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4470 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4470 Query REPLACE into s1_active values ('cyberghost',1508779441) + 4470 Query UPDATE s1_users set timestamp = '1508779441' where username = 'cyberghost' + 4470 Query REPLACE into s1_active values ('cyberghost',1508779441) + 4470 Query UPDATE s1_users set timestamp = 1508779441 where username = 'cyberghost' + 4470 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4470 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4470 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4470 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4470 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4470 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4470 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4470 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4470 Query SELECT * FROM s1_vdata where wref = '22609' + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT * from s1_fdata where vref = 22609 + 4470 Query SELECT x,y FROM s1_wdata where id = 22609 + 4470 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4470 Query SELECT * FROM s1_odata where conqured = 22609 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_enforcement where vref = 22609 + 4470 Query SELECT * from s1_enforcement where `from` = 22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_enforcement where vref = 22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4470 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT tribe FROM s1_users where id = 6 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * from s1_tdata where vref = 22609 + 4470 Query SELECT * FROM s1_abdata where vref = 22609 + 4470 Query SELECT * FROM s1_research where vref = 22609 + 4470 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4470 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4470 Query SELECT * from s1_fdata where vref = 22609 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4470 Query UPDATE s1_vdata set wood = 29011, clay = 38475, iron = 29009, crop = 45375 where wref = 22609 + 4470 Query UPDATE s1_vdata set lastupdate = 1508779441 where wref = 22609 + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT * from s1_fdata where vref = 22609 + 4470 Query SELECT x,y FROM s1_wdata where id = 22609 + 4470 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4470 Query SELECT * FROM s1_odata where conqured = 22609 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_enforcement where vref = 22609 + 4470 Query SELECT * from s1_enforcement where `from` = 22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_enforcement where vref = 22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4470 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT tribe FROM s1_users where id = 6 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * from s1_tdata where vref = 22609 + 4470 Query SELECT * FROM s1_abdata where vref = 22609 + 4470 Query SELECT * FROM s1_research where vref = 22609 + 4470 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4470 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4470 Query SELECT count(id) FROM s1_users where id > 5 + 4470 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4470 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4470 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4470 Query DELETE FROM s1_active WHERE timestamp < 1508563441 + 4470 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4470 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 16778 + 4470 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 16780 + 4470 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17378 + 4470 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17984 + 4470 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17986 + 4470 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 18390 + 4470 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 18595 + 4470 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 18799 + 4470 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 19194 + 4470 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 20198 + 4470 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4470 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 22206 + 4470 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4470 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4470 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4470 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4470 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4470 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779441 + 4470 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778841 + 4470 Query SELECT * FROM s1_hero + 4470 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4470 Query UPDATE `s1_hero` SET lastupdate = '1508779441' WHERE heroid = 2 + 4470 Query SELECT * from s1_units where vref = 20599 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_units where vref = 18790 + 4470 Query SELECT uid FROM s1_deleting where timestamp < 1508779441 + 4470 Query SELECT * FROM s1_bdata where timestamp < 1508779441 and master = 0 + 4470 Query SELECT * FROM s1_bdata WHERE master = 1 + 4470 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779441 + 4470 Query SELECT * FROM `s1_fdata` + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4470 Query DELETE from s1_route where timeleft < 1508779441 + 4470 Query SELECT * FROM s1_route where timestamp < 1508779441 + 4470 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779441.7272 + 4470 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779441.7272 + 4470 Query SELECT * FROM s1_research where timestamp < 1508779441 + 4470 Query SELECT * FROM s1_training where vref IS NOT NULL + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT owner FROM s1_vdata where wref = 22609 + 4470 Query SELECT b4 FROM s1_users where id = 6 + 4470 Query SELECT * from s1_fdata where vref = 22609 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4470 Query SELECT * from s1_units where vref = 22609 + 4470 Query SELECT * from s1_enforcement where vref = 22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4470 Query SELECT * FROM s1_vdata where wref = 22609 + 4470 Query SELECT tribe FROM s1_users where id = 6 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4470 Query SELECT * from s1_fdata where vref = 22609 + 4470 Query SELECT owner FROM s1_vdata where wref = 22609 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4470 Query SELECT * from s1_units where vref = 36787 + 4470 Query SELECT * from s1_enforcement where vref = 36787 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4470 Query SELECT * FROM s1_vdata where wref = 36787 + 4470 Query SELECT tribe FROM s1_users where id = 94 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4470 Query SELECT * from s1_fdata where vref = 36787 + 4470 Query SELECT owner FROM s1_vdata where wref = 36787 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4470 Query SELECT * from s1_units where vref = 36787 + 4470 Query SELECT owner FROM s1_vdata where wref = 36787 + 4470 Query SELECT b4 FROM s1_users where id = 94 + 4470 Query SELECT * from s1_fdata where vref = 36787 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4470 Query SELECT crop FROM s1_vdata where wref = 36787 + 4470 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4470 Query SELECT owner FROM s1_vdata where wref = 36787 + 4470 Query SELECT b4 FROM s1_users where id = 94 + 4470 Query SELECT * from s1_fdata where vref = 36787 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4470 Query SELECT * from s1_units where vref = 1801 + 4470 Query SELECT * from s1_enforcement where vref = 1801 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4470 Query SELECT * FROM s1_vdata where wref = 1801 + 4470 Query SELECT tribe FROM s1_users where id = 90 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4470 Query SELECT * from s1_fdata where vref = 1801 + 4470 Query SELECT owner FROM s1_vdata where wref = 1801 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4470 Query SELECT * from s1_units where vref = 1801 + 4470 Query SELECT owner FROM s1_vdata where wref = 1801 + 4470 Query SELECT b4 FROM s1_users where id = 90 + 4470 Query SELECT * from s1_fdata where vref = 1801 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4470 Query SELECT crop FROM s1_vdata where wref = 1801 + 4470 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4470 Query SELECT owner FROM s1_vdata where wref = 1801 + 4470 Query SELECT b4 FROM s1_users where id = 90 + 4470 Query SELECT * from s1_fdata where vref = 1801 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4470 Query SELECT * from s1_units where vref = 1592 + 4470 Query SELECT * from s1_enforcement where vref = 1592 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4470 Query SELECT * FROM s1_vdata where wref = 1592 + 4470 Query SELECT tribe FROM s1_users where id = 67 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4470 Query SELECT * from s1_fdata where vref = 1592 + 4470 Query SELECT owner FROM s1_vdata where wref = 1592 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4470 Query SELECT * from s1_units where vref = 1592 + 4470 Query SELECT owner FROM s1_vdata where wref = 1592 + 4470 Query SELECT b4 FROM s1_users where id = 67 + 4470 Query SELECT * from s1_fdata where vref = 1592 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4470 Query SELECT crop FROM s1_vdata where wref = 1592 + 4470 Query SELECT owner FROM s1_vdata where wref = 1592 + 4470 Query SELECT b4 FROM s1_users where id = 67 + 4470 Query SELECT * from s1_fdata where vref = 1592 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4470 Query SELECT * from s1_units where vref = 20599 + 4470 Query SELECT * from s1_enforcement where vref = 20599 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4470 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4470 Query SELECT * FROM s1_vdata where wref = 20599 + 4470 Query SELECT tribe FROM s1_users where id = 46 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4470 Query SELECT * from s1_fdata where vref = 20599 + 4470 Query SELECT owner FROM s1_vdata where wref = 20599 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4470 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4470 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4470 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4470 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4470 Query SELECT owner FROM s1_vdata where wref = 20599 + 4470 Query SELECT b4 FROM s1_users where id = 46 + 4470 Query SELECT * from s1_fdata where vref = 20599 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4470 Query SELECT crop FROM s1_vdata where wref = 20599 + 4470 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4470 Query SELECT owner FROM s1_vdata where wref = 20599 + 4470 Query SELECT b4 FROM s1_users where id = 46 + 4470 Query SELECT * from s1_fdata where vref = 20599 + 4470 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4470 Query SELECT * FROM s1_vdata where celebration < 1508779441 AND celebration != 0 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779441 ORDER BY endtime ASC + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779441 + 4470 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779441 + 4470 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779441 + 4470 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4470 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4470 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4470 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779441 + 4470 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779441.7962 + 4470 Query SELECT * FROM s1_general WHERE shown = 1 + 4470 Query SELECT * FROM s1_users WHERE invited != 0 + 4470 Query SELECT * FROM `s1_fdata` + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4470 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4470 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779441 + 4470 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736241 + 4470 Query SELECT * FROM s1_config + 4470 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693041 + 4470 Query UPDATE s1_users set gender = 1, location = 'Czech Rpublic', birthday = '1984-3-30', desc1 = '[#0]', desc2 = 'Oh, look at all those beautiful sundowns, red and blue along the riverside. And just beyond them, all those nasty wild animals, allies and all your enemies lay nests.rnrnKeep your allies close and your enemies closer, they always say. Maybe there is some truth to it after all...' where id = 6 + 4470 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4470 Query UPDATE s1_vdata set name = 'Romulus' where wref = 22609 + 4470 Query UPDATE s1_vdata set name = 'Little Draconia' where wref = 23623 + 4470 Query UPDATE s1_vdata set name = 'Crescento Finale' where wref = 23036 + 4470 Quit + 4471 Connect root@localhost as anonymous on + 4471 Init DB travian + 4471 Query SET NAMES 'UTF8' + 4471 Query SELECT * FROM s1_users where username = 'cyberghost' + 4471 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4471 Query SELECT sit FROM s1_online where uid = 6 + 4471 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4471 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4471 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4471 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4471 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4471 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4471 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4471 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4471 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4471 Query REPLACE into s1_active values ('cyberghost',1508779441) + 4471 Query UPDATE s1_users set timestamp = '1508779441' where username = 'cyberghost' + 4471 Query REPLACE into s1_active values ('cyberghost',1508779441) + 4471 Query UPDATE s1_users set timestamp = 1508779441 where username = 'cyberghost' + 4471 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4471 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4471 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4471 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4471 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4471 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4471 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4471 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4471 Query SELECT * FROM s1_vdata where wref = '22609' + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT x,y FROM s1_wdata where id = 22609 + 4471 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4471 Query SELECT * FROM s1_odata where conqured = 22609 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_enforcement where vref = 22609 + 4471 Query SELECT * from s1_enforcement where `from` = 22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_enforcement where vref = 22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4471 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT tribe FROM s1_users where id = 6 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * from s1_tdata where vref = 22609 + 4471 Query SELECT * FROM s1_abdata where vref = 22609 + 4471 Query SELECT * FROM s1_research where vref = 22609 + 4471 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4471 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4471 Query UPDATE s1_vdata set wood = 29011, clay = 38475, iron = 29009, crop = 45375 where wref = 22609 + 4471 Query UPDATE s1_vdata set lastupdate = 1508779441 where wref = 22609 + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT x,y FROM s1_wdata where id = 22609 + 4471 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4471 Query SELECT * FROM s1_odata where conqured = 22609 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_enforcement where vref = 22609 + 4471 Query SELECT * from s1_enforcement where `from` = 22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_enforcement where vref = 22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4471 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT tribe FROM s1_users where id = 6 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * from s1_tdata where vref = 22609 + 4471 Query SELECT * FROM s1_abdata where vref = 22609 + 4471 Query SELECT * FROM s1_research where vref = 22609 + 4471 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4471 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4471 Query SELECT count(id) FROM s1_users where id > 5 + 4471 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4471 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4471 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4471 Query DELETE FROM s1_active WHERE timestamp < 1508563441 + 4471 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4471 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 16778 + 4471 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 16780 + 4471 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17378 + 4471 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17984 + 4471 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 17986 + 4471 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 18390 + 4471 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4471 Query UPDATE s1_odata set lastupdated = 1508779441 where wref = 18595 + 4471 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 +171023 19:24:02 4471 Query UPDATE s1_odata set lastupdated = 1508779442 where wref = 18799 + 4471 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4471 Query UPDATE s1_odata set lastupdated = 1508779442 where wref = 19194 + 4471 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4471 Query UPDATE s1_odata set lastupdated = 1508779442 where wref = 20198 + 4471 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4471 Query UPDATE s1_odata set lastupdated = 1508779442 where wref = 22206 + 4471 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4471 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4471 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4471 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4471 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4471 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779442 + 4471 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778842 + 4471 Query SELECT * FROM s1_hero + 4471 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4471 Query UPDATE `s1_hero` SET lastupdate = '1508779442' WHERE heroid = 2 + 4471 Query SELECT * from s1_units where vref = 20599 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_units where vref = 18790 + 4471 Query SELECT uid FROM s1_deleting where timestamp < 1508779442 + 4471 Query SELECT * FROM s1_bdata where timestamp < 1508779442 and master = 0 + 4471 Query SELECT * FROM s1_bdata WHERE master = 1 + 4471 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779442 + 4471 Query SELECT * FROM `s1_fdata` + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4471 Query DELETE from s1_route where timeleft < 1508779442 + 4471 Query SELECT * FROM s1_route where timestamp < 1508779442 + 4471 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779442.1003 + 4471 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779442.1003 + 4471 Query SELECT * FROM s1_research where timestamp < 1508779442 + 4471 Query SELECT * FROM s1_training where vref IS NOT NULL + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT owner FROM s1_vdata where wref = 22609 + 4471 Query SELECT b4 FROM s1_users where id = 6 + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4471 Query SELECT * from s1_units where vref = 22609 + 4471 Query SELECT * from s1_enforcement where vref = 22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4471 Query SELECT * FROM s1_vdata where wref = 22609 + 4471 Query SELECT tribe FROM s1_users where id = 6 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT owner FROM s1_vdata where wref = 22609 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4471 Query SELECT * from s1_units where vref = 36787 + 4471 Query SELECT * from s1_enforcement where vref = 36787 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4471 Query SELECT * FROM s1_vdata where wref = 36787 + 4471 Query SELECT tribe FROM s1_users where id = 94 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4471 Query SELECT * from s1_fdata where vref = 36787 + 4471 Query SELECT owner FROM s1_vdata where wref = 36787 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4471 Query SELECT * from s1_units where vref = 36787 + 4471 Query SELECT owner FROM s1_vdata where wref = 36787 + 4471 Query SELECT b4 FROM s1_users where id = 94 + 4471 Query SELECT * from s1_fdata where vref = 36787 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4471 Query SELECT crop FROM s1_vdata where wref = 36787 + 4471 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4471 Query SELECT owner FROM s1_vdata where wref = 36787 + 4471 Query SELECT b4 FROM s1_users where id = 94 + 4471 Query SELECT * from s1_fdata where vref = 36787 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4471 Query SELECT * from s1_units where vref = 1801 + 4471 Query SELECT * from s1_enforcement where vref = 1801 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4471 Query SELECT * FROM s1_vdata where wref = 1801 + 4471 Query SELECT tribe FROM s1_users where id = 90 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4471 Query SELECT * from s1_fdata where vref = 1801 + 4471 Query SELECT owner FROM s1_vdata where wref = 1801 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4471 Query SELECT * from s1_units where vref = 1801 + 4471 Query SELECT owner FROM s1_vdata where wref = 1801 + 4471 Query SELECT b4 FROM s1_users where id = 90 + 4471 Query SELECT * from s1_fdata where vref = 1801 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4471 Query SELECT crop FROM s1_vdata where wref = 1801 + 4471 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4471 Query SELECT owner FROM s1_vdata where wref = 1801 + 4471 Query SELECT b4 FROM s1_users where id = 90 + 4471 Query SELECT * from s1_fdata where vref = 1801 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4471 Query SELECT * from s1_units where vref = 1592 + 4471 Query SELECT * from s1_enforcement where vref = 1592 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4471 Query SELECT * FROM s1_vdata where wref = 1592 + 4471 Query SELECT tribe FROM s1_users where id = 67 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4471 Query SELECT * from s1_fdata where vref = 1592 + 4471 Query SELECT owner FROM s1_vdata where wref = 1592 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4471 Query SELECT * from s1_units where vref = 1592 + 4471 Query SELECT owner FROM s1_vdata where wref = 1592 + 4471 Query SELECT b4 FROM s1_users where id = 67 + 4471 Query SELECT * from s1_fdata where vref = 1592 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4471 Query SELECT crop FROM s1_vdata where wref = 1592 + 4471 Query SELECT owner FROM s1_vdata where wref = 1592 + 4471 Query SELECT b4 FROM s1_users where id = 67 + 4471 Query SELECT * from s1_fdata where vref = 1592 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4471 Query SELECT * from s1_units where vref = 20599 + 4471 Query SELECT * from s1_enforcement where vref = 20599 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4471 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4471 Query SELECT * FROM s1_vdata where wref = 20599 + 4471 Query SELECT tribe FROM s1_users where id = 46 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4471 Query SELECT * from s1_fdata where vref = 20599 + 4471 Query SELECT owner FROM s1_vdata where wref = 20599 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4471 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4471 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4471 Query SELECT owner FROM s1_vdata where wref = 20599 + 4471 Query SELECT b4 FROM s1_users where id = 46 + 4471 Query SELECT * from s1_fdata where vref = 20599 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4471 Query SELECT crop FROM s1_vdata where wref = 20599 + 4471 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4471 Query SELECT owner FROM s1_vdata where wref = 20599 + 4471 Query SELECT b4 FROM s1_users where id = 46 + 4471 Query SELECT * from s1_fdata where vref = 20599 + 4471 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4471 Query SELECT * FROM s1_vdata where celebration < 1508779442 AND celebration != 0 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779442 ORDER BY endtime ASC + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779442 + 4471 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779442 + 4471 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779442 + 4471 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4471 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4471 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4471 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779442 + 4471 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779442.1803 + 4471 Query SELECT * FROM s1_general WHERE shown = 1 + 4471 Query SELECT * FROM s1_users WHERE invited != 0 + 4471 Query SELECT * FROM `s1_fdata` + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4471 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4471 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779442 + 4471 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736242 + 4471 Query SELECT * FROM s1_config + 4471 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693042 + 4471 Query SELECT timestamp from s1_deleting where uid = 6 + 4471 Query SELECT * FROM s1_users where id = 6 + 4471 Query SELECT count(id) FROM s1_users where id > 5 + 4471 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4471 Query SELECT * FROM s1_users where id = 6 + 4471 Query SELECT id,categorie,plaats,week,img,points from s1_medal where userid = 6 and del = 0 order by id desc + 4471 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4471 Query SELECT * FROM s1_users WHERE access < 8 + 4471 Query SELECT tag from s1_alidata where id = 1 + 4471 Query SELECT x,y FROM s1_wdata where id = 22609 + 4471 Query SELECT x,y FROM s1_wdata where id = 23623 + 4471 Query SELECT x,y FROM s1_wdata where id = 23036 + 4471 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4471 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778842 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4471 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4471 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4471 Query SELECT * from s1_fdata where vref = 22609 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4471 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4471 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4471 Quit +171023 19:24:03 4472 Connect root@localhost as anonymous on + 4472 Init DB travian + 4472 Query SET NAMES 'UTF8' + 4472 Query SELECT * FROM s1_users where username = 'cyberghost' + 4472 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4472 Query SELECT sit FROM s1_online where uid = 6 + 4472 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4472 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4472 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4472 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4472 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4472 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4472 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4472 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4472 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4472 Query REPLACE into s1_active values ('cyberghost',1508779443) + 4472 Query UPDATE s1_users set timestamp = '1508779443' where username = 'cyberghost' + 4472 Query REPLACE into s1_active values ('cyberghost',1508779443) + 4472 Query UPDATE s1_users set timestamp = 1508779443 where username = 'cyberghost' + 4472 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4472 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4472 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4472 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4472 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4472 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4472 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4472 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4472 Query SELECT * FROM s1_vdata where wref = '22609' + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT x,y FROM s1_wdata where id = 22609 + 4472 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4472 Query SELECT * FROM s1_odata where conqured = 22609 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_enforcement where vref = 22609 + 4472 Query SELECT * from s1_enforcement where `from` = 22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_enforcement where vref = 22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4472 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT tribe FROM s1_users where id = 6 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * from s1_tdata where vref = 22609 + 4472 Query SELECT * FROM s1_abdata where vref = 22609 + 4472 Query SELECT * FROM s1_research where vref = 22609 + 4472 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4472 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4472 Query UPDATE s1_vdata set wood = 29011, clay = 38475, iron = 29009, crop = 45375 where wref = 22609 + 4472 Query UPDATE s1_vdata set lastupdate = 1508779443 where wref = 22609 + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT x,y FROM s1_wdata where id = 22609 + 4472 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4472 Query SELECT * FROM s1_odata where conqured = 22609 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_enforcement where vref = 22609 + 4472 Query SELECT * from s1_enforcement where `from` = 22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_enforcement where vref = 22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4472 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT tribe FROM s1_users where id = 6 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * from s1_tdata where vref = 22609 + 4472 Query SELECT * FROM s1_abdata where vref = 22609 + 4472 Query SELECT * FROM s1_research where vref = 22609 + 4472 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4472 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4472 Query SELECT count(id) FROM s1_users where id > 5 + 4472 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4472 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4472 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4472 Query DELETE FROM s1_active WHERE timestamp < 1508563443 + 4472 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4472 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 16778 + 4472 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 16780 + 4472 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 17378 + 4472 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 17984 + 4472 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 17986 + 4472 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 18390 + 4472 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 18595 + 4472 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 18799 + 4472 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 19194 + 4472 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 20198 + 4472 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4472 Query UPDATE s1_odata set lastupdated = 1508779443 where wref = 22206 + 4472 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4472 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4472 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4472 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4472 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4472 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779443 + 4472 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778843 + 4472 Query SELECT * FROM s1_hero + 4472 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4472 Query UPDATE `s1_hero` SET lastupdate = '1508779443' WHERE heroid = 2 + 4472 Query SELECT * from s1_units where vref = 20599 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_units where vref = 18790 + 4472 Query SELECT uid FROM s1_deleting where timestamp < 1508779443 + 4472 Query SELECT * FROM s1_bdata where timestamp < 1508779443 and master = 0 + 4472 Query SELECT * FROM s1_bdata WHERE master = 1 + 4472 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779443 + 4472 Query SELECT * FROM `s1_fdata` + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4472 Query DELETE from s1_route where timeleft < 1508779443 + 4472 Query SELECT * FROM s1_route where timestamp < 1508779443 + 4472 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779443.5753 + 4472 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779443.5753 + 4472 Query SELECT * FROM s1_research where timestamp < 1508779443 + 4472 Query SELECT * FROM s1_training where vref IS NOT NULL + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT owner FROM s1_vdata where wref = 22609 + 4472 Query SELECT b4 FROM s1_users where id = 6 + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4472 Query SELECT * from s1_units where vref = 22609 + 4472 Query SELECT * from s1_enforcement where vref = 22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4472 Query SELECT * FROM s1_vdata where wref = 22609 + 4472 Query SELECT tribe FROM s1_users where id = 6 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT owner FROM s1_vdata where wref = 22609 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4472 Query SELECT * from s1_units where vref = 36787 + 4472 Query SELECT * from s1_enforcement where vref = 36787 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4472 Query SELECT * FROM s1_vdata where wref = 36787 + 4472 Query SELECT tribe FROM s1_users where id = 94 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4472 Query SELECT * from s1_fdata where vref = 36787 + 4472 Query SELECT owner FROM s1_vdata where wref = 36787 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4472 Query SELECT * from s1_units where vref = 36787 + 4472 Query SELECT owner FROM s1_vdata where wref = 36787 + 4472 Query SELECT b4 FROM s1_users where id = 94 + 4472 Query SELECT * from s1_fdata where vref = 36787 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4472 Query SELECT crop FROM s1_vdata where wref = 36787 + 4472 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4472 Query SELECT owner FROM s1_vdata where wref = 36787 + 4472 Query SELECT b4 FROM s1_users where id = 94 + 4472 Query SELECT * from s1_fdata where vref = 36787 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4472 Query SELECT * from s1_units where vref = 1801 + 4472 Query SELECT * from s1_enforcement where vref = 1801 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4472 Query SELECT * FROM s1_vdata where wref = 1801 + 4472 Query SELECT tribe FROM s1_users where id = 90 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4472 Query SELECT * from s1_fdata where vref = 1801 + 4472 Query SELECT owner FROM s1_vdata where wref = 1801 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4472 Query SELECT * from s1_units where vref = 1801 + 4472 Query SELECT owner FROM s1_vdata where wref = 1801 + 4472 Query SELECT b4 FROM s1_users where id = 90 + 4472 Query SELECT * from s1_fdata where vref = 1801 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4472 Query SELECT crop FROM s1_vdata where wref = 1801 + 4472 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4472 Query SELECT owner FROM s1_vdata where wref = 1801 + 4472 Query SELECT b4 FROM s1_users where id = 90 + 4472 Query SELECT * from s1_fdata where vref = 1801 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4472 Query SELECT * from s1_units where vref = 1592 + 4472 Query SELECT * from s1_enforcement where vref = 1592 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4472 Query SELECT * FROM s1_vdata where wref = 1592 + 4472 Query SELECT tribe FROM s1_users where id = 67 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4472 Query SELECT * from s1_fdata where vref = 1592 + 4472 Query SELECT owner FROM s1_vdata where wref = 1592 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4472 Query SELECT * from s1_units where vref = 1592 + 4472 Query SELECT owner FROM s1_vdata where wref = 1592 + 4472 Query SELECT b4 FROM s1_users where id = 67 + 4472 Query SELECT * from s1_fdata where vref = 1592 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4472 Query SELECT crop FROM s1_vdata where wref = 1592 + 4472 Query SELECT owner FROM s1_vdata where wref = 1592 + 4472 Query SELECT b4 FROM s1_users where id = 67 + 4472 Query SELECT * from s1_fdata where vref = 1592 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4472 Query SELECT * from s1_units where vref = 20599 + 4472 Query SELECT * from s1_enforcement where vref = 20599 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4472 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4472 Query SELECT * FROM s1_vdata where wref = 20599 + 4472 Query SELECT tribe FROM s1_users where id = 46 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4472 Query SELECT * from s1_fdata where vref = 20599 + 4472 Query SELECT owner FROM s1_vdata where wref = 20599 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4472 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4472 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4472 Query SELECT owner FROM s1_vdata where wref = 20599 + 4472 Query SELECT b4 FROM s1_users where id = 46 + 4472 Query SELECT * from s1_fdata where vref = 20599 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4472 Query SELECT crop FROM s1_vdata where wref = 20599 + 4472 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4472 Query SELECT owner FROM s1_vdata where wref = 20599 + 4472 Query SELECT b4 FROM s1_users where id = 46 + 4472 Query SELECT * from s1_fdata where vref = 20599 + 4472 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4472 Query SELECT * FROM s1_vdata where celebration < 1508779443 AND celebration != 0 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779443 ORDER BY endtime ASC + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779443 + 4472 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779443 + 4472 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779443 + 4472 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4472 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4472 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4472 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779443 + 4472 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779443.6453 + 4472 Query SELECT * FROM s1_general WHERE shown = 1 + 4472 Query SELECT * FROM s1_users WHERE invited != 0 + 4472 Query SELECT * FROM `s1_fdata` + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4472 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4472 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779443 + 4472 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736243 + 4472 Query SELECT * FROM s1_config + 4472 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693043 + 4472 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4472 Query SELECT timestamp from s1_deleting where uid = 6 + 4472 Query SELECT id,categorie,plaats,week,img,points from s1_medal where userid = 6 and del = 0 order by id desc + 4472 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4472 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4472 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778843 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4472 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4472 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4472 Query SELECT * from s1_fdata where vref = 22609 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4472 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4472 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4472 Quit +171023 19:24:05 4473 Connect root@localhost as anonymous on + 4473 Init DB travian + 4473 Query SET NAMES 'UTF8' + 4473 Query SELECT * FROM s1_users where username = 'cyberghost' + 4473 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4473 Query SELECT sit FROM s1_online where uid = 6 + 4473 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4473 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4473 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4473 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4473 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4473 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4473 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4473 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4473 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4473 Query REPLACE into s1_active values ('cyberghost',1508779445) + 4473 Query UPDATE s1_users set timestamp = '1508779445' where username = 'cyberghost' + 4473 Query REPLACE into s1_active values ('cyberghost',1508779445) + 4473 Query UPDATE s1_users set timestamp = 1508779445 where username = 'cyberghost' + 4473 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4473 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4473 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4473 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4473 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4473 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4473 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4473 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4473 Query SELECT * FROM s1_vdata where wref = '22609' + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT x,y FROM s1_wdata where id = 22609 + 4473 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4473 Query SELECT * FROM s1_odata where conqured = 22609 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_enforcement where vref = 22609 + 4473 Query SELECT * from s1_enforcement where `from` = 22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_enforcement where vref = 22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4473 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT tribe FROM s1_users where id = 6 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * from s1_tdata where vref = 22609 + 4473 Query SELECT * FROM s1_abdata where vref = 22609 + 4473 Query SELECT * FROM s1_research where vref = 22609 + 4473 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4473 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4473 Query UPDATE s1_vdata set wood = 29011, clay = 38475, iron = 29009, crop = 45375 where wref = 22609 + 4473 Query UPDATE s1_vdata set lastupdate = 1508779445 where wref = 22609 + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT x,y FROM s1_wdata where id = 22609 + 4473 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4473 Query SELECT * FROM s1_odata where conqured = 22609 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_enforcement where vref = 22609 + 4473 Query SELECT * from s1_enforcement where `from` = 22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_enforcement where vref = 22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4473 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT tribe FROM s1_users where id = 6 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * from s1_tdata where vref = 22609 + 4473 Query SELECT * FROM s1_abdata where vref = 22609 + 4473 Query SELECT * FROM s1_research where vref = 22609 + 4473 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4473 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4473 Query SELECT count(id) FROM s1_users where id > 5 + 4473 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4473 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4473 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4473 Query DELETE FROM s1_active WHERE timestamp < 1508563445 + 4473 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4473 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 16778 + 4473 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 16780 + 4473 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 17378 + 4473 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 17984 + 4473 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 17986 + 4473 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 18390 + 4473 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 18595 + 4473 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 18799 + 4473 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 19194 + 4473 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 20198 + 4473 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4473 Query UPDATE s1_odata set lastupdated = 1508779445 where wref = 22206 + 4473 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4473 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4473 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4473 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4473 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4473 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779445 + 4473 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778845 + 4473 Query SELECT * FROM s1_hero + 4473 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4473 Query UPDATE `s1_hero` SET lastupdate = '1508779445' WHERE heroid = 2 + 4473 Query SELECT * from s1_units where vref = 20599 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_units where vref = 18790 + 4473 Query SELECT uid FROM s1_deleting where timestamp < 1508779445 + 4473 Query SELECT * FROM s1_bdata where timestamp < 1508779445 and master = 0 + 4473 Query SELECT * FROM s1_bdata WHERE master = 1 + 4473 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779445 + 4473 Query SELECT * FROM `s1_fdata` + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4473 Query DELETE from s1_route where timeleft < 1508779445 + 4473 Query SELECT * FROM s1_route where timestamp < 1508779445 + 4473 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779445.5465 + 4473 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779445.5465 + 4473 Query SELECT * FROM s1_research where timestamp < 1508779445 + 4473 Query SELECT * FROM s1_training where vref IS NOT NULL + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT owner FROM s1_vdata where wref = 22609 + 4473 Query SELECT b4 FROM s1_users where id = 6 + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4473 Query SELECT * from s1_units where vref = 22609 + 4473 Query SELECT * from s1_enforcement where vref = 22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4473 Query SELECT * FROM s1_vdata where wref = 22609 + 4473 Query SELECT tribe FROM s1_users where id = 6 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT owner FROM s1_vdata where wref = 22609 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4473 Query SELECT * from s1_units where vref = 36787 + 4473 Query SELECT * from s1_enforcement where vref = 36787 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4473 Query SELECT * FROM s1_vdata where wref = 36787 + 4473 Query SELECT tribe FROM s1_users where id = 94 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4473 Query SELECT * from s1_fdata where vref = 36787 + 4473 Query SELECT owner FROM s1_vdata where wref = 36787 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4473 Query SELECT * from s1_units where vref = 36787 + 4473 Query SELECT owner FROM s1_vdata where wref = 36787 + 4473 Query SELECT b4 FROM s1_users where id = 94 + 4473 Query SELECT * from s1_fdata where vref = 36787 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4473 Query SELECT crop FROM s1_vdata where wref = 36787 + 4473 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4473 Query SELECT owner FROM s1_vdata where wref = 36787 + 4473 Query SELECT b4 FROM s1_users where id = 94 + 4473 Query SELECT * from s1_fdata where vref = 36787 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4473 Query SELECT * from s1_units where vref = 1801 + 4473 Query SELECT * from s1_enforcement where vref = 1801 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4473 Query SELECT * FROM s1_vdata where wref = 1801 + 4473 Query SELECT tribe FROM s1_users where id = 90 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4473 Query SELECT * from s1_fdata where vref = 1801 + 4473 Query SELECT owner FROM s1_vdata where wref = 1801 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4473 Query SELECT * from s1_units where vref = 1801 + 4473 Query SELECT owner FROM s1_vdata where wref = 1801 + 4473 Query SELECT b4 FROM s1_users where id = 90 + 4473 Query SELECT * from s1_fdata where vref = 1801 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4473 Query SELECT crop FROM s1_vdata where wref = 1801 + 4473 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4473 Query SELECT owner FROM s1_vdata where wref = 1801 + 4473 Query SELECT b4 FROM s1_users where id = 90 + 4473 Query SELECT * from s1_fdata where vref = 1801 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4473 Query SELECT * from s1_units where vref = 1592 + 4473 Query SELECT * from s1_enforcement where vref = 1592 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4473 Query SELECT * FROM s1_vdata where wref = 1592 + 4473 Query SELECT tribe FROM s1_users where id = 67 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4473 Query SELECT * from s1_fdata where vref = 1592 + 4473 Query SELECT owner FROM s1_vdata where wref = 1592 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4473 Query SELECT * from s1_units where vref = 1592 + 4473 Query SELECT owner FROM s1_vdata where wref = 1592 + 4473 Query SELECT b4 FROM s1_users where id = 67 + 4473 Query SELECT * from s1_fdata where vref = 1592 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4473 Query SELECT crop FROM s1_vdata where wref = 1592 + 4473 Query SELECT owner FROM s1_vdata where wref = 1592 + 4473 Query SELECT b4 FROM s1_users where id = 67 + 4473 Query SELECT * from s1_fdata where vref = 1592 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4473 Query SELECT * from s1_units where vref = 20599 + 4473 Query SELECT * from s1_enforcement where vref = 20599 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4473 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4473 Query SELECT * FROM s1_vdata where wref = 20599 + 4473 Query SELECT tribe FROM s1_users where id = 46 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4473 Query SELECT * from s1_fdata where vref = 20599 + 4473 Query SELECT owner FROM s1_vdata where wref = 20599 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4473 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4473 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4473 Query SELECT owner FROM s1_vdata where wref = 20599 + 4473 Query SELECT b4 FROM s1_users where id = 46 + 4473 Query SELECT * from s1_fdata where vref = 20599 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4473 Query SELECT crop FROM s1_vdata where wref = 20599 + 4473 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4473 Query SELECT owner FROM s1_vdata where wref = 20599 + 4473 Query SELECT b4 FROM s1_users where id = 46 + 4473 Query SELECT * from s1_fdata where vref = 20599 + 4473 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4473 Query SELECT * FROM s1_vdata where celebration < 1508779445 AND celebration != 0 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779445 ORDER BY endtime ASC + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779445 + 4473 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779445 + 4473 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779445 + 4473 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4473 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4473 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4473 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779445 + 4473 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779445.6225 + 4473 Query SELECT * FROM s1_general WHERE shown = 1 + 4473 Query SELECT * FROM s1_users WHERE invited != 0 + 4473 Query SELECT * FROM `s1_fdata` + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4473 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4473 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779445 + 4473 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736245 + 4473 Query SELECT * FROM s1_config + 4473 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693045 + 4473 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4473 Query SELECT timestamp from s1_deleting where uid = 6 + 4473 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4473 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4473 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778845 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4473 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4473 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4473 Query SELECT * from s1_fdata where vref = 22609 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4473 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4473 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4473 Quit +171023 19:24:07 4474 Connect root@localhost as anonymous on + 4474 Init DB travian + 4474 Query SET NAMES 'UTF8' + 4474 Query SELECT * FROM s1_users where username = 'cyberghost' + 4474 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4474 Query SELECT sit FROM s1_online where uid = 6 + 4474 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4474 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4474 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4474 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4474 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4474 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4474 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4474 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4474 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4474 Query REPLACE into s1_active values ('cyberghost',1508779447) + 4474 Query UPDATE s1_users set timestamp = '1508779447' where username = 'cyberghost' + 4474 Query REPLACE into s1_active values ('cyberghost',1508779447) + 4474 Query UPDATE s1_users set timestamp = 1508779447 where username = 'cyberghost' + 4474 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4474 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4474 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4474 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4474 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4474 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4474 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4474 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4474 Query SELECT * FROM s1_vdata where wref = '22609' + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT x,y FROM s1_wdata where id = 22609 + 4474 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4474 Query SELECT * FROM s1_odata where conqured = 22609 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_enforcement where vref = 22609 + 4474 Query SELECT * from s1_enforcement where `from` = 22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_enforcement where vref = 22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4474 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT tribe FROM s1_users where id = 6 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * from s1_tdata where vref = 22609 + 4474 Query SELECT * FROM s1_abdata where vref = 22609 + 4474 Query SELECT * FROM s1_research where vref = 22609 + 4474 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4474 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4474 Query UPDATE s1_vdata set wood = 29011, clay = 38475, iron = 29009, crop = 45375 where wref = 22609 + 4474 Query UPDATE s1_vdata set lastupdate = 1508779447 where wref = 22609 + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT x,y FROM s1_wdata where id = 22609 + 4474 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4474 Query SELECT * FROM s1_odata where conqured = 22609 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_enforcement where vref = 22609 + 4474 Query SELECT * from s1_enforcement where `from` = 22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_enforcement where vref = 22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4474 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT tribe FROM s1_users where id = 6 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * from s1_tdata where vref = 22609 + 4474 Query SELECT * FROM s1_abdata where vref = 22609 + 4474 Query SELECT * FROM s1_research where vref = 22609 + 4474 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4474 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4474 Query SELECT count(id) FROM s1_users where id > 5 + 4474 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4474 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4474 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4474 Query DELETE FROM s1_active WHERE timestamp < 1508563447 + 4474 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4474 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 16778 + 4474 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 16780 + 4474 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 17378 + 4474 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 17984 + 4474 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 17986 + 4474 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 18390 + 4474 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 18595 + 4474 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 18799 + 4474 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 19194 + 4474 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 20198 + 4474 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4474 Query UPDATE s1_odata set lastupdated = 1508779447 where wref = 22206 + 4474 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4474 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4474 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4474 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4474 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4474 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779447 + 4474 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778847 + 4474 Query SELECT * FROM s1_hero + 4474 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4474 Query UPDATE `s1_hero` SET lastupdate = '1508779447' WHERE heroid = 2 + 4474 Query SELECT * from s1_units where vref = 20599 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_units where vref = 18790 + 4474 Query SELECT uid FROM s1_deleting where timestamp < 1508779447 + 4474 Query SELECT * FROM s1_bdata where timestamp < 1508779447 and master = 0 + 4474 Query SELECT * FROM s1_bdata WHERE master = 1 + 4474 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779447 + 4474 Query SELECT * FROM `s1_fdata` + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4474 Query DELETE from s1_route where timeleft < 1508779447 + 4474 Query SELECT * FROM s1_route where timestamp < 1508779447 + 4474 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779447.2516 + 4474 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779447.2516 + 4474 Query SELECT * FROM s1_research where timestamp < 1508779447 + 4474 Query SELECT * FROM s1_training where vref IS NOT NULL + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT owner FROM s1_vdata where wref = 22609 + 4474 Query SELECT b4 FROM s1_users where id = 6 + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4474 Query SELECT * from s1_units where vref = 22609 + 4474 Query SELECT * from s1_enforcement where vref = 22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4474 Query SELECT * FROM s1_vdata where wref = 22609 + 4474 Query SELECT tribe FROM s1_users where id = 6 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT owner FROM s1_vdata where wref = 22609 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4474 Query SELECT * from s1_units where vref = 36787 + 4474 Query SELECT * from s1_enforcement where vref = 36787 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4474 Query SELECT * FROM s1_vdata where wref = 36787 + 4474 Query SELECT tribe FROM s1_users where id = 94 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4474 Query SELECT * from s1_fdata where vref = 36787 + 4474 Query SELECT owner FROM s1_vdata where wref = 36787 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4474 Query SELECT * from s1_units where vref = 36787 + 4474 Query SELECT owner FROM s1_vdata where wref = 36787 + 4474 Query SELECT b4 FROM s1_users where id = 94 + 4474 Query SELECT * from s1_fdata where vref = 36787 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4474 Query SELECT crop FROM s1_vdata where wref = 36787 + 4474 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4474 Query SELECT owner FROM s1_vdata where wref = 36787 + 4474 Query SELECT b4 FROM s1_users where id = 94 + 4474 Query SELECT * from s1_fdata where vref = 36787 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4474 Query SELECT * from s1_units where vref = 1801 + 4474 Query SELECT * from s1_enforcement where vref = 1801 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4474 Query SELECT * FROM s1_vdata where wref = 1801 + 4474 Query SELECT tribe FROM s1_users where id = 90 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4474 Query SELECT * from s1_fdata where vref = 1801 + 4474 Query SELECT owner FROM s1_vdata where wref = 1801 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4474 Query SELECT * from s1_units where vref = 1801 + 4474 Query SELECT owner FROM s1_vdata where wref = 1801 + 4474 Query SELECT b4 FROM s1_users where id = 90 + 4474 Query SELECT * from s1_fdata where vref = 1801 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4474 Query SELECT crop FROM s1_vdata where wref = 1801 + 4474 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4474 Query SELECT owner FROM s1_vdata where wref = 1801 + 4474 Query SELECT b4 FROM s1_users where id = 90 + 4474 Query SELECT * from s1_fdata where vref = 1801 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4474 Query SELECT * from s1_units where vref = 1592 + 4474 Query SELECT * from s1_enforcement where vref = 1592 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4474 Query SELECT * FROM s1_vdata where wref = 1592 + 4474 Query SELECT tribe FROM s1_users where id = 67 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4474 Query SELECT * from s1_fdata where vref = 1592 + 4474 Query SELECT owner FROM s1_vdata where wref = 1592 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4474 Query SELECT * from s1_units where vref = 1592 + 4474 Query SELECT owner FROM s1_vdata where wref = 1592 + 4474 Query SELECT b4 FROM s1_users where id = 67 + 4474 Query SELECT * from s1_fdata where vref = 1592 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4474 Query SELECT crop FROM s1_vdata where wref = 1592 + 4474 Query SELECT owner FROM s1_vdata where wref = 1592 + 4474 Query SELECT b4 FROM s1_users where id = 67 + 4474 Query SELECT * from s1_fdata where vref = 1592 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4474 Query SELECT * from s1_units where vref = 20599 + 4474 Query SELECT * from s1_enforcement where vref = 20599 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4474 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4474 Query SELECT * FROM s1_vdata where wref = 20599 + 4474 Query SELECT tribe FROM s1_users where id = 46 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4474 Query SELECT * from s1_fdata where vref = 20599 + 4474 Query SELECT owner FROM s1_vdata where wref = 20599 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4474 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4474 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4474 Query SELECT owner FROM s1_vdata where wref = 20599 + 4474 Query SELECT b4 FROM s1_users where id = 46 + 4474 Query SELECT * from s1_fdata where vref = 20599 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4474 Query SELECT crop FROM s1_vdata where wref = 20599 + 4474 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4474 Query SELECT owner FROM s1_vdata where wref = 20599 + 4474 Query SELECT b4 FROM s1_users where id = 46 + 4474 Query SELECT * from s1_fdata where vref = 20599 + 4474 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4474 Query SELECT * FROM s1_vdata where celebration < 1508779447 AND celebration != 0 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779447 ORDER BY endtime ASC + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779447 + 4474 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779447 + 4474 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779447 + 4474 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4474 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4474 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4474 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779447 + 4474 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779447.3206 + 4474 Query SELECT * FROM s1_general WHERE shown = 1 + 4474 Query SELECT * FROM s1_users WHERE invited != 0 + 4474 Query SELECT * FROM `s1_fdata` + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4474 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4474 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779447 + 4474 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736247 + 4474 Query SELECT * FROM s1_config + 4474 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693047 + 4474 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4474 Query SELECT timestamp from s1_deleting where uid = 6 + 4474 Query SELECT id from s1_users where sit1 = 6 or sit2 = 6 + 4474 Query SELECT timestamp from s1_deleting where uid = 6 + 4474 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4474 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778847 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4474 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4474 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4474 Query SELECT * from s1_fdata where vref = 22609 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4474 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4474 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4474 Quit +171023 19:24:22 4475 Connect root@localhost as anonymous on + 4475 Init DB travian + 4475 Query SET NAMES 'UTF8' + 4475 Query SELECT * FROM s1_users where username = 'cyberghost' + 4475 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4475 Query SELECT sit FROM s1_online where uid = 6 + 4475 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4475 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4475 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4475 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4475 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4475 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4475 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4475 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4475 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4475 Query REPLACE into s1_active values ('cyberghost',1508779462) + 4475 Query UPDATE s1_users set timestamp = '1508779462' where username = 'cyberghost' + 4475 Query REPLACE into s1_active values ('cyberghost',1508779462) + 4475 Query UPDATE s1_users set timestamp = 1508779462 where username = 'cyberghost' + 4475 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4475 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4475 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4475 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4475 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4475 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4475 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4475 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4475 Query SELECT * FROM s1_vdata where wref = '22609' + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT * from s1_fdata where vref = 22609 + 4475 Query SELECT x,y FROM s1_wdata where id = 22609 + 4475 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4475 Query SELECT * FROM s1_odata where conqured = 22609 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_enforcement where vref = 22609 + 4475 Query SELECT * from s1_enforcement where `from` = 22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_enforcement where vref = 22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4475 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT tribe FROM s1_users where id = 6 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * from s1_tdata where vref = 22609 + 4475 Query SELECT * FROM s1_abdata where vref = 22609 + 4475 Query SELECT * FROM s1_research where vref = 22609 + 4475 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4475 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4475 Query SELECT * from s1_fdata where vref = 22609 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4475 Query UPDATE s1_vdata set wood = 29016, clay = 38482, iron = 29014, crop = 45380 where wref = 22609 + 4475 Query UPDATE s1_vdata set lastupdate = 1508779462 where wref = 22609 + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT * from s1_fdata where vref = 22609 + 4475 Query SELECT x,y FROM s1_wdata where id = 22609 + 4475 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4475 Query SELECT * FROM s1_odata where conqured = 22609 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_enforcement where vref = 22609 + 4475 Query SELECT * from s1_enforcement where `from` = 22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_enforcement where vref = 22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4475 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT tribe FROM s1_users where id = 6 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * from s1_tdata where vref = 22609 + 4475 Query SELECT * FROM s1_abdata where vref = 22609 + 4475 Query SELECT * FROM s1_research where vref = 22609 + 4475 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4475 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4475 Query SELECT count(id) FROM s1_users where id > 5 + 4475 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4475 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4475 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4475 Query DELETE FROM s1_active WHERE timestamp < 1508563462 + 4475 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4475 Query UPDATE s1_odata set wood = 187.03333333333, clay = 187.03333333333, iron = 187.03333333333, crop = 187.03333333333 where wref = 16778 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 16778 + 4475 Query UPDATE s1_odata set wood = 152.03333333333, clay = 152.03333333333, iron = 152.03333333333, crop = 152.03333333333 where wref = 16780 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 16780 + 4475 Query UPDATE s1_odata set wood = 339.03333333333, clay = 339.03333333333, iron = 339.03333333333, crop = 339.03333333333 where wref = 17378 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 17378 + 4475 Query UPDATE s1_odata set wood = 499.03333333333, clay = 499.03333333333, iron = 499.03333333333, crop = 499.03333333333 where wref = 17984 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 17984 + 4475 Query UPDATE s1_odata set wood = 559.03333333333, clay = 559.03333333333, iron = 559.03333333333, crop = 559.03333333333 where wref = 17986 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 17986 + 4475 Query UPDATE s1_odata set wood = 108.03333333333, clay = 108.03333333333, iron = 108.03333333333, crop = 108.03333333333 where wref = 18390 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 18390 + 4475 Query UPDATE s1_odata set wood = 476.03333333333, clay = 476.03333333333, iron = 476.03333333333, crop = 476.03333333333 where wref = 18595 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 18595 + 4475 Query UPDATE s1_odata set wood = 316.03333333333, clay = 316.03333333333, iron = 316.03333333333, crop = 316.03333333333 where wref = 18799 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 18799 + 4475 Query UPDATE s1_odata set wood = 562.03333333333, clay = 562.03333333333, iron = 562.03333333333, crop = 562.03333333333 where wref = 19194 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 19194 + 4475 Query UPDATE s1_odata set wood = 24.033333333333, clay = 24.033333333333, iron = 24.033333333333, crop = 24.033333333333 where wref = 20198 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 20198 + 4475 Query UPDATE s1_odata set wood = 234.03333333333, clay = 234.03333333333, iron = 234.03333333333, crop = 234.03333333333 where wref = 22206 + 4475 Query UPDATE s1_odata set lastupdated = 1508779462 where wref = 22206 + 4475 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4475 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4475 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4475 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4475 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4475 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779462 + 4475 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778862 + 4475 Query SELECT * FROM s1_hero + 4475 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4475 Query UPDATE `s1_hero` SET lastupdate = '1508779462' WHERE heroid = 2 + 4475 Query SELECT * from s1_units where vref = 20599 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_units where vref = 18790 + 4475 Query SELECT uid FROM s1_deleting where timestamp < 1508779462 + 4475 Query SELECT * FROM s1_bdata where timestamp < 1508779462 and master = 0 + 4475 Query SELECT * FROM s1_bdata WHERE master = 1 + 4475 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779462 + 4475 Query SELECT * FROM `s1_fdata` + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4475 Query DELETE from s1_route where timeleft < 1508779462 + 4475 Query SELECT * FROM s1_route where timestamp < 1508779462 + 4475 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779462.9114 + 4475 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779462.9114 + 4475 Query SELECT * FROM s1_research where timestamp < 1508779462 + 4475 Query SELECT * FROM s1_training where vref IS NOT NULL + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT owner FROM s1_vdata where wref = 22609 + 4475 Query SELECT b4 FROM s1_users where id = 6 + 4475 Query SELECT * from s1_fdata where vref = 22609 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4475 Query SELECT * from s1_units where vref = 22609 + 4475 Query SELECT * from s1_enforcement where vref = 22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4475 Query SELECT * FROM s1_vdata where wref = 22609 + 4475 Query SELECT tribe FROM s1_users where id = 6 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4475 Query SELECT * from s1_fdata where vref = 22609 + 4475 Query SELECT owner FROM s1_vdata where wref = 22609 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4475 Query SELECT * from s1_units where vref = 36787 + 4475 Query SELECT * from s1_enforcement where vref = 36787 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4475 Query SELECT * FROM s1_vdata where wref = 36787 + 4475 Query SELECT tribe FROM s1_users where id = 94 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4475 Query SELECT * from s1_fdata where vref = 36787 + 4475 Query SELECT owner FROM s1_vdata where wref = 36787 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4475 Query SELECT * from s1_units where vref = 36787 + 4475 Query SELECT owner FROM s1_vdata where wref = 36787 + 4475 Query SELECT b4 FROM s1_users where id = 94 + 4475 Query SELECT * from s1_fdata where vref = 36787 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4475 Query SELECT crop FROM s1_vdata where wref = 36787 + 4475 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4475 Query SELECT owner FROM s1_vdata where wref = 36787 + 4475 Query SELECT b4 FROM s1_users where id = 94 + 4475 Query SELECT * from s1_fdata where vref = 36787 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4475 Query SELECT * from s1_units where vref = 1801 + 4475 Query SELECT * from s1_enforcement where vref = 1801 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4475 Query SELECT * FROM s1_vdata where wref = 1801 + 4475 Query SELECT tribe FROM s1_users where id = 90 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4475 Query SELECT * from s1_fdata where vref = 1801 + 4475 Query SELECT owner FROM s1_vdata where wref = 1801 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4475 Query SELECT * from s1_units where vref = 1801 + 4475 Query SELECT owner FROM s1_vdata where wref = 1801 + 4475 Query SELECT b4 FROM s1_users where id = 90 + 4475 Query SELECT * from s1_fdata where vref = 1801 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4475 Query SELECT crop FROM s1_vdata where wref = 1801 + 4475 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4475 Query SELECT owner FROM s1_vdata where wref = 1801 + 4475 Query SELECT b4 FROM s1_users where id = 90 + 4475 Query SELECT * from s1_fdata where vref = 1801 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4475 Query SELECT * from s1_units where vref = 1592 + 4475 Query SELECT * from s1_enforcement where vref = 1592 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4475 Query SELECT * FROM s1_vdata where wref = 1592 + 4475 Query SELECT tribe FROM s1_users where id = 67 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4475 Query SELECT * from s1_fdata where vref = 1592 + 4475 Query SELECT owner FROM s1_vdata where wref = 1592 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4475 Query SELECT * from s1_units where vref = 1592 + 4475 Query SELECT owner FROM s1_vdata where wref = 1592 + 4475 Query SELECT b4 FROM s1_users where id = 67 + 4475 Query SELECT * from s1_fdata where vref = 1592 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4475 Query SELECT crop FROM s1_vdata where wref = 1592 + 4475 Query SELECT owner FROM s1_vdata where wref = 1592 + 4475 Query SELECT b4 FROM s1_users where id = 67 + 4475 Query SELECT * from s1_fdata where vref = 1592 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4475 Query SELECT * from s1_units where vref = 20599 + 4475 Query SELECT * from s1_enforcement where vref = 20599 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4475 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4475 Query SELECT * FROM s1_vdata where wref = 20599 + 4475 Query SELECT tribe FROM s1_users where id = 46 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4475 Query SELECT * from s1_fdata where vref = 20599 + 4475 Query SELECT owner FROM s1_vdata where wref = 20599 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4475 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4475 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4475 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4475 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4475 Query SELECT owner FROM s1_vdata where wref = 20599 + 4475 Query SELECT b4 FROM s1_users where id = 46 + 4475 Query SELECT * from s1_fdata where vref = 20599 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4475 Query SELECT crop FROM s1_vdata where wref = 20599 + 4475 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4475 Query SELECT owner FROM s1_vdata where wref = 20599 + 4475 Query SELECT b4 FROM s1_users where id = 46 + 4475 Query SELECT * from s1_fdata where vref = 20599 + 4475 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4475 Query SELECT * FROM s1_vdata where celebration < 1508779462 AND celebration != 0 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779462 ORDER BY endtime ASC + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779462 + 4475 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779462 + 4475 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779462 + 4475 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4475 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4475 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4475 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779462 + 4475 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779462.9815 + 4475 Query SELECT * FROM s1_general WHERE shown = 1 + 4475 Query SELECT * FROM s1_users WHERE invited != 0 + 4475 Query SELECT * FROM `s1_fdata` + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 +171023 19:24:23 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4475 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4475 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779463 + 4475 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736263 + 4475 Query SELECT * FROM s1_config + 4475 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693063 + 4475 Quit + 4476 Connect root@localhost as anonymous on + 4476 Init DB travian + 4476 Query SET NAMES 'UTF8' + 4476 Query SELECT * FROM s1_users where username = 'cyberghost' + 4476 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4476 Query SELECT sit FROM s1_online where uid = 6 + 4476 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4476 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4476 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4476 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4476 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4476 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4476 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4476 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4476 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4476 Query REPLACE into s1_active values ('cyberghost',1508779463) + 4476 Query UPDATE s1_users set timestamp = '1508779463' where username = 'cyberghost' + 4476 Query REPLACE into s1_active values ('cyberghost',1508779463) + 4476 Query UPDATE s1_users set timestamp = 1508779463 where username = 'cyberghost' + 4476 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4476 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4476 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4476 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4476 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4476 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4476 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4476 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4476 Query SELECT * FROM s1_vdata where wref = '22609' + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT x,y FROM s1_wdata where id = 22609 + 4476 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4476 Query SELECT * FROM s1_odata where conqured = 22609 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_enforcement where vref = 22609 + 4476 Query SELECT * from s1_enforcement where `from` = 22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_enforcement where vref = 22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4476 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT tribe FROM s1_users where id = 6 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * from s1_tdata where vref = 22609 + 4476 Query SELECT * FROM s1_abdata where vref = 22609 + 4476 Query SELECT * FROM s1_research where vref = 22609 + 4476 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4476 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4476 Query UPDATE s1_vdata set wood = 29016, clay = 38482, iron = 29014, crop = 45380 where wref = 22609 + 4476 Query UPDATE s1_vdata set lastupdate = 1508779463 where wref = 22609 + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT x,y FROM s1_wdata where id = 22609 + 4476 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4476 Query SELECT * FROM s1_odata where conqured = 22609 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_enforcement where vref = 22609 + 4476 Query SELECT * from s1_enforcement where `from` = 22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_enforcement where vref = 22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4476 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT tribe FROM s1_users where id = 6 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * from s1_tdata where vref = 22609 + 4476 Query SELECT * FROM s1_abdata where vref = 22609 + 4476 Query SELECT * FROM s1_research where vref = 22609 + 4476 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4476 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4476 Query SELECT count(id) FROM s1_users where id > 5 + 4476 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4476 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4476 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4476 Query DELETE FROM s1_active WHERE timestamp < 1508563463 + 4476 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4476 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 16778 + 4476 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 16780 + 4476 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 17378 + 4476 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 17984 + 4476 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 17986 + 4476 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 18390 + 4476 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 18595 + 4476 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 18799 + 4476 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 19194 + 4476 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 20198 + 4476 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4476 Query UPDATE s1_odata set lastupdated = 1508779463 where wref = 22206 + 4476 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4476 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4476 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4476 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4476 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4476 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779463 + 4476 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778863 + 4476 Query SELECT * FROM s1_hero + 4476 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4476 Query UPDATE `s1_hero` SET lastupdate = '1508779463' WHERE heroid = 2 + 4476 Query SELECT * from s1_units where vref = 20599 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_units where vref = 18790 + 4476 Query SELECT uid FROM s1_deleting where timestamp < 1508779463 + 4476 Query SELECT * FROM s1_bdata where timestamp < 1508779463 and master = 0 + 4476 Query SELECT * FROM s1_bdata WHERE master = 1 + 4476 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779463 + 4476 Query SELECT * FROM `s1_fdata` + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4476 Query DELETE from s1_route where timeleft < 1508779463 + 4476 Query SELECT * FROM s1_route where timestamp < 1508779463 + 4476 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779463.3215 + 4476 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779463.3215 + 4476 Query SELECT * FROM s1_research where timestamp < 1508779463 + 4476 Query SELECT * FROM s1_training where vref IS NOT NULL + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT owner FROM s1_vdata where wref = 22609 + 4476 Query SELECT b4 FROM s1_users where id = 6 + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4476 Query SELECT * from s1_units where vref = 22609 + 4476 Query SELECT * from s1_enforcement where vref = 22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4476 Query SELECT * FROM s1_vdata where wref = 22609 + 4476 Query SELECT tribe FROM s1_users where id = 6 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT owner FROM s1_vdata where wref = 22609 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4476 Query SELECT * from s1_units where vref = 36787 + 4476 Query SELECT * from s1_enforcement where vref = 36787 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4476 Query SELECT * FROM s1_vdata where wref = 36787 + 4476 Query SELECT tribe FROM s1_users where id = 94 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4476 Query SELECT * from s1_fdata where vref = 36787 + 4476 Query SELECT owner FROM s1_vdata where wref = 36787 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4476 Query SELECT * from s1_units where vref = 36787 + 4476 Query SELECT owner FROM s1_vdata where wref = 36787 + 4476 Query SELECT b4 FROM s1_users where id = 94 + 4476 Query SELECT * from s1_fdata where vref = 36787 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4476 Query SELECT crop FROM s1_vdata where wref = 36787 + 4476 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4476 Query SELECT owner FROM s1_vdata where wref = 36787 + 4476 Query SELECT b4 FROM s1_users where id = 94 + 4476 Query SELECT * from s1_fdata where vref = 36787 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4476 Query SELECT * from s1_units where vref = 1801 + 4476 Query SELECT * from s1_enforcement where vref = 1801 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4476 Query SELECT * FROM s1_vdata where wref = 1801 + 4476 Query SELECT tribe FROM s1_users where id = 90 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4476 Query SELECT * from s1_fdata where vref = 1801 + 4476 Query SELECT owner FROM s1_vdata where wref = 1801 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4476 Query SELECT * from s1_units where vref = 1801 + 4476 Query SELECT owner FROM s1_vdata where wref = 1801 + 4476 Query SELECT b4 FROM s1_users where id = 90 + 4476 Query SELECT * from s1_fdata where vref = 1801 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4476 Query SELECT crop FROM s1_vdata where wref = 1801 + 4476 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4476 Query SELECT owner FROM s1_vdata where wref = 1801 + 4476 Query SELECT b4 FROM s1_users where id = 90 + 4476 Query SELECT * from s1_fdata where vref = 1801 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4476 Query SELECT * from s1_units where vref = 1592 + 4476 Query SELECT * from s1_enforcement where vref = 1592 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4476 Query SELECT * FROM s1_vdata where wref = 1592 + 4476 Query SELECT tribe FROM s1_users where id = 67 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4476 Query SELECT * from s1_fdata where vref = 1592 + 4476 Query SELECT owner FROM s1_vdata where wref = 1592 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4476 Query SELECT * from s1_units where vref = 1592 + 4476 Query SELECT owner FROM s1_vdata where wref = 1592 + 4476 Query SELECT b4 FROM s1_users where id = 67 + 4476 Query SELECT * from s1_fdata where vref = 1592 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4476 Query SELECT crop FROM s1_vdata where wref = 1592 + 4476 Query SELECT owner FROM s1_vdata where wref = 1592 + 4476 Query SELECT b4 FROM s1_users where id = 67 + 4476 Query SELECT * from s1_fdata where vref = 1592 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4476 Query SELECT * from s1_units where vref = 20599 + 4476 Query SELECT * from s1_enforcement where vref = 20599 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4476 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4476 Query SELECT * FROM s1_vdata where wref = 20599 + 4476 Query SELECT tribe FROM s1_users where id = 46 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4476 Query SELECT * from s1_fdata where vref = 20599 + 4476 Query SELECT owner FROM s1_vdata where wref = 20599 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4476 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4476 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4476 Query SELECT owner FROM s1_vdata where wref = 20599 + 4476 Query SELECT b4 FROM s1_users where id = 46 + 4476 Query SELECT * from s1_fdata where vref = 20599 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4476 Query SELECT crop FROM s1_vdata where wref = 20599 + 4476 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4476 Query SELECT owner FROM s1_vdata where wref = 20599 + 4476 Query SELECT b4 FROM s1_users where id = 46 + 4476 Query SELECT * from s1_fdata where vref = 20599 + 4476 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4476 Query SELECT * FROM s1_vdata where celebration < 1508779463 AND celebration != 0 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779463 ORDER BY endtime ASC + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779463 + 4476 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779463 + 4476 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779463 + 4476 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4476 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4476 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4476 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779463 + 4476 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779463.3885 + 4476 Query SELECT * FROM s1_general WHERE shown = 1 + 4476 Query SELECT * FROM s1_users WHERE invited != 0 + 4476 Query SELECT * FROM `s1_fdata` + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4476 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4476 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779463 + 4476 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736263 + 4476 Query SELECT * FROM s1_config + 4476 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693063 + 4476 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4476 Query SELECT timestamp from s1_deleting where uid = 6 + 4476 Query SELECT id from s1_users where sit1 = 6 or sit2 = 6 + 4476 Query SELECT timestamp from s1_deleting where uid = 6 + 4476 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4476 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778863 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4476 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4476 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4476 Query SELECT * from s1_fdata where vref = 22609 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4476 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4476 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4476 Quit +171023 19:24:38 4477 Connect root@localhost as anonymous on + 4477 Init DB travian + 4477 Query SET NAMES 'UTF8' + 4477 Query SELECT * FROM s1_users where username = 'cyberghost' + 4477 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4477 Query SELECT sit FROM s1_online where uid = 6 + 4477 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4477 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4477 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4477 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4477 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4477 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4477 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4477 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4477 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4477 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4477 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4477 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4477 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4477 Query REPLACE into s1_active values ('cyberghost',1508779478) + 4477 Query UPDATE s1_users set timestamp = '1508779478' where username = 'cyberghost' + 4477 Query REPLACE into s1_active values ('cyberghost',1508779478) + 4477 Query UPDATE s1_users set timestamp = 1508779478 where username = 'cyberghost' + 4477 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4477 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4477 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4477 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4477 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4477 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4477 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4477 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4477 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4477 Query SELECT timestamp from s1_deleting where uid = 6 + 4477 Quit +171023 19:24:44 4478 Connect root@localhost as anonymous on + 4478 Init DB travian + 4478 Query SET NAMES 'UTF8' + 4478 Query SELECT * FROM s1_users where username = 'cyberghost' + 4478 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4478 Query SELECT sit FROM s1_online where uid = 6 + 4478 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4478 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4478 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4478 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4478 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4478 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4478 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4478 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4478 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4478 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4478 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4478 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4478 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4478 Query REPLACE into s1_active values ('cyberghost',1508779484) + 4478 Query UPDATE s1_users set timestamp = '1508779484' where username = 'cyberghost' + 4478 Query REPLACE into s1_active values ('cyberghost',1508779484) + 4478 Query UPDATE s1_users set timestamp = 1508779484 where username = 'cyberghost' + 4478 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4478 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4478 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4478 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4478 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4478 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4478 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4478 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4478 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4478 Query SELECT timestamp from s1_deleting where uid = 6 + 4478 Quit +171023 19:24:45 4479 Connect root@localhost as anonymous on + 4479 Init DB travian + 4479 Query SET NAMES 'UTF8' + 4479 Query SELECT * FROM s1_users where username = 'cyberghost' + 4479 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4479 Query SELECT sit FROM s1_online where uid = 6 + 4479 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4479 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4479 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4479 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4479 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4479 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4479 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4479 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4479 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4479 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4479 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4479 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4479 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4479 Query REPLACE into s1_active values ('cyberghost',1508779485) + 4479 Query UPDATE s1_users set timestamp = '1508779485' where username = 'cyberghost' + 4479 Query REPLACE into s1_active values ('cyberghost',1508779485) + 4479 Query UPDATE s1_users set timestamp = 1508779485 where username = 'cyberghost' + 4479 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4479 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4479 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4479 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4479 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4479 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4479 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4479 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4479 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4479 Query SELECT timestamp from s1_deleting where uid = 6 + 4479 Quit + 4480 Connect root@localhost as anonymous on + 4480 Init DB travian + 4480 Query SET NAMES 'UTF8' + 4480 Query SELECT * FROM s1_users where username = 'cyberghost' + 4480 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4480 Query SELECT sit FROM s1_online where uid = 6 + 4480 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4480 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4480 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4480 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4480 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4480 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4480 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4480 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4480 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4480 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4480 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4480 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4480 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4480 Query REPLACE into s1_active values ('cyberghost',1508779485) + 4480 Query UPDATE s1_users set timestamp = '1508779485' where username = 'cyberghost' + 4480 Query REPLACE into s1_active values ('cyberghost',1508779485) + 4480 Query UPDATE s1_users set timestamp = 1508779485 where username = 'cyberghost' + 4480 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4480 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4480 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4480 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4480 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4480 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4480 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4480 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4480 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4480 Query SELECT count(*) as count FROM s1_users WHERE id != 0 + 4480 Query INSERT INTO s1_mdata (`target`, `owner`, `topic`, `message`, `viewed`, `archived`, `send`, `time`,`deltarget`,`delowner`,`alliance`,`player`,`coor`,`report`) VALUES (6, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(7, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(8, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(9, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(10, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(11, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(12, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(13, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(14, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(15, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(16, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(17, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(18, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(19, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(20, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(21, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(22, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(23, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(24, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(25, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(26, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(27, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(28, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(29, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(30, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(31, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(32, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(33, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(34, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(35, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(36, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(37, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(38, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(39, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(40, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(41, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(42, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(43, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(44, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(45, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(46, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(47, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(48, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(49, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(50, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(51, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(52, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(53, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(54, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(55, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(56, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(57, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(58, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(59, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(60, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(61, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(62, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(63, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(64, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(65, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(66, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(67, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(68, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(69, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(70, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(71, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(72, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(73, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(74, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(75, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(76, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(77, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(78, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(79, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(80, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(81, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(82, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(83, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(84, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(85, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(86, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(87, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(88, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(89, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(90, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(91, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(92, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(93, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0),(94, 1, 'sasa', "[message]djsaklda[/message]", 0, 0, 0, 1508779485,0,0,0,0,0,0) + 4480 Query SELECT timestamp from s1_deleting where uid = 6 + 4480 Quit +171023 19:24:46 4481 Connect root@localhost as anonymous on + 4481 Init DB travian + 4481 Query SET NAMES 'UTF8' + 4481 Query SELECT * FROM s1_users where username = 'cyberghost' + 4481 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4481 Query SELECT sit FROM s1_online where uid = 6 + 4481 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4481 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4481 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4481 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4481 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4481 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4481 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4481 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4481 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4481 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4481 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4481 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4481 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4481 Query REPLACE into s1_active values ('cyberghost',1508779486) + 4481 Query UPDATE s1_users set timestamp = '1508779486' where username = 'cyberghost' + 4481 Query REPLACE into s1_active values ('cyberghost',1508779486) + 4481 Query UPDATE s1_users set timestamp = 1508779486 where username = 'cyberghost' + 4481 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4481 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4481 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4481 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4481 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4481 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4481 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4481 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4481 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4481 Query SELECT timestamp from s1_deleting where uid = 6 + 4481 Quit +171023 19:24:48 4482 Connect root@localhost as anonymous on + 4482 Init DB travian + 4482 Query SET NAMES 'UTF8' + 4482 Query SELECT * FROM s1_users where username = 'cyberghost' + 4482 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4482 Query SELECT sit FROM s1_online where uid = 6 + 4482 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4482 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4482 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4482 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4482 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4482 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4482 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4482 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4482 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4482 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4482 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4482 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4482 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4482 Query REPLACE into s1_active values ('cyberghost',1508779488) + 4482 Query UPDATE s1_users set timestamp = '1508779488' where username = 'cyberghost' + 4482 Query REPLACE into s1_active values ('cyberghost',1508779488) + 4482 Query UPDATE s1_users set timestamp = 1508779488 where username = 'cyberghost' + 4482 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4482 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4482 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4482 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4482 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4482 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4482 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4482 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4482 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4482 Query SELECT timestamp from s1_deleting where uid = 6 + 4482 Quit +171023 19:24:49 4483 Connect root@localhost as anonymous on + 4483 Init DB travian + 4483 Query SET NAMES 'UTF8' + 4483 Query SELECT * FROM s1_users where username = 'cyberghost' + 4483 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4483 Query SELECT sit FROM s1_online where uid = 6 + 4483 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4483 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4483 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4483 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4483 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4483 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4483 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4483 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4483 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4483 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4483 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4483 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4483 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4483 Query REPLACE into s1_active values ('cyberghost',1508779489) + 4483 Query UPDATE s1_users set timestamp = '1508779489' where username = 'cyberghost' + 4483 Query REPLACE into s1_active values ('cyberghost',1508779489) + 4483 Query UPDATE s1_users set timestamp = 1508779489 where username = 'cyberghost' + 4483 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4483 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4483 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4483 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4483 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4483 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4483 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4483 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4483 Query SELECT id FROM s1_users WHERE access = 9 AND id = 6 + 4483 Query SELECT * FROM s1_users ORDER BY id + 0 DESC + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '98' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '97' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '96' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '95' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '94' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '93' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '92' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '91' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '90' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '89' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '88' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '87' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '86' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '85' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '84' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '83' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '82' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '81' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '80' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '78' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '76' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '75' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '74' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '73' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '72' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '71' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '70' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '69' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '68' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '67' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '66' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '65' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '64' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '63' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '62' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '61' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '60' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '59' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '58' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '57' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '56' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '55' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '54' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '53' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '52' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '51' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '50' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '49' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '48' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '46' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '45' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '44' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '43' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '42' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '41' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '40' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '39' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '38' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '37' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '36' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '35' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '34' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '33' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '32' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '31' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '30' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '29' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '28' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '27' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '26' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '25' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '24' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '23' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '22' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '21' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '20' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '19' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '18' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '17' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '16' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '15' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '14' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '13' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '12' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '11' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '10' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '9' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '8' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '7' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '6' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '5' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '4' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '2' + 4483 Query UPDATE s1_users SET ok = '1' WHERE id = '1' + 4483 Query SELECT timestamp from s1_deleting where uid = 6 + 4483 Quit +171023 19:24:50 4484 Connect root@localhost as anonymous on + 4484 Init DB travian + 4484 Query SET NAMES 'UTF8' + 4484 Query SELECT * FROM s1_users where username = 'cyberghost' + 4484 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4484 Query SELECT sit FROM s1_online where uid = 6 + 4484 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4484 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4484 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4484 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4484 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4484 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4484 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4484 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4484 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4484 Query REPLACE into s1_active values ('cyberghost',1508779490) + 4484 Query UPDATE s1_users set timestamp = '1508779490' where username = 'cyberghost' + 4484 Query REPLACE into s1_active values ('cyberghost',1508779490) + 4484 Query UPDATE s1_users set timestamp = 1508779490 where username = 'cyberghost' + 4484 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4484 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4484 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4484 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4484 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4484 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4484 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4484 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4484 Query SELECT * FROM s1_vdata where wref = '22609' + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT x,y FROM s1_wdata where id = 22609 + 4484 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4484 Query SELECT * FROM s1_odata where conqured = 22609 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_enforcement where vref = 22609 + 4484 Query SELECT * from s1_enforcement where `from` = 22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_enforcement where vref = 22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4484 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT tribe FROM s1_users where id = 6 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * from s1_tdata where vref = 22609 + 4484 Query SELECT * FROM s1_abdata where vref = 22609 + 4484 Query SELECT * FROM s1_research where vref = 22609 + 4484 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4484 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4484 Query UPDATE s1_vdata set wood = 29025, clay = 38495, iron = 29023, crop = 45389 where wref = 22609 +171023 19:24:51 4484 Query UPDATE s1_vdata set lastupdate = 1508779491 where wref = 22609 + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT x,y FROM s1_wdata where id = 22609 + 4484 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4484 Query SELECT * FROM s1_odata where conqured = 22609 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_enforcement where vref = 22609 + 4484 Query SELECT * from s1_enforcement where `from` = 22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_enforcement where vref = 22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4484 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT tribe FROM s1_users where id = 6 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * from s1_tdata where vref = 22609 + 4484 Query SELECT * FROM s1_abdata where vref = 22609 + 4484 Query SELECT * FROM s1_research where vref = 22609 + 4484 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4484 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4484 Query SELECT count(id) FROM s1_users where id > 5 + 4484 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4484 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4484 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4484 Query DELETE FROM s1_active WHERE timestamp < 1508563491 + 4484 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4484 Query UPDATE s1_odata set wood = 187.06222222222, clay = 187.06222222222, iron = 187.06222222222, crop = 187.06222222222 where wref = 16778 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 16778 + 4484 Query UPDATE s1_odata set wood = 152.06222222222, clay = 152.06222222222, iron = 152.06222222222, crop = 152.06222222222 where wref = 16780 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 16780 + 4484 Query UPDATE s1_odata set wood = 339.06222222222, clay = 339.06222222222, iron = 339.06222222222, crop = 339.06222222222 where wref = 17378 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 17378 + 4484 Query UPDATE s1_odata set wood = 499.06222222222, clay = 499.06222222222, iron = 499.06222222222, crop = 499.06222222222 where wref = 17984 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 17984 + 4484 Query UPDATE s1_odata set wood = 559.06222222222, clay = 559.06222222222, iron = 559.06222222222, crop = 559.06222222222 where wref = 17986 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 17986 + 4484 Query UPDATE s1_odata set wood = 108.06222222222, clay = 108.06222222222, iron = 108.06222222222, crop = 108.06222222222 where wref = 18390 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 18390 + 4484 Query UPDATE s1_odata set wood = 476.06222222222, clay = 476.06222222222, iron = 476.06222222222, crop = 476.06222222222 where wref = 18595 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 18595 + 4484 Query UPDATE s1_odata set wood = 316.06222222222, clay = 316.06222222222, iron = 316.06222222222, crop = 316.06222222222 where wref = 18799 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 18799 + 4484 Query UPDATE s1_odata set wood = 562.06222222222, clay = 562.06222222222, iron = 562.06222222222, crop = 562.06222222222 where wref = 19194 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 19194 + 4484 Query UPDATE s1_odata set wood = 24.062222222222, clay = 24.062222222222, iron = 24.062222222222, crop = 24.062222222222 where wref = 20198 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 20198 + 4484 Query UPDATE s1_odata set wood = 234.06222222222, clay = 234.06222222222, iron = 234.06222222222, crop = 234.06222222222 where wref = 22206 + 4484 Query UPDATE s1_odata set lastupdated = 1508779491 where wref = 22206 + 4484 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4484 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4484 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4484 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4484 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4484 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779491 + 4484 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778891 + 4484 Query SELECT * FROM s1_hero + 4484 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4484 Query UPDATE `s1_hero` SET lastupdate = '1508779491' WHERE heroid = 2 + 4484 Query SELECT * from s1_units where vref = 20599 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_units where vref = 18790 + 4484 Query SELECT uid FROM s1_deleting where timestamp < 1508779491 + 4484 Query SELECT * FROM s1_bdata where timestamp < 1508779491 and master = 0 + 4484 Query SELECT * FROM s1_bdata WHERE master = 1 + 4484 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779491 + 4484 Query SELECT * FROM `s1_fdata` + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4484 Query DELETE from s1_route where timeleft < 1508779491 + 4484 Query SELECT * FROM s1_route where timestamp < 1508779491 + 4484 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779491.1511 + 4484 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779491.1511 + 4484 Query SELECT * FROM s1_research where timestamp < 1508779491 + 4484 Query SELECT * FROM s1_training where vref IS NOT NULL + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT owner FROM s1_vdata where wref = 22609 + 4484 Query SELECT b4 FROM s1_users where id = 6 + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4484 Query SELECT * from s1_units where vref = 22609 + 4484 Query SELECT * from s1_enforcement where vref = 22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4484 Query SELECT * FROM s1_vdata where wref = 22609 + 4484 Query SELECT tribe FROM s1_users where id = 6 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT owner FROM s1_vdata where wref = 22609 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4484 Query SELECT * from s1_units where vref = 36787 + 4484 Query SELECT * from s1_enforcement where vref = 36787 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4484 Query SELECT * FROM s1_vdata where wref = 36787 + 4484 Query SELECT tribe FROM s1_users where id = 94 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4484 Query SELECT * from s1_fdata where vref = 36787 + 4484 Query SELECT owner FROM s1_vdata where wref = 36787 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4484 Query SELECT * from s1_units where vref = 36787 + 4484 Query SELECT owner FROM s1_vdata where wref = 36787 + 4484 Query SELECT b4 FROM s1_users where id = 94 + 4484 Query SELECT * from s1_fdata where vref = 36787 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4484 Query SELECT crop FROM s1_vdata where wref = 36787 + 4484 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4484 Query SELECT owner FROM s1_vdata where wref = 36787 + 4484 Query SELECT b4 FROM s1_users where id = 94 + 4484 Query SELECT * from s1_fdata where vref = 36787 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4484 Query SELECT * from s1_units where vref = 1801 + 4484 Query SELECT * from s1_enforcement where vref = 1801 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4484 Query SELECT * FROM s1_vdata where wref = 1801 + 4484 Query SELECT tribe FROM s1_users where id = 90 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4484 Query SELECT * from s1_fdata where vref = 1801 + 4484 Query SELECT owner FROM s1_vdata where wref = 1801 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4484 Query SELECT * from s1_units where vref = 1801 + 4484 Query SELECT owner FROM s1_vdata where wref = 1801 + 4484 Query SELECT b4 FROM s1_users where id = 90 + 4484 Query SELECT * from s1_fdata where vref = 1801 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4484 Query SELECT crop FROM s1_vdata where wref = 1801 + 4484 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4484 Query SELECT owner FROM s1_vdata where wref = 1801 + 4484 Query SELECT b4 FROM s1_users where id = 90 + 4484 Query SELECT * from s1_fdata where vref = 1801 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4484 Query SELECT * from s1_units where vref = 1592 + 4484 Query SELECT * from s1_enforcement where vref = 1592 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4484 Query SELECT * FROM s1_vdata where wref = 1592 + 4484 Query SELECT tribe FROM s1_users where id = 67 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4484 Query SELECT * from s1_fdata where vref = 1592 + 4484 Query SELECT owner FROM s1_vdata where wref = 1592 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4484 Query SELECT * from s1_units where vref = 1592 + 4484 Query SELECT owner FROM s1_vdata where wref = 1592 + 4484 Query SELECT b4 FROM s1_users where id = 67 + 4484 Query SELECT * from s1_fdata where vref = 1592 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4484 Query SELECT crop FROM s1_vdata where wref = 1592 + 4484 Query SELECT owner FROM s1_vdata where wref = 1592 + 4484 Query SELECT b4 FROM s1_users where id = 67 + 4484 Query SELECT * from s1_fdata where vref = 1592 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4484 Query SELECT * from s1_units where vref = 20599 + 4484 Query SELECT * from s1_enforcement where vref = 20599 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4484 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4484 Query SELECT * FROM s1_vdata where wref = 20599 + 4484 Query SELECT tribe FROM s1_users where id = 46 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4484 Query SELECT * from s1_fdata where vref = 20599 + 4484 Query SELECT owner FROM s1_vdata where wref = 20599 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4484 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4484 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4484 Query SELECT owner FROM s1_vdata where wref = 20599 + 4484 Query SELECT b4 FROM s1_users where id = 46 + 4484 Query SELECT * from s1_fdata where vref = 20599 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4484 Query SELECT crop FROM s1_vdata where wref = 20599 + 4484 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4484 Query SELECT owner FROM s1_vdata where wref = 20599 + 4484 Query SELECT b4 FROM s1_users where id = 46 + 4484 Query SELECT * from s1_fdata where vref = 20599 + 4484 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4484 Query SELECT * FROM s1_vdata where celebration < 1508779491 AND celebration != 0 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779491 ORDER BY endtime ASC + 4484 Query SELECT * FROM s1_vdata WHERE loyalty<>100 + 4484 Query SELECT * FROM s1_odata WHERE loyalty<>100 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779491 + 4484 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779491 + 4484 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779491 + 4484 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4484 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4484 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4484 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779491 + 4484 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779491.2301 + 4484 Query SELECT * FROM s1_general WHERE shown = 1 + 4484 Query SELECT * FROM s1_users WHERE invited != 0 + 4484 Query SELECT * FROM `s1_fdata` + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4484 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4484 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779491 + 4484 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736291 + 4484 Query SELECT * FROM s1_config + 4484 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693091 + 4484 Query SELECT timestamp from s1_deleting where uid = 6 + 4484 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778891 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4484 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4484 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4484 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4484 Query SELECT * from s1_fdata where vref = 22609 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4484 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4484 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4484 Quit +171023 19:24:52 4485 Connect root@localhost as anonymous on + 4485 Init DB travian + 4485 Query SET NAMES 'UTF8' + 4485 Query SELECT * FROM s1_users where username = 'cyberghost' + 4485 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4485 Query SELECT sit FROM s1_online where uid = 6 + 4485 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4485 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4485 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4485 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4485 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4485 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4485 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4485 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4485 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4485 Query REPLACE into s1_active values ('cyberghost',1508779492) + 4485 Query UPDATE s1_users set timestamp = '1508779492' where username = 'cyberghost' + 4485 Query REPLACE into s1_active values ('cyberghost',1508779492) + 4485 Query UPDATE s1_users set timestamp = 1508779492 where username = 'cyberghost' + 4485 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4485 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4485 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4485 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4485 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4485 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4485 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4485 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4485 Query SELECT * FROM s1_vdata where wref = '22609' + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT x,y FROM s1_wdata where id = 22609 + 4485 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4485 Query SELECT * FROM s1_odata where conqured = 22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT * from s1_enforcement where `from` = 22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4485 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT tribe FROM s1_users where id = 6 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * from s1_tdata where vref = 22609 + 4485 Query SELECT * FROM s1_abdata where vref = 22609 + 4485 Query SELECT * FROM s1_research where vref = 22609 + 4485 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4485 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4485 Query UPDATE s1_vdata set wood = 29025, clay = 38495, iron = 29023, crop = 45389 where wref = 22609 + 4485 Query UPDATE s1_vdata set lastupdate = 1508779492 where wref = 22609 + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT x,y FROM s1_wdata where id = 22609 + 4485 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4485 Query SELECT * FROM s1_odata where conqured = 22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT * from s1_enforcement where `from` = 22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4485 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT tribe FROM s1_users where id = 6 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * from s1_tdata where vref = 22609 + 4485 Query SELECT * FROM s1_abdata where vref = 22609 + 4485 Query SELECT * FROM s1_research where vref = 22609 + 4485 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4485 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4485 Query SELECT count(id) FROM s1_users where id > 5 + 4485 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4485 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4485 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4485 Query DELETE FROM s1_active WHERE timestamp < 1508563492 + 4485 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4485 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 16778 + 4485 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 16780 + 4485 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 17378 + 4485 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 17984 + 4485 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 17986 + 4485 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 18390 + 4485 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 18595 + 4485 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 18799 + 4485 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 19194 + 4485 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 20198 + 4485 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4485 Query UPDATE s1_odata set lastupdated = 1508779492 where wref = 22206 + 4485 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4485 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4485 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4485 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4485 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4485 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779492 + 4485 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778892 + 4485 Query SELECT * FROM s1_hero + 4485 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4485 Query UPDATE `s1_hero` SET lastupdate = '1508779492' WHERE heroid = 2 + 4485 Query SELECT * from s1_units where vref = 20599 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_units where vref = 18790 + 4485 Query SELECT uid FROM s1_deleting where timestamp < 1508779492 + 4485 Query SELECT * FROM s1_bdata where timestamp < 1508779492 and master = 0 + 4485 Query SELECT * FROM s1_bdata WHERE master = 1 + 4485 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779492 + 4485 Query SELECT * FROM `s1_fdata` + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4485 Query DELETE from s1_route where timeleft < 1508779492 + 4485 Query SELECT * FROM s1_route where timestamp < 1508779492 + 4485 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779492.7772 + 4485 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779492.7772 + 4485 Query SELECT * FROM s1_research where timestamp < 1508779492 + 4485 Query SELECT * FROM s1_training where vref IS NOT NULL + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT owner FROM s1_vdata where wref = 22609 + 4485 Query SELECT b4 FROM s1_users where id = 6 + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4485 Query SELECT * FROM s1_vdata where wref = 22609 + 4485 Query SELECT tribe FROM s1_users where id = 6 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT owner FROM s1_vdata where wref = 22609 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4485 Query SELECT * from s1_units where vref = 36787 + 4485 Query SELECT * from s1_enforcement where vref = 36787 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4485 Query SELECT * FROM s1_vdata where wref = 36787 + 4485 Query SELECT tribe FROM s1_users where id = 94 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4485 Query SELECT * from s1_fdata where vref = 36787 + 4485 Query SELECT owner FROM s1_vdata where wref = 36787 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4485 Query SELECT * from s1_units where vref = 36787 + 4485 Query SELECT owner FROM s1_vdata where wref = 36787 + 4485 Query SELECT b4 FROM s1_users where id = 94 + 4485 Query SELECT * from s1_fdata where vref = 36787 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4485 Query SELECT crop FROM s1_vdata where wref = 36787 + 4485 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4485 Query SELECT owner FROM s1_vdata where wref = 36787 + 4485 Query SELECT b4 FROM s1_users where id = 94 + 4485 Query SELECT * from s1_fdata where vref = 36787 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4485 Query SELECT * from s1_units where vref = 1801 + 4485 Query SELECT * from s1_enforcement where vref = 1801 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4485 Query SELECT * FROM s1_vdata where wref = 1801 + 4485 Query SELECT tribe FROM s1_users where id = 90 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4485 Query SELECT * from s1_fdata where vref = 1801 + 4485 Query SELECT owner FROM s1_vdata where wref = 1801 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4485 Query SELECT * from s1_units where vref = 1801 + 4485 Query SELECT owner FROM s1_vdata where wref = 1801 + 4485 Query SELECT b4 FROM s1_users where id = 90 + 4485 Query SELECT * from s1_fdata where vref = 1801 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4485 Query SELECT crop FROM s1_vdata where wref = 1801 + 4485 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4485 Query SELECT owner FROM s1_vdata where wref = 1801 + 4485 Query SELECT b4 FROM s1_users where id = 90 + 4485 Query SELECT * from s1_fdata where vref = 1801 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4485 Query SELECT * from s1_units where vref = 1592 + 4485 Query SELECT * from s1_enforcement where vref = 1592 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4485 Query SELECT * FROM s1_vdata where wref = 1592 + 4485 Query SELECT tribe FROM s1_users where id = 67 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4485 Query SELECT * from s1_fdata where vref = 1592 + 4485 Query SELECT owner FROM s1_vdata where wref = 1592 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4485 Query SELECT * from s1_units where vref = 1592 + 4485 Query SELECT owner FROM s1_vdata where wref = 1592 + 4485 Query SELECT b4 FROM s1_users where id = 67 + 4485 Query SELECT * from s1_fdata where vref = 1592 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4485 Query SELECT crop FROM s1_vdata where wref = 1592 + 4485 Query SELECT owner FROM s1_vdata where wref = 1592 + 4485 Query SELECT b4 FROM s1_users where id = 67 + 4485 Query SELECT * from s1_fdata where vref = 1592 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4485 Query SELECT * from s1_units where vref = 20599 + 4485 Query SELECT * from s1_enforcement where vref = 20599 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4485 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4485 Query SELECT * FROM s1_vdata where wref = 20599 + 4485 Query SELECT tribe FROM s1_users where id = 46 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4485 Query SELECT * from s1_fdata where vref = 20599 + 4485 Query SELECT owner FROM s1_vdata where wref = 20599 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4485 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4485 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4485 Query SELECT owner FROM s1_vdata where wref = 20599 + 4485 Query SELECT b4 FROM s1_users where id = 46 + 4485 Query SELECT * from s1_fdata where vref = 20599 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4485 Query SELECT crop FROM s1_vdata where wref = 20599 + 4485 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4485 Query SELECT owner FROM s1_vdata where wref = 20599 + 4485 Query SELECT b4 FROM s1_users where id = 46 + 4485 Query SELECT * from s1_fdata where vref = 20599 + 4485 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4485 Query SELECT * FROM s1_vdata where celebration < 1508779492 AND celebration != 0 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779492 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779492 + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779492 + 4485 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779492 + 4485 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4485 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4485 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4485 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779492 + 4485 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779492.8472 + 4485 Query SELECT * FROM s1_general WHERE shown = 1 + 4485 Query SELECT * FROM s1_users WHERE invited != 0 + 4485 Query SELECT * FROM `s1_fdata` + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4485 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4485 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779492 + 4485 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736292 + 4485 Query SELECT * FROM s1_config + 4485 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693092 + 4485 Query UPDATE s1_users set ok = '0' where id = 6 + 4485 Query SELECT timestamp from s1_deleting where uid = 6 + 4485 Query SELECT * FROM s1_odata where conqured = 22609 + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_odata where conqured = 22609 + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT * from s1_enforcement where vref = 22609 + 4485 Query SELECT * from s1_units where vref = 22609 + 4485 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4485 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778892 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4485 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4485 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4485 Query SELECT * from s1_fdata where vref = 22609 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4485 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4485 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4485 Quit +171023 19:24:53 4486 Connect root@localhost as anonymous on + 4486 Init DB travian + 4486 Query SET NAMES 'UTF8' + 4486 Query SELECT * FROM s1_users where username = 'cyberghost' + 4486 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4486 Query SELECT sit FROM s1_online where uid = 6 + 4486 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4486 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4486 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4486 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4486 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4486 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4486 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4486 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4486 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4486 Query REPLACE into s1_active values ('cyberghost',1508779493) + 4486 Query UPDATE s1_users set timestamp = '1508779493' where username = 'cyberghost' + 4486 Query REPLACE into s1_active values ('cyberghost',1508779493) + 4486 Query UPDATE s1_users set timestamp = 1508779493 where username = 'cyberghost' + 4486 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4486 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4486 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4486 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4486 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4486 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4486 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4486 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4486 Query SELECT * FROM s1_vdata where wref = '22609' + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT x,y FROM s1_wdata where id = 22609 + 4486 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4486 Query SELECT * FROM s1_odata where conqured = 22609 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_enforcement where vref = 22609 + 4486 Query SELECT * from s1_enforcement where `from` = 22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_enforcement where vref = 22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4486 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT tribe FROM s1_users where id = 6 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * from s1_tdata where vref = 22609 +171023 19:24:54 4486 Query SELECT * FROM s1_abdata where vref = 22609 + 4486 Query SELECT * FROM s1_research where vref = 22609 + 4486 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4486 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4486 Query UPDATE s1_vdata set wood = 29025, clay = 38495, iron = 29023, crop = 45389 where wref = 22609 + 4486 Query UPDATE s1_vdata set lastupdate = 1508779494 where wref = 22609 + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT x,y FROM s1_wdata where id = 22609 + 4486 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4486 Query SELECT * FROM s1_odata where conqured = 22609 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_enforcement where vref = 22609 + 4486 Query SELECT * from s1_enforcement where `from` = 22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_enforcement where vref = 22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4486 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT tribe FROM s1_users where id = 6 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * from s1_tdata where vref = 22609 + 4486 Query SELECT * FROM s1_abdata where vref = 22609 + 4486 Query SELECT * FROM s1_research where vref = 22609 + 4486 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4486 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4486 Query SELECT count(id) FROM s1_users where id > 5 + 4486 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4486 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4486 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4486 Query DELETE FROM s1_active WHERE timestamp < 1508563494 + 4486 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4486 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 16778 + 4486 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 16780 + 4486 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 17378 + 4486 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 17984 + 4486 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 17986 + 4486 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 18390 + 4486 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 18595 + 4486 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 18799 + 4486 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 19194 + 4486 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 20198 + 4486 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4486 Query UPDATE s1_odata set lastupdated = 1508779494 where wref = 22206 + 4486 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4486 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4486 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4486 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4486 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4486 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779494 + 4486 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778894 + 4486 Query SELECT * FROM s1_hero + 4486 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4486 Query UPDATE `s1_hero` SET lastupdate = '1508779494' WHERE heroid = 2 + 4486 Query SELECT * from s1_units where vref = 20599 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_units where vref = 18790 + 4486 Query SELECT uid FROM s1_deleting where timestamp < 1508779494 + 4486 Query SELECT * FROM s1_bdata where timestamp < 1508779494 and master = 0 + 4486 Query SELECT * FROM s1_bdata WHERE master = 1 + 4486 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779494 + 4486 Query SELECT * FROM `s1_fdata` + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4486 Query DELETE from s1_route where timeleft < 1508779494 + 4486 Query SELECT * FROM s1_route where timestamp < 1508779494 + 4486 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779494.1642 + 4486 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779494.1642 + 4486 Query SELECT * FROM s1_research where timestamp < 1508779494 + 4486 Query SELECT * FROM s1_training where vref IS NOT NULL + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT owner FROM s1_vdata where wref = 22609 + 4486 Query SELECT b4 FROM s1_users where id = 6 + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4486 Query SELECT * from s1_units where vref = 22609 + 4486 Query SELECT * from s1_enforcement where vref = 22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4486 Query SELECT * FROM s1_vdata where wref = 22609 + 4486 Query SELECT tribe FROM s1_users where id = 6 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT owner FROM s1_vdata where wref = 22609 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4486 Query SELECT * from s1_units where vref = 36787 + 4486 Query SELECT * from s1_enforcement where vref = 36787 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4486 Query SELECT * FROM s1_vdata where wref = 36787 + 4486 Query SELECT tribe FROM s1_users where id = 94 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4486 Query SELECT * from s1_fdata where vref = 36787 + 4486 Query SELECT owner FROM s1_vdata where wref = 36787 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4486 Query SELECT * from s1_units where vref = 36787 + 4486 Query SELECT owner FROM s1_vdata where wref = 36787 + 4486 Query SELECT b4 FROM s1_users where id = 94 + 4486 Query SELECT * from s1_fdata where vref = 36787 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4486 Query SELECT crop FROM s1_vdata where wref = 36787 + 4486 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4486 Query SELECT owner FROM s1_vdata where wref = 36787 + 4486 Query SELECT b4 FROM s1_users where id = 94 + 4486 Query SELECT * from s1_fdata where vref = 36787 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4486 Query SELECT * from s1_units where vref = 1801 + 4486 Query SELECT * from s1_enforcement where vref = 1801 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4486 Query SELECT * FROM s1_vdata where wref = 1801 + 4486 Query SELECT tribe FROM s1_users where id = 90 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4486 Query SELECT * from s1_fdata where vref = 1801 + 4486 Query SELECT owner FROM s1_vdata where wref = 1801 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4486 Query SELECT * from s1_units where vref = 1801 + 4486 Query SELECT owner FROM s1_vdata where wref = 1801 + 4486 Query SELECT b4 FROM s1_users where id = 90 + 4486 Query SELECT * from s1_fdata where vref = 1801 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4486 Query SELECT crop FROM s1_vdata where wref = 1801 + 4486 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4486 Query SELECT owner FROM s1_vdata where wref = 1801 + 4486 Query SELECT b4 FROM s1_users where id = 90 + 4486 Query SELECT * from s1_fdata where vref = 1801 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4486 Query SELECT * from s1_units where vref = 1592 + 4486 Query SELECT * from s1_enforcement where vref = 1592 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4486 Query SELECT * FROM s1_vdata where wref = 1592 + 4486 Query SELECT tribe FROM s1_users where id = 67 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4486 Query SELECT * from s1_fdata where vref = 1592 + 4486 Query SELECT owner FROM s1_vdata where wref = 1592 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4486 Query SELECT * from s1_units where vref = 1592 + 4486 Query SELECT owner FROM s1_vdata where wref = 1592 + 4486 Query SELECT b4 FROM s1_users where id = 67 + 4486 Query SELECT * from s1_fdata where vref = 1592 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4486 Query SELECT crop FROM s1_vdata where wref = 1592 + 4486 Query SELECT owner FROM s1_vdata where wref = 1592 + 4486 Query SELECT b4 FROM s1_users where id = 67 + 4486 Query SELECT * from s1_fdata where vref = 1592 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4486 Query SELECT * from s1_units where vref = 20599 + 4486 Query SELECT * from s1_enforcement where vref = 20599 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4486 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4486 Query SELECT * FROM s1_vdata where wref = 20599 + 4486 Query SELECT tribe FROM s1_users where id = 46 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4486 Query SELECT * from s1_fdata where vref = 20599 + 4486 Query SELECT owner FROM s1_vdata where wref = 20599 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4486 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4486 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4486 Query SELECT owner FROM s1_vdata where wref = 20599 + 4486 Query SELECT b4 FROM s1_users where id = 46 + 4486 Query SELECT * from s1_fdata where vref = 20599 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4486 Query SELECT crop FROM s1_vdata where wref = 20599 + 4486 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4486 Query SELECT owner FROM s1_vdata where wref = 20599 + 4486 Query SELECT b4 FROM s1_users where id = 46 + 4486 Query SELECT * from s1_fdata where vref = 20599 + 4486 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4486 Query SELECT * FROM s1_vdata where celebration < 1508779494 AND celebration != 0 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779494 ORDER BY endtime ASC + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779494 + 4486 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779494 + 4486 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779494 + 4486 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4486 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4486 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4486 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779494 + 4486 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779494.2352 + 4486 Query SELECT * FROM s1_general WHERE shown = 1 + 4486 Query SELECT * FROM s1_users WHERE invited != 0 + 4486 Query SELECT * FROM `s1_fdata` + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4486 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4486 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779494 + 4486 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736294 + 4486 Query SELECT * FROM s1_config + 4486 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693094 + 4486 Query SELECT timestamp from s1_deleting where uid = 6 + 4486 Query SELECT * FROM s1_users WHERE `id`='6' + 4486 Query SELECT username FROM s1_users where id = 1 + 4486 Query SELECT username FROM s1_users where id = 1 + 4486 Query SELECT username FROM s1_users where id = 6 + 4486 Query SELECT username FROM s1_users where id = 46 + 4486 Query SELECT username FROM s1_users where id = 46 + 4486 Query SELECT username FROM s1_users where id = 46 + 4486 Query SELECT username FROM s1_users where id = 46 + 4486 Query SELECT username FROM s1_users where id = 2 + 4486 Query SELECT username FROM s1_users where id = 1 + 4486 Query SELECT username FROM s1_users where id = 6 + 4486 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4486 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778894 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4486 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4486 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4486 Query SELECT * from s1_fdata where vref = 22609 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4486 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4486 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4486 Quit +171023 19:24:55 4487 Connect root@localhost as anonymous on + 4487 Init DB travian + 4487 Query SET NAMES 'UTF8' + 4487 Query SELECT * FROM s1_users where username = 'cyberghost' + 4487 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4487 Query SELECT sit FROM s1_online where uid = 6 + 4487 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4487 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4487 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4487 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4487 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4487 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4487 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4487 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4487 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4487 Query REPLACE into s1_active values ('cyberghost',1508779495) + 4487 Query UPDATE s1_users set timestamp = '1508779495' where username = 'cyberghost' + 4487 Query REPLACE into s1_active values ('cyberghost',1508779495) + 4487 Query UPDATE s1_users set timestamp = 1508779495 where username = 'cyberghost' + 4487 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4487 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4487 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4487 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4487 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4487 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4487 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4487 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4487 Query SELECT * FROM s1_vdata where wref = '22609' + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT x,y FROM s1_wdata where id = 22609 + 4487 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4487 Query SELECT * FROM s1_odata where conqured = 22609 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_enforcement where vref = 22609 + 4487 Query SELECT * from s1_enforcement where `from` = 22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_enforcement where vref = 22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4487 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT tribe FROM s1_users where id = 6 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * from s1_tdata where vref = 22609 + 4487 Query SELECT * FROM s1_abdata where vref = 22609 + 4487 Query SELECT * FROM s1_research where vref = 22609 + 4487 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4487 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4487 Query UPDATE s1_vdata set wood = 29025, clay = 38495, iron = 29023, crop = 45389 where wref = 22609 + 4487 Query UPDATE s1_vdata set lastupdate = 1508779495 where wref = 22609 + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT x,y FROM s1_wdata where id = 22609 + 4487 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4487 Query SELECT * FROM s1_odata where conqured = 22609 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_enforcement where vref = 22609 + 4487 Query SELECT * from s1_enforcement where `from` = 22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_enforcement where vref = 22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4487 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT tribe FROM s1_users where id = 6 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * from s1_tdata where vref = 22609 + 4487 Query SELECT * FROM s1_abdata where vref = 22609 + 4487 Query SELECT * FROM s1_research where vref = 22609 + 4487 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4487 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4487 Query SELECT count(id) FROM s1_users where id > 5 + 4487 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4487 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4487 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4487 Query DELETE FROM s1_active WHERE timestamp < 1508563495 + 4487 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4487 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 16778 + 4487 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 16780 + 4487 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 17378 + 4487 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 17984 + 4487 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 17986 + 4487 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 18390 + 4487 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 18595 + 4487 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 18799 + 4487 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 19194 + 4487 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 20198 + 4487 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4487 Query UPDATE s1_odata set lastupdated = 1508779495 where wref = 22206 + 4487 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4487 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4487 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4487 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4487 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4487 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779495 + 4487 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778895 + 4487 Query SELECT * FROM s1_hero + 4487 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4487 Query UPDATE `s1_hero` SET lastupdate = '1508779495' WHERE heroid = 2 + 4487 Query SELECT * from s1_units where vref = 20599 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_units where vref = 18790 + 4487 Query SELECT uid FROM s1_deleting where timestamp < 1508779495 + 4487 Query SELECT * FROM s1_bdata where timestamp < 1508779495 and master = 0 + 4487 Query SELECT * FROM s1_bdata WHERE master = 1 + 4487 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779495 + 4487 Query SELECT * FROM `s1_fdata` + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4487 Query DELETE from s1_route where timeleft < 1508779495 + 4487 Query SELECT * FROM s1_route where timestamp < 1508779495 + 4487 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779495.7873 + 4487 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779495.7873 + 4487 Query SELECT * FROM s1_research where timestamp < 1508779495 + 4487 Query SELECT * FROM s1_training where vref IS NOT NULL + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT owner FROM s1_vdata where wref = 22609 + 4487 Query SELECT b4 FROM s1_users where id = 6 + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4487 Query SELECT * from s1_units where vref = 22609 + 4487 Query SELECT * from s1_enforcement where vref = 22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4487 Query SELECT * FROM s1_vdata where wref = 22609 + 4487 Query SELECT tribe FROM s1_users where id = 6 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT owner FROM s1_vdata where wref = 22609 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4487 Query SELECT * from s1_units where vref = 36787 + 4487 Query SELECT * from s1_enforcement where vref = 36787 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4487 Query SELECT * FROM s1_vdata where wref = 36787 + 4487 Query SELECT tribe FROM s1_users where id = 94 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4487 Query SELECT * from s1_fdata where vref = 36787 + 4487 Query SELECT owner FROM s1_vdata where wref = 36787 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4487 Query SELECT * from s1_units where vref = 36787 + 4487 Query SELECT owner FROM s1_vdata where wref = 36787 + 4487 Query SELECT b4 FROM s1_users where id = 94 + 4487 Query SELECT * from s1_fdata where vref = 36787 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4487 Query SELECT crop FROM s1_vdata where wref = 36787 + 4487 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4487 Query SELECT owner FROM s1_vdata where wref = 36787 + 4487 Query SELECT b4 FROM s1_users where id = 94 + 4487 Query SELECT * from s1_fdata where vref = 36787 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4487 Query SELECT * from s1_units where vref = 1801 + 4487 Query SELECT * from s1_enforcement where vref = 1801 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4487 Query SELECT * FROM s1_vdata where wref = 1801 + 4487 Query SELECT tribe FROM s1_users where id = 90 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4487 Query SELECT * from s1_fdata where vref = 1801 + 4487 Query SELECT owner FROM s1_vdata where wref = 1801 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4487 Query SELECT * from s1_units where vref = 1801 + 4487 Query SELECT owner FROM s1_vdata where wref = 1801 + 4487 Query SELECT b4 FROM s1_users where id = 90 + 4487 Query SELECT * from s1_fdata where vref = 1801 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4487 Query SELECT crop FROM s1_vdata where wref = 1801 + 4487 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4487 Query SELECT owner FROM s1_vdata where wref = 1801 + 4487 Query SELECT b4 FROM s1_users where id = 90 + 4487 Query SELECT * from s1_fdata where vref = 1801 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4487 Query SELECT * from s1_units where vref = 1592 + 4487 Query SELECT * from s1_enforcement where vref = 1592 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4487 Query SELECT * FROM s1_vdata where wref = 1592 + 4487 Query SELECT tribe FROM s1_users where id = 67 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4487 Query SELECT * from s1_fdata where vref = 1592 + 4487 Query SELECT owner FROM s1_vdata where wref = 1592 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4487 Query SELECT * from s1_units where vref = 1592 + 4487 Query SELECT owner FROM s1_vdata where wref = 1592 + 4487 Query SELECT b4 FROM s1_users where id = 67 + 4487 Query SELECT * from s1_fdata where vref = 1592 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4487 Query SELECT crop FROM s1_vdata where wref = 1592 + 4487 Query SELECT owner FROM s1_vdata where wref = 1592 + 4487 Query SELECT b4 FROM s1_users where id = 67 + 4487 Query SELECT * from s1_fdata where vref = 1592 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4487 Query SELECT * from s1_units where vref = 20599 + 4487 Query SELECT * from s1_enforcement where vref = 20599 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4487 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4487 Query SELECT * FROM s1_vdata where wref = 20599 + 4487 Query SELECT tribe FROM s1_users where id = 46 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4487 Query SELECT * from s1_fdata where vref = 20599 + 4487 Query SELECT owner FROM s1_vdata where wref = 20599 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4487 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4487 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4487 Query SELECT owner FROM s1_vdata where wref = 20599 + 4487 Query SELECT b4 FROM s1_users where id = 46 + 4487 Query SELECT * from s1_fdata where vref = 20599 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4487 Query SELECT crop FROM s1_vdata where wref = 20599 + 4487 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4487 Query SELECT owner FROM s1_vdata where wref = 20599 + 4487 Query SELECT b4 FROM s1_users where id = 46 + 4487 Query SELECT * from s1_fdata where vref = 20599 + 4487 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4487 Query SELECT * FROM s1_vdata where celebration < 1508779495 AND celebration != 0 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779495 ORDER BY endtime ASC + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779495 + 4487 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779495 + 4487 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779495 + 4487 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4487 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4487 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4487 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779495 + 4487 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779495.8563 + 4487 Query SELECT * FROM s1_general WHERE shown = 1 + 4487 Query SELECT * FROM s1_users WHERE invited != 0 + 4487 Query SELECT * FROM `s1_fdata` + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4487 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4487 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779495 + 4487 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736295 + 4487 Query SELECT * FROM s1_config + 4487 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693095 + 4487 Query SELECT timestamp from s1_deleting where uid = 6 + 4487 Query UPDATE s1_mdata set viewed = 1 where id = 709 AND target IN(6,1) + 4487 Query SELECT id FROM s1_alidata WHERE tag ='[message]djsaklda[/message]' + 4487 Query SELECT id FROM s1_users where username = '[message]djsaklda[/message]' + 4487 Query SELECT * FROM s1_ndata where id = 0 ORDER BY time DESC + 4487 Query SELECT username FROM s1_users where id = 1 + 4487 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4487 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778895 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4487 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4487 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4487 Query SELECT * from s1_fdata where vref = 22609 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4487 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4487 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4487 Quit +171023 19:24:57 4488 Connect root@localhost as anonymous on + 4488 Init DB travian + 4488 Query SET NAMES 'UTF8' + 4488 Query SELECT * FROM s1_users where username = 'cyberghost' + 4488 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4488 Query SELECT sit FROM s1_online where uid = 6 + 4488 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4488 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4488 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4488 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4488 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4488 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4488 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4488 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4488 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4488 Query REPLACE into s1_active values ('cyberghost',1508779497) + 4488 Query UPDATE s1_users set timestamp = '1508779497' where username = 'cyberghost' + 4488 Query REPLACE into s1_active values ('cyberghost',1508779497) + 4488 Query UPDATE s1_users set timestamp = 1508779497 where username = 'cyberghost' + 4488 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4488 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4488 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4488 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4488 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4488 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4488 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4488 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4488 Query SELECT * FROM s1_vdata where wref = '22609' + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT x,y FROM s1_wdata where id = 22609 + 4488 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4488 Query SELECT * FROM s1_odata where conqured = 22609 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_enforcement where vref = 22609 + 4488 Query SELECT * from s1_enforcement where `from` = 22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_enforcement where vref = 22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4488 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT tribe FROM s1_users where id = 6 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * from s1_tdata where vref = 22609 + 4488 Query SELECT * FROM s1_abdata where vref = 22609 + 4488 Query SELECT * FROM s1_research where vref = 22609 + 4488 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4488 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4488 Query UPDATE s1_vdata set wood = 29025, clay = 38495, iron = 29023, crop = 45389 where wref = 22609 + 4488 Query UPDATE s1_vdata set lastupdate = 1508779497 where wref = 22609 + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT x,y FROM s1_wdata where id = 22609 + 4488 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4488 Query SELECT * FROM s1_odata where conqured = 22609 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_enforcement where vref = 22609 + 4488 Query SELECT * from s1_enforcement where `from` = 22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_enforcement where vref = 22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4488 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT tribe FROM s1_users where id = 6 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * from s1_tdata where vref = 22609 + 4488 Query SELECT * FROM s1_abdata where vref = 22609 + 4488 Query SELECT * FROM s1_research where vref = 22609 + 4488 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4488 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4488 Query SELECT count(id) FROM s1_users where id > 5 + 4488 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4488 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4488 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4488 Query DELETE FROM s1_active WHERE timestamp < 1508563497 + 4488 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4488 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 16778 + 4488 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 16780 + 4488 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 17378 + 4488 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 17984 + 4488 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 17986 + 4488 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 18390 + 4488 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 18595 + 4488 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 18799 + 4488 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 19194 + 4488 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 20198 + 4488 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4488 Query UPDATE s1_odata set lastupdated = 1508779497 where wref = 22206 + 4488 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4488 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4488 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4488 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4488 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4488 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779497 + 4488 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778897 + 4488 Query SELECT * FROM s1_hero + 4488 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4488 Query UPDATE `s1_hero` SET lastupdate = '1508779497' WHERE heroid = 2 + 4488 Query SELECT * from s1_units where vref = 20599 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_units where vref = 18790 + 4488 Query SELECT uid FROM s1_deleting where timestamp < 1508779497 + 4488 Query SELECT * FROM s1_bdata where timestamp < 1508779497 and master = 0 + 4488 Query SELECT * FROM s1_bdata WHERE master = 1 + 4488 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779497 + 4488 Query SELECT * FROM `s1_fdata` + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4488 Query DELETE from s1_route where timeleft < 1508779497 + 4488 Query SELECT * FROM s1_route where timestamp < 1508779497 + 4488 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779497.6044 + 4488 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779497.6044 + 4488 Query SELECT * FROM s1_research where timestamp < 1508779497 + 4488 Query SELECT * FROM s1_training where vref IS NOT NULL + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT owner FROM s1_vdata where wref = 22609 + 4488 Query SELECT b4 FROM s1_users where id = 6 + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4488 Query SELECT * from s1_units where vref = 22609 + 4488 Query SELECT * from s1_enforcement where vref = 22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4488 Query SELECT * FROM s1_vdata where wref = 22609 + 4488 Query SELECT tribe FROM s1_users where id = 6 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT owner FROM s1_vdata where wref = 22609 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4488 Query SELECT * from s1_units where vref = 36787 + 4488 Query SELECT * from s1_enforcement where vref = 36787 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4488 Query SELECT * FROM s1_vdata where wref = 36787 + 4488 Query SELECT tribe FROM s1_users where id = 94 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4488 Query SELECT * from s1_fdata where vref = 36787 + 4488 Query SELECT owner FROM s1_vdata where wref = 36787 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4488 Query SELECT * from s1_units where vref = 36787 + 4488 Query SELECT owner FROM s1_vdata where wref = 36787 + 4488 Query SELECT b4 FROM s1_users where id = 94 + 4488 Query SELECT * from s1_fdata where vref = 36787 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4488 Query SELECT crop FROM s1_vdata where wref = 36787 + 4488 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4488 Query SELECT owner FROM s1_vdata where wref = 36787 + 4488 Query SELECT b4 FROM s1_users where id = 94 + 4488 Query SELECT * from s1_fdata where vref = 36787 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4488 Query SELECT * from s1_units where vref = 1801 + 4488 Query SELECT * from s1_enforcement where vref = 1801 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4488 Query SELECT * FROM s1_vdata where wref = 1801 + 4488 Query SELECT tribe FROM s1_users where id = 90 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4488 Query SELECT * from s1_fdata where vref = 1801 + 4488 Query SELECT owner FROM s1_vdata where wref = 1801 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4488 Query SELECT * from s1_units where vref = 1801 + 4488 Query SELECT owner FROM s1_vdata where wref = 1801 + 4488 Query SELECT b4 FROM s1_users where id = 90 + 4488 Query SELECT * from s1_fdata where vref = 1801 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4488 Query SELECT crop FROM s1_vdata where wref = 1801 + 4488 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4488 Query SELECT owner FROM s1_vdata where wref = 1801 + 4488 Query SELECT b4 FROM s1_users where id = 90 + 4488 Query SELECT * from s1_fdata where vref = 1801 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4488 Query SELECT * from s1_units where vref = 1592 + 4488 Query SELECT * from s1_enforcement where vref = 1592 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4488 Query SELECT * FROM s1_vdata where wref = 1592 + 4488 Query SELECT tribe FROM s1_users where id = 67 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4488 Query SELECT * from s1_fdata where vref = 1592 + 4488 Query SELECT owner FROM s1_vdata where wref = 1592 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4488 Query SELECT * from s1_units where vref = 1592 + 4488 Query SELECT owner FROM s1_vdata where wref = 1592 + 4488 Query SELECT b4 FROM s1_users where id = 67 + 4488 Query SELECT * from s1_fdata where vref = 1592 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4488 Query SELECT crop FROM s1_vdata where wref = 1592 + 4488 Query SELECT owner FROM s1_vdata where wref = 1592 + 4488 Query SELECT b4 FROM s1_users where id = 67 + 4488 Query SELECT * from s1_fdata where vref = 1592 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4488 Query SELECT * from s1_units where vref = 20599 + 4488 Query SELECT * from s1_enforcement where vref = 20599 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4488 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4488 Query SELECT * FROM s1_vdata where wref = 20599 + 4488 Query SELECT tribe FROM s1_users where id = 46 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4488 Query SELECT * from s1_fdata where vref = 20599 + 4488 Query SELECT owner FROM s1_vdata where wref = 20599 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4488 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4488 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4488 Query SELECT owner FROM s1_vdata where wref = 20599 + 4488 Query SELECT b4 FROM s1_users where id = 46 + 4488 Query SELECT * from s1_fdata where vref = 20599 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4488 Query SELECT crop FROM s1_vdata where wref = 20599 + 4488 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4488 Query SELECT owner FROM s1_vdata where wref = 20599 + 4488 Query SELECT b4 FROM s1_users where id = 46 + 4488 Query SELECT * from s1_fdata where vref = 20599 + 4488 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4488 Query SELECT * FROM s1_vdata where celebration < 1508779497 AND celebration != 0 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779497 ORDER BY endtime ASC + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779497 + 4488 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779497 + 4488 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779497 + 4488 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4488 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4488 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4488 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779497 + 4488 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779497.6734 + 4488 Query SELECT * FROM s1_general WHERE shown = 1 + 4488 Query SELECT * FROM s1_users WHERE invited != 0 + 4488 Query SELECT * FROM `s1_fdata` + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4488 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4488 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779497 + 4488 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736297 + 4488 Query SELECT * FROM s1_config + 4488 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693097 + 4488 Query SELECT timestamp from s1_deleting where uid = 6 + 4488 Query SELECT * FROM s1_users WHERE `id`='6' + 4488 Query SELECT username FROM s1_users where id = 1 + 4488 Query SELECT username FROM s1_users where id = 1 + 4488 Query SELECT username FROM s1_users where id = 6 + 4488 Query SELECT username FROM s1_users where id = 46 + 4488 Query SELECT username FROM s1_users where id = 46 + 4488 Query SELECT username FROM s1_users where id = 46 + 4488 Query SELECT username FROM s1_users where id = 46 + 4488 Query SELECT username FROM s1_users where id = 2 + 4488 Query SELECT username FROM s1_users where id = 1 + 4488 Query SELECT username FROM s1_users where id = 6 + 4488 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4488 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778897 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4488 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4488 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4488 Query SELECT * from s1_fdata where vref = 22609 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4488 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4488 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4488 Quit +171023 19:25:06 4489 Connect root@localhost as anonymous on + 4489 Init DB travian + 4489 Query SET NAMES 'UTF8' + 4489 Query SELECT * FROM s1_users where username = 'cyberghost' + 4489 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4489 Query SELECT sit FROM s1_online where uid = 6 + 4489 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4489 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4489 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4489 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4489 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4489 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4489 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4489 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4489 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4489 Query REPLACE into s1_active values ('cyberghost',1508779506) + 4489 Query UPDATE s1_users set timestamp = '1508779506' where username = 'cyberghost' + 4489 Query REPLACE into s1_active values ('cyberghost',1508779506) + 4489 Query UPDATE s1_users set timestamp = 1508779506 where username = 'cyberghost' + 4489 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4489 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4489 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4489 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4489 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4489 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4489 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4489 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4489 Query SELECT * FROM s1_vdata where wref = '22609' + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT x,y FROM s1_wdata where id = 22609 + 4489 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4489 Query SELECT * FROM s1_odata where conqured = 22609 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_enforcement where vref = 22609 + 4489 Query SELECT * from s1_enforcement where `from` = 22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_enforcement where vref = 22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4489 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT tribe FROM s1_users where id = 6 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * from s1_tdata where vref = 22609 + 4489 Query SELECT * FROM s1_abdata where vref = 22609 + 4489 Query SELECT * FROM s1_research where vref = 22609 + 4489 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4489 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4489 Query UPDATE s1_vdata set wood = 29028, clay = 38499, iron = 29026, crop = 45392 where wref = 22609 + 4489 Query UPDATE s1_vdata set lastupdate = 1508779506 where wref = 22609 + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT x,y FROM s1_wdata where id = 22609 + 4489 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4489 Query SELECT * FROM s1_odata where conqured = 22609 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_enforcement where vref = 22609 + 4489 Query SELECT * from s1_enforcement where `from` = 22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_enforcement where vref = 22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4489 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT tribe FROM s1_users where id = 6 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * from s1_tdata where vref = 22609 + 4489 Query SELECT * FROM s1_abdata where vref = 22609 + 4489 Query SELECT * FROM s1_research where vref = 22609 + 4489 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4489 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4489 Query SELECT count(id) FROM s1_users where id > 5 + 4489 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4489 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4489 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4489 Query DELETE FROM s1_active WHERE timestamp < 1508563506 + 4489 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4489 Query UPDATE s1_odata set wood = 187.02, clay = 187.02, iron = 187.02, crop = 187.02 where wref = 16778 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 16778 + 4489 Query UPDATE s1_odata set wood = 152.02, clay = 152.02, iron = 152.02, crop = 152.02 where wref = 16780 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 16780 + 4489 Query UPDATE s1_odata set wood = 339.02, clay = 339.02, iron = 339.02, crop = 339.02 where wref = 17378 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 17378 + 4489 Query UPDATE s1_odata set wood = 499.02, clay = 499.02, iron = 499.02, crop = 499.02 where wref = 17984 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 17984 + 4489 Query UPDATE s1_odata set wood = 559.02, clay = 559.02, iron = 559.02, crop = 559.02 where wref = 17986 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 17986 + 4489 Query UPDATE s1_odata set wood = 108.02, clay = 108.02, iron = 108.02, crop = 108.02 where wref = 18390 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 18390 + 4489 Query UPDATE s1_odata set wood = 476.02, clay = 476.02, iron = 476.02, crop = 476.02 where wref = 18595 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 18595 + 4489 Query UPDATE s1_odata set wood = 316.02, clay = 316.02, iron = 316.02, crop = 316.02 where wref = 18799 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 18799 + 4489 Query UPDATE s1_odata set wood = 562.02, clay = 562.02, iron = 562.02, crop = 562.02 where wref = 19194 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 19194 + 4489 Query UPDATE s1_odata set wood = 24.02, clay = 24.02, iron = 24.02, crop = 24.02 where wref = 20198 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 20198 + 4489 Query UPDATE s1_odata set wood = 234.02, clay = 234.02, iron = 234.02, crop = 234.02 where wref = 22206 + 4489 Query UPDATE s1_odata set lastupdated = 1508779506 where wref = 22206 + 4489 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4489 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4489 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4489 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4489 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4489 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779506 + 4489 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778906 + 4489 Query SELECT * FROM s1_hero + 4489 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4489 Query UPDATE `s1_hero` SET lastupdate = '1508779506' WHERE heroid = 2 + 4489 Query SELECT * from s1_units where vref = 20599 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_units where vref = 18790 + 4489 Query SELECT uid FROM s1_deleting where timestamp < 1508779506 + 4489 Query SELECT * FROM s1_bdata where timestamp < 1508779506 and master = 0 + 4489 Query SELECT * FROM s1_bdata WHERE master = 1 + 4489 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779506 + 4489 Query SELECT * FROM `s1_fdata` + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4489 Query DELETE from s1_route where timeleft < 1508779506 + 4489 Query SELECT * FROM s1_route where timestamp < 1508779506 + 4489 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779506.791 + 4489 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779506.791 + 4489 Query SELECT * FROM s1_research where timestamp < 1508779506 + 4489 Query SELECT * FROM s1_training where vref IS NOT NULL + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT owner FROM s1_vdata where wref = 22609 + 4489 Query SELECT b4 FROM s1_users where id = 6 + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4489 Query SELECT * from s1_units where vref = 22609 + 4489 Query SELECT * from s1_enforcement where vref = 22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4489 Query SELECT * FROM s1_vdata where wref = 22609 + 4489 Query SELECT tribe FROM s1_users where id = 6 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT owner FROM s1_vdata where wref = 22609 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4489 Query SELECT * from s1_units where vref = 36787 + 4489 Query SELECT * from s1_enforcement where vref = 36787 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4489 Query SELECT * FROM s1_vdata where wref = 36787 + 4489 Query SELECT tribe FROM s1_users where id = 94 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4489 Query SELECT * from s1_fdata where vref = 36787 + 4489 Query SELECT owner FROM s1_vdata where wref = 36787 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4489 Query SELECT * from s1_units where vref = 36787 + 4489 Query SELECT owner FROM s1_vdata where wref = 36787 + 4489 Query SELECT b4 FROM s1_users where id = 94 + 4489 Query SELECT * from s1_fdata where vref = 36787 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4489 Query SELECT crop FROM s1_vdata where wref = 36787 + 4489 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4489 Query SELECT owner FROM s1_vdata where wref = 36787 + 4489 Query SELECT b4 FROM s1_users where id = 94 + 4489 Query SELECT * from s1_fdata where vref = 36787 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4489 Query SELECT * from s1_units where vref = 1801 + 4489 Query SELECT * from s1_enforcement where vref = 1801 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4489 Query SELECT * FROM s1_vdata where wref = 1801 + 4489 Query SELECT tribe FROM s1_users where id = 90 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4489 Query SELECT * from s1_fdata where vref = 1801 + 4489 Query SELECT owner FROM s1_vdata where wref = 1801 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4489 Query SELECT * from s1_units where vref = 1801 + 4489 Query SELECT owner FROM s1_vdata where wref = 1801 + 4489 Query SELECT b4 FROM s1_users where id = 90 + 4489 Query SELECT * from s1_fdata where vref = 1801 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4489 Query SELECT crop FROM s1_vdata where wref = 1801 + 4489 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4489 Query SELECT owner FROM s1_vdata where wref = 1801 + 4489 Query SELECT b4 FROM s1_users where id = 90 + 4489 Query SELECT * from s1_fdata where vref = 1801 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4489 Query SELECT * from s1_units where vref = 1592 + 4489 Query SELECT * from s1_enforcement where vref = 1592 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4489 Query SELECT * FROM s1_vdata where wref = 1592 + 4489 Query SELECT tribe FROM s1_users where id = 67 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4489 Query SELECT * from s1_fdata where vref = 1592 + 4489 Query SELECT owner FROM s1_vdata where wref = 1592 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4489 Query SELECT * from s1_units where vref = 1592 + 4489 Query SELECT owner FROM s1_vdata where wref = 1592 + 4489 Query SELECT b4 FROM s1_users where id = 67 + 4489 Query SELECT * from s1_fdata where vref = 1592 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4489 Query SELECT crop FROM s1_vdata where wref = 1592 + 4489 Query SELECT owner FROM s1_vdata where wref = 1592 + 4489 Query SELECT b4 FROM s1_users where id = 67 + 4489 Query SELECT * from s1_fdata where vref = 1592 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4489 Query SELECT * from s1_units where vref = 20599 + 4489 Query SELECT * from s1_enforcement where vref = 20599 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4489 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4489 Query SELECT * FROM s1_vdata where wref = 20599 + 4489 Query SELECT tribe FROM s1_users where id = 46 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4489 Query SELECT * from s1_fdata where vref = 20599 + 4489 Query SELECT owner FROM s1_vdata where wref = 20599 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4489 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4489 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4489 Query SELECT owner FROM s1_vdata where wref = 20599 + 4489 Query SELECT b4 FROM s1_users where id = 46 + 4489 Query SELECT * from s1_fdata where vref = 20599 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4489 Query SELECT crop FROM s1_vdata where wref = 20599 + 4489 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4489 Query SELECT owner FROM s1_vdata where wref = 20599 + 4489 Query SELECT b4 FROM s1_users where id = 46 + 4489 Query SELECT * from s1_fdata where vref = 20599 + 4489 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4489 Query SELECT * FROM s1_vdata where celebration < 1508779506 AND celebration != 0 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779506 ORDER BY endtime ASC + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779506 + 4489 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779506 + 4489 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779506 + 4489 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4489 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4489 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4489 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779506 + 4489 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779506.861 + 4489 Query SELECT * FROM s1_general WHERE shown = 1 + 4489 Query SELECT * FROM s1_users WHERE invited != 0 + 4489 Query SELECT * FROM `s1_fdata` + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4489 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4489 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779506 + 4489 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736306 + 4489 Query SELECT * FROM s1_config + 4489 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693106 + 4489 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4489 Query SELECT timestamp from s1_deleting where uid = 6 + 4489 Query SELECT * FROM s1_users WHERE `id`='6' + 4489 Query SELECT * FROM s1_users WHERE `id`='6' + 4489 Query SELECT * FROM s1_users WHERE `id`='6' + 4489 Query SELECT * FROM s1_users WHERE `id`='6' + 4489 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4489 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778906 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4489 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4489 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4489 Query SELECT * from s1_fdata where vref = 22609 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4489 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4489 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4489 Quit +171023 19:25:08 4490 Connect root@localhost as anonymous on + 4490 Init DB travian + 4490 Query SET NAMES 'UTF8' + 4490 Query SELECT * FROM s1_users where username = 'cyberghost' + 4490 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4490 Query SELECT sit FROM s1_online where uid = 6 + 4490 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4490 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4490 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4490 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4490 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4490 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4490 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4490 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4490 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4490 Query REPLACE into s1_active values ('cyberghost',1508779508) + 4490 Query UPDATE s1_users set timestamp = '1508779508' where username = 'cyberghost' + 4490 Query REPLACE into s1_active values ('cyberghost',1508779508) + 4490 Query UPDATE s1_users set timestamp = 1508779508 where username = 'cyberghost' + 4490 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4490 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4490 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4490 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4490 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4490 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4490 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4490 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4490 Query SELECT * FROM s1_vdata where wref = '22609' + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT x,y FROM s1_wdata where id = 22609 + 4490 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4490 Query SELECT * FROM s1_odata where conqured = 22609 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_enforcement where vref = 22609 + 4490 Query SELECT * from s1_enforcement where `from` = 22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_enforcement where vref = 22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4490 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT tribe FROM s1_users where id = 6 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * from s1_tdata where vref = 22609 + 4490 Query SELECT * FROM s1_abdata where vref = 22609 + 4490 Query SELECT * FROM s1_research where vref = 22609 + 4490 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4490 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4490 Query UPDATE s1_vdata set wood = 29028, clay = 38499, iron = 29026, crop = 45392 where wref = 22609 + 4490 Query UPDATE s1_vdata set lastupdate = 1508779508 where wref = 22609 + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT x,y FROM s1_wdata where id = 22609 + 4490 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4490 Query SELECT * FROM s1_odata where conqured = 22609 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_enforcement where vref = 22609 + 4490 Query SELECT * from s1_enforcement where `from` = 22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_enforcement where vref = 22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4490 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT tribe FROM s1_users where id = 6 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * from s1_tdata where vref = 22609 + 4490 Query SELECT * FROM s1_abdata where vref = 22609 + 4490 Query SELECT * FROM s1_research where vref = 22609 + 4490 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4490 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4490 Query SELECT count(id) FROM s1_users where id > 5 + 4490 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4490 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4490 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4490 Query DELETE FROM s1_active WHERE timestamp < 1508563508 + 4490 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4490 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 16778 + 4490 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 16780 + 4490 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 17378 + 4490 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 17984 + 4490 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 17986 + 4490 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 18390 + 4490 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 18595 + 4490 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 18799 + 4490 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 19194 + 4490 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 20198 + 4490 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4490 Query UPDATE s1_odata set lastupdated = 1508779508 where wref = 22206 + 4490 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4490 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4490 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4490 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4490 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4490 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779508 + 4490 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778908 + 4490 Query SELECT * FROM s1_hero + 4490 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4490 Query UPDATE `s1_hero` SET lastupdate = '1508779508' WHERE heroid = 2 + 4490 Query SELECT * from s1_units where vref = 20599 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_units where vref = 18790 + 4490 Query SELECT uid FROM s1_deleting where timestamp < 1508779508 + 4490 Query SELECT * FROM s1_bdata where timestamp < 1508779508 and master = 0 + 4490 Query SELECT * FROM s1_bdata WHERE master = 1 + 4490 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779508 + 4490 Query SELECT * FROM `s1_fdata` + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4490 Query DELETE from s1_route where timeleft < 1508779508 + 4490 Query SELECT * FROM s1_route where timestamp < 1508779508 + 4490 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779508.9461 + 4490 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779508.9461 + 4490 Query SELECT * FROM s1_research where timestamp < 1508779508 + 4490 Query SELECT * FROM s1_training where vref IS NOT NULL + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT owner FROM s1_vdata where wref = 22609 + 4490 Query SELECT b4 FROM s1_users where id = 6 + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4490 Query SELECT * from s1_units where vref = 22609 + 4490 Query SELECT * from s1_enforcement where vref = 22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4490 Query SELECT * FROM s1_vdata where wref = 22609 + 4490 Query SELECT tribe FROM s1_users where id = 6 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT owner FROM s1_vdata where wref = 22609 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4490 Query SELECT * from s1_units where vref = 36787 + 4490 Query SELECT * from s1_enforcement where vref = 36787 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4490 Query SELECT * FROM s1_vdata where wref = 36787 + 4490 Query SELECT tribe FROM s1_users where id = 94 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4490 Query SELECT * from s1_fdata where vref = 36787 + 4490 Query SELECT owner FROM s1_vdata where wref = 36787 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4490 Query SELECT * from s1_units where vref = 36787 + 4490 Query SELECT owner FROM s1_vdata where wref = 36787 + 4490 Query SELECT b4 FROM s1_users where id = 94 + 4490 Query SELECT * from s1_fdata where vref = 36787 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4490 Query SELECT crop FROM s1_vdata where wref = 36787 + 4490 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4490 Query SELECT owner FROM s1_vdata where wref = 36787 + 4490 Query SELECT b4 FROM s1_users where id = 94 + 4490 Query SELECT * from s1_fdata where vref = 36787 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4490 Query SELECT * from s1_units where vref = 1801 + 4490 Query SELECT * from s1_enforcement where vref = 1801 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4490 Query SELECT * FROM s1_vdata where wref = 1801 + 4490 Query SELECT tribe FROM s1_users where id = 90 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4490 Query SELECT * from s1_fdata where vref = 1801 + 4490 Query SELECT owner FROM s1_vdata where wref = 1801 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4490 Query SELECT * from s1_units where vref = 1801 + 4490 Query SELECT owner FROM s1_vdata where wref = 1801 + 4490 Query SELECT b4 FROM s1_users where id = 90 + 4490 Query SELECT * from s1_fdata where vref = 1801 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4490 Query SELECT crop FROM s1_vdata where wref = 1801 + 4490 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4490 Query SELECT owner FROM s1_vdata where wref = 1801 + 4490 Query SELECT b4 FROM s1_users where id = 90 + 4490 Query SELECT * from s1_fdata where vref = 1801 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4490 Query SELECT * from s1_units where vref = 1592 + 4490 Query SELECT * from s1_enforcement where vref = 1592 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4490 Query SELECT * FROM s1_vdata where wref = 1592 + 4490 Query SELECT tribe FROM s1_users where id = 67 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4490 Query SELECT * from s1_fdata where vref = 1592 + 4490 Query SELECT owner FROM s1_vdata where wref = 1592 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4490 Query SELECT * from s1_units where vref = 1592 + 4490 Query SELECT owner FROM s1_vdata where wref = 1592 + 4490 Query SELECT b4 FROM s1_users where id = 67 + 4490 Query SELECT * from s1_fdata where vref = 1592 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4490 Query SELECT crop FROM s1_vdata where wref = 1592 + 4490 Query SELECT owner FROM s1_vdata where wref = 1592 + 4490 Query SELECT b4 FROM s1_users where id = 67 + 4490 Query SELECT * from s1_fdata where vref = 1592 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4490 Query SELECT * from s1_units where vref = 20599 + 4490 Query SELECT * from s1_enforcement where vref = 20599 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4490 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4490 Query SELECT * FROM s1_vdata where wref = 20599 + 4490 Query SELECT tribe FROM s1_users where id = 46 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4490 Query SELECT * from s1_fdata where vref = 20599 + 4490 Query SELECT owner FROM s1_vdata where wref = 20599 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4490 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4490 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4490 Query SELECT owner FROM s1_vdata where wref = 20599 +171023 19:25:09 4490 Query SELECT b4 FROM s1_users where id = 46 + 4490 Query SELECT * from s1_fdata where vref = 20599 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4490 Query SELECT crop FROM s1_vdata where wref = 20599 + 4490 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4490 Query SELECT owner FROM s1_vdata where wref = 20599 + 4490 Query SELECT b4 FROM s1_users where id = 46 + 4490 Query SELECT * from s1_fdata where vref = 20599 + 4490 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4490 Query SELECT * FROM s1_vdata where celebration < 1508779509 AND celebration != 0 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779509 ORDER BY endtime ASC + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779509 + 4490 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779509 + 4490 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779509 + 4490 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4490 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4490 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4490 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779509 + 4490 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779509.0291 + 4490 Query SELECT * FROM s1_general WHERE shown = 1 + 4490 Query SELECT * FROM s1_users WHERE invited != 0 + 4490 Query SELECT * FROM `s1_fdata` + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4490 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4490 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779509 + 4490 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736309 + 4490 Query SELECT * FROM s1_config + 4490 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693109 + 4490 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4490 Query SELECT timestamp from s1_deleting where uid = 6 + 4490 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4490 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778909 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4490 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4490 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4490 Query SELECT * from s1_fdata where vref = 22609 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4490 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4490 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4490 Quit +171023 19:25:12 4491 Connect root@localhost as anonymous on + 4491 Init DB travian + 4491 Query SET NAMES 'UTF8' + 4491 Query SELECT * FROM s1_users where username = 'cyberghost' + 4491 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4491 Query SELECT sit FROM s1_online where uid = 6 + 4491 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4491 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4491 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4491 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4491 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4491 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4491 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4491 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4491 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4491 Query REPLACE into s1_active values ('cyberghost',1508779512) + 4491 Query UPDATE s1_users set timestamp = '1508779512' where username = 'cyberghost' + 4491 Query REPLACE into s1_active values ('cyberghost',1508779512) + 4491 Query UPDATE s1_users set timestamp = 1508779512 where username = 'cyberghost' + 4491 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4491 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4491 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4491 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4491 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4491 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4491 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4491 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4491 Query SELECT * FROM s1_vdata where wref = '22609' + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT x,y FROM s1_wdata where id = 22609 + 4491 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4491 Query SELECT * FROM s1_odata where conqured = 22609 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_enforcement where vref = 22609 + 4491 Query SELECT * from s1_enforcement where `from` = 22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_enforcement where vref = 22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4491 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT tribe FROM s1_users where id = 6 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * from s1_tdata where vref = 22609 + 4491 Query SELECT * FROM s1_abdata where vref = 22609 + 4491 Query SELECT * FROM s1_research where vref = 22609 + 4491 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4491 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4491 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4491 Query UPDATE s1_vdata set lastupdate = 1508779512 where wref = 22609 + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT x,y FROM s1_wdata where id = 22609 + 4491 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4491 Query SELECT * FROM s1_odata where conqured = 22609 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_enforcement where vref = 22609 + 4491 Query SELECT * from s1_enforcement where `from` = 22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_enforcement where vref = 22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4491 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT tribe FROM s1_users where id = 6 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * from s1_tdata where vref = 22609 + 4491 Query SELECT * FROM s1_abdata where vref = 22609 + 4491 Query SELECT * FROM s1_research where vref = 22609 + 4491 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4491 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4491 Query SELECT count(id) FROM s1_users where id > 5 + 4491 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4491 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4491 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4491 Query DELETE FROM s1_active WHERE timestamp < 1508563512 + 4491 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4491 Query UPDATE s1_odata set wood = 187.00888888889, clay = 187.00888888889, iron = 187.00888888889, crop = 187.00888888889 where wref = 16778 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 16778 + 4491 Query UPDATE s1_odata set wood = 152.00888888889, clay = 152.00888888889, iron = 152.00888888889, crop = 152.00888888889 where wref = 16780 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 16780 + 4491 Query UPDATE s1_odata set wood = 339.00888888889, clay = 339.00888888889, iron = 339.00888888889, crop = 339.00888888889 where wref = 17378 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 17378 + 4491 Query UPDATE s1_odata set wood = 499.00888888889, clay = 499.00888888889, iron = 499.00888888889, crop = 499.00888888889 where wref = 17984 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 17984 + 4491 Query UPDATE s1_odata set wood = 559.00888888889, clay = 559.00888888889, iron = 559.00888888889, crop = 559.00888888889 where wref = 17986 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 17986 + 4491 Query UPDATE s1_odata set wood = 108.00888888889, clay = 108.00888888889, iron = 108.00888888889, crop = 108.00888888889 where wref = 18390 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 18390 + 4491 Query UPDATE s1_odata set wood = 476.00888888889, clay = 476.00888888889, iron = 476.00888888889, crop = 476.00888888889 where wref = 18595 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 18595 + 4491 Query UPDATE s1_odata set wood = 316.00888888889, clay = 316.00888888889, iron = 316.00888888889, crop = 316.00888888889 where wref = 18799 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 18799 + 4491 Query UPDATE s1_odata set wood = 562.00888888889, clay = 562.00888888889, iron = 562.00888888889, crop = 562.00888888889 where wref = 19194 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 19194 + 4491 Query UPDATE s1_odata set wood = 24.008888888889, clay = 24.008888888889, iron = 24.008888888889, crop = 24.008888888889 where wref = 20198 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 20198 + 4491 Query UPDATE s1_odata set wood = 234.00888888889, clay = 234.00888888889, iron = 234.00888888889, crop = 234.00888888889 where wref = 22206 + 4491 Query UPDATE s1_odata set lastupdated = 1508779512 where wref = 22206 + 4491 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4491 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4491 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4491 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4491 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4491 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779512 + 4491 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778912 + 4491 Query SELECT * FROM s1_hero + 4491 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4491 Query UPDATE `s1_hero` SET lastupdate = '1508779512' WHERE heroid = 2 + 4491 Query SELECT * from s1_units where vref = 20599 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_units where vref = 18790 + 4491 Query SELECT uid FROM s1_deleting where timestamp < 1508779512 + 4491 Query SELECT * FROM s1_bdata where timestamp < 1508779512 and master = 0 + 4491 Query SELECT * FROM s1_bdata WHERE master = 1 + 4491 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779512 + 4491 Query SELECT * FROM `s1_fdata` + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 +171023 19:25:13 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4491 Query DELETE from s1_route where timeleft < 1508779513 + 4491 Query SELECT * FROM s1_route where timestamp < 1508779513 + 4491 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779513.0253 + 4491 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779513.0253 + 4491 Query SELECT * FROM s1_research where timestamp < 1508779513 + 4491 Query SELECT * FROM s1_training where vref IS NOT NULL + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT owner FROM s1_vdata where wref = 22609 + 4491 Query SELECT b4 FROM s1_users where id = 6 + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4491 Query SELECT * from s1_units where vref = 22609 + 4491 Query SELECT * from s1_enforcement where vref = 22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4491 Query SELECT * FROM s1_vdata where wref = 22609 + 4491 Query SELECT tribe FROM s1_users where id = 6 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT owner FROM s1_vdata where wref = 22609 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4491 Query SELECT * from s1_units where vref = 36787 + 4491 Query SELECT * from s1_enforcement where vref = 36787 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4491 Query SELECT * FROM s1_vdata where wref = 36787 + 4491 Query SELECT tribe FROM s1_users where id = 94 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4491 Query SELECT * from s1_fdata where vref = 36787 + 4491 Query SELECT owner FROM s1_vdata where wref = 36787 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4491 Query SELECT * from s1_units where vref = 36787 + 4491 Query SELECT owner FROM s1_vdata where wref = 36787 + 4491 Query SELECT b4 FROM s1_users where id = 94 + 4491 Query SELECT * from s1_fdata where vref = 36787 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4491 Query SELECT crop FROM s1_vdata where wref = 36787 + 4491 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4491 Query SELECT owner FROM s1_vdata where wref = 36787 + 4491 Query SELECT b4 FROM s1_users where id = 94 + 4491 Query SELECT * from s1_fdata where vref = 36787 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4491 Query SELECT * from s1_units where vref = 1801 + 4491 Query SELECT * from s1_enforcement where vref = 1801 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4491 Query SELECT * FROM s1_vdata where wref = 1801 + 4491 Query SELECT tribe FROM s1_users where id = 90 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4491 Query SELECT * from s1_fdata where vref = 1801 + 4491 Query SELECT owner FROM s1_vdata where wref = 1801 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4491 Query SELECT * from s1_units where vref = 1801 + 4491 Query SELECT owner FROM s1_vdata where wref = 1801 + 4491 Query SELECT b4 FROM s1_users where id = 90 + 4491 Query SELECT * from s1_fdata where vref = 1801 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4491 Query SELECT crop FROM s1_vdata where wref = 1801 + 4491 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4491 Query SELECT owner FROM s1_vdata where wref = 1801 + 4491 Query SELECT b4 FROM s1_users where id = 90 + 4491 Query SELECT * from s1_fdata where vref = 1801 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4491 Query SELECT * from s1_units where vref = 1592 + 4491 Query SELECT * from s1_enforcement where vref = 1592 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4491 Query SELECT * FROM s1_vdata where wref = 1592 + 4491 Query SELECT tribe FROM s1_users where id = 67 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4491 Query SELECT * from s1_fdata where vref = 1592 + 4491 Query SELECT owner FROM s1_vdata where wref = 1592 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4491 Query SELECT * from s1_units where vref = 1592 + 4491 Query SELECT owner FROM s1_vdata where wref = 1592 + 4491 Query SELECT b4 FROM s1_users where id = 67 + 4491 Query SELECT * from s1_fdata where vref = 1592 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4491 Query SELECT crop FROM s1_vdata where wref = 1592 + 4491 Query SELECT owner FROM s1_vdata where wref = 1592 + 4491 Query SELECT b4 FROM s1_users where id = 67 + 4491 Query SELECT * from s1_fdata where vref = 1592 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4491 Query SELECT * from s1_units where vref = 20599 + 4491 Query SELECT * from s1_enforcement where vref = 20599 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4491 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4491 Query SELECT * FROM s1_vdata where wref = 20599 + 4491 Query SELECT tribe FROM s1_users where id = 46 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4491 Query SELECT * from s1_fdata where vref = 20599 + 4491 Query SELECT owner FROM s1_vdata where wref = 20599 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4491 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4491 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4491 Query SELECT owner FROM s1_vdata where wref = 20599 + 4491 Query SELECT b4 FROM s1_users where id = 46 + 4491 Query SELECT * from s1_fdata where vref = 20599 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4491 Query SELECT crop FROM s1_vdata where wref = 20599 + 4491 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4491 Query SELECT owner FROM s1_vdata where wref = 20599 + 4491 Query SELECT b4 FROM s1_users where id = 46 + 4491 Query SELECT * from s1_fdata where vref = 20599 + 4491 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4491 Query SELECT * FROM s1_vdata where celebration < 1508779513 AND celebration != 0 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779513 ORDER BY endtime ASC + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779513 + 4491 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779513 + 4491 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779513 + 4491 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4491 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4491 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4491 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779513 + 4491 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779513.1123 + 4491 Query SELECT * FROM s1_general WHERE shown = 1 + 4491 Query SELECT * FROM s1_users WHERE invited != 0 + 4491 Query SELECT * FROM `s1_fdata` + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4491 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4491 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779513 + 4491 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736313 + 4491 Query SELECT * FROM s1_config + 4491 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693113 + 4491 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4491 Query SELECT timestamp from s1_deleting where uid = 6 + 4491 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4491 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778913 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4491 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4491 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4491 Query SELECT * from s1_fdata where vref = 22609 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4491 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4491 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4491 Quit +171023 19:25:14 4492 Connect root@localhost as anonymous on + 4492 Init DB travian + 4492 Query SET NAMES 'UTF8' + 4492 Query SELECT * FROM s1_users where username = 'cyberghost' + 4492 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4492 Query SELECT sit FROM s1_online where uid = 6 + 4492 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4492 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4492 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4492 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4492 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4492 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4492 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4492 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4492 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4492 Query REPLACE into s1_active values ('cyberghost',1508779514) + 4492 Query UPDATE s1_users set timestamp = '1508779514' where username = 'cyberghost' + 4492 Query REPLACE into s1_active values ('cyberghost',1508779514) + 4492 Query UPDATE s1_users set timestamp = 1508779514 where username = 'cyberghost' + 4492 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4492 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4492 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4492 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4492 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4492 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4492 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4492 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4492 Query SELECT * FROM s1_vdata where wref = '22609' + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT x,y FROM s1_wdata where id = 22609 + 4492 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4492 Query SELECT * FROM s1_odata where conqured = 22609 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_enforcement where vref = 22609 + 4492 Query SELECT * from s1_enforcement where `from` = 22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_enforcement where vref = 22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4492 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT tribe FROM s1_users where id = 6 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * from s1_tdata where vref = 22609 + 4492 Query SELECT * FROM s1_abdata where vref = 22609 + 4492 Query SELECT * FROM s1_research where vref = 22609 + 4492 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4492 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4492 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4492 Query UPDATE s1_vdata set lastupdate = 1508779514 where wref = 22609 + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT x,y FROM s1_wdata where id = 22609 + 4492 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4492 Query SELECT * FROM s1_odata where conqured = 22609 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_enforcement where vref = 22609 + 4492 Query SELECT * from s1_enforcement where `from` = 22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_enforcement where vref = 22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4492 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT tribe FROM s1_users where id = 6 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * from s1_tdata where vref = 22609 + 4492 Query SELECT * FROM s1_abdata where vref = 22609 + 4492 Query SELECT * FROM s1_research where vref = 22609 + 4492 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4492 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4492 Query SELECT count(id) FROM s1_users where id > 5 + 4492 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4492 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4492 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4492 Query DELETE FROM s1_active WHERE timestamp < 1508563514 + 4492 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4492 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 16778 + 4492 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 16780 + 4492 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 17378 + 4492 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 17984 + 4492 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 17986 + 4492 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 18390 + 4492 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 18595 + 4492 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 18799 + 4492 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 19194 + 4492 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 20198 + 4492 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4492 Query UPDATE s1_odata set lastupdated = 1508779514 where wref = 22206 + 4492 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4492 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4492 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4492 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4492 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4492 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779514 + 4492 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778914 + 4492 Query SELECT * FROM s1_hero + 4492 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4492 Query UPDATE `s1_hero` SET lastupdate = '1508779514' WHERE heroid = 2 + 4492 Query SELECT * from s1_units where vref = 20599 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_units where vref = 18790 + 4492 Query SELECT uid FROM s1_deleting where timestamp < 1508779514 + 4492 Query SELECT * FROM s1_bdata where timestamp < 1508779514 and master = 0 + 4492 Query SELECT * FROM s1_bdata WHERE master = 1 + 4492 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779514 + 4492 Query SELECT * FROM `s1_fdata` + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4492 Query DELETE from s1_route where timeleft < 1508779514 + 4492 Query SELECT * FROM s1_route where timestamp < 1508779514 + 4492 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779514.8194 + 4492 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779514.8194 + 4492 Query SELECT * FROM s1_research where timestamp < 1508779514 + 4492 Query SELECT * FROM s1_training where vref IS NOT NULL + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT owner FROM s1_vdata where wref = 22609 + 4492 Query SELECT b4 FROM s1_users where id = 6 + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4492 Query SELECT * from s1_units where vref = 22609 + 4492 Query SELECT * from s1_enforcement where vref = 22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4492 Query SELECT * FROM s1_vdata where wref = 22609 + 4492 Query SELECT tribe FROM s1_users where id = 6 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT owner FROM s1_vdata where wref = 22609 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4492 Query SELECT * from s1_units where vref = 36787 + 4492 Query SELECT * from s1_enforcement where vref = 36787 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4492 Query SELECT * FROM s1_vdata where wref = 36787 + 4492 Query SELECT tribe FROM s1_users where id = 94 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4492 Query SELECT * from s1_fdata where vref = 36787 + 4492 Query SELECT owner FROM s1_vdata where wref = 36787 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4492 Query SELECT * from s1_units where vref = 36787 + 4492 Query SELECT owner FROM s1_vdata where wref = 36787 + 4492 Query SELECT b4 FROM s1_users where id = 94 + 4492 Query SELECT * from s1_fdata where vref = 36787 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4492 Query SELECT crop FROM s1_vdata where wref = 36787 + 4492 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4492 Query SELECT owner FROM s1_vdata where wref = 36787 + 4492 Query SELECT b4 FROM s1_users where id = 94 + 4492 Query SELECT * from s1_fdata where vref = 36787 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4492 Query SELECT * from s1_units where vref = 1801 + 4492 Query SELECT * from s1_enforcement where vref = 1801 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4492 Query SELECT * FROM s1_vdata where wref = 1801 + 4492 Query SELECT tribe FROM s1_users where id = 90 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4492 Query SELECT * from s1_fdata where vref = 1801 + 4492 Query SELECT owner FROM s1_vdata where wref = 1801 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4492 Query SELECT * from s1_units where vref = 1801 + 4492 Query SELECT owner FROM s1_vdata where wref = 1801 + 4492 Query SELECT b4 FROM s1_users where id = 90 + 4492 Query SELECT * from s1_fdata where vref = 1801 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4492 Query SELECT crop FROM s1_vdata where wref = 1801 + 4492 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4492 Query SELECT owner FROM s1_vdata where wref = 1801 + 4492 Query SELECT b4 FROM s1_users where id = 90 + 4492 Query SELECT * from s1_fdata where vref = 1801 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4492 Query SELECT * from s1_units where vref = 1592 + 4492 Query SELECT * from s1_enforcement where vref = 1592 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4492 Query SELECT * FROM s1_vdata where wref = 1592 + 4492 Query SELECT tribe FROM s1_users where id = 67 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4492 Query SELECT * from s1_fdata where vref = 1592 + 4492 Query SELECT owner FROM s1_vdata where wref = 1592 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4492 Query SELECT * from s1_units where vref = 1592 + 4492 Query SELECT owner FROM s1_vdata where wref = 1592 + 4492 Query SELECT b4 FROM s1_users where id = 67 + 4492 Query SELECT * from s1_fdata where vref = 1592 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4492 Query SELECT crop FROM s1_vdata where wref = 1592 + 4492 Query SELECT owner FROM s1_vdata where wref = 1592 + 4492 Query SELECT b4 FROM s1_users where id = 67 + 4492 Query SELECT * from s1_fdata where vref = 1592 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4492 Query SELECT * from s1_units where vref = 20599 + 4492 Query SELECT * from s1_enforcement where vref = 20599 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4492 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4492 Query SELECT * FROM s1_vdata where wref = 20599 + 4492 Query SELECT tribe FROM s1_users where id = 46 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4492 Query SELECT * from s1_fdata where vref = 20599 + 4492 Query SELECT owner FROM s1_vdata where wref = 20599 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4492 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4492 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4492 Query SELECT owner FROM s1_vdata where wref = 20599 + 4492 Query SELECT b4 FROM s1_users where id = 46 + 4492 Query SELECT * from s1_fdata where vref = 20599 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4492 Query SELECT crop FROM s1_vdata where wref = 20599 + 4492 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4492 Query SELECT owner FROM s1_vdata where wref = 20599 + 4492 Query SELECT b4 FROM s1_users where id = 46 + 4492 Query SELECT * from s1_fdata where vref = 20599 + 4492 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4492 Query SELECT * FROM s1_vdata where celebration < 1508779514 AND celebration != 0 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779514 ORDER BY endtime ASC + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779514 + 4492 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779514 + 4492 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779514 + 4492 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4492 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4492 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4492 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779514 + 4492 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779514.8914 + 4492 Query SELECT * FROM s1_general WHERE shown = 1 + 4492 Query SELECT * FROM s1_users WHERE invited != 0 + 4492 Query SELECT * FROM `s1_fdata` + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4492 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4492 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779514 + 4492 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736314 + 4492 Query SELECT * FROM s1_config + 4492 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693114 + 4492 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4492 Query SELECT timestamp from s1_deleting where uid = 6 + 4492 Query SELECT * FROM s1_users WHERE `id`='6' + 4492 Query SELECT * FROM s1_users WHERE `id`='6' + 4492 Query SELECT * FROM s1_users WHERE `id`='6' + 4492 Query SELECT * FROM s1_users WHERE `id`='6' + 4492 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4492 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778914 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4492 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4492 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4492 Query SELECT * from s1_fdata where vref = 22609 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4492 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4492 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4492 Quit +171023 19:25:16 4493 Connect root@localhost as anonymous on + 4493 Init DB travian + 4493 Query SET NAMES 'UTF8' + 4493 Query SELECT * FROM s1_users where username = 'cyberghost' + 4493 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4493 Query SELECT sit FROM s1_online where uid = 6 + 4493 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4493 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4493 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4493 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4493 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4493 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4493 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4493 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4493 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4493 Query REPLACE into s1_active values ('cyberghost',1508779516) + 4493 Query UPDATE s1_users set timestamp = '1508779516' where username = 'cyberghost' + 4493 Query REPLACE into s1_active values ('cyberghost',1508779516) + 4493 Query UPDATE s1_users set timestamp = 1508779516 where username = 'cyberghost' + 4493 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4493 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4493 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4493 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4493 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4493 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4493 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4493 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4493 Query SELECT * FROM s1_vdata where wref = '22609' + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT * from s1_fdata where vref = 22609 + 4493 Query SELECT x,y FROM s1_wdata where id = 22609 + 4493 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4493 Query SELECT * FROM s1_odata where conqured = 22609 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_enforcement where vref = 22609 + 4493 Query SELECT * from s1_enforcement where `from` = 22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_enforcement where vref = 22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4493 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT tribe FROM s1_users where id = 6 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * from s1_tdata where vref = 22609 + 4493 Query SELECT * FROM s1_abdata where vref = 22609 + 4493 Query SELECT * FROM s1_research where vref = 22609 + 4493 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4493 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4493 Query SELECT * from s1_fdata where vref = 22609 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4493 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4493 Query UPDATE s1_vdata set lastupdate = 1508779516 where wref = 22609 + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT * from s1_fdata where vref = 22609 + 4493 Query SELECT x,y FROM s1_wdata where id = 22609 + 4493 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4493 Query SELECT * FROM s1_odata where conqured = 22609 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_enforcement where vref = 22609 + 4493 Query SELECT * from s1_enforcement where `from` = 22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_enforcement where vref = 22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4493 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT tribe FROM s1_users where id = 6 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * from s1_tdata where vref = 22609 + 4493 Query SELECT * FROM s1_abdata where vref = 22609 + 4493 Query SELECT * FROM s1_research where vref = 22609 + 4493 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4493 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4493 Query SELECT count(id) FROM s1_users where id > 5 + 4493 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4493 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4493 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4493 Query DELETE FROM s1_active WHERE timestamp < 1508563516 + 4493 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4493 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 16778 + 4493 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 16780 + 4493 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17378 + 4493 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17984 + 4493 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17986 + 4493 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18390 + 4493 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18595 + 4493 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18799 + 4493 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 19194 + 4493 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 20198 + 4493 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4493 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 22206 + 4493 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4493 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4493 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4493 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4493 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4493 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779516 + 4493 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778916 + 4493 Query SELECT * FROM s1_hero + 4493 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4493 Query UPDATE `s1_hero` SET lastupdate = '1508779516' WHERE heroid = 2 + 4493 Query SELECT * from s1_units where vref = 20599 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_units where vref = 18790 + 4493 Query SELECT uid FROM s1_deleting where timestamp < 1508779516 + 4493 Query SELECT * FROM s1_bdata where timestamp < 1508779516 and master = 0 + 4493 Query SELECT * FROM s1_bdata WHERE master = 1 + 4493 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779516 + 4493 Query SELECT * FROM `s1_fdata` + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4493 Query DELETE from s1_route where timeleft < 1508779516 + 4493 Query SELECT * FROM s1_route where timestamp < 1508779516 + 4493 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779516.6355 + 4493 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779516.6355 + 4493 Query SELECT * FROM s1_research where timestamp < 1508779516 + 4493 Query SELECT * FROM s1_training where vref IS NOT NULL + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT owner FROM s1_vdata where wref = 22609 + 4493 Query SELECT b4 FROM s1_users where id = 6 + 4493 Query SELECT * from s1_fdata where vref = 22609 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4493 Query SELECT * from s1_units where vref = 22609 + 4493 Query SELECT * from s1_enforcement where vref = 22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4493 Query SELECT * FROM s1_vdata where wref = 22609 + 4493 Query SELECT tribe FROM s1_users where id = 6 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4493 Query SELECT * from s1_fdata where vref = 22609 + 4493 Query SELECT owner FROM s1_vdata where wref = 22609 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4493 Query SELECT * from s1_units where vref = 36787 + 4493 Query SELECT * from s1_enforcement where vref = 36787 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4493 Query SELECT * FROM s1_vdata where wref = 36787 + 4493 Query SELECT tribe FROM s1_users where id = 94 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4493 Query SELECT * from s1_fdata where vref = 36787 + 4493 Query SELECT owner FROM s1_vdata where wref = 36787 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4493 Query SELECT * from s1_units where vref = 36787 + 4493 Query SELECT owner FROM s1_vdata where wref = 36787 + 4493 Query SELECT b4 FROM s1_users where id = 94 + 4493 Query SELECT * from s1_fdata where vref = 36787 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4493 Query SELECT crop FROM s1_vdata where wref = 36787 + 4493 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4493 Query SELECT owner FROM s1_vdata where wref = 36787 + 4493 Query SELECT b4 FROM s1_users where id = 94 + 4493 Query SELECT * from s1_fdata where vref = 36787 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4493 Query SELECT * from s1_units where vref = 1801 + 4493 Query SELECT * from s1_enforcement where vref = 1801 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4493 Query SELECT * FROM s1_vdata where wref = 1801 + 4493 Query SELECT tribe FROM s1_users where id = 90 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4493 Query SELECT * from s1_fdata where vref = 1801 + 4493 Query SELECT owner FROM s1_vdata where wref = 1801 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4493 Query SELECT * from s1_units where vref = 1801 + 4493 Query SELECT owner FROM s1_vdata where wref = 1801 + 4493 Query SELECT b4 FROM s1_users where id = 90 + 4493 Query SELECT * from s1_fdata where vref = 1801 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4493 Query SELECT crop FROM s1_vdata where wref = 1801 + 4493 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4493 Query SELECT owner FROM s1_vdata where wref = 1801 + 4493 Query SELECT b4 FROM s1_users where id = 90 + 4493 Query SELECT * from s1_fdata where vref = 1801 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4493 Query SELECT * from s1_units where vref = 1592 + 4493 Query SELECT * from s1_enforcement where vref = 1592 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4493 Query SELECT * FROM s1_vdata where wref = 1592 + 4493 Query SELECT tribe FROM s1_users where id = 67 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4493 Query SELECT * from s1_fdata where vref = 1592 + 4493 Query SELECT owner FROM s1_vdata where wref = 1592 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4493 Query SELECT * from s1_units where vref = 1592 + 4493 Query SELECT owner FROM s1_vdata where wref = 1592 + 4493 Query SELECT b4 FROM s1_users where id = 67 + 4493 Query SELECT * from s1_fdata where vref = 1592 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4493 Query SELECT crop FROM s1_vdata where wref = 1592 + 4493 Query SELECT owner FROM s1_vdata where wref = 1592 + 4493 Query SELECT b4 FROM s1_users where id = 67 + 4493 Query SELECT * from s1_fdata where vref = 1592 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4493 Query SELECT * from s1_units where vref = 20599 + 4493 Query SELECT * from s1_enforcement where vref = 20599 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4493 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4493 Query SELECT * FROM s1_vdata where wref = 20599 + 4493 Query SELECT tribe FROM s1_users where id = 46 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4493 Query SELECT * from s1_fdata where vref = 20599 + 4493 Query SELECT owner FROM s1_vdata where wref = 20599 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4493 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4493 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4493 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4493 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4493 Query SELECT owner FROM s1_vdata where wref = 20599 + 4493 Query SELECT b4 FROM s1_users where id = 46 + 4493 Query SELECT * from s1_fdata where vref = 20599 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4493 Query SELECT crop FROM s1_vdata where wref = 20599 + 4493 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4493 Query SELECT owner FROM s1_vdata where wref = 20599 + 4493 Query SELECT b4 FROM s1_users where id = 46 + 4493 Query SELECT * from s1_fdata where vref = 20599 + 4493 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4493 Query SELECT * FROM s1_vdata where celebration < 1508779516 AND celebration != 0 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779516 ORDER BY endtime ASC + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779516 + 4493 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779516 + 4493 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779516 + 4493 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4493 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4493 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4493 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779516 + 4493 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779516.7035 + 4493 Query SELECT * FROM s1_general WHERE shown = 1 + 4493 Query SELECT * FROM s1_users WHERE invited != 0 + 4493 Query SELECT * FROM `s1_fdata` + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4493 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4493 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779516 + 4493 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736316 + 4493 Query SELECT * FROM s1_config + 4493 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693116 + 4493 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4493 Query SELECT timestamp from s1_deleting where uid = 6 + 4493 Query SELECT * FROM s1_users WHERE `id`='6' + 4493 Query UPDATE s1_users set plus = '1510731284' where `id`='6' + 4493 Query UPDATE s1_users set gold = 1420 where `id`='6' + 4493 Query INSERT INTO s1_gold_fin_log (wid,log) VALUES ('22609', 'Plus Account') + 4493 Quit + 4494 Connect root@localhost as anonymous on + 4494 Init DB travian + 4494 Query SET NAMES 'UTF8' + 4494 Query SELECT * FROM s1_users where username = 'cyberghost' + 4494 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4494 Query SELECT sit FROM s1_online where uid = 6 + 4494 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4494 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4494 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4494 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4494 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4494 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4494 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4494 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4494 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4494 Query REPLACE into s1_active values ('cyberghost',1508779516) + 4494 Query UPDATE s1_users set timestamp = '1508779516' where username = 'cyberghost' + 4494 Query REPLACE into s1_active values ('cyberghost',1508779516) + 4494 Query UPDATE s1_users set timestamp = 1508779516 where username = 'cyberghost' + 4494 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4494 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4494 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4494 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4494 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4494 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4494 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4494 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4494 Query SELECT * FROM s1_vdata where wref = '22609' + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT x,y FROM s1_wdata where id = 22609 + 4494 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4494 Query SELECT * FROM s1_odata where conqured = 22609 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_enforcement where vref = 22609 + 4494 Query SELECT * from s1_enforcement where `from` = 22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_enforcement where vref = 22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4494 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT tribe FROM s1_users where id = 6 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * from s1_tdata where vref = 22609 + 4494 Query SELECT * FROM s1_abdata where vref = 22609 + 4494 Query SELECT * FROM s1_research where vref = 22609 + 4494 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4494 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4494 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4494 Query UPDATE s1_vdata set lastupdate = 1508779516 where wref = 22609 + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT x,y FROM s1_wdata where id = 22609 + 4494 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4494 Query SELECT * FROM s1_odata where conqured = 22609 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_enforcement where vref = 22609 + 4494 Query SELECT * from s1_enforcement where `from` = 22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_enforcement where vref = 22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4494 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT tribe FROM s1_users where id = 6 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * from s1_tdata where vref = 22609 + 4494 Query SELECT * FROM s1_abdata where vref = 22609 + 4494 Query SELECT * FROM s1_research where vref = 22609 + 4494 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4494 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4494 Query SELECT count(id) FROM s1_users where id > 5 + 4494 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4494 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4494 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4494 Query DELETE FROM s1_active WHERE timestamp < 1508563516 + 4494 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4494 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 16778 + 4494 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 16780 + 4494 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17378 + 4494 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17984 + 4494 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 17986 + 4494 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18390 + 4494 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18595 + 4494 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 18799 + 4494 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 19194 + 4494 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 20198 + 4494 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4494 Query UPDATE s1_odata set lastupdated = 1508779516 where wref = 22206 + 4494 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4494 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4494 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4494 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4494 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4494 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779516 + 4494 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778916 + 4494 Query SELECT * FROM s1_hero + 4494 Query SELECT * from s1_units where vref = 20599 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_units where vref = 18790 + 4494 Query SELECT uid FROM s1_deleting where timestamp < 1508779516 + 4494 Query SELECT * FROM s1_bdata where timestamp < 1508779516 and master = 0 + 4494 Query SELECT * FROM s1_bdata WHERE master = 1 + 4494 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779516 + 4494 Query SELECT * FROM `s1_fdata` + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4494 Query DELETE from s1_route where timeleft < 1508779516 + 4494 Query SELECT * FROM s1_route where timestamp < 1508779516 + 4494 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779516.9755 + 4494 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779516.9755 + 4494 Query SELECT * FROM s1_research where timestamp < 1508779516 + 4494 Query SELECT * FROM s1_training where vref IS NOT NULL + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT owner FROM s1_vdata where wref = 22609 + 4494 Query SELECT b4 FROM s1_users where id = 6 + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4494 Query SELECT * from s1_units where vref = 22609 + 4494 Query SELECT * from s1_enforcement where vref = 22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4494 Query SELECT * FROM s1_vdata where wref = 22609 + 4494 Query SELECT tribe FROM s1_users where id = 6 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT owner FROM s1_vdata where wref = 22609 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4494 Query SELECT * from s1_units where vref = 36787 + 4494 Query SELECT * from s1_enforcement where vref = 36787 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4494 Query SELECT * FROM s1_vdata where wref = 36787 + 4494 Query SELECT tribe FROM s1_users where id = 94 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4494 Query SELECT * from s1_fdata where vref = 36787 + 4494 Query SELECT owner FROM s1_vdata where wref = 36787 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4494 Query SELECT * from s1_units where vref = 36787 + 4494 Query SELECT owner FROM s1_vdata where wref = 36787 + 4494 Query SELECT b4 FROM s1_users where id = 94 +171023 19:25:17 4494 Query SELECT * from s1_fdata where vref = 36787 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4494 Query SELECT crop FROM s1_vdata where wref = 36787 + 4494 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4494 Query SELECT owner FROM s1_vdata where wref = 36787 + 4494 Query SELECT b4 FROM s1_users where id = 94 + 4494 Query SELECT * from s1_fdata where vref = 36787 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4494 Query SELECT * from s1_units where vref = 1801 + 4494 Query SELECT * from s1_enforcement where vref = 1801 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4494 Query SELECT * FROM s1_vdata where wref = 1801 + 4494 Query SELECT tribe FROM s1_users where id = 90 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4494 Query SELECT * from s1_fdata where vref = 1801 + 4494 Query SELECT owner FROM s1_vdata where wref = 1801 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4494 Query SELECT * from s1_units where vref = 1801 + 4494 Query SELECT owner FROM s1_vdata where wref = 1801 + 4494 Query SELECT b4 FROM s1_users where id = 90 + 4494 Query SELECT * from s1_fdata where vref = 1801 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4494 Query SELECT crop FROM s1_vdata where wref = 1801 + 4494 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4494 Query SELECT owner FROM s1_vdata where wref = 1801 + 4494 Query SELECT b4 FROM s1_users where id = 90 + 4494 Query SELECT * from s1_fdata where vref = 1801 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4494 Query SELECT * from s1_units where vref = 1592 + 4494 Query SELECT * from s1_enforcement where vref = 1592 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4494 Query SELECT * FROM s1_vdata where wref = 1592 + 4494 Query SELECT tribe FROM s1_users where id = 67 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4494 Query SELECT * from s1_fdata where vref = 1592 + 4494 Query SELECT owner FROM s1_vdata where wref = 1592 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4494 Query SELECT * from s1_units where vref = 1592 + 4494 Query SELECT owner FROM s1_vdata where wref = 1592 + 4494 Query SELECT b4 FROM s1_users where id = 67 + 4494 Query SELECT * from s1_fdata where vref = 1592 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4494 Query SELECT crop FROM s1_vdata where wref = 1592 + 4494 Query SELECT owner FROM s1_vdata where wref = 1592 + 4494 Query SELECT b4 FROM s1_users where id = 67 + 4494 Query SELECT * from s1_fdata where vref = 1592 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4494 Query SELECT * from s1_units where vref = 20599 + 4494 Query SELECT * from s1_enforcement where vref = 20599 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4494 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4494 Query SELECT * FROM s1_vdata where wref = 20599 + 4494 Query SELECT tribe FROM s1_users where id = 46 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4494 Query SELECT * from s1_fdata where vref = 20599 + 4494 Query SELECT owner FROM s1_vdata where wref = 20599 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4494 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4494 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4494 Query SELECT owner FROM s1_vdata where wref = 20599 + 4494 Query SELECT b4 FROM s1_users where id = 46 + 4494 Query SELECT * from s1_fdata where vref = 20599 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4494 Query SELECT crop FROM s1_vdata where wref = 20599 + 4494 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4494 Query SELECT owner FROM s1_vdata where wref = 20599 + 4494 Query SELECT b4 FROM s1_users where id = 46 + 4494 Query SELECT * from s1_fdata where vref = 20599 + 4494 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4494 Query SELECT * FROM s1_vdata where celebration < 1508779517 AND celebration != 0 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779517 ORDER BY endtime ASC + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779517 + 4494 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779517 + 4494 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779517 + 4494 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4494 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4494 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4494 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779517 + 4494 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779517.0675 + 4494 Query SELECT * FROM s1_general WHERE shown = 1 + 4494 Query SELECT * FROM s1_users WHERE invited != 0 + 4494 Query SELECT * FROM `s1_fdata` + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4494 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4494 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779517 + 4494 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736317 + 4494 Query SELECT * FROM s1_config + 4494 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693117 + 4494 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4494 Query SELECT timestamp from s1_deleting where uid = 6 + 4494 Query SELECT * FROM s1_users WHERE `id`='6' + 4494 Query SELECT * FROM s1_users WHERE `id`='6' + 4494 Query SELECT * FROM s1_users WHERE `id`='6' + 4494 Query SELECT * FROM s1_users WHERE `id`='6' + 4494 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4494 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778917 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4494 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4494 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4494 Query SELECT * from s1_fdata where vref = 22609 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4494 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4494 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4494 Quit + 4495 Connect root@localhost as anonymous on + 4495 Init DB travian + 4495 Query SET NAMES 'UTF8' + 4495 Query SELECT * FROM s1_users where username = 'cyberghost' + 4495 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4495 Query SELECT sit FROM s1_online where uid = 6 + 4495 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4495 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4495 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4495 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4495 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4495 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4495 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4495 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4495 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4495 Query REPLACE into s1_active values ('cyberghost',1508779517) + 4495 Query UPDATE s1_users set timestamp = '1508779517' where username = 'cyberghost' + 4495 Query REPLACE into s1_active values ('cyberghost',1508779517) + 4495 Query UPDATE s1_users set timestamp = 1508779517 where username = 'cyberghost' + 4495 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4495 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4495 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4495 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4495 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4495 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4495 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4495 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4495 Query SELECT * FROM s1_vdata where wref = '22609' + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT * from s1_fdata where vref = 22609 + 4495 Query SELECT x,y FROM s1_wdata where id = 22609 + 4495 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4495 Query SELECT * FROM s1_odata where conqured = 22609 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_enforcement where vref = 22609 + 4495 Query SELECT * from s1_enforcement where `from` = 22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_enforcement where vref = 22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4495 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT tribe FROM s1_users where id = 6 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * from s1_tdata where vref = 22609 + 4495 Query SELECT * FROM s1_abdata where vref = 22609 + 4495 Query SELECT * FROM s1_research where vref = 22609 + 4495 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4495 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4495 Query SELECT * from s1_fdata where vref = 22609 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4495 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4495 Query UPDATE s1_vdata set lastupdate = 1508779517 where wref = 22609 + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT * from s1_fdata where vref = 22609 + 4495 Query SELECT x,y FROM s1_wdata where id = 22609 + 4495 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4495 Query SELECT * FROM s1_odata where conqured = 22609 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_enforcement where vref = 22609 + 4495 Query SELECT * from s1_enforcement where `from` = 22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_enforcement where vref = 22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4495 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT tribe FROM s1_users where id = 6 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * from s1_tdata where vref = 22609 + 4495 Query SELECT * FROM s1_abdata where vref = 22609 + 4495 Query SELECT * FROM s1_research where vref = 22609 + 4495 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4495 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4495 Query SELECT count(id) FROM s1_users where id > 5 + 4495 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4495 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4495 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4495 Query DELETE FROM s1_active WHERE timestamp < 1508563517 + 4495 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4495 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 16778 + 4495 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 16780 + 4495 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 17378 + 4495 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 17984 + 4495 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 17986 + 4495 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 18390 + 4495 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 18595 + 4495 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 18799 + 4495 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 19194 + 4495 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 20198 + 4495 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4495 Query UPDATE s1_odata set lastupdated = 1508779517 where wref = 22206 + 4495 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4495 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4495 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4495 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4495 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4495 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779517 + 4495 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778917 + 4495 Query SELECT * FROM s1_hero + 4495 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4495 Query UPDATE `s1_hero` SET lastupdate = '1508779517' WHERE heroid = 2 + 4495 Query SELECT * from s1_units where vref = 20599 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_units where vref = 18790 + 4495 Query SELECT uid FROM s1_deleting where timestamp < 1508779517 + 4495 Query SELECT * FROM s1_bdata where timestamp < 1508779517 and master = 0 + 4495 Query SELECT * FROM s1_bdata WHERE master = 1 + 4495 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779517 + 4495 Query SELECT * FROM `s1_fdata` + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4495 Query DELETE from s1_route where timeleft < 1508779517 + 4495 Query SELECT * FROM s1_route where timestamp < 1508779517 + 4495 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779517.8796 + 4495 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779517.8796 + 4495 Query SELECT * FROM s1_research where timestamp < 1508779517 + 4495 Query SELECT * FROM s1_training where vref IS NOT NULL + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT owner FROM s1_vdata where wref = 22609 + 4495 Query SELECT b4 FROM s1_users where id = 6 + 4495 Query SELECT * from s1_fdata where vref = 22609 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4495 Query SELECT * from s1_units where vref = 22609 + 4495 Query SELECT * from s1_enforcement where vref = 22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4495 Query SELECT * FROM s1_vdata where wref = 22609 + 4495 Query SELECT tribe FROM s1_users where id = 6 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4495 Query SELECT * from s1_fdata where vref = 22609 + 4495 Query SELECT owner FROM s1_vdata where wref = 22609 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4495 Query SELECT * from s1_units where vref = 36787 + 4495 Query SELECT * from s1_enforcement where vref = 36787 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4495 Query SELECT * FROM s1_vdata where wref = 36787 + 4495 Query SELECT tribe FROM s1_users where id = 94 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4495 Query SELECT * from s1_fdata where vref = 36787 + 4495 Query SELECT owner FROM s1_vdata where wref = 36787 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4495 Query SELECT * from s1_units where vref = 36787 + 4495 Query SELECT owner FROM s1_vdata where wref = 36787 + 4495 Query SELECT b4 FROM s1_users where id = 94 + 4495 Query SELECT * from s1_fdata where vref = 36787 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4495 Query SELECT crop FROM s1_vdata where wref = 36787 + 4495 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4495 Query SELECT owner FROM s1_vdata where wref = 36787 + 4495 Query SELECT b4 FROM s1_users where id = 94 + 4495 Query SELECT * from s1_fdata where vref = 36787 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4495 Query SELECT * from s1_units where vref = 1801 + 4495 Query SELECT * from s1_enforcement where vref = 1801 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4495 Query SELECT * FROM s1_vdata where wref = 1801 + 4495 Query SELECT tribe FROM s1_users where id = 90 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4495 Query SELECT * from s1_fdata where vref = 1801 + 4495 Query SELECT owner FROM s1_vdata where wref = 1801 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4495 Query SELECT * from s1_units where vref = 1801 + 4495 Query SELECT owner FROM s1_vdata where wref = 1801 + 4495 Query SELECT b4 FROM s1_users where id = 90 + 4495 Query SELECT * from s1_fdata where vref = 1801 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4495 Query SELECT crop FROM s1_vdata where wref = 1801 + 4495 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4495 Query SELECT owner FROM s1_vdata where wref = 1801 + 4495 Query SELECT b4 FROM s1_users where id = 90 + 4495 Query SELECT * from s1_fdata where vref = 1801 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4495 Query SELECT * from s1_units where vref = 1592 + 4495 Query SELECT * from s1_enforcement where vref = 1592 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4495 Query SELECT * FROM s1_vdata where wref = 1592 + 4495 Query SELECT tribe FROM s1_users where id = 67 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4495 Query SELECT * from s1_fdata where vref = 1592 + 4495 Query SELECT owner FROM s1_vdata where wref = 1592 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4495 Query SELECT * from s1_units where vref = 1592 + 4495 Query SELECT owner FROM s1_vdata where wref = 1592 + 4495 Query SELECT b4 FROM s1_users where id = 67 + 4495 Query SELECT * from s1_fdata where vref = 1592 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4495 Query SELECT crop FROM s1_vdata where wref = 1592 + 4495 Query SELECT owner FROM s1_vdata where wref = 1592 + 4495 Query SELECT b4 FROM s1_users where id = 67 + 4495 Query SELECT * from s1_fdata where vref = 1592 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4495 Query SELECT * from s1_units where vref = 20599 + 4495 Query SELECT * from s1_enforcement where vref = 20599 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4495 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4495 Query SELECT * FROM s1_vdata where wref = 20599 + 4495 Query SELECT tribe FROM s1_users where id = 46 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4495 Query SELECT * from s1_fdata where vref = 20599 + 4495 Query SELECT owner FROM s1_vdata where wref = 20599 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4495 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4495 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4495 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4495 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4495 Query SELECT owner FROM s1_vdata where wref = 20599 + 4495 Query SELECT b4 FROM s1_users where id = 46 + 4495 Query SELECT * from s1_fdata where vref = 20599 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4495 Query SELECT crop FROM s1_vdata where wref = 20599 + 4495 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4495 Query SELECT owner FROM s1_vdata where wref = 20599 + 4495 Query SELECT b4 FROM s1_users where id = 46 + 4495 Query SELECT * from s1_fdata where vref = 20599 + 4495 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4495 Query SELECT * FROM s1_vdata where celebration < 1508779517 AND celebration != 0 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779517 ORDER BY endtime ASC + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779517 + 4495 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779517 + 4495 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779517 + 4495 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4495 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4495 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4495 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779517 + 4495 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779517.9456 + 4495 Query SELECT * FROM s1_general WHERE shown = 1 + 4495 Query SELECT * FROM s1_users WHERE invited != 0 + 4495 Query SELECT * FROM `s1_fdata` + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4495 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4495 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779517 + 4495 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736317 + 4495 Query SELECT * FROM s1_config + 4495 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693117 + 4495 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4495 Query SELECT timestamp from s1_deleting where uid = 6 + 4495 Query SELECT * FROM s1_users WHERE `id`='6' + 4495 Query UPDATE s1_users set b1 = '1510385693' where `id`='6' + 4495 Query UPDATE s1_users set gold = 1415 where `id`='6' + 4495 Query INSERT INTO s1_gold_fin_log (wid,log) VALUES ('22609', '+25% Production: Lumber') +171023 19:25:18 4495 Quit + 4496 Connect root@localhost as anonymous on + 4496 Init DB travian + 4496 Query SET NAMES 'UTF8' + 4496 Query SELECT * FROM s1_users where username = 'cyberghost' + 4496 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4496 Query SELECT sit FROM s1_online where uid = 6 + 4496 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4496 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4496 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4496 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4496 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4496 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4496 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4496 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4496 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4496 Query REPLACE into s1_active values ('cyberghost',1508779518) + 4496 Query UPDATE s1_users set timestamp = '1508779518' where username = 'cyberghost' + 4496 Query REPLACE into s1_active values ('cyberghost',1508779518) + 4496 Query UPDATE s1_users set timestamp = 1508779518 where username = 'cyberghost' + 4496 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4496 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4496 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4496 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4496 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4496 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4496 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4496 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4496 Query SELECT * FROM s1_vdata where wref = '22609' + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT x,y FROM s1_wdata where id = 22609 + 4496 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4496 Query SELECT * FROM s1_odata where conqured = 22609 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_enforcement where vref = 22609 + 4496 Query SELECT * from s1_enforcement where `from` = 22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_enforcement where vref = 22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4496 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT tribe FROM s1_users where id = 6 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * from s1_tdata where vref = 22609 + 4496 Query SELECT * FROM s1_abdata where vref = 22609 + 4496 Query SELECT * FROM s1_research where vref = 22609 + 4496 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4496 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4496 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4496 Query UPDATE s1_vdata set lastupdate = 1508779518 where wref = 22609 + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT x,y FROM s1_wdata where id = 22609 + 4496 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4496 Query SELECT * FROM s1_odata where conqured = 22609 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_enforcement where vref = 22609 + 4496 Query SELECT * from s1_enforcement where `from` = 22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_enforcement where vref = 22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4496 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT tribe FROM s1_users where id = 6 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * from s1_tdata where vref = 22609 + 4496 Query SELECT * FROM s1_abdata where vref = 22609 + 4496 Query SELECT * FROM s1_research where vref = 22609 + 4496 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4496 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4496 Query SELECT count(id) FROM s1_users where id > 5 + 4496 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4496 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4496 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4496 Query DELETE FROM s1_active WHERE timestamp < 1508563518 + 4496 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4496 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 16778 + 4496 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 16780 + 4496 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 17378 + 4496 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 17984 + 4496 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 17986 + 4496 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 18390 + 4496 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 18595 + 4496 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 18799 + 4496 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 19194 + 4496 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 20198 + 4496 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4496 Query UPDATE s1_odata set lastupdated = 1508779518 where wref = 22206 + 4496 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4496 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4496 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4496 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4496 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4496 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779518 + 4496 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778918 + 4496 Query SELECT * FROM s1_hero + 4496 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4496 Query UPDATE `s1_hero` SET lastupdate = '1508779518' WHERE heroid = 2 + 4496 Query SELECT * from s1_units where vref = 20599 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_units where vref = 18790 + 4496 Query SELECT uid FROM s1_deleting where timestamp < 1508779518 + 4496 Query SELECT * FROM s1_bdata where timestamp < 1508779518 and master = 0 + 4496 Query SELECT * FROM s1_bdata WHERE master = 1 + 4496 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779518 + 4496 Query SELECT * FROM `s1_fdata` + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4496 Query DELETE from s1_route where timeleft < 1508779518 + 4496 Query SELECT * FROM s1_route where timestamp < 1508779518 + 4496 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779518.2566 + 4496 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779518.2566 + 4496 Query SELECT * FROM s1_research where timestamp < 1508779518 + 4496 Query SELECT * FROM s1_training where vref IS NOT NULL + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT owner FROM s1_vdata where wref = 22609 + 4496 Query SELECT b4 FROM s1_users where id = 6 + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4496 Query SELECT * from s1_units where vref = 22609 + 4496 Query SELECT * from s1_enforcement where vref = 22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4496 Query SELECT * FROM s1_vdata where wref = 22609 + 4496 Query SELECT tribe FROM s1_users where id = 6 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT owner FROM s1_vdata where wref = 22609 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4496 Query SELECT * from s1_units where vref = 36787 + 4496 Query SELECT * from s1_enforcement where vref = 36787 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4496 Query SELECT * FROM s1_vdata where wref = 36787 + 4496 Query SELECT tribe FROM s1_users where id = 94 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4496 Query SELECT * from s1_fdata where vref = 36787 + 4496 Query SELECT owner FROM s1_vdata where wref = 36787 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4496 Query SELECT * from s1_units where vref = 36787 + 4496 Query SELECT owner FROM s1_vdata where wref = 36787 + 4496 Query SELECT b4 FROM s1_users where id = 94 + 4496 Query SELECT * from s1_fdata where vref = 36787 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4496 Query SELECT crop FROM s1_vdata where wref = 36787 + 4496 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4496 Query SELECT owner FROM s1_vdata where wref = 36787 + 4496 Query SELECT b4 FROM s1_users where id = 94 + 4496 Query SELECT * from s1_fdata where vref = 36787 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4496 Query SELECT * from s1_units where vref = 1801 + 4496 Query SELECT * from s1_enforcement where vref = 1801 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4496 Query SELECT * FROM s1_vdata where wref = 1801 + 4496 Query SELECT tribe FROM s1_users where id = 90 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4496 Query SELECT * from s1_fdata where vref = 1801 + 4496 Query SELECT owner FROM s1_vdata where wref = 1801 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4496 Query SELECT * from s1_units where vref = 1801 + 4496 Query SELECT owner FROM s1_vdata where wref = 1801 + 4496 Query SELECT b4 FROM s1_users where id = 90 + 4496 Query SELECT * from s1_fdata where vref = 1801 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4496 Query SELECT crop FROM s1_vdata where wref = 1801 + 4496 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4496 Query SELECT owner FROM s1_vdata where wref = 1801 + 4496 Query SELECT b4 FROM s1_users where id = 90 + 4496 Query SELECT * from s1_fdata where vref = 1801 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4496 Query SELECT * from s1_units where vref = 1592 + 4496 Query SELECT * from s1_enforcement where vref = 1592 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4496 Query SELECT * FROM s1_vdata where wref = 1592 + 4496 Query SELECT tribe FROM s1_users where id = 67 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4496 Query SELECT * from s1_fdata where vref = 1592 + 4496 Query SELECT owner FROM s1_vdata where wref = 1592 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4496 Query SELECT * from s1_units where vref = 1592 + 4496 Query SELECT owner FROM s1_vdata where wref = 1592 + 4496 Query SELECT b4 FROM s1_users where id = 67 + 4496 Query SELECT * from s1_fdata where vref = 1592 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4496 Query SELECT crop FROM s1_vdata where wref = 1592 + 4496 Query SELECT owner FROM s1_vdata where wref = 1592 + 4496 Query SELECT b4 FROM s1_users where id = 67 + 4496 Query SELECT * from s1_fdata where vref = 1592 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4496 Query SELECT * from s1_units where vref = 20599 + 4496 Query SELECT * from s1_enforcement where vref = 20599 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4496 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4496 Query SELECT * FROM s1_vdata where wref = 20599 + 4496 Query SELECT tribe FROM s1_users where id = 46 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4496 Query SELECT * from s1_fdata where vref = 20599 + 4496 Query SELECT owner FROM s1_vdata where wref = 20599 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4496 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4496 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4496 Query SELECT owner FROM s1_vdata where wref = 20599 + 4496 Query SELECT b4 FROM s1_users where id = 46 + 4496 Query SELECT * from s1_fdata where vref = 20599 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4496 Query SELECT crop FROM s1_vdata where wref = 20599 + 4496 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4496 Query SELECT owner FROM s1_vdata where wref = 20599 + 4496 Query SELECT b4 FROM s1_users where id = 46 + 4496 Query SELECT * from s1_fdata where vref = 20599 + 4496 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4496 Query SELECT * FROM s1_vdata where celebration < 1508779518 AND celebration != 0 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779518 ORDER BY endtime ASC + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779518 + 4496 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779518 + 4496 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779518 + 4496 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4496 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4496 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4496 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779518 + 4496 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779518.3216 + 4496 Query SELECT * FROM s1_general WHERE shown = 1 + 4496 Query SELECT * FROM s1_users WHERE invited != 0 + 4496 Query SELECT * FROM `s1_fdata` + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4496 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4496 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779518 + 4496 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736318 + 4496 Query SELECT * FROM s1_config + 4496 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693118 + 4496 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4496 Query SELECT timestamp from s1_deleting where uid = 6 + 4496 Query SELECT * FROM s1_users WHERE `id`='6' + 4496 Query SELECT * FROM s1_users WHERE `id`='6' + 4496 Query SELECT * FROM s1_users WHERE `id`='6' + 4496 Query SELECT * FROM s1_users WHERE `id`='6' + 4496 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4496 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778918 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4496 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4496 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4496 Query SELECT * from s1_fdata where vref = 22609 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4496 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4496 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4496 Quit +171023 19:25:19 4497 Connect root@localhost as anonymous on + 4497 Init DB travian + 4497 Query SET NAMES 'UTF8' + 4497 Query SELECT * FROM s1_users where username = 'cyberghost' + 4497 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4497 Query SELECT sit FROM s1_online where uid = 6 + 4497 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4497 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4497 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4497 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4497 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4497 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4497 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4497 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4497 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4497 Query REPLACE into s1_active values ('cyberghost',1508779519) + 4497 Query UPDATE s1_users set timestamp = '1508779519' where username = 'cyberghost' + 4497 Query REPLACE into s1_active values ('cyberghost',1508779519) + 4497 Query UPDATE s1_users set timestamp = 1508779519 where username = 'cyberghost' + 4497 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4497 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4497 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4497 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4497 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4497 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4497 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4497 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4497 Query SELECT * FROM s1_vdata where wref = '22609' + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT * from s1_fdata where vref = 22609 + 4497 Query SELECT x,y FROM s1_wdata where id = 22609 + 4497 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4497 Query SELECT * FROM s1_odata where conqured = 22609 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_enforcement where vref = 22609 + 4497 Query SELECT * from s1_enforcement where `from` = 22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_enforcement where vref = 22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4497 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT tribe FROM s1_users where id = 6 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * from s1_tdata where vref = 22609 + 4497 Query SELECT * FROM s1_abdata where vref = 22609 + 4497 Query SELECT * FROM s1_research where vref = 22609 + 4497 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4497 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4497 Query SELECT * from s1_fdata where vref = 22609 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4497 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4497 Query UPDATE s1_vdata set lastupdate = 1508779519 where wref = 22609 + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT * from s1_fdata where vref = 22609 + 4497 Query SELECT x,y FROM s1_wdata where id = 22609 + 4497 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4497 Query SELECT * FROM s1_odata where conqured = 22609 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_enforcement where vref = 22609 + 4497 Query SELECT * from s1_enforcement where `from` = 22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_enforcement where vref = 22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4497 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT tribe FROM s1_users where id = 6 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * from s1_tdata where vref = 22609 + 4497 Query SELECT * FROM s1_abdata where vref = 22609 + 4497 Query SELECT * FROM s1_research where vref = 22609 + 4497 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4497 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4497 Query SELECT count(id) FROM s1_users where id > 5 + 4497 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4497 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4497 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4497 Query DELETE FROM s1_active WHERE timestamp < 1508563519 + 4497 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4497 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 16778 + 4497 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 16780 + 4497 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17378 + 4497 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17984 + 4497 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17986 + 4497 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18390 + 4497 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18595 + 4497 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18799 + 4497 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 19194 + 4497 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 20198 + 4497 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4497 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 22206 + 4497 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4497 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4497 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4497 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4497 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4497 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779519 + 4497 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778919 + 4497 Query SELECT * FROM s1_hero + 4497 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4497 Query UPDATE `s1_hero` SET lastupdate = '1508779519' WHERE heroid = 2 + 4497 Query SELECT * from s1_units where vref = 20599 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_units where vref = 18790 + 4497 Query SELECT uid FROM s1_deleting where timestamp < 1508779519 + 4497 Query SELECT * FROM s1_bdata where timestamp < 1508779519 and master = 0 + 4497 Query SELECT * FROM s1_bdata WHERE master = 1 + 4497 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779519 + 4497 Query SELECT * FROM `s1_fdata` + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4497 Query DELETE from s1_route where timeleft < 1508779519 + 4497 Query SELECT * FROM s1_route where timestamp < 1508779519 + 4497 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779519.2487 + 4497 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779519.2487 + 4497 Query SELECT * FROM s1_research where timestamp < 1508779519 + 4497 Query SELECT * FROM s1_training where vref IS NOT NULL + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT owner FROM s1_vdata where wref = 22609 + 4497 Query SELECT b4 FROM s1_users where id = 6 + 4497 Query SELECT * from s1_fdata where vref = 22609 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4497 Query SELECT * from s1_units where vref = 22609 + 4497 Query SELECT * from s1_enforcement where vref = 22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4497 Query SELECT * FROM s1_vdata where wref = 22609 + 4497 Query SELECT tribe FROM s1_users where id = 6 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4497 Query SELECT * from s1_fdata where vref = 22609 + 4497 Query SELECT owner FROM s1_vdata where wref = 22609 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4497 Query SELECT * from s1_units where vref = 36787 + 4497 Query SELECT * from s1_enforcement where vref = 36787 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4497 Query SELECT * FROM s1_vdata where wref = 36787 + 4497 Query SELECT tribe FROM s1_users where id = 94 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4497 Query SELECT * from s1_fdata where vref = 36787 + 4497 Query SELECT owner FROM s1_vdata where wref = 36787 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4497 Query SELECT * from s1_units where vref = 36787 + 4497 Query SELECT owner FROM s1_vdata where wref = 36787 + 4497 Query SELECT b4 FROM s1_users where id = 94 + 4497 Query SELECT * from s1_fdata where vref = 36787 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4497 Query SELECT crop FROM s1_vdata where wref = 36787 + 4497 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4497 Query SELECT owner FROM s1_vdata where wref = 36787 + 4497 Query SELECT b4 FROM s1_users where id = 94 + 4497 Query SELECT * from s1_fdata where vref = 36787 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4497 Query SELECT * from s1_units where vref = 1801 + 4497 Query SELECT * from s1_enforcement where vref = 1801 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4497 Query SELECT * FROM s1_vdata where wref = 1801 + 4497 Query SELECT tribe FROM s1_users where id = 90 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4497 Query SELECT * from s1_fdata where vref = 1801 + 4497 Query SELECT owner FROM s1_vdata where wref = 1801 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4497 Query SELECT * from s1_units where vref = 1801 + 4497 Query SELECT owner FROM s1_vdata where wref = 1801 + 4497 Query SELECT b4 FROM s1_users where id = 90 + 4497 Query SELECT * from s1_fdata where vref = 1801 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4497 Query SELECT crop FROM s1_vdata where wref = 1801 + 4497 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4497 Query SELECT owner FROM s1_vdata where wref = 1801 + 4497 Query SELECT b4 FROM s1_users where id = 90 + 4497 Query SELECT * from s1_fdata where vref = 1801 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4497 Query SELECT * from s1_units where vref = 1592 + 4497 Query SELECT * from s1_enforcement where vref = 1592 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4497 Query SELECT * FROM s1_vdata where wref = 1592 + 4497 Query SELECT tribe FROM s1_users where id = 67 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4497 Query SELECT * from s1_fdata where vref = 1592 + 4497 Query SELECT owner FROM s1_vdata where wref = 1592 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4497 Query SELECT * from s1_units where vref = 1592 + 4497 Query SELECT owner FROM s1_vdata where wref = 1592 + 4497 Query SELECT b4 FROM s1_users where id = 67 + 4497 Query SELECT * from s1_fdata where vref = 1592 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4497 Query SELECT crop FROM s1_vdata where wref = 1592 + 4497 Query SELECT owner FROM s1_vdata where wref = 1592 + 4497 Query SELECT b4 FROM s1_users where id = 67 + 4497 Query SELECT * from s1_fdata where vref = 1592 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4497 Query SELECT * from s1_units where vref = 20599 + 4497 Query SELECT * from s1_enforcement where vref = 20599 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4497 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4497 Query SELECT * FROM s1_vdata where wref = 20599 + 4497 Query SELECT tribe FROM s1_users where id = 46 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4497 Query SELECT * from s1_fdata where vref = 20599 + 4497 Query SELECT owner FROM s1_vdata where wref = 20599 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4497 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4497 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4497 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4497 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4497 Query SELECT owner FROM s1_vdata where wref = 20599 + 4497 Query SELECT b4 FROM s1_users where id = 46 + 4497 Query SELECT * from s1_fdata where vref = 20599 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4497 Query SELECT crop FROM s1_vdata where wref = 20599 + 4497 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4497 Query SELECT owner FROM s1_vdata where wref = 20599 + 4497 Query SELECT b4 FROM s1_users where id = 46 + 4497 Query SELECT * from s1_fdata where vref = 20599 + 4497 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4497 Query SELECT * FROM s1_vdata where celebration < 1508779519 AND celebration != 0 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779519 ORDER BY endtime ASC + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779519 + 4497 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779519 + 4497 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779519 + 4497 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4497 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4497 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4497 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779519 + 4497 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779519.3207 + 4497 Query SELECT * FROM s1_general WHERE shown = 1 + 4497 Query SELECT * FROM s1_users WHERE invited != 0 + 4497 Query SELECT * FROM `s1_fdata` + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4497 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4497 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779519 + 4497 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736319 + 4497 Query SELECT * FROM s1_config + 4497 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693119 + 4497 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4497 Query SELECT timestamp from s1_deleting where uid = 6 + 4497 Query SELECT * FROM s1_users WHERE `id`='6' + 4497 Query UPDATE s1_users set b2 = '1510385693' where `id`='6' + 4497 Query UPDATE s1_users set gold = 1410 where `id`='6' + 4497 Query INSERT INTO s1_gold_fin_log (wid,log) VALUES ('22609', '+25% Production: Clay') + 4497 Quit + 4498 Connect root@localhost as anonymous on + 4498 Init DB travian + 4498 Query SET NAMES 'UTF8' + 4498 Query SELECT * FROM s1_users where username = 'cyberghost' + 4498 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4498 Query SELECT sit FROM s1_online where uid = 6 + 4498 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4498 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4498 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4498 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4498 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4498 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4498 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4498 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4498 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4498 Query REPLACE into s1_active values ('cyberghost',1508779519) + 4498 Query UPDATE s1_users set timestamp = '1508779519' where username = 'cyberghost' + 4498 Query REPLACE into s1_active values ('cyberghost',1508779519) + 4498 Query UPDATE s1_users set timestamp = 1508779519 where username = 'cyberghost' + 4498 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4498 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4498 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4498 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4498 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4498 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4498 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4498 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4498 Query SELECT * FROM s1_vdata where wref = '22609' + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT x,y FROM s1_wdata where id = 22609 + 4498 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4498 Query SELECT * FROM s1_odata where conqured = 22609 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_enforcement where vref = 22609 + 4498 Query SELECT * from s1_enforcement where `from` = 22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_enforcement where vref = 22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4498 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT tribe FROM s1_users where id = 6 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * from s1_tdata where vref = 22609 + 4498 Query SELECT * FROM s1_abdata where vref = 22609 + 4498 Query SELECT * FROM s1_research where vref = 22609 + 4498 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4498 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4498 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4498 Query UPDATE s1_vdata set lastupdate = 1508779519 where wref = 22609 + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT x,y FROM s1_wdata where id = 22609 + 4498 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4498 Query SELECT * FROM s1_odata where conqured = 22609 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_enforcement where vref = 22609 + 4498 Query SELECT * from s1_enforcement where `from` = 22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_enforcement where vref = 22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4498 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT tribe FROM s1_users where id = 6 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * from s1_tdata where vref = 22609 + 4498 Query SELECT * FROM s1_abdata where vref = 22609 + 4498 Query SELECT * FROM s1_research where vref = 22609 + 4498 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4498 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4498 Query SELECT count(id) FROM s1_users where id > 5 + 4498 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4498 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4498 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4498 Query DELETE FROM s1_active WHERE timestamp < 1508563519 + 4498 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4498 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 16778 + 4498 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 16780 + 4498 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17378 + 4498 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17984 + 4498 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 17986 + 4498 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18390 + 4498 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18595 + 4498 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 18799 + 4498 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 19194 + 4498 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 20198 + 4498 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4498 Query UPDATE s1_odata set lastupdated = 1508779519 where wref = 22206 + 4498 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4498 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4498 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4498 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4498 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4498 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779519 + 4498 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778919 + 4498 Query SELECT * FROM s1_hero + 4498 Query SELECT * from s1_units where vref = 20599 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_units where vref = 18790 + 4498 Query SELECT uid FROM s1_deleting where timestamp < 1508779519 + 4498 Query SELECT * FROM s1_bdata where timestamp < 1508779519 and master = 0 + 4498 Query SELECT * FROM s1_bdata WHERE master = 1 + 4498 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779519 + 4498 Query SELECT * FROM `s1_fdata` + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4498 Query DELETE from s1_route where timeleft < 1508779519 + 4498 Query SELECT * FROM s1_route where timestamp < 1508779519 + 4498 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779519.5817 + 4498 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779519.5817 + 4498 Query SELECT * FROM s1_research where timestamp < 1508779519 + 4498 Query SELECT * FROM s1_training where vref IS NOT NULL + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT owner FROM s1_vdata where wref = 22609 + 4498 Query SELECT b4 FROM s1_users where id = 6 + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4498 Query SELECT * from s1_units where vref = 22609 + 4498 Query SELECT * from s1_enforcement where vref = 22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4498 Query SELECT * FROM s1_vdata where wref = 22609 + 4498 Query SELECT tribe FROM s1_users where id = 6 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT owner FROM s1_vdata where wref = 22609 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4498 Query SELECT * from s1_units where vref = 36787 + 4498 Query SELECT * from s1_enforcement where vref = 36787 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4498 Query SELECT * FROM s1_vdata where wref = 36787 + 4498 Query SELECT tribe FROM s1_users where id = 94 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4498 Query SELECT * from s1_fdata where vref = 36787 + 4498 Query SELECT owner FROM s1_vdata where wref = 36787 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4498 Query SELECT * from s1_units where vref = 36787 + 4498 Query SELECT owner FROM s1_vdata where wref = 36787 + 4498 Query SELECT b4 FROM s1_users where id = 94 + 4498 Query SELECT * from s1_fdata where vref = 36787 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4498 Query SELECT crop FROM s1_vdata where wref = 36787 + 4498 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4498 Query SELECT owner FROM s1_vdata where wref = 36787 + 4498 Query SELECT b4 FROM s1_users where id = 94 + 4498 Query SELECT * from s1_fdata where vref = 36787 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4498 Query SELECT * from s1_units where vref = 1801 + 4498 Query SELECT * from s1_enforcement where vref = 1801 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4498 Query SELECT * FROM s1_vdata where wref = 1801 + 4498 Query SELECT tribe FROM s1_users where id = 90 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4498 Query SELECT * from s1_fdata where vref = 1801 + 4498 Query SELECT owner FROM s1_vdata where wref = 1801 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4498 Query SELECT * from s1_units where vref = 1801 + 4498 Query SELECT owner FROM s1_vdata where wref = 1801 + 4498 Query SELECT b4 FROM s1_users where id = 90 + 4498 Query SELECT * from s1_fdata where vref = 1801 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4498 Query SELECT crop FROM s1_vdata where wref = 1801 + 4498 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4498 Query SELECT owner FROM s1_vdata where wref = 1801 + 4498 Query SELECT b4 FROM s1_users where id = 90 + 4498 Query SELECT * from s1_fdata where vref = 1801 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4498 Query SELECT * from s1_units where vref = 1592 + 4498 Query SELECT * from s1_enforcement where vref = 1592 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4498 Query SELECT * FROM s1_vdata where wref = 1592 + 4498 Query SELECT tribe FROM s1_users where id = 67 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4498 Query SELECT * from s1_fdata where vref = 1592 + 4498 Query SELECT owner FROM s1_vdata where wref = 1592 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4498 Query SELECT * from s1_units where vref = 1592 + 4498 Query SELECT owner FROM s1_vdata where wref = 1592 + 4498 Query SELECT b4 FROM s1_users where id = 67 + 4498 Query SELECT * from s1_fdata where vref = 1592 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4498 Query SELECT crop FROM s1_vdata where wref = 1592 + 4498 Query SELECT owner FROM s1_vdata where wref = 1592 + 4498 Query SELECT b4 FROM s1_users where id = 67 + 4498 Query SELECT * from s1_fdata where vref = 1592 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4498 Query SELECT * from s1_units where vref = 20599 + 4498 Query SELECT * from s1_enforcement where vref = 20599 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4498 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4498 Query SELECT * FROM s1_vdata where wref = 20599 + 4498 Query SELECT tribe FROM s1_users where id = 46 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4498 Query SELECT * from s1_fdata where vref = 20599 + 4498 Query SELECT owner FROM s1_vdata where wref = 20599 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4498 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4498 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4498 Query SELECT owner FROM s1_vdata where wref = 20599 + 4498 Query SELECT b4 FROM s1_users where id = 46 + 4498 Query SELECT * from s1_fdata where vref = 20599 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4498 Query SELECT crop FROM s1_vdata where wref = 20599 + 4498 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4498 Query SELECT owner FROM s1_vdata where wref = 20599 + 4498 Query SELECT b4 FROM s1_users where id = 46 + 4498 Query SELECT * from s1_fdata where vref = 20599 + 4498 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4498 Query SELECT * FROM s1_vdata where celebration < 1508779519 AND celebration != 0 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779519 ORDER BY endtime ASC + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779519 + 4498 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779519 + 4498 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779519 + 4498 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4498 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4498 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4498 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779519 + 4498 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779519.6497 + 4498 Query SELECT * FROM s1_general WHERE shown = 1 + 4498 Query SELECT * FROM s1_users WHERE invited != 0 + 4498 Query SELECT * FROM `s1_fdata` + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4498 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4498 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779519 + 4498 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736319 + 4498 Query SELECT * FROM s1_config + 4498 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693119 + 4498 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4498 Query SELECT timestamp from s1_deleting where uid = 6 + 4498 Query SELECT * FROM s1_users WHERE `id`='6' + 4498 Query SELECT * FROM s1_users WHERE `id`='6' + 4498 Query SELECT * FROM s1_users WHERE `id`='6' + 4498 Query SELECT * FROM s1_users WHERE `id`='6' + 4498 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4498 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778919 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4498 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4498 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4498 Query SELECT * from s1_fdata where vref = 22609 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4498 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4498 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4498 Quit +171023 19:25:20 4499 Connect root@localhost as anonymous on + 4499 Init DB travian + 4499 Query SET NAMES 'UTF8' + 4499 Query SELECT * FROM s1_users where username = 'cyberghost' + 4499 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4499 Query SELECT sit FROM s1_online where uid = 6 + 4499 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4499 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4499 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4499 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4499 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4499 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4499 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4499 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4499 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4499 Query REPLACE into s1_active values ('cyberghost',1508779520) + 4499 Query UPDATE s1_users set timestamp = '1508779520' where username = 'cyberghost' + 4499 Query REPLACE into s1_active values ('cyberghost',1508779520) + 4499 Query UPDATE s1_users set timestamp = 1508779520 where username = 'cyberghost' + 4499 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4499 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4499 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4499 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4499 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4499 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4499 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4499 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4499 Query SELECT * FROM s1_vdata where wref = '22609' + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT * from s1_fdata where vref = 22609 + 4499 Query SELECT x,y FROM s1_wdata where id = 22609 + 4499 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4499 Query SELECT * FROM s1_odata where conqured = 22609 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_enforcement where vref = 22609 + 4499 Query SELECT * from s1_enforcement where `from` = 22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_enforcement where vref = 22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4499 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT tribe FROM s1_users where id = 6 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * from s1_tdata where vref = 22609 + 4499 Query SELECT * FROM s1_abdata where vref = 22609 + 4499 Query SELECT * FROM s1_research where vref = 22609 + 4499 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4499 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4499 Query SELECT * from s1_fdata where vref = 22609 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4499 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4499 Query UPDATE s1_vdata set lastupdate = 1508779520 where wref = 22609 + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT * from s1_fdata where vref = 22609 + 4499 Query SELECT x,y FROM s1_wdata where id = 22609 + 4499 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4499 Query SELECT * FROM s1_odata where conqured = 22609 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_enforcement where vref = 22609 + 4499 Query SELECT * from s1_enforcement where `from` = 22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_enforcement where vref = 22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4499 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT tribe FROM s1_users where id = 6 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * from s1_tdata where vref = 22609 + 4499 Query SELECT * FROM s1_abdata where vref = 22609 + 4499 Query SELECT * FROM s1_research where vref = 22609 + 4499 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4499 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4499 Query SELECT count(id) FROM s1_users where id > 5 + 4499 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4499 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4499 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4499 Query DELETE FROM s1_active WHERE timestamp < 1508563520 + 4499 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4499 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 16778 + 4499 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 16780 + 4499 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17378 + 4499 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17984 + 4499 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17986 + 4499 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18390 + 4499 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18595 + 4499 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18799 + 4499 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 19194 + 4499 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 20198 + 4499 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4499 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 22206 + 4499 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4499 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4499 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4499 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4499 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4499 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779520 + 4499 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778920 + 4499 Query SELECT * FROM s1_hero + 4499 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4499 Query UPDATE `s1_hero` SET lastupdate = '1508779520' WHERE heroid = 2 + 4499 Query SELECT * from s1_units where vref = 20599 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_units where vref = 18790 + 4499 Query SELECT uid FROM s1_deleting where timestamp < 1508779520 + 4499 Query SELECT * FROM s1_bdata where timestamp < 1508779520 and master = 0 + 4499 Query SELECT * FROM s1_bdata WHERE master = 1 + 4499 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779520 + 4499 Query SELECT * FROM `s1_fdata` + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4499 Query DELETE from s1_route where timeleft < 1508779520 + 4499 Query SELECT * FROM s1_route where timestamp < 1508779520 + 4499 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779520.5497 + 4499 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779520.5497 + 4499 Query SELECT * FROM s1_research where timestamp < 1508779520 + 4499 Query SELECT * FROM s1_training where vref IS NOT NULL + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT owner FROM s1_vdata where wref = 22609 + 4499 Query SELECT b4 FROM s1_users where id = 6 + 4499 Query SELECT * from s1_fdata where vref = 22609 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4499 Query SELECT * from s1_units where vref = 22609 + 4499 Query SELECT * from s1_enforcement where vref = 22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4499 Query SELECT * FROM s1_vdata where wref = 22609 + 4499 Query SELECT tribe FROM s1_users where id = 6 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4499 Query SELECT * from s1_fdata where vref = 22609 + 4499 Query SELECT owner FROM s1_vdata where wref = 22609 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4499 Query SELECT * from s1_units where vref = 36787 + 4499 Query SELECT * from s1_enforcement where vref = 36787 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4499 Query SELECT * FROM s1_vdata where wref = 36787 + 4499 Query SELECT tribe FROM s1_users where id = 94 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4499 Query SELECT * from s1_fdata where vref = 36787 + 4499 Query SELECT owner FROM s1_vdata where wref = 36787 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4499 Query SELECT * from s1_units where vref = 36787 + 4499 Query SELECT owner FROM s1_vdata where wref = 36787 + 4499 Query SELECT b4 FROM s1_users where id = 94 + 4499 Query SELECT * from s1_fdata where vref = 36787 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4499 Query SELECT crop FROM s1_vdata where wref = 36787 + 4499 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4499 Query SELECT owner FROM s1_vdata where wref = 36787 + 4499 Query SELECT b4 FROM s1_users where id = 94 + 4499 Query SELECT * from s1_fdata where vref = 36787 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4499 Query SELECT * from s1_units where vref = 1801 + 4499 Query SELECT * from s1_enforcement where vref = 1801 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4499 Query SELECT * FROM s1_vdata where wref = 1801 + 4499 Query SELECT tribe FROM s1_users where id = 90 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4499 Query SELECT * from s1_fdata where vref = 1801 + 4499 Query SELECT owner FROM s1_vdata where wref = 1801 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4499 Query SELECT * from s1_units where vref = 1801 + 4499 Query SELECT owner FROM s1_vdata where wref = 1801 + 4499 Query SELECT b4 FROM s1_users where id = 90 + 4499 Query SELECT * from s1_fdata where vref = 1801 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4499 Query SELECT crop FROM s1_vdata where wref = 1801 + 4499 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4499 Query SELECT owner FROM s1_vdata where wref = 1801 + 4499 Query SELECT b4 FROM s1_users where id = 90 + 4499 Query SELECT * from s1_fdata where vref = 1801 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4499 Query SELECT * from s1_units where vref = 1592 + 4499 Query SELECT * from s1_enforcement where vref = 1592 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4499 Query SELECT * FROM s1_vdata where wref = 1592 + 4499 Query SELECT tribe FROM s1_users where id = 67 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4499 Query SELECT * from s1_fdata where vref = 1592 + 4499 Query SELECT owner FROM s1_vdata where wref = 1592 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4499 Query SELECT * from s1_units where vref = 1592 + 4499 Query SELECT owner FROM s1_vdata where wref = 1592 + 4499 Query SELECT b4 FROM s1_users where id = 67 + 4499 Query SELECT * from s1_fdata where vref = 1592 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4499 Query SELECT crop FROM s1_vdata where wref = 1592 + 4499 Query SELECT owner FROM s1_vdata where wref = 1592 + 4499 Query SELECT b4 FROM s1_users where id = 67 + 4499 Query SELECT * from s1_fdata where vref = 1592 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4499 Query SELECT * from s1_units where vref = 20599 + 4499 Query SELECT * from s1_enforcement where vref = 20599 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4499 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4499 Query SELECT * FROM s1_vdata where wref = 20599 + 4499 Query SELECT tribe FROM s1_users where id = 46 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4499 Query SELECT * from s1_fdata where vref = 20599 + 4499 Query SELECT owner FROM s1_vdata where wref = 20599 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4499 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4499 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4499 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4499 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4499 Query SELECT owner FROM s1_vdata where wref = 20599 + 4499 Query SELECT b4 FROM s1_users where id = 46 + 4499 Query SELECT * from s1_fdata where vref = 20599 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4499 Query SELECT crop FROM s1_vdata where wref = 20599 + 4499 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4499 Query SELECT owner FROM s1_vdata where wref = 20599 + 4499 Query SELECT b4 FROM s1_users where id = 46 + 4499 Query SELECT * from s1_fdata where vref = 20599 + 4499 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4499 Query SELECT * FROM s1_vdata where celebration < 1508779520 AND celebration != 0 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779520 ORDER BY endtime ASC + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779520 + 4499 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779520 + 4499 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779520 + 4499 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4499 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4499 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4499 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779520 + 4499 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779520.6148 + 4499 Query SELECT * FROM s1_general WHERE shown = 1 + 4499 Query SELECT * FROM s1_users WHERE invited != 0 + 4499 Query SELECT * FROM `s1_fdata` + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4499 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4499 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779520 + 4499 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736320 + 4499 Query SELECT * FROM s1_config + 4499 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693120 + 4499 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4499 Query SELECT timestamp from s1_deleting where uid = 6 + 4499 Query UPDATE s1_demolition SET timetofinish=1508779520 WHERE vref=22609 + 4499 Query UPDATE s1_research SET timestamp=1508779519 WHERE vref = 22609 + 4499 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4499 Quit + 4500 Connect root@localhost as anonymous on + 4500 Init DB travian + 4500 Query SET NAMES 'UTF8' + 4500 Query SELECT * FROM s1_users where username = 'cyberghost' + 4500 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4500 Query SELECT sit FROM s1_online where uid = 6 + 4500 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4500 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4500 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4500 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4500 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4500 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4500 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4500 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4500 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4500 Query REPLACE into s1_active values ('cyberghost',1508779520) + 4500 Query UPDATE s1_users set timestamp = '1508779520' where username = 'cyberghost' + 4500 Query REPLACE into s1_active values ('cyberghost',1508779520) + 4500 Query UPDATE s1_users set timestamp = 1508779520 where username = 'cyberghost' + 4500 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4500 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4500 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4500 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4500 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4500 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4500 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4500 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4500 Query SELECT * FROM s1_vdata where wref = '22609' + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT x,y FROM s1_wdata where id = 22609 + 4500 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4500 Query SELECT * FROM s1_odata where conqured = 22609 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_enforcement where vref = 22609 + 4500 Query SELECT * from s1_enforcement where `from` = 22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_enforcement where vref = 22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4500 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT tribe FROM s1_users where id = 6 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * from s1_tdata where vref = 22609 + 4500 Query SELECT * FROM s1_abdata where vref = 22609 + 4500 Query SELECT * FROM s1_research where vref = 22609 + 4500 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4500 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4500 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4500 Query UPDATE s1_vdata set lastupdate = 1508779520 where wref = 22609 + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT x,y FROM s1_wdata where id = 22609 + 4500 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4500 Query SELECT * FROM s1_odata where conqured = 22609 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_enforcement where vref = 22609 + 4500 Query SELECT * from s1_enforcement where `from` = 22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_enforcement where vref = 22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4500 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT tribe FROM s1_users where id = 6 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * from s1_tdata where vref = 22609 + 4500 Query SELECT * FROM s1_abdata where vref = 22609 + 4500 Query SELECT * FROM s1_research where vref = 22609 + 4500 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4500 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4500 Query SELECT count(id) FROM s1_users where id > 5 + 4500 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4500 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4500 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4500 Query DELETE FROM s1_active WHERE timestamp < 1508563520 + 4500 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4500 Query UPDATE s1_odata set wood = 187, clay = 187, iron = 187, crop = 187 where wref = 16778 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 16778 + 4500 Query UPDATE s1_odata set wood = 152, clay = 152, iron = 152, crop = 152 where wref = 16780 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 16780 + 4500 Query UPDATE s1_odata set wood = 339, clay = 339, iron = 339, crop = 339 where wref = 17378 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17378 + 4500 Query UPDATE s1_odata set wood = 499, clay = 499, iron = 499, crop = 499 where wref = 17984 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17984 + 4500 Query UPDATE s1_odata set wood = 559, clay = 559, iron = 559, crop = 559 where wref = 17986 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 17986 + 4500 Query UPDATE s1_odata set wood = 108, clay = 108, iron = 108, crop = 108 where wref = 18390 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18390 + 4500 Query UPDATE s1_odata set wood = 476, clay = 476, iron = 476, crop = 476 where wref = 18595 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18595 + 4500 Query UPDATE s1_odata set wood = 316, clay = 316, iron = 316, crop = 316 where wref = 18799 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 18799 + 4500 Query UPDATE s1_odata set wood = 562, clay = 562, iron = 562, crop = 562 where wref = 19194 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 19194 + 4500 Query UPDATE s1_odata set wood = 24, clay = 24, iron = 24, crop = 24 where wref = 20198 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 20198 + 4500 Query UPDATE s1_odata set wood = 234, clay = 234, iron = 234, crop = 234 where wref = 22206 + 4500 Query UPDATE s1_odata set lastupdated = 1508779520 where wref = 22206 + 4500 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4500 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4500 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4500 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4500 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4500 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779520 + 4500 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778920 + 4500 Query SELECT * FROM s1_hero + 4500 Query SELECT * from s1_units where vref = 20599 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_units where vref = 18790 + 4500 Query SELECT uid FROM s1_deleting where timestamp < 1508779520 + 4500 Query SELECT * FROM s1_bdata where timestamp < 1508779520 and master = 0 + 4500 Query SELECT * FROM s1_bdata WHERE master = 1 + 4500 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779520 + 4500 Query SELECT * FROM `s1_fdata` + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4500 Query DELETE from s1_route where timeleft < 1508779520 + 4500 Query SELECT * FROM s1_route where timestamp < 1508779520 + 4500 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779520.8818 + 4500 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779520.8818 + 4500 Query SELECT * FROM s1_research where timestamp < 1508779520 + 4500 Query SELECT * FROM s1_training where vref IS NOT NULL + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT owner FROM s1_vdata where wref = 22609 + 4500 Query SELECT b4 FROM s1_users where id = 6 + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4500 Query SELECT * from s1_units where vref = 22609 + 4500 Query SELECT * from s1_enforcement where vref = 22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4500 Query SELECT * FROM s1_vdata where wref = 22609 + 4500 Query SELECT tribe FROM s1_users where id = 6 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT owner FROM s1_vdata where wref = 22609 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4500 Query SELECT * from s1_units where vref = 36787 + 4500 Query SELECT * from s1_enforcement where vref = 36787 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4500 Query SELECT * FROM s1_vdata where wref = 36787 + 4500 Query SELECT tribe FROM s1_users where id = 94 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4500 Query SELECT * from s1_fdata where vref = 36787 + 4500 Query SELECT owner FROM s1_vdata where wref = 36787 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4500 Query SELECT * from s1_units where vref = 36787 + 4500 Query SELECT owner FROM s1_vdata where wref = 36787 + 4500 Query SELECT b4 FROM s1_users where id = 94 + 4500 Query SELECT * from s1_fdata where vref = 36787 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4500 Query SELECT crop FROM s1_vdata where wref = 36787 + 4500 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4500 Query SELECT owner FROM s1_vdata where wref = 36787 + 4500 Query SELECT b4 FROM s1_users where id = 94 + 4500 Query SELECT * from s1_fdata where vref = 36787 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4500 Query SELECT * from s1_units where vref = 1801 + 4500 Query SELECT * from s1_enforcement where vref = 1801 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4500 Query SELECT * FROM s1_vdata where wref = 1801 + 4500 Query SELECT tribe FROM s1_users where id = 90 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4500 Query SELECT * from s1_fdata where vref = 1801 + 4500 Query SELECT owner FROM s1_vdata where wref = 1801 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4500 Query SELECT * from s1_units where vref = 1801 + 4500 Query SELECT owner FROM s1_vdata where wref = 1801 + 4500 Query SELECT b4 FROM s1_users where id = 90 + 4500 Query SELECT * from s1_fdata where vref = 1801 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4500 Query SELECT crop FROM s1_vdata where wref = 1801 + 4500 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4500 Query SELECT owner FROM s1_vdata where wref = 1801 + 4500 Query SELECT b4 FROM s1_users where id = 90 + 4500 Query SELECT * from s1_fdata where vref = 1801 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4500 Query SELECT * from s1_units where vref = 1592 + 4500 Query SELECT * from s1_enforcement where vref = 1592 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4500 Query SELECT * FROM s1_vdata where wref = 1592 + 4500 Query SELECT tribe FROM s1_users where id = 67 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4500 Query SELECT * from s1_fdata where vref = 1592 + 4500 Query SELECT owner FROM s1_vdata where wref = 1592 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4500 Query SELECT * from s1_units where vref = 1592 + 4500 Query SELECT owner FROM s1_vdata where wref = 1592 + 4500 Query SELECT b4 FROM s1_users where id = 67 + 4500 Query SELECT * from s1_fdata where vref = 1592 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4500 Query SELECT crop FROM s1_vdata where wref = 1592 + 4500 Query SELECT owner FROM s1_vdata where wref = 1592 + 4500 Query SELECT b4 FROM s1_users where id = 67 + 4500 Query SELECT * from s1_fdata where vref = 1592 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4500 Query SELECT * from s1_units where vref = 20599 + 4500 Query SELECT * from s1_enforcement where vref = 20599 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4500 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4500 Query SELECT * FROM s1_vdata where wref = 20599 + 4500 Query SELECT tribe FROM s1_users where id = 46 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4500 Query SELECT * from s1_fdata where vref = 20599 + 4500 Query SELECT owner FROM s1_vdata where wref = 20599 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4500 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4500 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4500 Query SELECT owner FROM s1_vdata where wref = 20599 + 4500 Query SELECT b4 FROM s1_users where id = 46 + 4500 Query SELECT * from s1_fdata where vref = 20599 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4500 Query SELECT crop FROM s1_vdata where wref = 20599 + 4500 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4500 Query SELECT owner FROM s1_vdata where wref = 20599 + 4500 Query SELECT b4 FROM s1_users where id = 46 + 4500 Query SELECT * from s1_fdata where vref = 20599 + 4500 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4500 Query SELECT * FROM s1_vdata where celebration < 1508779520 AND celebration != 0 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779520 ORDER BY endtime ASC + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779520 + 4500 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779520 + 4500 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779520 + 4500 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4500 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4500 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4500 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779520 + 4500 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779520.9498 + 4500 Query SELECT * FROM s1_general WHERE shown = 1 + 4500 Query SELECT * FROM s1_users WHERE invited != 0 + 4500 Query SELECT * FROM `s1_fdata` + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 +171023 19:25:21 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4500 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4500 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779521 + 4500 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736321 + 4500 Query SELECT * FROM s1_config + 4500 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693121 + 4500 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4500 Query SELECT timestamp from s1_deleting where uid = 6 + 4500 Query SELECT * FROM s1_users WHERE `id`='6' + 4500 Query SELECT * FROM s1_users WHERE `id`='6' + 4500 Query SELECT * FROM s1_users WHERE `id`='6' + 4500 Query SELECT * FROM s1_users WHERE `id`='6' + 4500 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4500 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778921 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4500 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4500 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4500 Query SELECT * from s1_fdata where vref = 22609 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4500 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4500 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4500 Quit + 4501 Connect root@localhost as anonymous on + 4501 Init DB travian + 4501 Query SET NAMES 'UTF8' + 4501 Query SELECT * FROM s1_users where username = 'cyberghost' + 4501 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4501 Query SELECT sit FROM s1_online where uid = 6 + 4501 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4501 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4501 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4501 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4501 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4501 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4501 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4501 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4501 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4501 Query REPLACE into s1_active values ('cyberghost',1508779521) + 4501 Query UPDATE s1_users set timestamp = '1508779521' where username = 'cyberghost' + 4501 Query REPLACE into s1_active values ('cyberghost',1508779521) + 4501 Query UPDATE s1_users set timestamp = 1508779521 where username = 'cyberghost' + 4501 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4501 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4501 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4501 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4501 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4501 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4501 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4501 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4501 Query SELECT * FROM s1_vdata where wref = '22609' + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT x,y FROM s1_wdata where id = 22609 + 4501 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4501 Query SELECT * FROM s1_odata where conqured = 22609 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_enforcement where vref = 22609 + 4501 Query SELECT * from s1_enforcement where `from` = 22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_enforcement where vref = 22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4501 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT tribe FROM s1_users where id = 6 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * from s1_tdata where vref = 22609 + 4501 Query SELECT * FROM s1_abdata where vref = 22609 + 4501 Query SELECT * FROM s1_research where vref = 22609 + 4501 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4501 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4501 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4501 Query UPDATE s1_vdata set lastupdate = 1508779521 where wref = 22609 + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT x,y FROM s1_wdata where id = 22609 + 4501 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4501 Query SELECT * FROM s1_odata where conqured = 22609 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_enforcement where vref = 22609 + 4501 Query SELECT * from s1_enforcement where `from` = 22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_enforcement where vref = 22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4501 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT tribe FROM s1_users where id = 6 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * from s1_tdata where vref = 22609 + 4501 Query SELECT * FROM s1_abdata where vref = 22609 + 4501 Query SELECT * FROM s1_research where vref = 22609 + 4501 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4501 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4501 Query SELECT count(id) FROM s1_users where id > 5 + 4501 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4501 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4501 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4501 Query DELETE FROM s1_active WHERE timestamp < 1508563521 + 4501 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4501 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 16778 + 4501 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 16780 + 4501 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 17378 + 4501 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 17984 + 4501 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 17986 + 4501 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 18390 + 4501 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 18595 + 4501 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 18799 + 4501 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 19194 + 4501 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 20198 + 4501 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4501 Query UPDATE s1_odata set lastupdated = 1508779521 where wref = 22206 + 4501 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4501 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4501 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4501 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4501 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4501 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779521 + 4501 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778921 + 4501 Query SELECT * FROM s1_hero + 4501 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4501 Query UPDATE `s1_hero` SET lastupdate = '1508779521' WHERE heroid = 2 + 4501 Query SELECT * from s1_units where vref = 20599 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_units where vref = 18790 +171023 19:25:22 4501 Query SELECT uid FROM s1_deleting where timestamp < 1508779522 + 4501 Query SELECT * FROM s1_bdata where timestamp < 1508779522 and master = 0 + 4501 Query SELECT * FROM s1_bdata WHERE master = 1 + 4501 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779522 + 4501 Query SELECT * FROM `s1_fdata` + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4501 Query DELETE from s1_route where timeleft < 1508779522 + 4501 Query SELECT * FROM s1_route where timestamp < 1508779522 + 4501 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779522.0918 + 4501 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779522.0918 + 4501 Query SELECT * FROM s1_research where timestamp < 1508779522 + 4501 Query SELECT * FROM s1_training where vref IS NOT NULL + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT owner FROM s1_vdata where wref = 22609 + 4501 Query SELECT b4 FROM s1_users where id = 6 + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4501 Query SELECT * from s1_units where vref = 22609 + 4501 Query SELECT * from s1_enforcement where vref = 22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4501 Query SELECT * FROM s1_vdata where wref = 22609 + 4501 Query SELECT tribe FROM s1_users where id = 6 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT owner FROM s1_vdata where wref = 22609 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4501 Query SELECT * from s1_units where vref = 36787 + 4501 Query SELECT * from s1_enforcement where vref = 36787 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4501 Query SELECT * FROM s1_vdata where wref = 36787 + 4501 Query SELECT tribe FROM s1_users where id = 94 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4501 Query SELECT * from s1_fdata where vref = 36787 + 4501 Query SELECT owner FROM s1_vdata where wref = 36787 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4501 Query SELECT * from s1_units where vref = 36787 + 4501 Query SELECT owner FROM s1_vdata where wref = 36787 + 4501 Query SELECT b4 FROM s1_users where id = 94 + 4501 Query SELECT * from s1_fdata where vref = 36787 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4501 Query SELECT crop FROM s1_vdata where wref = 36787 + 4501 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4501 Query SELECT owner FROM s1_vdata where wref = 36787 + 4501 Query SELECT b4 FROM s1_users where id = 94 + 4501 Query SELECT * from s1_fdata where vref = 36787 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4501 Query SELECT * from s1_units where vref = 1801 + 4501 Query SELECT * from s1_enforcement where vref = 1801 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4501 Query SELECT * FROM s1_vdata where wref = 1801 + 4501 Query SELECT tribe FROM s1_users where id = 90 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4501 Query SELECT * from s1_fdata where vref = 1801 + 4501 Query SELECT owner FROM s1_vdata where wref = 1801 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4501 Query SELECT * from s1_units where vref = 1801 + 4501 Query SELECT owner FROM s1_vdata where wref = 1801 + 4501 Query SELECT b4 FROM s1_users where id = 90 + 4501 Query SELECT * from s1_fdata where vref = 1801 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4501 Query SELECT crop FROM s1_vdata where wref = 1801 + 4501 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4501 Query SELECT owner FROM s1_vdata where wref = 1801 + 4501 Query SELECT b4 FROM s1_users where id = 90 + 4501 Query SELECT * from s1_fdata where vref = 1801 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4501 Query SELECT * from s1_units where vref = 1592 + 4501 Query SELECT * from s1_enforcement where vref = 1592 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4501 Query SELECT * FROM s1_vdata where wref = 1592 + 4501 Query SELECT tribe FROM s1_users where id = 67 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4501 Query SELECT * from s1_fdata where vref = 1592 + 4501 Query SELECT owner FROM s1_vdata where wref = 1592 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4501 Query SELECT * from s1_units where vref = 1592 + 4501 Query SELECT owner FROM s1_vdata where wref = 1592 + 4501 Query SELECT b4 FROM s1_users where id = 67 + 4501 Query SELECT * from s1_fdata where vref = 1592 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4501 Query SELECT crop FROM s1_vdata where wref = 1592 + 4501 Query SELECT owner FROM s1_vdata where wref = 1592 + 4501 Query SELECT b4 FROM s1_users where id = 67 + 4501 Query SELECT * from s1_fdata where vref = 1592 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4501 Query SELECT * from s1_units where vref = 20599 + 4501 Query SELECT * from s1_enforcement where vref = 20599 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4501 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4501 Query SELECT * FROM s1_vdata where wref = 20599 + 4501 Query SELECT tribe FROM s1_users where id = 46 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4501 Query SELECT * from s1_fdata where vref = 20599 + 4501 Query SELECT owner FROM s1_vdata where wref = 20599 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4501 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4501 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4501 Query SELECT owner FROM s1_vdata where wref = 20599 + 4501 Query SELECT b4 FROM s1_users where id = 46 + 4501 Query SELECT * from s1_fdata where vref = 20599 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4501 Query SELECT crop FROM s1_vdata where wref = 20599 + 4501 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4501 Query SELECT owner FROM s1_vdata where wref = 20599 + 4501 Query SELECT b4 FROM s1_users where id = 46 + 4501 Query SELECT * from s1_fdata where vref = 20599 + 4501 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4501 Query SELECT * FROM s1_vdata where celebration < 1508779522 AND celebration != 0 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779522 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779522 + 4501 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779522 + 4501 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779522 + 4501 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4501 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4501 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4501 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779522 + 4501 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779522.1788 + 4501 Query SELECT * FROM s1_general WHERE shown = 1 + 4501 Query SELECT * FROM s1_users WHERE invited != 0 + 4501 Query SELECT * FROM `s1_fdata` + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4501 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4501 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779522 + 4501 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736322 + 4501 Query SELECT * FROM s1_config + 4501 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693122 + 4501 Query SELECT * FROM s1_movement, s1_send where s1_movement.to = '22609' and s1_movement.ref = s1_send.id and s1_movement.proc = 0 and s1_movement.sort_type = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement, s1_send where s1_movement.from = '22609' and s1_movement.ref = s1_send.id and s1_movement.proc = 0 and s1_movement.sort_type = 0 ORDER BY endtime ASC + 4501 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and s1_movement.proc = 0 and s1_movement.sort_type = 2 ORDER BY endtime ASC + 4501 Query SELECT sum(s1_send.merchant) from s1_send, s1_movement where s1_movement.from = '22609' and s1_send.id = s1_movement.ref and s1_movement.proc = 0 and sort_type = 0 + 4501 Query SELECT sum(ref) from s1_movement where sort_type = 2 and s1_movement.to = '22609' and proc = 0 + 4501 Query SELECT sum(merchant) from s1_market where vref = 22609 and accept = 0 + 4501 Query SELECT owner FROM s1_vdata where wref = 22609 + 4501 Query SELECT alliance FROM s1_users where id = 6 + 4501 Query SELECT * FROM s1_market where vref = 22609 and accept = 0 + 4501 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4501 Query SELECT timestamp from s1_deleting where uid = 6 + 4501 Query SELECT capital,wref,name,pop,created from s1_vdata where owner = 6 order by pop desc + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4501 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778922 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4501 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4501 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4501 Query SELECT * from s1_fdata where vref = 22609 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4501 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4501 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4501 Quit +171023 19:25:23 4502 Connect root@localhost as anonymous on + 4502 Init DB travian + 4502 Query SET NAMES 'UTF8' + 4502 Query SELECT * FROM s1_users where username = 'cyberghost' + 4502 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4502 Query SELECT sit FROM s1_online where uid = 6 + 4502 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4502 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4502 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4502 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4502 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4502 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4502 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4502 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4502 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4502 Query REPLACE into s1_active values ('cyberghost',1508779523) + 4502 Query UPDATE s1_users set timestamp = '1508779523' where username = 'cyberghost' + 4502 Query REPLACE into s1_active values ('cyberghost',1508779523) + 4502 Query UPDATE s1_users set timestamp = 1508779523 where username = 'cyberghost' + 4502 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4502 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4502 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4502 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4502 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4502 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4502 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4502 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4502 Query SELECT * FROM s1_vdata where wref = '22609' + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT x,y FROM s1_wdata where id = 22609 + 4502 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4502 Query SELECT * FROM s1_odata where conqured = 22609 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_enforcement where vref = 22609 + 4502 Query SELECT * from s1_enforcement where `from` = 22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_enforcement where vref = 22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4502 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT tribe FROM s1_users where id = 6 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * from s1_tdata where vref = 22609 + 4502 Query SELECT * FROM s1_abdata where vref = 22609 + 4502 Query SELECT * FROM s1_research where vref = 22609 + 4502 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4502 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4502 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4502 Query UPDATE s1_vdata set lastupdate = 1508779523 where wref = 22609 + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT x,y FROM s1_wdata where id = 22609 + 4502 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4502 Query SELECT * FROM s1_odata where conqured = 22609 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_enforcement where vref = 22609 + 4502 Query SELECT * from s1_enforcement where `from` = 22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_enforcement where vref = 22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4502 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT tribe FROM s1_users where id = 6 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * from s1_tdata where vref = 22609 + 4502 Query SELECT * FROM s1_abdata where vref = 22609 + 4502 Query SELECT * FROM s1_research where vref = 22609 + 4502 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4502 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4502 Query SELECT count(id) FROM s1_users where id > 5 + 4502 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4502 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4502 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4502 Query DELETE FROM s1_active WHERE timestamp < 1508563523 + 4502 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4502 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 16778 + 4502 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 16780 + 4502 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 17378 + 4502 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 17984 + 4502 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 17986 + 4502 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 18390 + 4502 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 18595 + 4502 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 18799 + 4502 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 19194 + 4502 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 20198 + 4502 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4502 Query UPDATE s1_odata set lastupdated = 1508779523 where wref = 22206 + 4502 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4502 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4502 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4502 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4502 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4502 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779523 + 4502 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778923 + 4502 Query SELECT * FROM s1_hero + 4502 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4502 Query UPDATE `s1_hero` SET lastupdate = '1508779523' WHERE heroid = 2 + 4502 Query SELECT * from s1_units where vref = 20599 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_units where vref = 18790 + 4502 Query SELECT uid FROM s1_deleting where timestamp < 1508779523 + 4502 Query SELECT * FROM s1_bdata where timestamp < 1508779523 and master = 0 + 4502 Query SELECT * FROM s1_bdata WHERE master = 1 + 4502 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779523 + 4502 Query SELECT * FROM `s1_fdata` + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4502 Query DELETE from s1_route where timeleft < 1508779523 + 4502 Query SELECT * FROM s1_route where timestamp < 1508779523 + 4502 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779523.6999 + 4502 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779523.6999 + 4502 Query SELECT * FROM s1_research where timestamp < 1508779523 + 4502 Query SELECT * FROM s1_training where vref IS NOT NULL + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT owner FROM s1_vdata where wref = 22609 + 4502 Query SELECT b4 FROM s1_users where id = 6 + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4502 Query SELECT * from s1_units where vref = 22609 + 4502 Query SELECT * from s1_enforcement where vref = 22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4502 Query SELECT * FROM s1_vdata where wref = 22609 + 4502 Query SELECT tribe FROM s1_users where id = 6 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT owner FROM s1_vdata where wref = 22609 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4502 Query SELECT * from s1_units where vref = 36787 + 4502 Query SELECT * from s1_enforcement where vref = 36787 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4502 Query SELECT * FROM s1_vdata where wref = 36787 + 4502 Query SELECT tribe FROM s1_users where id = 94 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4502 Query SELECT * from s1_fdata where vref = 36787 + 4502 Query SELECT owner FROM s1_vdata where wref = 36787 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4502 Query SELECT * from s1_units where vref = 36787 + 4502 Query SELECT owner FROM s1_vdata where wref = 36787 + 4502 Query SELECT b4 FROM s1_users where id = 94 + 4502 Query SELECT * from s1_fdata where vref = 36787 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4502 Query SELECT crop FROM s1_vdata where wref = 36787 + 4502 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4502 Query SELECT owner FROM s1_vdata where wref = 36787 + 4502 Query SELECT b4 FROM s1_users where id = 94 + 4502 Query SELECT * from s1_fdata where vref = 36787 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4502 Query SELECT * from s1_units where vref = 1801 + 4502 Query SELECT * from s1_enforcement where vref = 1801 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4502 Query SELECT * FROM s1_vdata where wref = 1801 + 4502 Query SELECT tribe FROM s1_users where id = 90 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4502 Query SELECT * from s1_fdata where vref = 1801 + 4502 Query SELECT owner FROM s1_vdata where wref = 1801 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4502 Query SELECT * from s1_units where vref = 1801 + 4502 Query SELECT owner FROM s1_vdata where wref = 1801 + 4502 Query SELECT b4 FROM s1_users where id = 90 + 4502 Query SELECT * from s1_fdata where vref = 1801 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4502 Query SELECT crop FROM s1_vdata where wref = 1801 + 4502 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4502 Query SELECT owner FROM s1_vdata where wref = 1801 + 4502 Query SELECT b4 FROM s1_users where id = 90 + 4502 Query SELECT * from s1_fdata where vref = 1801 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4502 Query SELECT * from s1_units where vref = 1592 + 4502 Query SELECT * from s1_enforcement where vref = 1592 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4502 Query SELECT * FROM s1_vdata where wref = 1592 + 4502 Query SELECT tribe FROM s1_users where id = 67 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4502 Query SELECT * from s1_fdata where vref = 1592 + 4502 Query SELECT owner FROM s1_vdata where wref = 1592 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4502 Query SELECT * from s1_units where vref = 1592 + 4502 Query SELECT owner FROM s1_vdata where wref = 1592 + 4502 Query SELECT b4 FROM s1_users where id = 67 + 4502 Query SELECT * from s1_fdata where vref = 1592 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4502 Query SELECT crop FROM s1_vdata where wref = 1592 + 4502 Query SELECT owner FROM s1_vdata where wref = 1592 + 4502 Query SELECT b4 FROM s1_users where id = 67 + 4502 Query SELECT * from s1_fdata where vref = 1592 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4502 Query SELECT * from s1_units where vref = 20599 + 4502 Query SELECT * from s1_enforcement where vref = 20599 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4502 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4502 Query SELECT * FROM s1_vdata where wref = 20599 + 4502 Query SELECT tribe FROM s1_users where id = 46 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4502 Query SELECT * from s1_fdata where vref = 20599 + 4502 Query SELECT owner FROM s1_vdata where wref = 20599 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4502 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4502 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4502 Query SELECT owner FROM s1_vdata where wref = 20599 + 4502 Query SELECT b4 FROM s1_users where id = 46 + 4502 Query SELECT * from s1_fdata where vref = 20599 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4502 Query SELECT crop FROM s1_vdata where wref = 20599 + 4502 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4502 Query SELECT owner FROM s1_vdata where wref = 20599 + 4502 Query SELECT b4 FROM s1_users where id = 46 + 4502 Query SELECT * from s1_fdata where vref = 20599 + 4502 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4502 Query SELECT * FROM s1_vdata where celebration < 1508779523 AND celebration != 0 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779523 ORDER BY endtime ASC + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779523 + 4502 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779523 + 4502 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779523 + 4502 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4502 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4502 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4502 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779523 + 4502 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779523.7699 + 4502 Query SELECT * FROM s1_general WHERE shown = 1 + 4502 Query SELECT * FROM s1_users WHERE invited != 0 + 4502 Query SELECT * FROM `s1_fdata` + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4502 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4502 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779523 + 4502 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736323 + 4502 Query SELECT * FROM s1_config + 4502 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693123 + 4502 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4502 Query SELECT timestamp from s1_deleting where uid = 6 + 4502 Query SELECT * FROM s1_users WHERE `id`='6' + 4502 Query SELECT * FROM s1_users WHERE `id`='6' + 4502 Query SELECT * FROM s1_users WHERE `id`='6' + 4502 Query SELECT * FROM s1_users WHERE `id`='6' + 4502 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4502 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778923 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4502 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4502 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4502 Query SELECT * from s1_fdata where vref = 22609 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4502 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4502 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4502 Quit +171023 19:25:25 4503 Connect root@localhost as anonymous on + 4503 Init DB travian + 4503 Query SET NAMES 'UTF8' + 4503 Query SELECT * FROM s1_users where username = 'cyberghost' + 4503 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4503 Query SELECT sit FROM s1_online where uid = 6 + 4503 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4503 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4503 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4503 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4503 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4503 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4503 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4503 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4503 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4503 Query REPLACE into s1_active values ('cyberghost',1508779525) + 4503 Query UPDATE s1_users set timestamp = '1508779525' where username = 'cyberghost' + 4503 Query REPLACE into s1_active values ('cyberghost',1508779525) + 4503 Query UPDATE s1_users set timestamp = 1508779525 where username = 'cyberghost' + 4503 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4503 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4503 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4503 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4503 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4503 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4503 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4503 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4503 Query SELECT * FROM s1_vdata where wref = '22609' + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT x,y FROM s1_wdata where id = 22609 + 4503 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4503 Query SELECT * FROM s1_odata where conqured = 22609 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_enforcement where vref = 22609 + 4503 Query SELECT * from s1_enforcement where `from` = 22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_enforcement where vref = 22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4503 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT tribe FROM s1_users where id = 6 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * from s1_tdata where vref = 22609 + 4503 Query SELECT * FROM s1_abdata where vref = 22609 + 4503 Query SELECT * FROM s1_research where vref = 22609 + 4503 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4503 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4503 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4503 Query UPDATE s1_vdata set lastupdate = 1508779525 where wref = 22609 + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT x,y FROM s1_wdata where id = 22609 + 4503 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4503 Query SELECT * FROM s1_odata where conqured = 22609 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_enforcement where vref = 22609 + 4503 Query SELECT * from s1_enforcement where `from` = 22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_enforcement where vref = 22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4503 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT tribe FROM s1_users where id = 6 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * from s1_tdata where vref = 22609 + 4503 Query SELECT * FROM s1_abdata where vref = 22609 + 4503 Query SELECT * FROM s1_research where vref = 22609 + 4503 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4503 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4503 Query SELECT count(id) FROM s1_users where id > 5 + 4503 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4503 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4503 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4503 Query DELETE FROM s1_active WHERE timestamp < 1508563525 + 4503 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4503 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 16778 + 4503 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 16780 + 4503 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 17378 + 4503 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 17984 + 4503 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 17986 + 4503 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 18390 + 4503 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 18595 + 4503 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 18799 + 4503 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 19194 + 4503 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 20198 + 4503 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4503 Query UPDATE s1_odata set lastupdated = 1508779525 where wref = 22206 + 4503 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4503 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4503 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4503 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4503 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4503 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779525 + 4503 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778925 + 4503 Query SELECT * FROM s1_hero + 4503 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4503 Query UPDATE `s1_hero` SET lastupdate = '1508779525' WHERE heroid = 2 + 4503 Query SELECT * from s1_units where vref = 20599 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_units where vref = 18790 + 4503 Query SELECT uid FROM s1_deleting where timestamp < 1508779525 + 4503 Query SELECT * FROM s1_bdata where timestamp < 1508779525 and master = 0 + 4503 Query SELECT * FROM s1_bdata WHERE master = 1 + 4503 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779525 + 4503 Query SELECT * FROM `s1_fdata` + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4503 Query DELETE from s1_route where timeleft < 1508779525 + 4503 Query SELECT * FROM s1_route where timestamp < 1508779525 + 4503 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779525.233 + 4503 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779525.233 + 4503 Query SELECT * FROM s1_research where timestamp < 1508779525 + 4503 Query SELECT * FROM s1_training where vref IS NOT NULL + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT owner FROM s1_vdata where wref = 22609 + 4503 Query SELECT b4 FROM s1_users where id = 6 + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4503 Query SELECT * from s1_units where vref = 22609 + 4503 Query SELECT * from s1_enforcement where vref = 22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4503 Query SELECT * FROM s1_vdata where wref = 22609 + 4503 Query SELECT tribe FROM s1_users where id = 6 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT owner FROM s1_vdata where wref = 22609 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4503 Query SELECT * from s1_units where vref = 36787 + 4503 Query SELECT * from s1_enforcement where vref = 36787 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4503 Query SELECT * FROM s1_vdata where wref = 36787 + 4503 Query SELECT tribe FROM s1_users where id = 94 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4503 Query SELECT * from s1_fdata where vref = 36787 + 4503 Query SELECT owner FROM s1_vdata where wref = 36787 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4503 Query SELECT * from s1_units where vref = 36787 + 4503 Query SELECT owner FROM s1_vdata where wref = 36787 + 4503 Query SELECT b4 FROM s1_users where id = 94 + 4503 Query SELECT * from s1_fdata where vref = 36787 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4503 Query SELECT crop FROM s1_vdata where wref = 36787 + 4503 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4503 Query SELECT owner FROM s1_vdata where wref = 36787 + 4503 Query SELECT b4 FROM s1_users where id = 94 + 4503 Query SELECT * from s1_fdata where vref = 36787 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4503 Query SELECT * from s1_units where vref = 1801 + 4503 Query SELECT * from s1_enforcement where vref = 1801 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4503 Query SELECT * FROM s1_vdata where wref = 1801 + 4503 Query SELECT tribe FROM s1_users where id = 90 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4503 Query SELECT * from s1_fdata where vref = 1801 + 4503 Query SELECT owner FROM s1_vdata where wref = 1801 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4503 Query SELECT * from s1_units where vref = 1801 + 4503 Query SELECT owner FROM s1_vdata where wref = 1801 + 4503 Query SELECT b4 FROM s1_users where id = 90 + 4503 Query SELECT * from s1_fdata where vref = 1801 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4503 Query SELECT crop FROM s1_vdata where wref = 1801 + 4503 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4503 Query SELECT owner FROM s1_vdata where wref = 1801 + 4503 Query SELECT b4 FROM s1_users where id = 90 + 4503 Query SELECT * from s1_fdata where vref = 1801 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4503 Query SELECT * from s1_units where vref = 1592 + 4503 Query SELECT * from s1_enforcement where vref = 1592 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4503 Query SELECT * FROM s1_vdata where wref = 1592 + 4503 Query SELECT tribe FROM s1_users where id = 67 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4503 Query SELECT * from s1_fdata where vref = 1592 + 4503 Query SELECT owner FROM s1_vdata where wref = 1592 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4503 Query SELECT * from s1_units where vref = 1592 + 4503 Query SELECT owner FROM s1_vdata where wref = 1592 + 4503 Query SELECT b4 FROM s1_users where id = 67 + 4503 Query SELECT * from s1_fdata where vref = 1592 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4503 Query SELECT crop FROM s1_vdata where wref = 1592 + 4503 Query SELECT owner FROM s1_vdata where wref = 1592 + 4503 Query SELECT b4 FROM s1_users where id = 67 + 4503 Query SELECT * from s1_fdata where vref = 1592 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4503 Query SELECT * from s1_units where vref = 20599 + 4503 Query SELECT * from s1_enforcement where vref = 20599 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4503 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4503 Query SELECT * FROM s1_vdata where wref = 20599 + 4503 Query SELECT tribe FROM s1_users where id = 46 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4503 Query SELECT * from s1_fdata where vref = 20599 + 4503 Query SELECT owner FROM s1_vdata where wref = 20599 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4503 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4503 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4503 Query SELECT owner FROM s1_vdata where wref = 20599 + 4503 Query SELECT b4 FROM s1_users where id = 46 + 4503 Query SELECT * from s1_fdata where vref = 20599 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4503 Query SELECT crop FROM s1_vdata where wref = 20599 + 4503 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4503 Query SELECT owner FROM s1_vdata where wref = 20599 + 4503 Query SELECT b4 FROM s1_users where id = 46 + 4503 Query SELECT * from s1_fdata where vref = 20599 + 4503 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4503 Query SELECT * FROM s1_vdata where celebration < 1508779525 AND celebration != 0 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779525 ORDER BY endtime ASC + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779525 + 4503 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779525 + 4503 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779525 + 4503 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4503 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4503 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4503 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779525 + 4503 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779525.301 + 4503 Query SELECT * FROM s1_general WHERE shown = 1 + 4503 Query SELECT * FROM s1_users WHERE invited != 0 + 4503 Query SELECT * FROM `s1_fdata` + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4503 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4503 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779525 + 4503 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736325 + 4503 Query SELECT * FROM s1_config + 4503 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693125 + 4503 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4503 Query SELECT timestamp from s1_deleting where uid = 6 + 4503 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4503 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778925 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4503 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4503 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4503 Query SELECT * from s1_fdata where vref = 22609 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4503 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4503 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4503 Quit +171023 19:25:26 4504 Connect root@localhost as anonymous on + 4504 Init DB travian + 4504 Query SET NAMES 'UTF8' + 4504 Query SELECT * FROM s1_users where username = 'cyberghost' + 4504 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4504 Query SELECT sit FROM s1_online where uid = 6 + 4504 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4504 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4504 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4504 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4504 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4504 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4504 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4504 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4504 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4504 Query REPLACE into s1_active values ('cyberghost',1508779526) + 4504 Query UPDATE s1_users set timestamp = '1508779526' where username = 'cyberghost' + 4504 Query REPLACE into s1_active values ('cyberghost',1508779526) + 4504 Query UPDATE s1_users set timestamp = 1508779526 where username = 'cyberghost' + 4504 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4504 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4504 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4504 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4504 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4504 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4504 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4504 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4504 Query SELECT * FROM s1_vdata where wref = '22609' + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT x,y FROM s1_wdata where id = 22609 + 4504 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4504 Query SELECT * FROM s1_odata where conqured = 22609 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_enforcement where vref = 22609 + 4504 Query SELECT * from s1_enforcement where `from` = 22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_enforcement where vref = 22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4504 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT tribe FROM s1_users where id = 6 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * from s1_tdata where vref = 22609 + 4504 Query SELECT * FROM s1_abdata where vref = 22609 + 4504 Query SELECT * FROM s1_research where vref = 22609 + 4504 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4504 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4504 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4504 Query UPDATE s1_vdata set lastupdate = 1508779526 where wref = 22609 + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT x,y FROM s1_wdata where id = 22609 + 4504 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4504 Query SELECT * FROM s1_odata where conqured = 22609 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_enforcement where vref = 22609 + 4504 Query SELECT * from s1_enforcement where `from` = 22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_enforcement where vref = 22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4504 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT tribe FROM s1_users where id = 6 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * from s1_tdata where vref = 22609 + 4504 Query SELECT * FROM s1_abdata where vref = 22609 + 4504 Query SELECT * FROM s1_research where vref = 22609 + 4504 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4504 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4504 Query SELECT count(id) FROM s1_users where id > 5 + 4504 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4504 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4504 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4504 Query DELETE FROM s1_active WHERE timestamp < 1508563526 + 4504 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4504 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 16778 + 4504 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 16780 + 4504 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 17378 + 4504 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 17984 + 4504 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 17986 + 4504 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 18390 + 4504 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 18595 + 4504 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 18799 + 4504 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 19194 + 4504 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 20198 + 4504 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4504 Query UPDATE s1_odata set lastupdated = 1508779526 where wref = 22206 + 4504 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4504 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4504 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4504 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4504 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4504 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779526 + 4504 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778926 + 4504 Query SELECT * FROM s1_hero + 4504 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4504 Query UPDATE `s1_hero` SET lastupdate = '1508779526' WHERE heroid = 2 + 4504 Query SELECT * from s1_units where vref = 20599 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_units where vref = 18790 + 4504 Query SELECT uid FROM s1_deleting where timestamp < 1508779526 + 4504 Query SELECT * FROM s1_bdata where timestamp < 1508779526 and master = 0 + 4504 Query SELECT * FROM s1_bdata WHERE master = 1 + 4504 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779526 + 4504 Query SELECT * FROM `s1_fdata` + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4504 Query DELETE from s1_route where timeleft < 1508779526 + 4504 Query SELECT * FROM s1_route where timestamp < 1508779526 + 4504 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779526.6691 + 4504 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779526.6691 + 4504 Query SELECT * FROM s1_research where timestamp < 1508779526 + 4504 Query SELECT * FROM s1_training where vref IS NOT NULL + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT owner FROM s1_vdata where wref = 22609 + 4504 Query SELECT b4 FROM s1_users where id = 6 + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4504 Query SELECT * from s1_units where vref = 22609 + 4504 Query SELECT * from s1_enforcement where vref = 22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4504 Query SELECT * FROM s1_vdata where wref = 22609 + 4504 Query SELECT tribe FROM s1_users where id = 6 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT owner FROM s1_vdata where wref = 22609 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4504 Query SELECT * from s1_units where vref = 36787 + 4504 Query SELECT * from s1_enforcement where vref = 36787 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4504 Query SELECT * FROM s1_vdata where wref = 36787 + 4504 Query SELECT tribe FROM s1_users where id = 94 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4504 Query SELECT * from s1_fdata where vref = 36787 + 4504 Query SELECT owner FROM s1_vdata where wref = 36787 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4504 Query SELECT * from s1_units where vref = 36787 + 4504 Query SELECT owner FROM s1_vdata where wref = 36787 + 4504 Query SELECT b4 FROM s1_users where id = 94 + 4504 Query SELECT * from s1_fdata where vref = 36787 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4504 Query SELECT crop FROM s1_vdata where wref = 36787 + 4504 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4504 Query SELECT owner FROM s1_vdata where wref = 36787 + 4504 Query SELECT b4 FROM s1_users where id = 94 + 4504 Query SELECT * from s1_fdata where vref = 36787 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4504 Query SELECT * from s1_units where vref = 1801 + 4504 Query SELECT * from s1_enforcement where vref = 1801 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4504 Query SELECT * FROM s1_vdata where wref = 1801 + 4504 Query SELECT tribe FROM s1_users where id = 90 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4504 Query SELECT * from s1_fdata where vref = 1801 + 4504 Query SELECT owner FROM s1_vdata where wref = 1801 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4504 Query SELECT * from s1_units where vref = 1801 + 4504 Query SELECT owner FROM s1_vdata where wref = 1801 + 4504 Query SELECT b4 FROM s1_users where id = 90 + 4504 Query SELECT * from s1_fdata where vref = 1801 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4504 Query SELECT crop FROM s1_vdata where wref = 1801 + 4504 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4504 Query SELECT owner FROM s1_vdata where wref = 1801 + 4504 Query SELECT b4 FROM s1_users where id = 90 + 4504 Query SELECT * from s1_fdata where vref = 1801 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4504 Query SELECT * from s1_units where vref = 1592 + 4504 Query SELECT * from s1_enforcement where vref = 1592 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4504 Query SELECT * FROM s1_vdata where wref = 1592 + 4504 Query SELECT tribe FROM s1_users where id = 67 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4504 Query SELECT * from s1_fdata where vref = 1592 + 4504 Query SELECT owner FROM s1_vdata where wref = 1592 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4504 Query SELECT * from s1_units where vref = 1592 + 4504 Query SELECT owner FROM s1_vdata where wref = 1592 + 4504 Query SELECT b4 FROM s1_users where id = 67 + 4504 Query SELECT * from s1_fdata where vref = 1592 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4504 Query SELECT crop FROM s1_vdata where wref = 1592 + 4504 Query SELECT owner FROM s1_vdata where wref = 1592 + 4504 Query SELECT b4 FROM s1_users where id = 67 + 4504 Query SELECT * from s1_fdata where vref = 1592 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4504 Query SELECT * from s1_units where vref = 20599 + 4504 Query SELECT * from s1_enforcement where vref = 20599 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4504 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4504 Query SELECT * FROM s1_vdata where wref = 20599 + 4504 Query SELECT tribe FROM s1_users where id = 46 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4504 Query SELECT * from s1_fdata where vref = 20599 + 4504 Query SELECT owner FROM s1_vdata where wref = 20599 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4504 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4504 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4504 Query SELECT owner FROM s1_vdata where wref = 20599 + 4504 Query SELECT b4 FROM s1_users where id = 46 + 4504 Query SELECT * from s1_fdata where vref = 20599 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4504 Query SELECT crop FROM s1_vdata where wref = 20599 + 4504 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4504 Query SELECT owner FROM s1_vdata where wref = 20599 + 4504 Query SELECT b4 FROM s1_users where id = 46 + 4504 Query SELECT * from s1_fdata where vref = 20599 + 4504 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4504 Query SELECT * FROM s1_vdata where celebration < 1508779526 AND celebration != 0 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779526 ORDER BY endtime ASC + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779526 + 4504 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779526 + 4504 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779526 + 4504 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4504 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4504 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4504 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779526 + 4504 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779526.7391 + 4504 Query SELECT * FROM s1_general WHERE shown = 1 + 4504 Query SELECT * FROM s1_users WHERE invited != 0 + 4504 Query SELECT * FROM `s1_fdata` + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4504 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4504 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779526 + 4504 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736326 + 4504 Query SELECT * FROM s1_config + 4504 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693126 + 4504 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4504 Query SELECT timestamp from s1_deleting where uid = 6 + 4504 Query SELECT * FROM s1_users where invited = 6 order by regtime desc + 4504 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4504 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778926 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4504 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4504 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4504 Query SELECT * from s1_fdata where vref = 22609 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4504 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4504 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4504 Quit +171023 19:25:27 4505 Connect root@localhost as anonymous on + 4505 Init DB travian + 4505 Query SET NAMES 'UTF8' + 4505 Query SELECT * FROM s1_users where username = 'cyberghost' + 4505 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4505 Query SELECT sit FROM s1_online where uid = 6 + 4505 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4505 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4505 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4505 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4505 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4505 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4505 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4505 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4505 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4505 Query REPLACE into s1_active values ('cyberghost',1508779527) +171023 19:25:28 4505 Query UPDATE s1_users set timestamp = '1508779527' where username = 'cyberghost' + 4505 Query REPLACE into s1_active values ('cyberghost',1508779527) + 4505 Query UPDATE s1_users set timestamp = 1508779527 where username = 'cyberghost' + 4505 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4505 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4505 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4505 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4505 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4505 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4505 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4505 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4505 Query SELECT * FROM s1_vdata where wref = '22609' + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT x,y FROM s1_wdata where id = 22609 + 4505 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4505 Query SELECT * FROM s1_odata where conqured = 22609 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_enforcement where vref = 22609 + 4505 Query SELECT * from s1_enforcement where `from` = 22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_enforcement where vref = 22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4505 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT tribe FROM s1_users where id = 6 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * from s1_tdata where vref = 22609 + 4505 Query SELECT * FROM s1_abdata where vref = 22609 + 4505 Query SELECT * FROM s1_research where vref = 22609 + 4505 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4505 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4505 Query UPDATE s1_vdata set wood = 29029, clay = 38500, iron = 29027, crop = 45393 where wref = 22609 + 4505 Query UPDATE s1_vdata set lastupdate = 1508779528 where wref = 22609 + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT x,y FROM s1_wdata where id = 22609 + 4505 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4505 Query SELECT * FROM s1_odata where conqured = 22609 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_enforcement where vref = 22609 + 4505 Query SELECT * from s1_enforcement where `from` = 22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_enforcement where vref = 22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4505 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT tribe FROM s1_users where id = 6 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * from s1_tdata where vref = 22609 + 4505 Query SELECT * FROM s1_abdata where vref = 22609 + 4505 Query SELECT * FROM s1_research where vref = 22609 + 4505 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4505 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4505 Query SELECT count(id) FROM s1_users where id > 5 + 4505 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4505 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4505 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4505 Query DELETE FROM s1_active WHERE timestamp < 1508563528 + 4505 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4505 Query UPDATE s1_odata set wood = 187.00444444444, clay = 187.00444444444, iron = 187.00444444444, crop = 187.00444444444 where wref = 16778 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 16778 + 4505 Query UPDATE s1_odata set wood = 152.00444444444, clay = 152.00444444444, iron = 152.00444444444, crop = 152.00444444444 where wref = 16780 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 16780 + 4505 Query UPDATE s1_odata set wood = 339.00444444444, clay = 339.00444444444, iron = 339.00444444444, crop = 339.00444444444 where wref = 17378 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 17378 + 4505 Query UPDATE s1_odata set wood = 499.00444444444, clay = 499.00444444444, iron = 499.00444444444, crop = 499.00444444444 where wref = 17984 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 17984 + 4505 Query UPDATE s1_odata set wood = 559.00444444444, clay = 559.00444444444, iron = 559.00444444444, crop = 559.00444444444 where wref = 17986 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 17986 + 4505 Query UPDATE s1_odata set wood = 108.00444444444, clay = 108.00444444444, iron = 108.00444444444, crop = 108.00444444444 where wref = 18390 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 18390 + 4505 Query UPDATE s1_odata set wood = 476.00444444444, clay = 476.00444444444, iron = 476.00444444444, crop = 476.00444444444 where wref = 18595 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 18595 + 4505 Query UPDATE s1_odata set wood = 316.00444444444, clay = 316.00444444444, iron = 316.00444444444, crop = 316.00444444444 where wref = 18799 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 18799 + 4505 Query UPDATE s1_odata set wood = 562.00444444444, clay = 562.00444444444, iron = 562.00444444444, crop = 562.00444444444 where wref = 19194 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 19194 + 4505 Query UPDATE s1_odata set wood = 24.004444444444, clay = 24.004444444444, iron = 24.004444444444, crop = 24.004444444444 where wref = 20198 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 20198 + 4505 Query UPDATE s1_odata set wood = 234.00444444444, clay = 234.00444444444, iron = 234.00444444444, crop = 234.00444444444 where wref = 22206 + 4505 Query UPDATE s1_odata set lastupdated = 1508779528 where wref = 22206 + 4505 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4505 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4505 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4505 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4505 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4505 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779528 + 4505 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778928 + 4505 Query SELECT * FROM s1_hero + 4505 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4505 Query UPDATE `s1_hero` SET lastupdate = '1508779528' WHERE heroid = 2 + 4505 Query SELECT * from s1_units where vref = 20599 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_units where vref = 18790 + 4505 Query SELECT uid FROM s1_deleting where timestamp < 1508779528 + 4505 Query SELECT * FROM s1_bdata where timestamp < 1508779528 and master = 0 + 4505 Query SELECT * FROM s1_bdata WHERE master = 1 + 4505 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779528 + 4505 Query SELECT * FROM `s1_fdata` + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4505 Query DELETE from s1_route where timeleft < 1508779528 + 4505 Query SELECT * FROM s1_route where timestamp < 1508779528 + 4505 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779528.1982 + 4505 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779528.1982 + 4505 Query SELECT * FROM s1_research where timestamp < 1508779528 + 4505 Query SELECT * FROM s1_training where vref IS NOT NULL + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT owner FROM s1_vdata where wref = 22609 + 4505 Query SELECT b4 FROM s1_users where id = 6 + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4505 Query SELECT * from s1_units where vref = 22609 + 4505 Query SELECT * from s1_enforcement where vref = 22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4505 Query SELECT * FROM s1_vdata where wref = 22609 + 4505 Query SELECT tribe FROM s1_users where id = 6 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT owner FROM s1_vdata where wref = 22609 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4505 Query SELECT * from s1_units where vref = 36787 + 4505 Query SELECT * from s1_enforcement where vref = 36787 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4505 Query SELECT * FROM s1_vdata where wref = 36787 + 4505 Query SELECT tribe FROM s1_users where id = 94 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4505 Query SELECT * from s1_fdata where vref = 36787 + 4505 Query SELECT owner FROM s1_vdata where wref = 36787 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4505 Query SELECT * from s1_units where vref = 36787 + 4505 Query SELECT owner FROM s1_vdata where wref = 36787 + 4505 Query SELECT b4 FROM s1_users where id = 94 + 4505 Query SELECT * from s1_fdata where vref = 36787 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4505 Query SELECT crop FROM s1_vdata where wref = 36787 + 4505 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4505 Query SELECT owner FROM s1_vdata where wref = 36787 + 4505 Query SELECT b4 FROM s1_users where id = 94 + 4505 Query SELECT * from s1_fdata where vref = 36787 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4505 Query SELECT * from s1_units where vref = 1801 + 4505 Query SELECT * from s1_enforcement where vref = 1801 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4505 Query SELECT * FROM s1_vdata where wref = 1801 + 4505 Query SELECT tribe FROM s1_users where id = 90 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4505 Query SELECT * from s1_fdata where vref = 1801 + 4505 Query SELECT owner FROM s1_vdata where wref = 1801 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4505 Query SELECT * from s1_units where vref = 1801 + 4505 Query SELECT owner FROM s1_vdata where wref = 1801 + 4505 Query SELECT b4 FROM s1_users where id = 90 + 4505 Query SELECT * from s1_fdata where vref = 1801 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4505 Query SELECT crop FROM s1_vdata where wref = 1801 + 4505 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4505 Query SELECT owner FROM s1_vdata where wref = 1801 + 4505 Query SELECT b4 FROM s1_users where id = 90 + 4505 Query SELECT * from s1_fdata where vref = 1801 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4505 Query SELECT * from s1_units where vref = 1592 + 4505 Query SELECT * from s1_enforcement where vref = 1592 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4505 Query SELECT * FROM s1_vdata where wref = 1592 + 4505 Query SELECT tribe FROM s1_users where id = 67 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4505 Query SELECT * from s1_fdata where vref = 1592 + 4505 Query SELECT owner FROM s1_vdata where wref = 1592 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4505 Query SELECT * from s1_units where vref = 1592 + 4505 Query SELECT owner FROM s1_vdata where wref = 1592 + 4505 Query SELECT b4 FROM s1_users where id = 67 + 4505 Query SELECT * from s1_fdata where vref = 1592 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4505 Query SELECT crop FROM s1_vdata where wref = 1592 + 4505 Query SELECT owner FROM s1_vdata where wref = 1592 + 4505 Query SELECT b4 FROM s1_users where id = 67 + 4505 Query SELECT * from s1_fdata where vref = 1592 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4505 Query SELECT * from s1_units where vref = 20599 + 4505 Query SELECT * from s1_enforcement where vref = 20599 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4505 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4505 Query SELECT * FROM s1_vdata where wref = 20599 + 4505 Query SELECT tribe FROM s1_users where id = 46 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4505 Query SELECT * from s1_fdata where vref = 20599 + 4505 Query SELECT owner FROM s1_vdata where wref = 20599 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4505 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4505 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4505 Query SELECT owner FROM s1_vdata where wref = 20599 + 4505 Query SELECT b4 FROM s1_users where id = 46 + 4505 Query SELECT * from s1_fdata where vref = 20599 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4505 Query SELECT crop FROM s1_vdata where wref = 20599 + 4505 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4505 Query SELECT owner FROM s1_vdata where wref = 20599 + 4505 Query SELECT b4 FROM s1_users where id = 46 + 4505 Query SELECT * from s1_fdata where vref = 20599 + 4505 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4505 Query SELECT * FROM s1_vdata where celebration < 1508779528 AND celebration != 0 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779528 ORDER BY endtime ASC + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779528 + 4505 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779528 + 4505 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779528 + 4505 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4505 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4505 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4505 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779528 + 4505 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779528.2832 + 4505 Query SELECT * FROM s1_general WHERE shown = 1 + 4505 Query SELECT * FROM s1_users WHERE invited != 0 + 4505 Query SELECT * FROM `s1_fdata` + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4505 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4505 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779528 + 4505 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736328 + 4505 Query SELECT * FROM s1_config + 4505 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693128 + 4505 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4505 Query SELECT timestamp from s1_deleting where uid = 6 + 4505 Query SELECT * FROM s1_users WHERE `id`='6' + 4505 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4505 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778928 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4505 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4505 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4505 Query SELECT * from s1_fdata where vref = 22609 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4505 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4505 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4505 Quit +171023 19:25:30 4506 Connect root@localhost as anonymous on + 4506 Init DB travian + 4506 Query SET NAMES 'UTF8' + 4506 Query SELECT * FROM s1_users where username = 'cyberghost' + 4506 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4506 Query SELECT sit FROM s1_online where uid = 6 + 4506 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4506 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4506 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4506 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4506 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4506 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4506 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4506 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4506 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4506 Query REPLACE into s1_active values ('cyberghost',1508779530) + 4506 Query UPDATE s1_users set timestamp = '1508779530' where username = 'cyberghost' + 4506 Query REPLACE into s1_active values ('cyberghost',1508779530) + 4506 Query UPDATE s1_users set timestamp = 1508779530 where username = 'cyberghost' + 4506 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4506 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4506 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4506 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4506 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4506 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4506 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4506 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4506 Query SELECT * FROM s1_vdata where wref = '22609' + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT x,y FROM s1_wdata where id = 22609 + 4506 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4506 Query SELECT * FROM s1_odata where conqured = 22609 + 4506 Query SELECT * from s1_units where vref = 22609 +171023 19:25:31 4506 Query SELECT * from s1_enforcement where vref = 22609 + 4506 Query SELECT * from s1_enforcement where `from` = 22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4506 Query SELECT * from s1_units where vref = 22609 + 4506 Query SELECT * from s1_enforcement where vref = 22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4506 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT tribe FROM s1_users where id = 6 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * from s1_tdata where vref = 22609 + 4506 Query SELECT * FROM s1_abdata where vref = 22609 + 4506 Query SELECT * FROM s1_research where vref = 22609 + 4506 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4506 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4506 Query UPDATE s1_vdata set wood = 29030, clay = 38501, iron = 29028, crop = 45394 where wref = 22609 + 4506 Query UPDATE s1_vdata set lastupdate = 1508779531 where wref = 22609 + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT x,y FROM s1_wdata where id = 22609 + 4506 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4506 Query SELECT * FROM s1_odata where conqured = 22609 + 4506 Query SELECT * from s1_units where vref = 22609 + 4506 Query SELECT * from s1_enforcement where vref = 22609 + 4506 Query SELECT * from s1_enforcement where `from` = 22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4506 Query SELECT * from s1_units where vref = 22609 + 4506 Query SELECT * from s1_enforcement where vref = 22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4506 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT tribe FROM s1_users where id = 6 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * from s1_tdata where vref = 22609 + 4506 Query SELECT * FROM s1_abdata where vref = 22609 + 4506 Query SELECT * FROM s1_research where vref = 22609 + 4506 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4506 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4506 Query SELECT count(id) FROM s1_users where id > 5 + 4506 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4506 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4506 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4506 Query DELETE FROM s1_active WHERE timestamp < 1508563531 + 4506 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4506 Query UPDATE s1_odata set wood = 187.00666666667, clay = 187.00666666667, iron = 187.00666666667, crop = 187.00666666667 where wref = 16778 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 16778 + 4506 Query UPDATE s1_odata set wood = 152.00666666667, clay = 152.00666666667, iron = 152.00666666667, crop = 152.00666666667 where wref = 16780 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 16780 + 4506 Query UPDATE s1_odata set wood = 339.00666666667, clay = 339.00666666667, iron = 339.00666666667, crop = 339.00666666667 where wref = 17378 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 17378 + 4506 Query UPDATE s1_odata set wood = 499.00666666667, clay = 499.00666666667, iron = 499.00666666667, crop = 499.00666666667 where wref = 17984 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 17984 + 4506 Query UPDATE s1_odata set wood = 559.00666666667, clay = 559.00666666667, iron = 559.00666666667, crop = 559.00666666667 where wref = 17986 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 17986 + 4506 Query UPDATE s1_odata set wood = 108.00666666667, clay = 108.00666666667, iron = 108.00666666667, crop = 108.00666666667 where wref = 18390 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 18390 + 4506 Query UPDATE s1_odata set wood = 476.00666666667, clay = 476.00666666667, iron = 476.00666666667, crop = 476.00666666667 where wref = 18595 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 18595 + 4506 Query UPDATE s1_odata set wood = 316.00666666667, clay = 316.00666666667, iron = 316.00666666667, crop = 316.00666666667 where wref = 18799 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 18799 + 4506 Query UPDATE s1_odata set wood = 562.00666666667, clay = 562.00666666667, iron = 562.00666666667, crop = 562.00666666667 where wref = 19194 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 19194 + 4506 Query UPDATE s1_odata set wood = 24.006666666667, clay = 24.006666666667, iron = 24.006666666667, crop = 24.006666666667 where wref = 20198 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 20198 + 4506 Query UPDATE s1_odata set wood = 234.00666666667, clay = 234.00666666667, iron = 234.00666666667, crop = 234.00666666667 where wref = 22206 + 4506 Query UPDATE s1_odata set lastupdated = 1508779531 where wref = 22206 + 4506 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4506 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4506 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4506 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4506 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4506 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779531 + 4506 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778931 + 4506 Query SELECT * FROM s1_hero + 4506 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4506 Query UPDATE `s1_hero` SET lastupdate = '1508779531' WHERE heroid = 2 + 4506 Query SELECT * from s1_units where vref = 20599 + 4506 Query SELECT * from s1_units where vref = 22609 + 4506 Query SELECT * from s1_units where vref = 18790 + 4506 Query SELECT uid FROM s1_deleting where timestamp < 1508779531 + 4506 Query SELECT * FROM s1_bdata where timestamp < 1508779531 and master = 0 + 4506 Query SELECT * FROM s1_bdata WHERE master = 1 + 4506 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779531 + 4506 Query SELECT * FROM `s1_fdata` + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4506 Query DELETE from s1_route where timeleft < 1508779531 + 4506 Query SELECT * FROM s1_route where timestamp < 1508779531 + 4506 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779531.1754 + 4506 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779531.1754 + 4506 Query SELECT * FROM s1_research where timestamp < 1508779531 + 4506 Query SELECT * FROM s1_training where vref IS NOT NULL + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT owner FROM s1_vdata where wref = 22609 + 4506 Query SELECT b4 FROM s1_users where id = 6 + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4506 Query SELECT * from s1_units where vref = 22609 + 4506 Query SELECT * from s1_enforcement where vref = 22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4506 Query SELECT * FROM s1_vdata where wref = 22609 + 4506 Query SELECT tribe FROM s1_users where id = 6 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT owner FROM s1_vdata where wref = 22609 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4506 Query SELECT * from s1_units where vref = 36787 + 4506 Query SELECT * from s1_enforcement where vref = 36787 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4506 Query SELECT * FROM s1_vdata where wref = 36787 + 4506 Query SELECT tribe FROM s1_users where id = 94 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4506 Query SELECT * from s1_fdata where vref = 36787 + 4506 Query SELECT owner FROM s1_vdata where wref = 36787 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4506 Query SELECT * from s1_units where vref = 36787 + 4506 Query SELECT owner FROM s1_vdata where wref = 36787 + 4506 Query SELECT b4 FROM s1_users where id = 94 + 4506 Query SELECT * from s1_fdata where vref = 36787 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4506 Query SELECT crop FROM s1_vdata where wref = 36787 + 4506 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4506 Query SELECT owner FROM s1_vdata where wref = 36787 + 4506 Query SELECT b4 FROM s1_users where id = 94 + 4506 Query SELECT * from s1_fdata where vref = 36787 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4506 Query SELECT * from s1_units where vref = 1801 + 4506 Query SELECT * from s1_enforcement where vref = 1801 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4506 Query SELECT * FROM s1_vdata where wref = 1801 + 4506 Query SELECT tribe FROM s1_users where id = 90 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4506 Query SELECT * from s1_fdata where vref = 1801 + 4506 Query SELECT owner FROM s1_vdata where wref = 1801 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4506 Query SELECT * from s1_units where vref = 1801 + 4506 Query SELECT owner FROM s1_vdata where wref = 1801 + 4506 Query SELECT b4 FROM s1_users where id = 90 + 4506 Query SELECT * from s1_fdata where vref = 1801 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4506 Query SELECT crop FROM s1_vdata where wref = 1801 + 4506 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4506 Query SELECT owner FROM s1_vdata where wref = 1801 + 4506 Query SELECT b4 FROM s1_users where id = 90 + 4506 Query SELECT * from s1_fdata where vref = 1801 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4506 Query SELECT * from s1_units where vref = 1592 + 4506 Query SELECT * from s1_enforcement where vref = 1592 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4506 Query SELECT * FROM s1_vdata where wref = 1592 + 4506 Query SELECT tribe FROM s1_users where id = 67 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4506 Query SELECT * from s1_fdata where vref = 1592 + 4506 Query SELECT owner FROM s1_vdata where wref = 1592 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4506 Query SELECT * from s1_units where vref = 1592 + 4506 Query SELECT owner FROM s1_vdata where wref = 1592 + 4506 Query SELECT b4 FROM s1_users where id = 67 + 4506 Query SELECT * from s1_fdata where vref = 1592 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4506 Query SELECT crop FROM s1_vdata where wref = 1592 + 4506 Query SELECT owner FROM s1_vdata where wref = 1592 + 4506 Query SELECT b4 FROM s1_users where id = 67 + 4506 Query SELECT * from s1_fdata where vref = 1592 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4506 Query SELECT * from s1_units where vref = 20599 + 4506 Query SELECT * from s1_enforcement where vref = 20599 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4506 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4506 Query SELECT * FROM s1_vdata where wref = 20599 + 4506 Query SELECT tribe FROM s1_users where id = 46 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4506 Query SELECT * from s1_fdata where vref = 20599 + 4506 Query SELECT owner FROM s1_vdata where wref = 20599 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4506 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4506 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4506 Query SELECT owner FROM s1_vdata where wref = 20599 + 4506 Query SELECT b4 FROM s1_users where id = 46 + 4506 Query SELECT * from s1_fdata where vref = 20599 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4506 Query SELECT crop FROM s1_vdata where wref = 20599 + 4506 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4506 Query SELECT owner FROM s1_vdata where wref = 20599 + 4506 Query SELECT b4 FROM s1_users where id = 46 + 4506 Query SELECT * from s1_fdata where vref = 20599 + 4506 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4506 Query SELECT * FROM s1_vdata where celebration < 1508779531 AND celebration != 0 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779531 ORDER BY endtime ASC + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779531 + 4506 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779531 + 4506 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779531 + 4506 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4506 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4506 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4506 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779531 + 4506 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779531.2504 + 4506 Query SELECT * FROM s1_general WHERE shown = 1 + 4506 Query SELECT * FROM s1_users WHERE invited != 0 + 4506 Query SELECT * FROM `s1_fdata` + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4506 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4506 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779531 + 4506 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736331 + 4506 Query SELECT * FROM s1_config + 4506 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693131 + 4506 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4506 Query SELECT timestamp from s1_deleting where uid = 6 + 4506 Query SELECT * FROM s1_users where invited = 6 order by regtime desc + 4506 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4506 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778931 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4506 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4506 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4506 Query SELECT * from s1_fdata where vref = 22609 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4506 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4506 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4506 Quit +171023 19:25:32 4507 Connect root@localhost as anonymous on + 4507 Init DB travian + 4507 Query SET NAMES 'UTF8' + 4507 Query SELECT * FROM s1_users where username = 'cyberghost' + 4507 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4507 Query SELECT sit FROM s1_online where uid = 6 + 4507 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4507 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4507 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4507 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4507 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4507 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4507 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4507 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4507 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4507 Query REPLACE into s1_active values ('cyberghost',1508779532) + 4507 Query UPDATE s1_users set timestamp = '1508779532' where username = 'cyberghost' + 4507 Query REPLACE into s1_active values ('cyberghost',1508779532) + 4507 Query UPDATE s1_users set timestamp = 1508779532 where username = 'cyberghost' + 4507 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4507 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4507 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4507 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4507 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4507 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4507 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC + 4507 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4507 Query SELECT * FROM s1_vdata where wref = '22609' + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT x,y FROM s1_wdata where id = 22609 + 4507 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4507 Query SELECT * FROM s1_odata where conqured = 22609 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_enforcement where vref = 22609 + 4507 Query SELECT * from s1_enforcement where `from` = 22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_enforcement where vref = 22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4507 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT tribe FROM s1_users where id = 6 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * from s1_tdata where vref = 22609 + 4507 Query SELECT * FROM s1_abdata where vref = 22609 + 4507 Query SELECT * FROM s1_research where vref = 22609 + 4507 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4507 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4507 Query UPDATE s1_vdata set wood = 29030, clay = 38501, iron = 29028, crop = 45394 where wref = 22609 + 4507 Query UPDATE s1_vdata set lastupdate = 1508779532 where wref = 22609 + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT x,y FROM s1_wdata where id = 22609 + 4507 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4507 Query SELECT * FROM s1_odata where conqured = 22609 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_enforcement where vref = 22609 + 4507 Query SELECT * from s1_enforcement where `from` = 22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_enforcement where vref = 22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4507 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT tribe FROM s1_users where id = 6 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * from s1_tdata where vref = 22609 + 4507 Query SELECT * FROM s1_abdata where vref = 22609 + 4507 Query SELECT * FROM s1_research where vref = 22609 + 4507 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4507 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4507 Query SELECT count(id) FROM s1_users where id > 5 + 4507 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4507 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4507 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4507 Query DELETE FROM s1_active WHERE timestamp < 1508563532 + 4507 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4507 Query UPDATE s1_odata set wood = 187.00222222222, clay = 187.00222222222, iron = 187.00222222222, crop = 187.00222222222 where wref = 16778 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 16778 + 4507 Query UPDATE s1_odata set wood = 152.00222222222, clay = 152.00222222222, iron = 152.00222222222, crop = 152.00222222222 where wref = 16780 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 16780 + 4507 Query UPDATE s1_odata set wood = 339.00222222222, clay = 339.00222222222, iron = 339.00222222222, crop = 339.00222222222 where wref = 17378 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 17378 + 4507 Query UPDATE s1_odata set wood = 499.00222222222, clay = 499.00222222222, iron = 499.00222222222, crop = 499.00222222222 where wref = 17984 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 17984 + 4507 Query UPDATE s1_odata set wood = 559.00222222222, clay = 559.00222222222, iron = 559.00222222222, crop = 559.00222222222 where wref = 17986 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 17986 + 4507 Query UPDATE s1_odata set wood = 108.00222222222, clay = 108.00222222222, iron = 108.00222222222, crop = 108.00222222222 where wref = 18390 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 18390 + 4507 Query UPDATE s1_odata set wood = 476.00222222222, clay = 476.00222222222, iron = 476.00222222222, crop = 476.00222222222 where wref = 18595 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 18595 + 4507 Query UPDATE s1_odata set wood = 316.00222222222, clay = 316.00222222222, iron = 316.00222222222, crop = 316.00222222222 where wref = 18799 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 18799 + 4507 Query UPDATE s1_odata set wood = 562.00222222222, clay = 562.00222222222, iron = 562.00222222222, crop = 562.00222222222 where wref = 19194 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 19194 + 4507 Query UPDATE s1_odata set wood = 24.002222222222, clay = 24.002222222222, iron = 24.002222222222, crop = 24.002222222222 where wref = 20198 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 20198 + 4507 Query UPDATE s1_odata set wood = 234.00222222222, clay = 234.00222222222, iron = 234.00222222222, crop = 234.00222222222 where wref = 22206 + 4507 Query UPDATE s1_odata set lastupdated = 1508779532 where wref = 22206 + 4507 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4507 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4507 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4507 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4507 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4507 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779532 + 4507 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778932 + 4507 Query SELECT * FROM s1_hero + 4507 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4507 Query UPDATE `s1_hero` SET lastupdate = '1508779532' WHERE heroid = 2 + 4507 Query SELECT * from s1_units where vref = 20599 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_units where vref = 18790 + 4507 Query SELECT uid FROM s1_deleting where timestamp < 1508779532 + 4507 Query SELECT * FROM s1_bdata where timestamp < 1508779532 and master = 0 + 4507 Query SELECT * FROM s1_bdata WHERE master = 1 + 4507 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779532 + 4507 Query SELECT * FROM `s1_fdata` + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4507 Query DELETE from s1_route where timeleft < 1508779532 + 4507 Query SELECT * FROM s1_route where timestamp < 1508779532 + 4507 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779532.6194 + 4507 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779532.6194 + 4507 Query SELECT * FROM s1_research where timestamp < 1508779532 + 4507 Query SELECT * FROM s1_training where vref IS NOT NULL + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT owner FROM s1_vdata where wref = 22609 + 4507 Query SELECT b4 FROM s1_users where id = 6 + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4507 Query SELECT * from s1_units where vref = 22609 + 4507 Query SELECT * from s1_enforcement where vref = 22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4507 Query SELECT * FROM s1_vdata where wref = 22609 + 4507 Query SELECT tribe FROM s1_users where id = 6 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT owner FROM s1_vdata where wref = 22609 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4507 Query SELECT * from s1_units where vref = 36787 + 4507 Query SELECT * from s1_enforcement where vref = 36787 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4507 Query SELECT * FROM s1_vdata where wref = 36787 + 4507 Query SELECT tribe FROM s1_users where id = 94 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4507 Query SELECT * from s1_fdata where vref = 36787 + 4507 Query SELECT owner FROM s1_vdata where wref = 36787 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4507 Query SELECT * from s1_units where vref = 36787 + 4507 Query SELECT owner FROM s1_vdata where wref = 36787 + 4507 Query SELECT b4 FROM s1_users where id = 94 + 4507 Query SELECT * from s1_fdata where vref = 36787 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4507 Query SELECT crop FROM s1_vdata where wref = 36787 + 4507 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4507 Query SELECT owner FROM s1_vdata where wref = 36787 + 4507 Query SELECT b4 FROM s1_users where id = 94 + 4507 Query SELECT * from s1_fdata where vref = 36787 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4507 Query SELECT * from s1_units where vref = 1801 + 4507 Query SELECT * from s1_enforcement where vref = 1801 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4507 Query SELECT * FROM s1_vdata where wref = 1801 + 4507 Query SELECT tribe FROM s1_users where id = 90 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4507 Query SELECT * from s1_fdata where vref = 1801 + 4507 Query SELECT owner FROM s1_vdata where wref = 1801 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4507 Query SELECT * from s1_units where vref = 1801 + 4507 Query SELECT owner FROM s1_vdata where wref = 1801 + 4507 Query SELECT b4 FROM s1_users where id = 90 + 4507 Query SELECT * from s1_fdata where vref = 1801 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4507 Query SELECT crop FROM s1_vdata where wref = 1801 + 4507 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4507 Query SELECT owner FROM s1_vdata where wref = 1801 + 4507 Query SELECT b4 FROM s1_users where id = 90 + 4507 Query SELECT * from s1_fdata where vref = 1801 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4507 Query SELECT * from s1_units where vref = 1592 + 4507 Query SELECT * from s1_enforcement where vref = 1592 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4507 Query SELECT * FROM s1_vdata where wref = 1592 + 4507 Query SELECT tribe FROM s1_users where id = 67 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4507 Query SELECT * from s1_fdata where vref = 1592 + 4507 Query SELECT owner FROM s1_vdata where wref = 1592 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4507 Query SELECT * from s1_units where vref = 1592 + 4507 Query SELECT owner FROM s1_vdata where wref = 1592 + 4507 Query SELECT b4 FROM s1_users where id = 67 + 4507 Query SELECT * from s1_fdata where vref = 1592 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4507 Query SELECT crop FROM s1_vdata where wref = 1592 + 4507 Query SELECT owner FROM s1_vdata where wref = 1592 + 4507 Query SELECT b4 FROM s1_users where id = 67 + 4507 Query SELECT * from s1_fdata where vref = 1592 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4507 Query SELECT * from s1_units where vref = 20599 + 4507 Query SELECT * from s1_enforcement where vref = 20599 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4507 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4507 Query SELECT * FROM s1_vdata where wref = 20599 + 4507 Query SELECT tribe FROM s1_users where id = 46 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4507 Query SELECT * from s1_fdata where vref = 20599 + 4507 Query SELECT owner FROM s1_vdata where wref = 20599 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4507 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4507 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4507 Query SELECT owner FROM s1_vdata where wref = 20599 + 4507 Query SELECT b4 FROM s1_users where id = 46 + 4507 Query SELECT * from s1_fdata where vref = 20599 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4507 Query SELECT crop FROM s1_vdata where wref = 20599 + 4507 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4507 Query SELECT owner FROM s1_vdata where wref = 20599 + 4507 Query SELECT b4 FROM s1_users where id = 46 + 4507 Query SELECT * from s1_fdata where vref = 20599 + 4507 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4507 Query SELECT * FROM s1_vdata where celebration < 1508779532 AND celebration != 0 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779532 ORDER BY endtime ASC + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779532 + 4507 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779532 + 4507 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779532 + 4507 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4507 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4507 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4507 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779532 + 4507 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779532.6884 + 4507 Query SELECT * FROM s1_general WHERE shown = 1 + 4507 Query SELECT * FROM s1_users WHERE invited != 0 + 4507 Query SELECT * FROM `s1_fdata` + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4507 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4507 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779532 + 4507 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736332 + 4507 Query SELECT * FROM s1_config + 4507 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693132 + 4507 Query SELECT vref FROM s1_fdata WHERE f99 = '100' and f99t = '40' + 4507 Query SELECT timestamp from s1_deleting where uid = 6 + 4507 Query SELECT * FROM s1_users where invited = 6 order by regtime desc + 4507 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4507 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778932 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4507 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4507 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4507 Query SELECT * from s1_fdata where vref = 22609 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4507 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4507 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4507 Quit +171023 19:25:48 4508 Connect root@localhost as anonymous on + 4508 Init DB travian + 4508 Query SET NAMES 'UTF8' + 4508 Query SELECT * FROM s1_users where username = 'cyberghost' + 4508 Query SELECT wref from s1_vdata where owner = 6 order by capital DESC,pop DESC + 4508 Query SELECT sit FROM s1_online where uid = 6 + 4508 Query SELECT SUM(hero) from s1_enforcement where `from` = 22609 + 4508 Query SELECT SUM(hero) from s1_units where `vref` = 22609 + 4508 Query SELECT SUM(t11) from s1_prisoners where `from` = 22609 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT SUM(hero) from s1_enforcement where `from` = 23623 + 4508 Query SELECT SUM(hero) from s1_units where `vref` = 23623 + 4508 Query SELECT SUM(t11) from s1_prisoners where `from` = 23623 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23623' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT SUM(hero) from s1_enforcement where `from` = 23036 + 4508 Query SELECT SUM(hero) from s1_units where `vref` = 23036 + 4508 Query SELECT SUM(t11) from s1_prisoners where `from` = 23036 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '23036' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT dead FROM s1_hero WHERE `uid` = 6 + 4508 Query SELECT inrevive FROM s1_hero WHERE `uid` = 6 + 4508 Query SELECT intraining FROM s1_hero WHERE `uid` = 6 + 4508 Query REPLACE into s1_active values ('cyberghost',1508779548) + 4508 Query UPDATE s1_users set timestamp = '1508779548' where username = 'cyberghost' + 4508 Query REPLACE into s1_active values ('cyberghost',1508779548) + 4508 Query UPDATE s1_users set timestamp = 1508779548 where username = 'cyberghost' + 4508 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 ORDER BY time DESC + 4508 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) ORDER BY time DESC + 4508 Query SELECT * FROM s1_mdata WHERE target IN(6, 1) and send = 0 and archived = 0 and deltarget = 0 ORDER BY time DESC + 4508 Query SELECT * FROM s1_mdata WHERE owner IN(6, 1) and delowner = 0 ORDER BY time DESC + 4508 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 + 4508 Query SELECT * FROM s1_mdata where target IN(6, 1) and send = 0 and archived = 1 and deltarget = 0 + 4508 Query SELECT * FROM s1_ndata where uid = 6 ORDER BY time DESC +171023 19:25:49 4508 Query SELECT * FROM s1_ndata where uid = 6 and del = 0 ORDER BY time DESC + 4508 Query SELECT * FROM s1_vdata where wref = '22609' + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT x,y FROM s1_wdata where id = 22609 + 4508 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4508 Query SELECT * FROM s1_odata where conqured = 22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT * from s1_enforcement where `from` = 22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4508 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT tribe FROM s1_users where id = 6 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * from s1_tdata where vref = 22609 + 4508 Query SELECT * FROM s1_abdata where vref = 22609 + 4508 Query SELECT * FROM s1_research where vref = 22609 + 4508 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4508 Query SELECT * FROM s1_artefacts WHERE vref = '22609' AND type = '4' order by size + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND type = 4 AND size=3 + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT wood,clay,iron,crop,maxstore,maxcrop from s1_vdata where wref = 22609 + 4508 Query UPDATE s1_vdata set wood = 29035, clay = 38509, iron = 29033, crop = 45400 where wref = 22609 + 4508 Query UPDATE s1_vdata set lastupdate = 1508779549 where wref = 22609 + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT x,y FROM s1_wdata where id = 22609 + 4508 Query SELECT id, fieldtype FROM s1_wdata where id = 22609 + 4508 Query SELECT * FROM s1_odata where conqured = 22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT * from s1_enforcement where `from` = 22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4508 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT tribe FROM s1_users where id = 6 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * from s1_tdata where vref = 22609 + 4508 Query SELECT * FROM s1_abdata where vref = 22609 + 4508 Query SELECT * FROM s1_research where vref = 22609 + 4508 Query SELECT * FROM s1_bdata where wid = 22609 and master = 1 order by master,timestamp ASC + 4508 Query SELECT * FROM s1_bdata where wid = 22609 order by master,timestamp ASC + 4508 Query SELECT count(id) FROM s1_users where id > 5 + 4508 Query SELECT s1_users.id userid, s1_users.username username, s1_users.oldrank oldrank, s1_users.alliance alliance, ( + + SELECT SUM( s1_vdata.pop ) + FROM s1_vdata + WHERE s1_vdata.owner = userid + )totalpop, ( + + SELECT COUNT( s1_vdata.wref ) + FROM s1_vdata + WHERE s1_vdata.owner = userid AND type != 99 + )totalvillages, ( + + SELECT s1_alidata.tag + FROM s1_alidata, s1_users + WHERE s1_alidata.id = s1_users.alliance + AND s1_users.id = userid + )allitag + FROM s1_users + WHERE s1_users.access < 8 + AND s1_users.tribe <= 5 + AND s1_users.id > 5 + ORDER BY totalpop DESC, totalvillages DESC, userid DESC + 4508 Query SELECT * FROM s1_medal order by week DESC LIMIT 0, 1 + 4508 Query SELECT * FROM s1_users where oldrank = 0 and id > 5 + 4508 Query DELETE FROM s1_active WHERE timestamp < 1508563549 + 4508 Query SELECT * FROM s1_odata WHERE wood < 800 OR clay < 800 OR iron < 800 OR crop < 800 + 4508 Query UPDATE s1_odata set wood = 187.03777777778, clay = 187.03777777778, iron = 187.03777777778, crop = 187.03777777778 where wref = 16778 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 16778 + 4508 Query UPDATE s1_odata set wood = 152.03777777778, clay = 152.03777777778, iron = 152.03777777778, crop = 152.03777777778 where wref = 16780 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 16780 + 4508 Query UPDATE s1_odata set wood = 339.03777777778, clay = 339.03777777778, iron = 339.03777777778, crop = 339.03777777778 where wref = 17378 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 17378 + 4508 Query UPDATE s1_odata set wood = 499.03777777778, clay = 499.03777777778, iron = 499.03777777778, crop = 499.03777777778 where wref = 17984 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 17984 + 4508 Query UPDATE s1_odata set wood = 559.03777777778, clay = 559.03777777778, iron = 559.03777777778, crop = 559.03777777778 where wref = 17986 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 17986 + 4508 Query UPDATE s1_odata set wood = 108.03777777778, clay = 108.03777777778, iron = 108.03777777778, crop = 108.03777777778 where wref = 18390 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 18390 + 4508 Query UPDATE s1_odata set wood = 476.03777777778, clay = 476.03777777778, iron = 476.03777777778, crop = 476.03777777778 where wref = 18595 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 18595 + 4508 Query UPDATE s1_odata set wood = 316.03777777778, clay = 316.03777777778, iron = 316.03777777778, crop = 316.03777777778 where wref = 18799 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 18799 + 4508 Query UPDATE s1_odata set wood = 562.03777777778, clay = 562.03777777778, iron = 562.03777777778, crop = 562.03777777778 where wref = 19194 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 19194 + 4508 Query UPDATE s1_odata set wood = 24.037777777778, clay = 24.037777777778, iron = 24.037777777778, crop = 24.037777777778 where wref = 20198 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 20198 + 4508 Query UPDATE s1_odata set wood = 234.03777777778, clay = 234.03777777778, iron = 234.03777777778, crop = 234.03777777778 where wref = 22206 + 4508 Query UPDATE s1_odata set lastupdated = 1508779549 where wref = 22206 + 4508 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4508 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4508 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4508 Query SELECT * FROM s1_odata WHERE maxstore < 800 OR maxcrop < 800 + 4508 Query SELECT * FROM s1_odata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4508 Query SELECT * FROM `s1_ww_attacks` WHERE `attack_time` <= 1508779549 + 4508 Query SELECT id, lastupdate FROM s1_users WHERE lastupdate < 1508778949 + 4508 Query SELECT * FROM s1_hero + 4508 Query UPDATE `s1_hero` SET health = '96' WHERE heroid = 2 + 4508 Query UPDATE `s1_hero` SET lastupdate = '1508779549' WHERE heroid = 2 + 4508 Query SELECT * from s1_units where vref = 20599 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_units where vref = 18790 + 4508 Query SELECT uid FROM s1_deleting where timestamp < 1508779549 + 4508 Query SELECT * FROM s1_bdata where timestamp < 1508779549 and master = 0 + 4508 Query SELECT * FROM s1_bdata WHERE master = 1 + 4508 Query SELECT * FROM s1_demolition WHERE timetofinish<=1508779549 + 4508 Query SELECT * FROM `s1_fdata` + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4508 Query DELETE from s1_route where timeleft < 1508779549 + 4508 Query SELECT * FROM s1_route where timestamp < 1508779549 + 4508 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 0 and endtime < 1508779549.1694 + 4508 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 2 and endtime < 1508779549.1694 + 4508 Query SELECT * FROM s1_research where timestamp < 1508779549 + 4508 Query SELECT * FROM s1_training where vref IS NOT NULL + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT owner FROM s1_vdata where wref = 22609 + 4508 Query SELECT b4 FROM s1_users where id = 6 + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 AND e.from !=22609 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 22609 + 4508 Query SELECT * FROM s1_vdata where wref = 22609 + 4508 Query SELECT tribe FROM s1_users where id = 6 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_prisoners where `from` = 22609 + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT owner FROM s1_vdata where wref = 22609 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT * FROM s1_vdata where starv != 0 and owner != 3 + 4508 Query SELECT * from s1_units where vref = 36787 + 4508 Query SELECT * from s1_enforcement where vref = 36787 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 AND e.from !=36787 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 36787 + 4508 Query SELECT * FROM s1_vdata where wref = 36787 + 4508 Query SELECT tribe FROM s1_users where id = 94 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '36787' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '36787' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_prisoners where `from` = 36787 + 4508 Query SELECT * from s1_fdata where vref = 36787 + 4508 Query SELECT owner FROM s1_vdata where wref = 36787 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 94 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 36787 AND ((type = 8 AND kind = 4) OR (owner = 94 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner<>v.owner + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=36787 AND o.owner=v.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner<>v1.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=36787 AND v.owner=v1.owner + 4508 Query SELECT * from s1_units where vref = 36787 + 4508 Query SELECT owner FROM s1_vdata where wref = 36787 + 4508 Query SELECT b4 FROM s1_users where id = 94 + 4508 Query SELECT * from s1_fdata where vref = 36787 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4508 Query SELECT crop FROM s1_vdata where wref = 36787 + 4508 Query UPDATE s1_vdata set crop = '627' where wref = 36787 + 4508 Query SELECT owner FROM s1_vdata where wref = 36787 + 4508 Query SELECT b4 FROM s1_users where id = 94 + 4508 Query SELECT * from s1_fdata where vref = 36787 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 36787 + 4508 Query SELECT * from s1_units where vref = 1801 + 4508 Query SELECT * from s1_enforcement where vref = 1801 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 AND e.from !=1801 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1801 + 4508 Query SELECT * FROM s1_vdata where wref = 1801 + 4508 Query SELECT tribe FROM s1_users where id = 90 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1801' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '1801' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_prisoners where `from` = 1801 + 4508 Query SELECT * from s1_fdata where vref = 1801 + 4508 Query SELECT owner FROM s1_vdata where wref = 1801 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 90 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 1801 AND ((type = 8 AND kind = 4) OR (owner = 90 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner<>v.owner + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1801 AND o.owner=v.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner<>v1.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1801 AND v.owner=v1.owner + 4508 Query SELECT * from s1_units where vref = 1801 + 4508 Query SELECT owner FROM s1_vdata where wref = 1801 + 4508 Query SELECT b4 FROM s1_users where id = 90 + 4508 Query SELECT * from s1_fdata where vref = 1801 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4508 Query SELECT crop FROM s1_vdata where wref = 1801 + 4508 Query UPDATE s1_vdata set crop = '1475' where wref = 1801 + 4508 Query SELECT owner FROM s1_vdata where wref = 1801 + 4508 Query SELECT b4 FROM s1_users where id = 90 + 4508 Query SELECT * from s1_fdata where vref = 1801 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 1801 + 4508 Query SELECT * from s1_units where vref = 1592 + 4508 Query SELECT * from s1_enforcement where vref = 1592 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 AND e.from !=1592 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 1592 + 4508 Query SELECT * FROM s1_vdata where wref = 1592 + 4508 Query SELECT tribe FROM s1_users where id = 67 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '1592' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '1592' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_prisoners where `from` = 1592 + 4508 Query SELECT * from s1_fdata where vref = 1592 + 4508 Query SELECT owner FROM s1_vdata where wref = 1592 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 67 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 1592 AND ((type = 8 AND kind = 4) OR (owner = 67 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner<>v.owner + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=1592 AND o.owner=v.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner<>v1.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=1592 AND v.owner=v1.owner + 4508 Query SELECT * from s1_units where vref = 1592 + 4508 Query SELECT owner FROM s1_vdata where wref = 1592 + 4508 Query SELECT b4 FROM s1_users where id = 67 + 4508 Query SELECT * from s1_fdata where vref = 1592 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4508 Query SELECT crop FROM s1_vdata where wref = 1592 + 4508 Query SELECT owner FROM s1_vdata where wref = 1592 + 4508 Query SELECT b4 FROM s1_users where id = 67 + 4508 Query SELECT * from s1_fdata where vref = 1592 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 1592 + 4508 Query SELECT * from s1_units where vref = 20599 + 4508 Query SELECT * from s1_enforcement where vref = 20599 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 AND e.from !=20599 + 4508 Query SELECT e.*,o.conqured FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref where o.conqured = 20599 + 4508 Query SELECT * FROM s1_vdata where wref = 20599 + 4508 Query SELECT tribe FROM s1_users where id = 46 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '20599' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '20599' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_prisoners where `from` = 20599 + 4508 Query SELECT * from s1_fdata where vref = 20599 + 4508 Query SELECT owner FROM s1_vdata where wref = 20599 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 46 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 20599 AND ((type = 8 AND kind = 4) OR (owner = 46 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner<>v.owner + 4508 Query SELECT e.*,o.conqured,o.wref,o.high, o.owner as ownero, v.owner as ownerv FROM s1_enforcement as e LEFT JOIN s1_odata as o ON e.vref=o.wref LEFT JOIN s1_vdata as v ON e.from=v.wref where o.conqured=20599 AND o.owner=v.owner + 4508 Query SELECT e.*, v.owner as ownerv, v1.owner as owner1 FROM s1_enforcement as e LEFT JOIN s1_vdata as v ON e.from=v.wref LEFT JOIN s1_vdata as v1 ON e.vref=v1.wref where e.vref=20599 AND v.owner<>v1.owner + 4508 Query SELECT owner FROM s1_vdata where wref = 20599 + 4508 Query SELECT b4 FROM s1_users where id = 46 + 4508 Query SELECT * from s1_fdata where vref = 20599 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4508 Query SELECT crop FROM s1_vdata where wref = 20599 + 4508 Query UPDATE s1_vdata set crop = '10947' where wref = 20599 + 4508 Query SELECT owner FROM s1_vdata where wref = 20599 + 4508 Query SELECT b4 FROM s1_users where id = 46 + 4508 Query SELECT * from s1_fdata where vref = 20599 + 4508 Query SELECT type FROM `s1_odata` WHERE conqured = 20599 + 4508 Query SELECT * FROM s1_vdata where celebration < 1508779549 AND celebration != 0 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type != '2' and endtime < 1508779549 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '3' and s1_attacks.attack_type = '2' and endtime < 1508779549 + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.ref = s1_attacks.id and s1_movement.proc = '0' and s1_movement.sort_type = '4' and endtime < 1508779549 + 4508 Query SELECT * FROM s1_movement, s1_send where s1_movement.ref = s1_send.id and s1_movement.proc = 0 and sort_type = 6 and endtime < 1508779549 + 4508 Query SELECT * FROM s1_vdata WHERE maxstore < 800 OR maxcrop < 800 + 4508 Query SELECT * FROM s1_vdata WHERE wood > maxstore OR clay > maxstore OR iron > maxstore OR crop > maxcrop + 4508 Query SELECT * FROM s1_vdata WHERE wood < 0 OR clay < 0 OR iron < 0 OR crop < 0 + 4508 Query SELECT * FROM s1_movement where ref = 0 and proc = '0' and sort_type = '4' and endtime < 1508779549 + 4508 Query SELECT * FROM s1_movement where proc = 0 and sort_type = 5 and endtime < 1508779549.2554 + 4508 Query SELECT * FROM s1_general WHERE shown = 1 + 4508 Query SELECT * FROM s1_users WHERE invited != 0 + 4508 Query SELECT * FROM `s1_fdata` + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 216 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 594 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 997 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1014 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1202 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 1204 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 11800, `maxcrop` = 7800 WHERE `wref` = 1592 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1794 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 1801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 1994 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 1998 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 2001 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2009 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 2223 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 9600 WHERE `wref` = 2417 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2603 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2605 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 2804 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3423 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 3804 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 6300, `maxcrop` = 4000 WHERE `wref` = 4012 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16379 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16570 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 16573 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 1200 WHERE `wref` = 16980 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17004 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 4000 WHERE `wref` = 17173 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 17578 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18173 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18581 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18584 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 82300, `maxcrop` = 81700 WHERE `wref` = 18790 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 21400 WHERE `wref` = 18791 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18810 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18980 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18987 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 18991 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 19013 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 19209 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 19212 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20201 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20587 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 37900, `maxcrop` = 21400 WHERE `wref` = 20599 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 9600, `maxcrop` = 3100 WHERE `wref` = 20801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20812 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 20986 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 25900, `maxcrop` = 17600 WHERE `wref` = 21002 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21187 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 21392 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21396 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21423 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21816 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 21996 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 22214 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22395 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 22430 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 22609 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23010 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23036 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23229 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23230 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23406 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 80000, `maxcrop` = 80000 WHERE `wref` = 23623 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23635 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 23636 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24011 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24032 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 24037 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36389 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36591 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36597 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36770 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36787 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 36994 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 36995 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 36998 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 36999 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 81700, `maxcrop` = 81700 WHERE `wref` = 37184 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37189 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37192 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 37605 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 37787 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 17600, `maxcrop` = 14400 WHERE `wref` = 37988 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 800 WHERE `wref` = 38196 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38385 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 38597 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38607 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 38779 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1700 WHERE `wref` = 38801 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39012 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1200, `maxcrop` = 1200 WHERE `wref` = 39013 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39177 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39187 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 2300 WHERE `wref` = 39209 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 800, `maxcrop` = 800 WHERE `wref` = 39585 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39604 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 2300, `maxcrop` = 1700 WHERE `wref` = 39792 + 4508 Query UPDATE `s1_vdata` SET `maxstore` = 1700, `maxcrop` = 1200 WHERE `wref` = 39804 + 4508 Query SELECT * FROM s1_banlist WHERE active = 1 and end < 1508779549 + 4508 Query SELECT * FROM s1_odata where conqured = 0 and lastupdated2 < 1508736349 + 4508 Query SELECT * FROM s1_config + 4508 Query SELECT * FROM s1_artefacts where type = 8 and active = 1 and lastupdate <= 1508693149 + 4508 Query SELECT timestamp from s1_deleting where uid = 6 + 4508 Query SELECT * FROM s1_odata where conqured = 22609 + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 and s1_attacks.attack_type = 1 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 4 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.to = '22609' and sort_type = 4 and ref = 0 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.to = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement, s1_attacks where s1_movement.from = '22609' and s1_movement.ref = s1_attacks.id and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement where s1_movement.from = '22609' and sort_type = 5 and proc = 0 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_odata where conqured = 22609 + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '22810' and s1_movement.to = 22810 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * FROM s1_movement,s1_odata, s1_attacks where s1_odata.wref = '23008' and s1_movement.to = 23008 and s1_movement.ref = s1_attacks.id and s1_attacks.attack_type != 1 and s1_movement.proc = 0 and s1_movement.sort_type = 3 ORDER BY endtime ASC + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT * from s1_enforcement where vref = 22609 + 4508 Query SELECT * from s1_units where vref = 22609 + 4508 Query SELECT a.wref, a.name, b.x, b.y from s1_vdata AS a left join s1_wdata AS b ON b.id = a.wref where owner = 6 order by capital DESC,pop DESC + 4508 Query SELECT Count(*) as Total FROM s1_users WHERE timestamp > 1508778949 AND tribe!=0 AND tribe!=4 AND tribe!=5 + 4508 Query SELECT * FROM s1_users WHERE access< 8 AND id > 5 AND tribe<=3 AND tribe > 0 ORDER BY oldrank ASC Limit 1 + 4508 Query SELECT * FROM `s1_links` WHERE `userid` = 6 ORDER BY `pos` ASC + 4508 Query SELECT * from s1_fdata where vref = 22609 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=3 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND active = 1 AND type = 4 AND size=1 + 4508 Query SELECT * FROM s1_artefacts WHERE owner = 6 AND active = 1 AND type = 4 AND size=2 + 4508 Query SELECT * FROM s1_artefacts WHERE vref = 22609 AND ((type = 8 AND kind = 4) OR (owner = 6 AND size > 1 AND active = 1 AND type = 8 AND kind = 4)) + 4508 Quit