user regstration data fetch

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/18/2013 5:26:03 PM
Gravatar
Total Posts 26

user regstration data fetch

This may not be in the right section of the fourm so if you can move it where it needs to be as i truely do not know where it needs to be.

 

 

what im trying to do is add new required questions when you register for my site. im working off this referance http://www.mojoportal.com/userprofileconfiguration.aspx however the tricky part is the data im requireing is a eve online api that looks like this keyID:xxxxxx Vcode: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx and when its pluged in to a url that looks like this https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=xxxxxx&vCode=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx it pulls a xml file from the api server that looks like this

 


<?xml version="1.0" encoding="UTF-8"?>
<eveapi version="2"><currentTime>2013-05-18 22:05:21</currentTime><result><key expires="" type="Account" accessMask="000000000"><rowset columns="characterID,characterName,corporationID,corporationName" key="characterID" name="characters"><row corporationName="Dominion Enterprise" corporationID="657175276" characterName="character1" characterID="91768243"/><row corporationName="Dark Moon Interprizes." corporationID="98133808" characterName="character2" characterID="92263316"/><row corporationName="Royal Amarr Institute" corporationID="1000077" characterName="character3" characterID="92502871"/></rowset></key></result><cachedUntil>2013-05-18 22:10:21</cachedUntil></eveapi>

 

so what im trying to do is match the fist name box on the regrastion with characterName="character1 from the api on the form if it matches import "><row corporationName="Dominion Enterprise" corporationID="657175276" characterID="91768243"in to there profile in a auto fill type maner and have all these values stored in the users profile in a private fashion (only the user and a admin can see the values) if at anytime the  keyID: and vcode return a error the user is prompted to correct the  Vcode and keyID before they are alowed to be a authorised user. after i figure out how to best do this i would like pull a avatur for a second url using characterID="91768243" all these numbers can pull differnt things like images and stuff like that so you can see how usefull this can be for a gameing website

You must sign in to post in the forums. This thread is closed to new posts.