Jump to content

[Help] Accounts & Chars Transfer


Guest lgpastana

Recommended Posts

IF its not encrypted u can do that directly with mysql, no need to use php for that

it would be something like:

UPDATE `account` SET `sha_pass_hash`=SHA1(CONCAT(UPPER(`username`),':',UPPER(`sha_pass_hash`)));

if its encrypted and its not SHA1, forget it not possible AFAIK, u would to force ppl to reset passwords

Link to comment
Share on other sites

×
×
  • 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