Posted by Angelos on 11/03/05 15:27
> You could keep track of the IP addresses and allow only one subscription
> and unsubscription per IP per day.
> You'd get an extra db table, like:
>
> ip | date | action
> ==========================================
> 123.450.123.450 2005-11-03 subscribe
Thanks for your answer,
I thought about it but... IP address is not the best way to do it... Because
it changes.
I though using the date as a unique identifier... but what happens if two
persons subscribe in the same second.
The only way I can see is something like creating an MD5 from the users id
and then decoding it....
Ofcourse there is no way to decode an MD5... so that's my Question :-)
Cheers
Navigation:
[Reply to this message]
|