Eve Online web app
OK, so this web app thing I'm writing...
It will have a COMPLETE list of all skills.
It will be able to store all of your personal skills/data from XML.
It CAN auto-refresh your account, but that requires me having some form (encrypted, whatever) of your uid/pw. I would like everyone to auto-refresh, but if you don't trust me/the software to be secure enough, I understand.
(I can even create an SSL site for transmitting that data, that can then be super-encrypted and stored)
It MAY have a list of all enemies, with their capabilities. eve-db has a database of this information that I can scrape into a DB.
It COULD have a ship database. (eve-db has one i can scrape)
It COULD help figure out training plans for people, using your skills/etc to calculate time/path to a certain goal.
It COULD do damage calculations based on your ship outfit and a given enemy (NPC-like)
It COULD store favorite ship build-outs for various roles.
It COULD store mission information (# of levels, enemies encountered, etc)
What I am working on right now is just making it so that we can store our profiles and then query them, or do various things. The storage and XML import is 100% complete. The display is what I plan to work on next.
Ideas/Suggestions/etc are welcome.
It will have a COMPLETE list of all skills.
It will be able to store all of your personal skills/data from XML.
It CAN auto-refresh your account, but that requires me having some form (encrypted, whatever) of your uid/pw. I would like everyone to auto-refresh, but if you don't trust me/the software to be secure enough, I understand.
(I can even create an SSL site for transmitting that data, that can then be super-encrypted and stored)
It MAY have a list of all enemies, with their capabilities. eve-db has a database of this information that I can scrape into a DB.
It COULD have a ship database. (eve-db has one i can scrape)
It COULD help figure out training plans for people, using your skills/etc to calculate time/path to a certain goal.
It COULD do damage calculations based on your ship outfit and a given enemy (NPC-like)
It COULD store favorite ship build-outs for various roles.
It COULD store mission information (# of levels, enemies encountered, etc)
What I am working on right now is just making it so that we can store our profiles and then query them, or do various things. The storage and XML import is 100% complete. The display is what I plan to work on next.
Ideas/Suggestions/etc are welcome.
It's not me, it's someone else.
OK, I added SSL to the website today so that all pages are encrypted, RSA 1024 bits, with 128 handshake, or whatever.
This means I could add a page where you can maintain your userid/pw, so that all HTTP traffic is secure, and it would be instantly encrypted once the page processed it as well, then stored secured in the DB.
This means I could add a page where you can maintain your userid/pw, so that all HTTP traffic is secure, and it would be instantly encrypted once the page processed it as well, then stored secured in the DB.
It's not me, it's someone else.
Place to put your UID and PW
Just accept the certificate, it's one I created just for the site, RSA 1024 bits.
PWs are stored with crap characters and Triple-DES encryption.
If you enter the data here, the web page can update your stuff automagically.
Edited By TheCatt on 1140819529
Just accept the certificate, it's one I created just for the site, RSA 1024 bits.
PWs are stored with crap characters and Triple-DES encryption.
If you enter the data here, the web page can update your stuff automagically.
Edited By TheCatt on 1140819529
It's not me, it's someone else.
Gordo became the first automatic update tonight, as I finished off most of the code to do that part.
You can test it by going here and clicking the "Retrieve Info" button (it's hard coded to Gordon).
Then go here to see his updated stuff. Like his bank account. He currently has 2,577,970.58
Edited By TheCatt on 1140872675
You can test it by going here and clicking the "Retrieve Info" button (it's hard coded to Gordon).
Then go here to see his updated stuff. Like his bank account. He currently has 2,577,970.58
Edited By TheCatt on 1140872675
It's not me, it's someone else.
Link fixed. Gordon, Sam Cobb and The Catt all available now. You can use this link to update, or to add your own uid/pw.
It's not me, it's someone else.
OK, the app now stores the XML for each person when they are updated.
You can now see the updated data here.
Click on the hyperlink to see the EveOnline-like web page display (Only works for peeps who have entered their data and updated on the other page)
Edited By TheCatt on 1140979679
You can now see the updated data here.
Click on the hyperlink to see the EveOnline-like web page display (Only works for peeps who have entered their data and updated on the other page)
Edited By TheCatt on 1140979679
It's not me, it's someone else.
Ack, http://mdc.dyndns.org:8081/EveOnline/View.aspx. Try again, left the localhost reference in there.
Edited By TheCatt on 1140979712
Edited By TheCatt on 1140979712
It's not me, it's someone else.