Page 1 of 4

Posted: Thu Feb 23, 2006 6:13 pm
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.

Posted: Thu Feb 23, 2006 6:20 pm
by GORDON
I wouldn't have a problem with you storing my id/pwrd, encrypted.

Posted: Fri Feb 24, 2006 11:07 am
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.

Posted: Fri Feb 24, 2006 5:18 pm
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

Posted: Fri Feb 24, 2006 5:20 pm
by GORDON
I did it. Was anything supposed to happen?

Posted: Fri Feb 24, 2006 5:23 pm
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.

Posted: Fri Feb 24, 2006 5:25 pm
by GORDON
It's us. Make it funny like, "Data accepted, fucker."

Posted: Fri Feb 24, 2006 5:26 pm
by TheCatt
Heh, well it says "That appears to have worked" now... unless there's an error. Then it blames you.

Posted: Fri Feb 24, 2006 8:09 pm
by TheCatt

Posted: Fri Feb 24, 2006 9:58 pm
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

Posted: Fri Feb 24, 2006 10:10 pm
by GORDON
first link broken.

And hey... I spent a mil on skills today

Posted: Sat Feb 25, 2006 8:05 am
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.

Posted: Sat Feb 25, 2006 8:29 pm
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

Posted: Sat Feb 25, 2006 8:40 pm
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.

Posted: Sun Feb 26, 2006 7:38 am
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?

Posted: Sun Feb 26, 2006 9:36 am
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

Posted: Sun Feb 26, 2006 1:39 pm
by GORDON
conx refused

Posted: Sun Feb 26, 2006 1:47 pm
by TheCatt
Ack, http://mdc.dyndns.org:8081/EveOnline/View.aspx. Try again, left the localhost reference in there.



Edited By TheCatt on 1140979712

Posted: Sun Feb 26, 2006 1:54 pm
by GORDON
right-justify the 'balance' column

Posted: Sun Feb 26, 2006 2:49 pm
by TheCatt
right-justify the 'balance' column
Done.