-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIFA 18 #54
Comments
That would be great. Any news? |
I'm interested to contribute. May be you can give more info about how you did this for the 2017 version ? |
It’s probably just a matter of changing the Api values. Just as the change from 16 to 17. Most of it is stored in Configuration I think, but this project has been a while ago for me. |
I checked some of the URLs and fixed them locally to see if it works as well for fut18. |
Thanks for the update @maxruppel, I'll take that in mind. It's probably generated content that can be grabbed from another page. |
I tried to update the URLs and config files but I got stucked here Fatal error: Uncaught JKetelaar\fut\api\errors\login\MainLogin: Unable to login with unknown response With the following message: Unknown error/page occurred (Invalid Request) With error code: 281752 in \src\JKetelaar\fut\api\user\Login.php:416 Stack trace: #0 |
The signin link is now generated by a javascript now in order to beat tools like this. As I know php is not able to process javascript code |
The web-app stopped working on my Firefox and I had no clue way. I just noticed that it now detects the Firefox addon that I had installed: HTTP LIVE HEADERS and it stops working. As soon as disabled the add-on, it started working again. Another protection |
Thanks for the investigation @suckedjs, though we'll need to see what the JavaScript actually generates then, as that could possibly be faked with any other programming language. |
Looks like someone posted a new php project with the code we are after: https://github.com/InkedCurtis/FUT18-WebApp-Connector/blob/master/traits/Login.php |
Looks like the postTwoFactorForm() is broken, returns invalid request. Can you have a look @JKetelaar ? Returns Invalid request. I changed the token variable to OneTimeCode as they renamed it. |
Thanks, I'll take a look at it this weekend. Will keep you updated! |
any updates? |
@suckedjs - take a look here : https://github.com/InkedCurtis/FUT-API |
Let's see if this is possible
The text was updated successfully, but these errors were encountered: