Feb 2011 4.40 Challenge
#721
Posted 01 March 2011 - 01:16 PM
Fluffdog87
QUOTE
I love the game of poker for the competition, the psychology, the never-ending quest to improve, the advanced and sometimes minute complexities not everyone sees when they play, and the enjoyment of succeeding after giving all your energy to reach a goal that may at first seem unattainable but that you find a way to make it possible.
#723
Posted 01 March 2011 - 02:12 PM
#724
Posted 01 March 2011 - 04:43 PM
#725
Posted 01 March 2011 - 07:06 PM
TwstdWrstr, on Friday, February 11th, 2011, 7:55 PM, said:
PillyPill, on Friday, February 11th, 2011, 8:20 PM, said:
DiamondDixie, on Friday, February 11th, 2011, 9:10 PM, said:
(11:21:46 PM) tbrick: later man
(11:21:56 PM) AceOnTheIce: laters dude
(11:22:08 PM) AceOnTheIce: go toss that laundry
(11:22:15 PM) AceOnTheIce: if thats what u call it nowadays
(11:22:20 PM) tbrick: LOL
#728
Posted 01 March 2011 - 08:02 PM
#729
Posted 01 March 2011 - 08:04 PM
#730
Posted 01 March 2011 - 08:42 PM
#731
Posted 01 March 2011 - 08:52 PM
TILT name: ADDILAC299
Merge name: GaryBuseysTeeth
#732
Posted 01 March 2011 - 09:11 PM
DiamondDixie, on Tuesday, March 1st, 2011, 9:42 PM, said:
(11:21:46 PM) tbrick: later man
(11:21:56 PM) AceOnTheIce: laters dude
(11:22:08 PM) AceOnTheIce: go toss that laundry
(11:22:15 PM) AceOnTheIce: if thats what u call it nowadays
(11:22:20 PM) tbrick: LOL
#733
Posted 01 March 2011 - 10:05 PM
info@fullcontactpoker.com
#734
Posted 01 March 2011 - 10:40 PM
#735
Posted 07 July 2011 - 12:41 PM
#736
Posted 07 July 2011 - 01:18 PM
wsox8, on Thursday, July 7th, 2011, 1:41 PM, said:
//make png for signatures$im = imagecreatefrompng("images/lbtemplate.png");//define colors$white = imageColorAllocate ($im, 0xFF, 0xFF, 0xFF); $gray = imageColorAllocate ($im, 0x33, 0x33, 0x33); $black = imageColorAllocate ($im, 0x00, 0x00, 0x00); $yellow = imageColorAllocate ($im, 0xAA, 0xAA, 0x00); $green = imageColorAllocate ($im, 0x00, 0xBB, 0x00);$blue = imageColorAllocate ($im, 0x00, 0x00, 0xBB);$ltblue = imageColorAllocate ($im, 0x66, 0x66, 0xFF);$red = imageColorAllocate ($im, 0xBB, 0x00, 0x00); $orange = imageColorAllocate ($im, 0xBB, 0x44, 0x22); $gray = imageColorAllocate ($im, 0x88, 0x88, 0x88); $teamcolor = $green;$scorecolor = $green; $row1x = 195;$score1x = 410;$row2x=455;$score2x = 670;$top = 17;$vertspace = 12;$fontpath = "/images/Bitsumishi.ttf"; //draw text for pre-tourney period//imagettftext($im, 24, 0, 300, 45, $gray, "/images/Bitsumishi.ttf", "NOW REGISTERING"); //draw text leaderboardimagettftext($im, 9, 0, $row1x, $top, $white, "/images/Bitsumishi.ttf", "1. $a_teamname[0]");imagettftext($im, 9, 0, $score1x, $top, $white, "/images/Bitsumishi.ttf", "$a_teamscore[0]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace, $yellow, $fontpath, "2. $a_teamname[1]");imagettftext($im, 9, 0, $score1x, $top+$vertspace, $yellow, $fontpath, "$a_teamscore[1]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*2, $yellow, $fontpath, "3. $a_teamname[2]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*2, $yellow, $fontpath, "$a_teamscore[2]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*3, $teamcolor, $fontpath, "4. $a_teamname[3]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*3, $teamcolor, $fontpath, "$a_teamscore[3]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*4, $teamcolor, $fontpath, "5. $a_teamname[4]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*4, $scorecolor, $fontpath, "$a_teamscore[4]"); imagettftext($im, 9, 0, $row2x, $top, $teamcolor, $fontpath, "6. $a_teamname[5]");imagettftext($im, 9, 0, $score2x, $top, $scorecolor, $fontpath, "$a_teamscore[5]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace, $teamcolor, $fontpath, "7. $a_teamname[6]");imagettftext($im, 9, 0, $score2x, $top+$vertspace, $scorecolor, $fontpath, "$a_teamscore[6]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*2, $teamcolor, $fontpath, "8. $a_teamname[7]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*2, $scorecolor, $fontpath, "$a_teamscore[7]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*3, $teamcolor, $fontpath, "9. $a_teamname[8]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*3, $scorecolor, $fontpath, "$a_teamscore[8]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*4, $teamcolor, $fontpath, "10. $a_teamname[9]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*4, $scorecolor, $fontpath, "$a_teamscore[9]"); //draw text for winners/*imagettftext($im,12,0,380,18,$ltblue,$fontpath, "*** WINNERS ***"); imagettftext($im,9,0,220,31,$white,$fontpath,"1. $a_teamname[0]: $a_player1[0] & $a_player2[0]");imagettftext($im,9,0,620,31,$white,$fontpath,"$a_teamscore[0]"); imagettftext($im,9,0,220,41,$green,$fontpath,"2. $a_teamname[1]");imagettftext($im,9,0,620,41,$green,$fontpath,"$a_teamscore[1]"); imagettftext($im,9,0,220,51,$green,$fontpath,"3. $a_teamname[2]: $a_player1[2] & $a_player2[2]");imagettftext($im,9,0,620,51,$green,$fontpath,"$a_teamscore[2]"); */ //make the imageimagepng($im,"images/leaderboard.png");imagedestroy($im);
#737
Posted 07 July 2011 - 01:20 PM
#738
Posted 07 July 2011 - 01:40 PM
vbnautilus, on Thursday, July 7th, 2011, 5:18 PM, said:
//make png for signatures$im = imagecreatefrompng("images/lbtemplate.png");//define colors$white = imageColorAllocate ($im, 0xFF, 0xFF, 0xFF); $gray = imageColorAllocate ($im, 0x33, 0x33, 0x33); $black = imageColorAllocate ($im, 0x00, 0x00, 0x00); $yellow = imageColorAllocate ($im, 0xAA, 0xAA, 0x00); $green = imageColorAllocate ($im, 0x00, 0xBB, 0x00);$blue = imageColorAllocate ($im, 0x00, 0x00, 0xBB);$ltblue = imageColorAllocate ($im, 0x66, 0x66, 0xFF);$red = imageColorAllocate ($im, 0xBB, 0x00, 0x00); $orange = imageColorAllocate ($im, 0xBB, 0x44, 0x22); $gray = imageColorAllocate ($im, 0x88, 0x88, 0x88); $teamcolor = $green;$scorecolor = $green; $row1x = 195;$score1x = 410;$row2x=455;$score2x = 670;$top = 17;$vertspace = 12;$fontpath = "/images/Bitsumishi.ttf"; //draw text for pre-tourney period//imagettftext($im, 24, 0, 300, 45, $gray, "/images/Bitsumishi.ttf", "NOW REGISTERING"); //draw text leaderboardimagettftext($im, 9, 0, $row1x, $top, $white, "/images/Bitsumishi.ttf", "1. $a_teamname[0]");imagettftext($im, 9, 0, $score1x, $top, $white, "/images/Bitsumishi.ttf", "$a_teamscore[0]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace, $yellow, $fontpath, "2. $a_teamname[1]");imagettftext($im, 9, 0, $score1x, $top+$vertspace, $yellow, $fontpath, "$a_teamscore[1]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*2, $yellow, $fontpath, "3. $a_teamname[2]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*2, $yellow, $fontpath, "$a_teamscore[2]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*3, $teamcolor, $fontpath, "4. $a_teamname[3]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*3, $teamcolor, $fontpath, "$a_teamscore[3]"); imagettftext($im, 9, 0, $row1x, $top+$vertspace*4, $teamcolor, $fontpath, "5. $a_teamname[4]");imagettftext($im, 9, 0, $score1x, $top+$vertspace*4, $scorecolor, $fontpath, "$a_teamscore[4]"); imagettftext($im, 9, 0, $row2x, $top, $teamcolor, $fontpath, "6. $a_teamname[5]");imagettftext($im, 9, 0, $score2x, $top, $scorecolor, $fontpath, "$a_teamscore[5]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace, $teamcolor, $fontpath, "7. $a_teamname[6]");imagettftext($im, 9, 0, $score2x, $top+$vertspace, $scorecolor, $fontpath, "$a_teamscore[6]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*2, $teamcolor, $fontpath, "8. $a_teamname[7]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*2, $scorecolor, $fontpath, "$a_teamscore[7]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*3, $teamcolor, $fontpath, "9. $a_teamname[8]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*3, $scorecolor, $fontpath, "$a_teamscore[8]"); imagettftext($im, 9, 0, $row2x, $top+$vertspace*4, $teamcolor, $fontpath, "10. $a_teamname[9]");imagettftext($im, 9, 0, $score2x, $top+$vertspace*4, $scorecolor, $fontpath, "$a_teamscore[9]"); //draw text for winners/*imagettftext($im,12,0,380,18,$ltblue,$fontpath, "*** WINNERS ***"); imagettftext($im,9,0,220,31,$white,$fontpath,"1. $a_teamname[0]: $a_player1[0] & $a_player2[0]");imagettftext($im,9,0,620,31,$white,$fontpath,"$a_teamscore[0]"); imagettftext($im,9,0,220,41,$green,$fontpath,"2. $a_teamname[1]");imagettftext($im,9,0,620,41,$green,$fontpath,"$a_teamscore[1]"); imagettftext($im,9,0,220,51,$green,$fontpath,"3. $a_teamname[2]: $a_player1[2] & $a_player2[2]");imagettftext($im,9,0,620,51,$green,$fontpath,"$a_teamscore[2]"); */ //make the imageimagepng($im,"images/leaderboard.png");imagedestroy($im);0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









