Quote:
Originally posted by Logician
@Jawelin: To add such a feature, add:
PHP Code:
if (${$result}[probability]>X) {$alert_tick=1;}
Replace X with your probability you want to check.
Now if a user's possibility of being another user is more than X%, then hack will flag the variable $alert_tick and by checking it in register.php, you can make the script send you email notification.
[...]
Hope that helps.. 
|
Thank you very much for this extension.
Till now, I never found users matching more than 50%, and think - for test purposes - i'll try to lower that value.
Thanks again.
Bye