Roguey,
First, thanks for setting this up, it seems very cool. Second how can we update universe data, I have been flying around Mokosh, lt 15449, v775, v774 etc, and the systems are listed, but I can't figure out how to add the system description or trade data. I would like to help out if I can. thanks
Dalmar
Update universe data
Board Index » Elite Dangerous » Update universe data
dalmar72
Rookiguey (4)
Rookiguey (4)
Roguey
Trueguey (22)
Trueguey (22)
hi there Dalmar, welcome to the site
its always nice to see people willing to help. My ED system works around the universe section, where systems can be updated or added (if not already present). Once a system is present in the database, then system-objects can be added to them. ie. suns, planets, stations etc.
System-objects can have flags such as trade, out-fitting etc. to allow for detailed information. ie. station A, in system XYZ, sell ABC for 123cr.
It does sound like I need to write a help guide for the section sometime.
Anyway, hopefully that's helped somewhat.
its always nice to see people willing to help. My ED system works around the universe section, where systems can be updated or added (if not already present). Once a system is present in the database, then system-objects can be added to them. ie. suns, planets, stations etc.
System-objects can have flags such as trade, out-fitting etc. to allow for detailed information. ie. station A, in system XYZ, sell ABC for 123cr.
It does sound like I need to write a help guide for the section sometime.
Anyway, hopefully that's helped somewhat.
dalmar72
Rookiguey (4)
Rookiguey (4)
Thanks Roguey, what I would like to do though, I can't figure it out. The Systems that I am familiar with, Mokosh, v775 Herculi etc are in the universe so I can't add them, but there I cannot find an edit button to fill in the blanks as it were, population, government, station names etc. they are all blank. There is no edit details link, or add objects button like some of the newest systems.
Thanks
dalmar
Thanks
dalmar
Roguey
Trueguey (22)
Trueguey (22)
Woh, thanks for telling me. A few days ago I switched one of the pages to use caching. At its generation, it made a decision to whether to include editing options depending if the person was logged in or not. However if the person who visited the page first wasnt logged in, then the links werent added. This has now been fixed, as the cache version takes this into a account, and add/removes the links depending on who is viewing the page. Hopefully its working for you now?
that one was a bit of complex one to fix, but im glad it is now!
that one was a bit of complex one to fix, but im glad it is now!
dalmar72
Rookiguey (4)
Rookiguey (4)
Ok that seems to work.... mostly
I have been able to add the details/description, but when I try to add objects, I get
Sorry, there was a database error..You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''black_market', `outfit`, `shipyard`, `object_pic`) VALUES ('mokosh', 'sun', 'mo' at line 1
I was trying to ass the Sun, mad no other changes to the drop downs
I have been able to add the details/description, but when I try to add objects, I get
Sorry, there was a database error..You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''black_market', `outfit`, `shipyard`, `object_pic`) VALUES ('mokosh', 'sun', 'mo' at line 1
I was trying to ass the Sun, mad no other changes to the drop downs
Roguey
Trueguey (22)
Trueguey (22)
hi there dalmar, I guess you were trying to add a system-object and got that error?
I noticed that a field was missing in the SQL line, so hopefully thats it
If you notice any-more errors, please could you let me know which page or url? thanks
I noticed that a field was missing in the SQL line, so hopefully thats it
If you notice any-more errors, please could you let me know which page or url? thanks
dalmar72
Rookiguey (4)
Rookiguey (4)
yes trying to add system objects, ie sun, planets, stations.
http://roguey.co.uk/elite-dangerous/universe/mokosh/add_system_object.php
http://roguey.co.uk/elite-dangerous/universe/mokosh/add_system_object.php
Roguey
Trueguey (22)
Trueguey (22)
thanks for letting me know which page has the problem. After much looking, it appeared that I had the wrong comas in the sql statement;
black_market should of been surrounded with the same comas as outfit. It should now be working, sorry for the delay.
'black_market', `outfit`
black_market should of been surrounded with the same comas as outfit. It should now be working, sorry for the delay.
Tubbywook
Rookiguey (4)
Rookiguey (4)
I found a station that sells Battle Weapons (Watts Dock in Pinouphis - Sell:6068 Buy:6155 High Supply) but that item isn't in your list of Goods.
Roguey
Trueguey (22)
Trueguey (22)
thanks for letting me know, battle weapons have now been added to the list
roshiel
Skillguey (7)
Skillguey (7)
when editing systems or objects in a system, any saved description will not be displayed in the desc box
also adding empty star systems, i would like to have a none for economy and 0 for population
and since eliteocr is making my life easier, could you add support for csv or eddn?
also adding empty star systems, i would like to have a none for economy and 0 for population
and since eliteocr is making my life easier, could you add support for csv or eddn?
Roguey
Trueguey (22)
Trueguey (22)
hi there @roshiel,
In edit system-objects, I noticed that I had the wrong variable. So the saved description wasnt being displayed, that is now fixed. However system edit seemed okay?
as for no economy, that's been added now. Although do we need a zero population option? I could add if its required.
and for eliteocr, I didnt realize there were CSV exporters. If you could send me some of its output, then I could code something to support it. Are a lot of people using it?
In edit system-objects, I noticed that I had the wrong variable. So the saved description wasnt being displayed, that is now fixed. However system edit seemed okay?
as for no economy, that's been added now. Although do we need a zero population option? I could add if its required.
and for eliteocr, I didnt realize there were CSV exporters. If you could send me some of its output, then I could code something to support it. Are a lot of people using it?
roshiel
Skillguey (7)
Skillguey (7)
right, system edit works.
System;Station;Commodity;Sell;Buy;Demand;;Supply;;Date;
Delta Phoenicis;Trading Post;Hydrogen Fuel;89;94;;;111318;High;2015-01-19T20:32:34+00:00;
Delta Phoenicis;Trading Post;Mineral Oil;106;119;;;47444;Med;2015-01-19T20:32:34+00:00;
etc
thats what eliteocr csv looks like, supported by slopeys bpc, eddn for example
System;Station;Commodity;Sell;Buy;Demand;;Supply;;Date;
Delta Phoenicis;Trading Post;Hydrogen Fuel;89;94;;;111318;High;2015-01-19T20:32:34+00:00;
Delta Phoenicis;Trading Post;Mineral Oil;106;119;;;47444;Med;2015-01-19T20:32:34+00:00;
etc
thats what eliteocr csv looks like, supported by slopeys bpc, eddn for example
Roguey
Trueguey (22)
Trueguey (22)
Thanks for letting me know. Today I downloaded EliteOCR and tried it with a few examples. I can see why people would want to use it - saves a lot of typing.
I have now added support for CSV importing (found here). Hopefully it all works okay, as it checks the data against the site's own databases.
I have now added support for CSV importing (found here). Hopefully it all works okay, as it checks the data against the site's own databases.
roshiel
Skillguey (7)
Skillguey (7)
that was fast, thanks.
Agri-Medicines not found in site's XML file, so skipped.
Microbial Furnaces not found in site's XML file, so skipped.
found something that needs tweaking
and not related to this thread, but before i open another one, i hit an error going to a ship page and clicking "where to buy"
Fatal error: Call to undefined function doUBBC() in /home/roguey/public_html/elite-dangerous/ships/ship_header.php on line 23
Agri-Medicines not found in site's XML file, so skipped.
Microbial Furnaces not found in site's XML file, so skipped.
found something that needs tweaking
and not related to this thread, but before i open another one, i hit an error going to a ship page and clicking "where to buy"
Fatal error: Call to undefined function doUBBC() in /home/roguey/public_html/elite-dangerous/ships/ship_header.php on line 23
Roguey
Trueguey (22)
Trueguey (22)
that was fast, thanks.
- roshiel
- roshiel
No problem
Agri-Medicines not found in site's XML file, so skipped.
Microbial Furnaces not found in site's XML file, so skipped.
- roshiel
Microbial Furnaces not found in site's XML file, so skipped.
- roshiel
Ah, thanks for letting me know. I basically I had a few misspellings - which didnt matter before. However now they need to be correct, to match otherwise the site doesnt recognize them.
and not related to this thread, but before i open another one, i hit an error going to a ship page and clicking "where to buy"
Fatal error: Call to undefined function doUBBC() in /home/roguey/public_html/elite-dangerous/ships/ship_header.php on line 23
- roshiel
Fatal error: Call to undefined function doUBBC() in /home/roguey/public_html/elite-dangerous/ships/ship_header.php on line 23
- roshiel
Once again, thanks for letting me know. The issues should be fixed now.
You need to log-in to post here.