Post
Topic
Board Meta
Re: Activity & new membergroup limits
by
tspacepilot
on 21/03/2015, 17:44:12 UTC
-snip-
Sorry, I found it. But still, you need to know how to read this code ...

-snip-
Code:
update smf_members set ID_POST_GROUP=21 where ID_POST_GROUP=8 and
activity>=775 and activity>=775+conv(substr(sha1(concat(ID_MEMBER,
secretSeed)), 1, 2), 16, 10);

The required activity level per user is suitably random for betting, but anyone who can read my code (there are a few such people) will be able to exactly predict when someone will become Legendary, so I don't really recommend it.

The problem is that we dont know what the "secretSeed" is, thus a proper prediction on the exact result in only available for those that have access to the full code.



We just need to pay off some mod. Question is if that secretSeed is account specific or global.

I think I saw that it was specific for each account (but I may be mistaken).