Question?

fernando.andrade98@gmail.

New Pirate
Registered
LV
0
 
Joined
Apr 4, 2026
Messages
2
Reaction score
1
Points
3
1775873712583.webp

Hello my friends, how are you?

I'm using the server provided by our team, the best of the best, for testing.

Well, I'm learning a few things:

1. First, the password is set to an old pattern, BLAKE2s?

2. Second, I added the import code but it doesn't appear in the marketplace, why?
 
1.1 You can revert to using the old md5 option https://pkodev.com/threads/website-for-tales-of-pirate-2022-dx9.146/post-444
1.2 Implement BLAKE2s in your WEB binding. Starting from version 7.1, php supports BLAKE2s.
PHP:
$data = "password";
$hash = hash("blake2s", $data);
$hashupper = strtoupper($hash)

2. You have added IMP to the wrong account. This can be seen by the presence of a password. You have logged in to a second account and created a secret password of 000000, but IMP has been credited to another account.