| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Ice Raven
|
Posted - 2008.02.07 04:03:00 -
[1]
I am wanting to start up a web site with Eve api coding. The main thing I haven't understood was the how to start the coding to display the charater sheet on a site. Also, how would like to know how to make it to store the userid and api in sql and update when viewed? Sorry but i'm such a noob at doing web sites. Thank you in advance/
|

Aurora Breeze
Dime-A-Dozen Productions
|
Posted - 2008.02.07 06:15:00 -
[2]
Originally by: Ice Raven I am wanting to start up a web site with Eve api coding. The main thing I haven't understood was the how to start the coding to display the charater sheet on a site. Also, how would like to know how to make it to store the userid and api in sql and update when viewed? Sorry but i'm such a noob at doing web sites. Thank you in advance/
There is a decent skillsheet style here written by DeTox MinRohim that could be a good starting point for you. In this version the api information is stored in a file. But, you can easily change that file to pull that information from a database. Obviously, best way would be to encrypt the api information in the database using the built in encrypt functions of the database server and some random string. Can't really get into specifics on how to do it without know what programming language you are planning on using. Obviously, the link above is using php.
|

Ice Raven
|
Posted - 2008.02.07 06:21:00 -
[3]
Edited by: Ice Raven on 07/02/2008 06:25:16 I have downloaded the charater sheet. I'm planning on using php and mysql from my web host. Also, I dunno how to even how to do mysql or how to get it setup for the charater sheet. Any info on how to do that or a tutorial would help me a lot.
|

Aurora Breeze
Dime-A-Dozen Productions
|
Posted - 2008.02.07 06:41:00 -
[4]
Originally by: Ice Raven Edited by: Ice Raven on 07/02/2008 06:25:16 I have downloaded the charater sheet. I'm planning on using php and mysql from my web host. Also, I dunno how to even how to do mysql or how to get it setup for the charater sheet. Any info on how to do that or a tutorial would help me a lot.
You can use this website as a basic tutorial for using phpmyadmin which your web host will probably provide for you. If they don't provide it and you need to access mysql from the command prompt this should help you.
Basically, you want to create table to store the api information in the system. And then write the php code to access the database and recall the information. This will probably be a good read for you.
|

Ice Raven
|
Posted - 2008.02.07 06:43:00 -
[5]
thank you very much for taking the time to look this up. I will report back on how it goes (if it does lol)
|

Ice Raven
|
Posted - 2008.02.07 07:47:00 -
[6]
So far no luck with making the charater sheet work. Says "This ID wasn't found !" and i've tried to trace back as much as possible but no luck with anything. I have eveconfig.php setup to what it should be. Any thoughts?
|

Norwood Franskly
Minmatar Fleet of the Damned United Freemen Alliance
|
Posted - 2008.02.08 07:57:00 -
[7]
How is that character sheet licensed, can't seem to find a license on it and theres no email address for the author, I'm working on writing a character sheet parser in perl and If I can use some of the CSS layout from that website will save me a bit of effort in re-inventing the wheel,
|

Althea Nar'agh
StarHunt Fallout Project
|
Posted - 2008.02.08 16:23:00 -
[8]
Norwood,
If you just want an xls / css to make it eve-o like, feel free to grab this
It's some stuff i tried to make for my google gadgets but ran into cross site scripting issues so i've let it fall... just unzip and make sure you have a file called charSheet.xml (that is actually your xml file) in hte same folder. then open charSheet.htm
It's not final, but should give u a good start ( i don't like reinventing the weel eihter)
War. War never changes
EvE Training Monitor / iMonitor / iCEO EvE iHelper |

Ice Raven
|
Posted - 2008.02.09 08:17:00 -
[9]
Worked with a programmer for a while and it seems that this charater sheet was bugged.... been working at it many times over to see if it was ME who did it wrong.
|

Norwood Franskly
Minmatar Fleet of the Damned United Freemen Alliance
|
Posted - 2008.02.10 01:32:00 -
[10]
Originally by: Althea Nar'agh Norwood,
If you just want an xls / css to make it eve-o like, feel free to grab this
It's some stuff i tried to make for my google gadgets but ran into cross site scripting issues so i've let it fall... just unzip and make sure you have a file called charSheet.xml (that is actually your xml file) in hte same folder. then open charSheet.htm
It's not final, but should give u a good start ( i don't like reinventing the weel eihter)
Cheers I'll have a play see what I can do with it.
|

Norwood Franskly
Minmatar Fleet of the Damned United Freemen Alliance
|
Posted - 2008.02.10 06:40:00 -
[11]
Hmm so far so good but I'm going to have to do some hacking to extend it so as to include skill training info, should be interesting I'm a desktop programmer so I'm going to have to do a fair bit of reading up on how to edit all this Xsl stuff.
|

DeTox MinRohim
Madhatters Inc. Pure.
|
Posted - 2008.02.10 23:27:00 -
[12]
Edited by: DeTox MinRohim on 10/02/2008 23:27:19
Originally by: Ice Raven Worked with a programmer for a while and it seems that this charater sheet was bugged.... been working at it many times over to see if it was ME who did it wrong.
No offense mate but seems that your programmer failed his tests. It's not the sheet that is bugged, it's was indeed your own errors provoking the problems.
Solution was given [ HERE ] (well, for the problem reported there of course, not the rest totally unknown).
Norwood, the script is GPL, etc, etc... Feel free to use it, etc, blablabla (Links are in signature). 
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Ice Raven
|
Posted - 2008.02.11 23:03:00 -
[13]
well... from even changing that, I still get that error message
|

DeTox MinRohim
Madhatters Inc. Pure.
|
Posted - 2008.02.12 00:03:00 -
[14]
Originally by: Ice Raven Edited by: Ice Raven on 11/02/2008 23:12:31 well... have it to read my xml... just not upload and read a xml file yet

Reading the manual.txt would probably have helped you...
You don't need to upload your xml... It pulls it from the API. Fill the fields in the eveconfig.php file properly, have the temp folder set up right and you're set.
 ------ This sig space is Read-only ! omgalink - Online Skillsheet |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |