mousey / FIFA13-Ultimate-Team-Search

Search the FIFA13 Ultimate Team Web App
22 stars 12 forks source link

Does login still work? #6

Closed samdoidge closed 1 year ago

samdoidge commented 11 years ago

Just trying this..

$EASF_SESS returns 'close' for me.

and I recieve the following on searching:

{"message":null,"reason":"expired session","code":401} 

But I do get a NUC and it does seem to return my in game username when looking at $EALOGIN

hamishtaplin commented 11 years ago

Just started looking at this and having the same problem. Any ideas?

samdoidge commented 11 years ago

FIFA seem to have changed the hash algorithm again - for me I've copied the posted hash value when submitting my secret question from the browser and hardcoded this in. The location connector.php expects certain values to be may have also changed (I've changed a few things to get working - let me know if you still can't connect and I'll submit a pull request)

hamishtaplin commented 11 years ago

That would be most helpful, I wouldn't know where to start.

How did you get your hash? Fiddler or something?

samdoidge commented 11 years ago

I used Firebug extension with Firefox to look at the Post data and get the hash.

I've forked someone else's fork as it had example login. Have added updates to that: https://github.com/samdoidge/FIFA13-Ultimate-Team-Search if you want to clone, should just need your details and the hash in login_and_first_search.php file to have it working.

hamishtaplin commented 11 years ago

Yeah working great now.

SohelMansuri commented 11 years ago

Okay SamDoidge, I sent you an email before.

After reading your issues and solutions, I recently got the log in to work.

My Questions: What do you use to monitor http traffic? For example, Firebug (How do you use this?) Have you used the FUTClient.java file? If so, how would I structure my ini file?

How would I use firebug to figure out different parameters that are used in the searchor.php searchplayer method?

Thanks,

SohelMansuri commented 11 years ago

Hey Samdoidge, this is me.

I recently got the login to work. However, I am having issues understanding the code.

My Questions: How do I intercept the http traffic? (If I use Firefox, where do I begin?) Have you tried FUTClient.java? If so, can u show me an example of the required ini File?

Thanks,

SohelMansuri commented 11 years ago

Hey Samdoidge, this is me.

I recently got the login to work. However, I am having issues understanding the code.

My Questions: How do I intercept the http traffic? (If I use Firefox, where do I begin?) Have you tried FUTClient.java? If so, can u show me an example of the required ini File?

Thanks,

SohelMansuri commented 11 years ago

I'm sorry if I put more than 1 comment. I don't see it so I didn't know if it was submitted or not.

robsn commented 11 years ago

Hi, does anyone know who to handle the new login? it's redirecting but my login request won't follow instead returns an 200 and closes connection.

SohelMansuri commented 11 years ago

I got the login to work on PHP but can't figure out what is wrong with the JAVA code.

Which code are you working in?

On Sat, Feb 2, 2013 at 5:51 AM, robsn notifications@github.com wrote:

Hi, does anyone knows who to handle the new login? it's redirecting but my login request won't follow instead returns an 200 and closes connection.

— Reply to this email directly or view it on GitHubhttps://github.com/mousey/FIFA13-Ultimate-Team-Search/issues/6#issuecomment-13028288.

curt2008 commented 11 years ago

https://github.com/curt2008/Fifa13-Ultimate-Team-PHP-App - all working well and great, constantly updated

SohelMansuri commented 11 years ago

Hey,

In your functionor.php file, under your cardtype() function, should case 3 or 5 be TOTW instead of both being TOTY?

Thanks,

On Thu, Mar 7, 2013 at 3:07 AM, Curtis Crewe notifications@github.comwrote:

https://github.com/curt2008/Fifa13-Ultimate-Team-PHP-App - all working well and great, constantly updated

— Reply to this email directly or view it on GitHubhttps://github.com/mousey/FIFA13-Ultimate-Team-Search/issues/6#issuecomment-14549438 .

SohelMansuri commented 11 years ago

I mean case 5 or 6...

On Thu, Mar 7, 2013 at 9:37 AM, Sohel Mansuri sohelm786@gmail.com wrote:

Hey,

In your functionor.php file, under your cardtype() function, should case 3 or 5 be TOTW instead of both being TOTY?

Thanks,

On Thu, Mar 7, 2013 at 3:07 AM, Curtis Crewe notifications@github.comwrote:

https://github.com/curt2008/Fifa13-Ultimate-Team-PHP-App - all working well and great, constantly updated

— Reply to this email directly or view it on GitHubhttps://github.com/mousey/FIFA13-Ultimate-Team-Search/issues/6#issuecomment-14549438 .

samdoidge commented 11 years ago

@curt2008 - Couldn't connect when I tried your repo.

[reason] => expired session [code] => 401

I'm thinking hash has changed again, but haven't had time to look into

cluber22 commented 11 years ago

My app is still working with no changes so i'm guessing hash hasn't changed?

curt2008 commented 11 years ago

My current repo only works with Xbox, I'll attach information on how to change it to PS3 shortly

samdoidge commented 11 years ago

@cluber22 you are using the python hashing version you wrote correct? That does still work - and gives a different value to the one attached in @curt2008's repo.

@curt2008 I changed the connector to work for PS3, but the hash value returned wasn't letting me in. Using the hashing function in the previous link works.

I've updated my fork of this repo to include your referrer addition (nice work) and array position changes. @cluber22 I also included your python hash function in the fork

curt2008 commented 11 years ago

@samdoidge just to notify you when using your connector it will no longer work with Xbox accounts, i'll update my file so it can work with both shortly.

samdoidge commented 11 years ago

@curt2008 Yeah true, I did add in the readme, but if someone misses: ps3 only at moment,$machine = $d->shardInfo[1]->customdata1[1]; would need changing

samdoidge commented 1 year ago

Closing due to age.