Page 13 of 15

Posted: 19 Mar 2011, 22:00
by yellowFreak
hate wrote:
yellowFreak wrote:SlayerS_BoxeR vs Prae.NightEnD?
yes, when i saw the p deathball i thought "gg" but then the emps went off ...
yea that was insane... he deserved the win..

anyway nice comeback from nightend.. he managed to hold back the first attack!

Posted: 19 Mar 2011, 22:00
by hoggy
still crossed...

Posted: 19 Mar 2011, 22:00
by db_Iodine
Any second now.

Posted: 19 Mar 2011, 22:01
by Ekaros
Soo?

Posted: 19 Mar 2011, 22:01
by zakazak
please please please sexy awesome orcale please please please

Posted: 19 Mar 2011, 22:02
by hoggy
Just as well I don't bite my nails...

Posted: 19 Mar 2011, 22:02
by hoggy
The anticipation is quite unpleasant...

Posted: 19 Mar 2011, 22:02
by Jimmeh
Im pressing F5 all the time :D

Posted: 19 Mar 2011, 22:02
by The Keyboard Oracle
The Keyboard Oracle has decided: joeqj.

Posted: 19 Mar 2011, 22:03
by zakazak
le fu & gz

Posted: 19 Mar 2011, 22:03
by yellowFreak
gz joeqj whoever that is :P

Posted: 19 Mar 2011, 22:03
by hoggy
The Keyboard Oracle wrote:The Keyboard Oracle has decided: joeqj.
Congrats to joeqj

Bastard.

Posted: 19 Mar 2011, 22:04
by Jimmeh
Congrats joeqj!

Posted: 19 Mar 2011, 22:04
by RiGS
Congrats to joeqj!

Posted: 19 Mar 2011, 22:04
by javifast
Well, congrats. :(

Posted: 19 Mar 2011, 22:04
by Ekaros
joeqj wrote:Ive never tried a mechanical keyboard before.

I better get my 10 posts
Atleast it went to noob. The greatness of mechanicals is shared!

Posted: 19 Mar 2011, 22:05
by Culinia
congrats, although

Last visited:
09 Mar 2011, 16:39

That is extremely lucky considering he probably had no intention to participate in these forums, until now obviously :P

Posted: 19 Mar 2011, 22:05
by zakazak
i hope he has some use and likes it atleast and isnt going to sell it on ebay :P

Posted: 19 Mar 2011, 22:06
by keyboardlover
Congrats!

Posted: 19 Mar 2011, 22:07
by hoggy
hoggy wrote: Bastard.
I'm only jealous... Congrats again.

I suppose if he does sell it, he should offer it here first. I mean, where else will he be able to fence a 10k keyboard?

Posted: 19 Mar 2011, 22:07
by earloflondon
The Keyboard Oracle wrote:The Keyboard Oracle has decided: joeqj.

between joeqj and me there are 13 contestants in the list webwit posted before. damnit cursed 13 :evil:

btw congrats "joeqj" dude

damnit :twisted:

Posted: 19 Mar 2011, 22:09
by webwit
145 was the final number of contestants.

Posted: 19 Mar 2011, 22:12
by earloflondon
now i'll have to wait for the steelseries contest to end. at least one down :mrgreen:

Posted: 19 Mar 2011, 22:13
by tehpassenger
gg, you lucker :D

Posted: 19 Mar 2011, 22:14
by sixty
earloflondon wrote:
The Keyboard Oracle wrote:The Keyboard Oracle has decided: joeqj.

between joeqj and me there are 13 contestants in the list webwit posted before. damnit cursed 13 :evil:

btw congrats "joeqj" dude

damnit :twisted:
The order actually did not matter, since the script did shuffle the list. For you paranoid folks out there, here is the drawing:

Code: Select all

<?php

define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);

echo "Deskthority Filco Majestouch give-away!";

// Gets all unique users from giveaway topic with at least 10 posts, except founders:
$sql = 'SELECT distinct(a.poster_id),b.username,b.user_posts FROM phpbb_posts a left join phpbb_users b on a.poster_id = b.user_id WHERE topic_id=281 and b.user_posts >= 10 and a.poster_id <> 2 and a.poster_id <> 54 and a.poster_id <> 64 and a.poster_id <> 87';

$result = $db->sql_query($sql);
$contestants = array();
while ($row = $db->sql_fetchrow($result)) {
	$contestants[] = $row['username'];
}

echo "<br />\n<br />\n" . count($contestants) . " contestants: ";
show_contestants($contestants);
for ($i = 5; $i--; my_shuffle($contestants));

$winner = mt_rand(0, count($contestants) - 1);
echo "<br />\nWinner: " . $contestants[$winner] . "<br />\n<br />\nCongratulations!<br />\n";

function show_contestants(&$contestants)
{
	echo implode(', ', $contestants) . "<br />\n";
}

function my_shuffle(&$contestants)
{
	shuffle($contestants);
	echo "<br />\nShuffling... ";
	show_contestants($contestants);
}
?>
Besides what you see, we also took a few other steps to insure the winner was valid.

Congratulations joeqj! and thanks to everyone for participating. The next contest won't be far away.

We will be contacting the winner both by PM and E-Mail to ask for their choice of keyboard and confirm shipping address. If we do not receive a reply within 14 days, we will run the script again ask for the mighty advice of the great keyboard oracle again.

Posted: 19 Mar 2011, 22:34
by Moogle Stiltzkin
I don't think i like this oracle :{


Just kidding :mrgreen:


Gratz man.



I managed to try out the G80-3494 Lycuc-2 black.


Yeah the cherry mx feels smoother than the browns for sure.



hm 14 days..... *heads over to joeqj!'s home and murders him and hides his the corpse :mrgreen:

Posted: 19 Mar 2011, 22:37
by Sugoi
Congratulations man! ^__^

Posted: 19 Mar 2011, 22:52
by ripster
Joeqj had exactly 10 posts.

http://deskthority.net/memberlist.php?m ... file&u=317

WHAT A COINCIDENCE!

Posted: 19 Mar 2011, 22:53
by earloflondon
sixty wrote:...
The order actually did not matter, since the script did shuffle the list. For you paranoid folks out there, here is the drawing:
c'mon we're having fun... we're not paranoid :D
sixty wrote: We will be contacting the winner both by PM and E-Mail to ask for their choice of keyboard and confirm shipping address. If we do not receive a reply within 14 days, we will run the script again ask for the mighty advice of the great keyboard oracle again.
crossing my fingers... so joecq won't reply :lol:

and there is a bug in the code

sql statement should have been

$sql = 'SELECT distinct(a.poster_id),b.username,b.user_posts FROM phpbb_posts a left join phpbb_users b on a.poster_id = b.user_id WHERE topic_id=281 and b.user_id=333;


anyway, joecq congrats again... many times

awaiting for the next contest :D

and what a coincidence the drawing ended just at page 13 :mrgreen: damnit 13 :lol:

damnit superstitions :lol:

Posted: 19 Mar 2011, 22:58
by neo
sixty wrote:

Code: Select all

<?php

define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);

echo "Deskthority Filco Majestouch give-away!";

// Gets all unique users from giveaway topic with at least 10 posts, except founders:
$sql = 'SELECT distinct(a.poster_id),b.username,b.user_posts FROM phpbb_posts a left join phpbb_users b on a.poster_id = b.user_id WHERE topic_id=281 and b.user_posts >= 10 and a.poster_id <> 2 and a.poster_id <> 54 and a.poster_id <> 64 and a.poster_id <> 87';

$result = $db->sql_query($sql);
$contestants = array();
while ($row = $db->sql_fetchrow($result)) {
	$contestants[] = $row['username'];
}

echo "<br />\n<br />\n" . count($contestants) . " contestants: ";
show_contestants($contestants);
for ($i = 5; $i--; my_shuffle($contestants));

$winner = mt_rand(0, count($contestants) - 1);
echo "<br />\nWinner: joeqj<br />\n<br />\nCongratulations!<br />\n";

function show_contestants(&$contestants)
{
	echo implode(', ', $contestants) . "<br />\n";
}

function my_shuffle(&$contestants)
{
	shuffle($contestants);
	echo "<br />\nShuffling... ";
	show_contestants($contestants);
}
?>
There is something fishy in that code...