Cat Avatars.

Users who are viewing this thread

J said:
randomcat.jpg


In case someone would like to keep using the avatar(s), set your avatar url to:

http://tw.greywool.com/randomcat.jpg?id=12345

Replace the red part with your own user ID (or any other unique identifier), so everyone using it won't be showing the same one on a single given page. :razz:

Awesome, Prostetnic Vogon Jeltz has two furry companions now! :smile:
 
Janus said:
By the way, the algorithm which determined the users with random kitty avatars:
Code:
if (($user_id % 4) + 1 == ceil($hour / 3))
$hour above was the server clock's hour, 12-hour based rather than 24-hour based. So, roughly 1/4 of all users at any given time, with the affected people changing over time.

Ach, I'd got most the way there on the algorithm, then the day ended. :razz:
 
Back
Top Bottom