1. Grepolis – Costs of units lost http://userscripts.org/scripts/show/72882 2.Grepolis Extended (for Chrome) http://userscripts.org/scripts/show/85824 3. Grepolis Big Map http://userscripts.org/scripts/show/92444 4. Grepolis Tools http://userscripts.org/scripts/show/71132 5. Grepolis Resource Calculator http://userscripts.org/scripts/show/72226 6. Grepolis HD http://userscripts.org/scripts/show/93521 7. Grepolis Batlle report converter http://userscripts.org/scripts/show/70477 8. Grepolis Farm info on map http://userscripts.org/scripts/show/78255 9. Grepolis Farmer http://userscripts.org/scripts/show/71277 10. Grepolis Beyond http://userscripts.org/scripts/show/67059
Posts Tagged ‘grepolis script’
Grepolis World Data and mySQL
February 17th, 2010
mdshareWith the following command to the field names in JSON go, via sed to replace the identifiers including colon with an empty string. Here for players.json file: sed -i ‘s/”id”:\|”name”:\|”alliance_id”:\|”points”:\|”rank”:\|”towns”://g’ players.json SQL syntax to load the data into a mySQL database LOAD DATA INFILE ‘players2.json’ INTO TABLE players FIELDS TERMINATED BY ‘,’ OPTIONALLY ENCLOSED BY [...]


Posted in
Tags:



