|
>>
|
No. 1316
ID: 4be4e3
>>1315
You can use two things:
IP (easier) or cookie (trickier).
With the IP you can do a thing like (adding only a module): take the last number (212.20.21.203 : 203) and associate it to a array of names.
Problem is that most of the users have dynamic IPs, so this won't last for long.
About the cookie it's a little harder to code and you have to edit board.php too in order to make it work.
|