Jump to content

Princess

Members
  • Posts

    81
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Princess's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. So...there isn't any way to fix the "wrong created" accounts on realm even if they log correctly ingame T_T
  2. So Schmoozerd, the v,s are only for loggin into world game? By web using only sha1() algoritm are ok?
  3. maybe, but those accounts can be logged perfectly by game...
  4. I'm using a cms called Azer Cms and they use my function....But it doesn't work with all accounts, only with some...
  5. Sorry I don't undertand you Schmoozerd. Are you telling me that I must check s,v in the php function to login?
  6. Well, here is mi poltergeist! The account/password is kili/petardo If I use sha1(strtoupper($login) . ":" . strtoupper($opass)) it gives me: 4bb5e28d95f82a3ea265177381a6d3bd60944dbe <------------CORRECT But if I go to realm account database I have: fe6f7b9ad8bb5a6caad5b6c5dc5568e2196bdc1a <-----WTF?? I can't log into web with 4bb5e28d95f82a3ea265177381a6d3bd60944dbe BUT I CAN log ingame into wow with fe6f7b9ad8bb5a6caad5b6c5dc5568e2196bdc1a What's the problem? I don't understand
  7. 5740c4bda3672fa874d7980c6414d4ab2c51f9c3 92d410d0b4417be51046409e1d173fa5ef051585 with and without strtoupper jajaja. I have a poltergeist!
  8. 30f71ce763fa241a988e9a20314a124f8229fa70 T_T How mangos does to login? I don't undertands why mangos can login on wow with fe6f7b9ad8bb5a6caad5b6c5dc5568e2196bdc1a but when I use the "supposed" algoritm to hash the password, it gives me other password
  9. yes, but it too strangle. In realm database I have: sha_pass_hash = fe6f7b9ad8bb5a6caad5b6c5dc5568e2196bdc1a but If I use the algoritm on php: sha1(strtoupper($login) . ":" . strtoupper($opass)); it give me: 4bb5e28d95f82a3ea265177381a6d3bd60944dbe the same login and the same password, it works only in wow login, but on web it fails
  10. Hi, I'm doing a cms for mangos, but I have some little problems: I have: "UPDATEaccount SET sha_pass_hash='$npass', sessionkey='', v='', s='' WHERE username='$login'" this works ok on game, but when I tried to login on web this fail because, session_key, v and s...How they work?
  11. hi guys, I'm using warden but I don't know what means all logs in my BD. Is this 100% sure? Is there any guide to explain witch hack type is each one?
  12. maybe we could do a patch like [11566] to work with RFD
  13. In current version of mangos it has appear again T_T
  14. yes 2.4.3 sorry https://github.com/mangos/one
  15. to get a 2.3.4 server, you must use mangos One and use the map extractor from that repo.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use