This is an archive of the mabination.com forums which were active from 2010 to 2018. You can not register, post or otherwise interact with the site other than browsing the content for historical purposes. The content is provided as-is, from the moment of the last backup taken of the database in 2019. Image and video embeds are disabled on purpose and represented textually since most of those links are dead.
To view other archive projects go to
https://archives.mabination.com
-
Yai wrote on 2013-11-17 04:34
Quote from ╔╦╗╒╕║╒╕;1170581:
It's rigged so people can't vote for me (I assume since I have a funky name too /hasn't looked/doesn't care :D)
EDIT: Fixed now - names with UTF8 characters should now work.
-
cheese758 wrote on 2013-11-17 04:42
Question: What happens if there is a tie?
-
Sepia wrote on 2013-11-17 04:50
Quote from cheese758;1170585:
Question: What happens if there is a tie?
Flip a coin, or we have co-winners.
-
Ashikoki wrote on 2013-11-17 05:03
Quote from cheese758;1170585:
Question: What happens if there is a tie?
They're thrown on a small deserted island with a small rusty shiv. The last one standing will be pronounced the winner.
-
cheese758 wrote on 2013-11-17 05:07
Quote from Ashikoki;1170599:
They're thrown on a small deserted island with a small rusty shiv. The last one standing will be pronounced the winner.
Who wins if they both get down humpin each other at the same time ([S]of one of em is a cripple...shet I'm goin to hell for that)[/S].
-
Yai wrote on 2013-11-17 05:34
Ok after quite a bit of work, I managed to get ALL strange names working. So Maia and others can now be voted for.
Also regarding ties, it would probably be decided on in an additional vote or randomly selected.
-
Trevor wrote on 2013-11-17 06:31
I don't like this method so I'm not voting this year. Glad I voted no on the poll.
-
Compass wrote on 2013-11-17 10:32
It's November.
Doesn't this usually take place in December?
-
Kingofrunes wrote on 2013-11-17 15:44
Quote from Trevor;1170625:
I don't like this method so I'm not voting this year. Glad I voted no on the poll.
Well if you change your mind, please be sure to vote.
I really hate sugar coating the truth, bleh.
-
Yoorah wrote on 2013-11-17 15:53
Bad PR right there!
-
Kingofrunes wrote on 2013-11-17 16:01
Quote from Yoorah;1170701:
Bad PR right there!
I suppose, I was never one to sugar coat the truth though, but for Kenero I'll retract my previous statement and edit it.
-
Krystalys wrote on 2013-11-18 05:15
Quote from Yai;1170610:
Ok after quite a bit of work, I managed to get ALL strange names working. So Maia and others can now be voted for.
Wouldn't it have been somewhat more practical to restrict this to only users who were active in 2013, rather than the entire 20k or so?
-
Kingofrunes wrote on 2013-11-18 11:10
Quote from Krystalys;1170916:
Wouldn't it have been somewhat more practical to restrict this to only users who were active in 2013, rather than the entire 20k or so?
It's something I suggested as well but it would have taken a lot of extra work to do, plus we'd need Osay for it and I'm not sure if that capability is there to find out all the members who have been active in the past year and what constitutes as "active"
-
Krystalys wrote on 2013-11-18 11:49
Quote from Kingofrunes;1170977:
It's something I suggested as well but it would have taken a lot of extra work to do, plus we'd need Osay for it and I'm not sure if that capability is there to find out all the members who have been active in the past year and what constitutes as "active"
Really?
Anyone who's visited the forum in the year;
[CODE]
select username from user where lastvisit >= unix_timestamp( '2013-01-01') order by username;
[/CODE]
Anyone who's posted anything in the year;
[CODE]
select username from user where lastpost >= unix_timestamp( '2013-01-01') order by username;
[/CODE]
Anyone who's done more or less anything in the year;
[CODE]
select username from user where lastactivity>= unix_timestamp( '2013-01-01') order by username;
[/CODE]
Uber challenging there.
-
Yai wrote on 2013-11-18 11:56
Restricting it was considered, however I only have a list of names. Without database access there is little else I can do.
The votes are being screened either way. Invalid votes will not be considered.
I would appreciate it if you did not spend every waking moment acting like we don't know how to do our job.