Eve Online web app

For sooper seekrit League of Legends, <s>UO</s> <s>EVE</s> talk <s>and Diplomacy</s>.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

I wouldn't have a problem with you storing my id/pwrd, encrypted.
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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.
It's not me, it's someone else.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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
It's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

I did it. Was anything supposed to happen?
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

I did it. Was anything supposed to happen?
Something happened, it just doesn't tell you.

I'm not so good at the user feedback.
It's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

It's us. Make it funny like, "Data accepted, fucker."
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

Heh, well it says "That appears to have worked" now... unless there's an error. Then it blames you.
It's not me, it's someone else.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

It's not me, it's someone else.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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
It's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

first link broken.

And hey... I spent a mil on skills today
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

Anyone try to upload a uid/pw combination around 4pm today? Just wondering, cuz it appears to have failed, and the UID is blank. So may have been someone clicking on the button by accident
It's not me, it's someone else.
User avatar
Cakedaddy
Posts: 9298
Joined: Thu May 20, 2004 6:52 pm

Post by Cakedaddy »

I might have clicked it. However, I don't remember clicking on the upload button. I just clicked Catt, Sam and Gordon to see if that display page changed at all.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

I might have clicked it. However, I don't remember clicking on the upload button. I just clicked Catt, Sam and Gordon to see if that display page changed at all.
Did it?
It's not me, it's someone else.
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

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
It's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

conx refused
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

Ack, http://mdc.dyndns.org:8081/EveOnline/View.aspx. Try again, left the localhost reference in there.



Edited By TheCatt on 1140979712
It's not me, it's someone else.
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

right-justify the 'balance' column
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57667
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

right-justify the 'balance' column
Done.
It's not me, it's someone else.
Post Reply