Code Monkey home page Code Monkey logo

Comments (12)

Tottixyz avatar Tottixyz commented on August 28, 2024 3

Well, why, you could pay it.

so many players want to use it, because I do not understand why because no one wants to work on it anymore.

I would be happy if who accepts the matter

from ika.

physics-sec avatar physics-sec commented on August 28, 2024 2

May be i can help to make the implementation a little easier (i don't program in C# or Javascript, so i can't do a PR, sorry)

I will enumerate which requests are needed in order to log in into an account:

  1. POST https://pixelzirkus.gameforge.com/do/simple -> this will assign you a cookie you will need later
  2. POST https://lobby.ikariam.gameforge.com/api/users (whith the email and passwd) -> this will return 400 if the creds are wrong
  3. GET https://lobby.ikariam.gameforge.com/api/users/me/accounts -> this will give you all the accounts available for that email
  4. GET https://lobby.ikariam.gameforge.com/api/servers -> whis will give you info about the servers available (you may not need it)
  5. GET https://lobby.ikariam.gameforge.com/api/users/me/loginLink?id={}&server[language]={}&server[number]={} -> this will return a url
  6. GET - url obtained previously -

I didn't include the parameters of the POSTs requests, but you can find them in the actual implementation in python -> https://github.com/physics-sp/ikabot/blob/5037f83cb9667491756469e1cc34a145e9098553/ikabot/web/sesion.py#L150

Good luck!

from ika.

physics-sec avatar physics-sec commented on August 28, 2024 2

Currently you are logging in using the "old" url: index.php?view=city&action=loginAvatar&function=login
You can find this url in several files in your repo:

  • Programs/IkariamBots/Ikariambots/AutoRegister.cs
  • Programs/IkariamBots/Ikariambots/Ikariam/User.cs
  • Programs/IkariamBots/Ikariambots/Resources/about_blank.html
  • Programs/IkariamBots/Ikariambots/Search.cs

This method does not work any more, so you need to implement the new way
For example, you will need to re implement the Login method/function in Programs/IkariamBots/Ikariambots/Ikariam/User.cs in line 65.
instead of just that POST to view=city&action=loginAvatar&function=login
you will need to make all that requests that i listed before.

from ika.

physics-sec avatar physics-sec commented on August 28, 2024 1

Yep. that is the part you need to change.
But now there are a few more requests needed, not just that POST to that URL.
I'm sorry i can't be more specific, but i don't program in C#.

from ika.

rodrigohunter avatar rodrigohunter commented on August 28, 2024

I didnt understand , Where I need to change or what folder a need to chance with this codes... Pls,
could you please explain better? With more details.... tks

from ika.

rodrigohunter avatar rodrigohunter commented on August 28, 2024

Thanks for the help dude... But, I couldn't do that.. I just need to change this infomations, right ?

dev

from ika.

Tottixyz avatar Tottixyz commented on August 28, 2024

Hello
will it be possible to use the program again?
a change is made?
or I need help to get the program running again

You're welcome
greeting

from ika.

Tottixyz avatar Tottixyz commented on August 28, 2024

such a great program

can someone bring it back up please?
this is to be paid, no matter the main thing it is running again
greeting

from ika.

mvictora avatar mvictora commented on August 28, 2024

no one want to work on this project anymore!!!!!

"physics-sp" how to make the login fixed to specific server and delete all unnecessary codes!

what if we need to fix Ikariam US server "Hades "

from ika.

rodrigohunter avatar rodrigohunter commented on August 28, 2024

Please, update :(

from ika.

ik4bot avatar ik4bot commented on August 28, 2024

@rodrigohunter @mvictora @Tottixyz i think this will be helpful is working great for me https://ik4bot.com/

from ika.

rodrigohunter avatar rodrigohunter commented on August 28, 2024

!up...
Anyone who understands and can update this application? We can pay some amount

from ika.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.