Eisaac Posted March 14, 2006 Share Posted March 14, 2006 For all those who wish to know, here is how to read the spy log: Here is one outdated spy log as it appears: (I did "break the lines" to show the line of each item) mySQL query error: INSERT INTO the_php_army_spy_recon_log (soldiers,bonus,spy,other,armor,points) VALUES('0|0|0|2|8|33','333|3328','6|1|0|4','None|27|4','a:5:{ i:0;a:5:{s:4:\"name\";s:10:\"Scale Mail\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\"2\";s:6:\"cvalue\";s:6:\"100.00\";s:6:\"mvalue\";s:3:\"100\";} i:1;a:5:{s:4:\"name\";s:6:\"Dagger\";s:4:\"type\";s:1:\"a\";s:4:\"quan\";s:1:\"1\";s:6:\"cvalue\";s:5:\"10.00\";s:6:\"mvalue\";s:2:\"10\";} i:2;a:5:{s:4:\"name\";s:13:\"Leather Armor\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\"3\";s:6:\"cvalue\";s:5:\"20.00\";s:6:\"mvalue\";s:2:\"20\";} i:3;a:5:{s:4:\"name\";s:14:\"Leather Helmet\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:2:\"14\";s:6:\"cvalue\";s:5:\"10.00\";s:6:\"mvalue\";s:2:\"10\";} i:4;a:5:{s:4:\"name\";s:13:\"Wooden Shield\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\"4\";s:6:\"cvalue\";s:5:\"50.00\";s:6:\"mvalue\";s:2:\"50\";}}', 409) And, here is how to read it: mySQL query error: INSERT INTO the_php_army_spy_recon_log (soldiers,bonus,spy,other,armor,points) VALUES('0|0|0|ATTSOL 2|DEFSOL 8|UNTRAIN 33','STRIKE 333| DEF 3328','SPY 6|SENTRY 1|0|4','None|27|4','a:5:{ i:0;a:5:{s:4:\"name\";s:10:\"Scale Mail\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\"QUAN 2\";s:6:\"cvalue\";s:6:\"100.00\";s:6:\"mvalue\";s:3:\"100\";} i:1;a:5:{s:4:\"name\";s:6:\"Dagger\";s:4:\"type\";s:1:\"a\";s:4:\"quan\";s:1:\"QUAN 1\";s:6:\"cvalue\";s:5:\"10.00\";s:6:\"mvalue\";s:2:\"10\";} i:2;a:5:{s:4:\"name\";s:13:\"Leather Armor\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\" QUAN 3\";s:6:\"cvalue\";s:5:\"20.00\";s:6:\"mvalue\";s:2:\"20\";} i:3;a:5:{s:4:\"name\";s:14:\"Leather Helmet\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:2:\" QUAN 14\";s:6:\"cvalue\";s:5:\"10.00\";s:6:\"mvalue\";s:2:\"10\";} i:4;a:5:{s:4:\"name\";s:13:\"Wooden Shield\";s:4:\"type\";s:1:\"d\";s:4:\"quan\";s:1:\" QUAN 4\";s:6:\"cvalue\";s:5:\"50.00\";s:6:\"mvalue\";s:2:\"50\";}}', GOLD 409) This is the sabotage mission error: mySQL query error: INSERT INTO the_php_army_spy_sab_log (d_id,a_name,d_try,d_got) VALUES('','Leather Armor',1,1) It explains itself, but just so it will be clear: mySQL query error: INSERT INTO the_php_army_spy_sab_log (d_id,a_name,d_try,d_got) VALUES('','Leather Armor',YOU TRIED FOR 1,YOU SABOTAGED 1) Link to comment Share on other sites More sharing options...
Tuuroh Posted March 14, 2006 Share Posted March 14, 2006 good man,icuburn! I salute you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.