Latest Episode
Play

Go Back   Keith and The Girl Forums Keith and The Girl Forums Talk Shite

Talk Shite General discussion

Reply
 
Thread Tools Display Modes
Old 12-13-2006, 01:57 PM   #1 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 29
Program used for ipod contest?

hey could anyone let me know what program is being used, or any similar type of program that randomly draws names. Ive been looking for something similar for an upcomming beer pong tournament. Thanks to anyone who can help in advance...
(Offline)   Reply With Quote
Old 12-13-2006, 02:02 PM   #2 (permalink)
Senior Member
 
Rhian's Avatar
 
Join Date: Mar 2006
Location: San Diego
Posts: 4,102
Quote:
Originally Posted by Grant
hey could anyone let me know what program is being used, or any similar type of program that randomly draws names. Ive been looking for something similar for an upcomming beer pong tournament. Thanks to anyone who can help in advance...
Fuuuuuuuuuuckkkk Youuuuuuuu! Welcome.
(Offline)   Reply With Quote
Old 12-13-2006, 02:11 PM   #3 (permalink)
Senior Member
 
TheGrundle's Avatar
 
Join Date: Jun 2006
Location: New Orleans
Posts: 683
its probably and application that chemda's brother wrote specifically for the contest

send me details about what you want and i might be able to write something for you

Last edited by TheGrundle; 12-13-2006 at 02:16 PM.
(Offline)   Reply With Quote
Old 12-13-2006, 02:13 PM   #4 (permalink)
Aspie...dur...
 
gumby013's Avatar
 
Join Date: Nov 2005
Posts: 5,468
Quote:
Originally Posted by TheGrundle
its probably and application that chemda's brother wrote specifically for the contest
Correct.
(Offline)   Reply With Quote
Old 12-13-2006, 02:41 PM   #5 (permalink)
Senior Member
 
klang's Avatar
 
Join Date: Sep 2005
Location: There is something rotten in the state of Denmark
Posts: 481
Quote:
Originally Posted by TheGrundle
its probably and application that chemda's brother wrote specifically for the contest
something along the lines of:

Put all contestants in a list, select random entry between beginning and end of list, show selected entry on the screen.

Not really that complicated to cook up.
(Offline)   Reply With Quote
Old 12-14-2006, 10:06 AM   #6 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 29
Quote:
Originally Posted by TheGrundle
its probably and application that chemda's brother wrote specifically for the contest

send me details about what you want and i might be able to write something for you
basically what i was looking for is a way to randomly take a group of lets say around 20 and put them into a number of groups of 2. The ol fashioned names out of a hat could work but if there was a program around I could dl I would use that.
(Offline)   Reply With Quote
Old 12-14-2006, 01:28 PM   #7 (permalink)
Member
54-hour Marathon 2013 Kickstarter Backer
 
elmacgato's Avatar
 
Join Date: Jun 2006
Location: @ home.
Posts: 59
<?php /* this is a php code that will work... just change the names in the names array */ ?>

<table border="1" cellspacing="1" cellpadding="3">
<?php $names=array( "Creepy Guy",
"Lucy Nutzenbals",
"Chemda",
"Jane_Doe",
"hellokittygrrl",
"klang",
"buckawheat",
"Keith",
"rellek",
"djchickenstrip",
"ryanknapper",
"benvh",
"MichaelG",
"Sexy_Potatoe_with_an_E",
"Canuck",
"Coconut",
"The Godfather",
"stjoe",
"Wrathchild",
"matt B" );


shuffle($names);
$c=count($names);
for ($i=0; $i<$c; $i++)
{ ?>

<tr>
<td><?php echo $names[$i]; ?></td>
<td><?php $i++; ?>Vs.</td>
<td><?php echo $names[$i]; ?>;</td>
</tr>
<?
}
?>
</table>
(Offline)   Reply With Quote
Old 12-14-2006, 05:52 PM   #8 (permalink)
Member
 
Mr. Moon's Avatar
 
Join Date: Mar 2006
Posts: 81
elmacgato's solution will work, but only once. If people tried to visit the page to see the lineup then they'd get a new pairing each time. Best thing would be to use that script to get the order, and insert those in a mysql table. Then on a seperate webpage extract and display the values. If this is too complicated then copy down the table displayed in gato's code and manually construct a table in HTML.
(Offline)   Reply With Quote
Old 12-15-2006, 04:05 PM   #9 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 29
wow, well thanks for all the replies. My basic computer skills stop me from going through with any of these suggestions but thanks for all of the replies anyway. Hey fuck it the ol name in a hat routine always worked before who am I trying to kid by making things look more professional lol.
(Offline)   Reply With Quote
Old 12-15-2006, 04:27 PM   #10 (permalink)
Member
 
lucky's Avatar
 
Join Date: May 2006
Posts: 90
I think its part of myspaces contest thingy.
(Offline)   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -5. The time now is 02:50 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.1
Keith and The GirlAd Management plugin by RedTyger