0) { $page_body = "\n"; $i = 0; while ($i < mysql_num_rows ($result)) { $page_body.= " \n"; for ($j = 0; $j < 3; $j++) { if ($i < mysql_num_rows ($result)) { $row = mysql_fetch_array ($result); $id = $row ["id"]; $name = stripslashes ($row ["name"]); $query = "SELECT thumburl FROM BunnyPictures WHERE bunnyid = '".$id."' ORDER BY picturenumber ASC LIMIT 1"; $pic_result = mysql_query ($query); $pic_row = mysql_fetch_array ($pic_result); $pic_thumb = $pic_row ["thumburl"]; $page_body.= " \n"; } // if () else { $page_body.= " \n"; } // else $i++; } // for () $page_body.= " \n"; } // while () $page_body.= "
\"Poker

".$name."

 
\n"; } // if () else { $page_body = "

None found

\n"; } // else echo $page_body; } // show_newest () //********************************************************************************\\ function show_most_popular ($site_base) { $query = "SELECT Bunnies.id AS id FROM Bunnies ORDER BY RAND() DESC LIMIT 3"; $result = mysql_query ($query); if (mysql_num_rows ($result) > 0) { $page_body = "\n"; $i = 0; while ($i < mysql_num_rows ($result)) { $page_body.= " \n"; for ($j = 0; $j < 3; $j++) { if ($i < mysql_num_rows ($result)) { $row = mysql_fetch_array ($result); $id = $row ["id"]; $name = stripslashes ($row ["name"]); $query = "SELECT thumburl FROM BunnyPictures WHERE bunnyid = '".$id."' ORDER BY picturenumber ASC LIMIT 1"; $pic_result = mysql_query ($query); $pic_row = mysql_fetch_array ($pic_result); $pic_thumb = $pic_row ["thumburl"]; $page_body.= " \n"; } // if () else { $page_body.= " \n"; } // else $i++; } // for () $page_body.= " \n"; } // while () $page_body.= "
\"Poker

".$name."

 
\n"; } // if () else { $page_body = "

None found

\n"; } // else echo $page_body; } // show_most_popular () //********************************************************************************\\ $page_title = "Hot Poker and Hot Girls at Poker Bunnies"; $meta_keywords = "poker, online poker, girls, ladies, best poker, poker hands, poker girls, poker bunnies, win at poker, best poker rooms, find the best poker, find winning poker"; $meta_description = "PokerBunnies.com.au brings you the best online guide to playing online poker and winning at online poker as well as the hottest poker girls around, so come and see our poker bunnies now."; //********************************************************************************\\ ?> <?php echo $page_title; ?>

Hor Girls and Hot PokerPoker Bunnies OnlineOnline Poker Rooms
\n"); } // for () ?> ".$t_name."
\n"); } // for () ?>
Winning Poker Hands
Poker Dictionary
Poker Bunnies News
Articles
Links
Contact Us

Poker Bunnies

Online poker is the hottest game of today with more and more people enjoying the thrills that this great game gives them. Online poker is a game for everyone. Because of this, many different and new poker games have started to grow in popularity. Games like Texas Hold'Em Poker, Omaha Poker and Stud Poker still hold the main spotlight, but with newer games coming up all the time, there's more and more reasons to get into online poker at your favorite online poker rooms.

Visitors, please note...

Poker Bunnies contains images, ideas and concepts that are not suitable for people under the age of 18 years. If you are under the age of 18 years or it is illegal to view gambling, adult pictures or other concepts in your location please leave now to avoid any offense.

\n"); print (" \n"); print (" \n"); print ("

Best Online Poker Rooms

\n"); print (" \n"); $query = "SELECT id, name FROM PokerRooms ORDER BY roomrank ASC LIMIT 5"; $result = mysql_query ($query); for ($i = 0; $i < mysql_num_rows ($result); $i++) { $row = mysql_fetch_array ($result); $id = $row ["id"]; $name = $row ["name"]; if (($i + 1) % 2 == 1) { $row_style = "tablerow1"; } // if () else { $row_style = "tablerow2"; } // else print (" \n"); print (" \n"); print (" \n"); print (" \n"); print (" \n"); print (" \n"); } // for () print ("
".($i + 1)."".$name."ReviewVISIT!
\n"); print (" \n"); print ("  \n"); print (" \n"); print ("

Next Poker Tournaments

\n"); print (" \n"); $day = date ("j"); $month = date ("n"); $year = date ("Y"); $week_day = date ("w"); $query = "SELECT tournamenttype, tournamentgame, buyin, casinoid, tournamentname, starttime, prizepool FROM TournamentSchedules WHERE ".$where."frequency = '1' AND starttime > NOW() OR ".$where."frequency = '2' AND weekday = '".$week_day."' AND starttime > NOW() OR ".$where."frequency = '3' AND monthday = '".$day."' AND starttime > NOW() OR ".$where."oncedate = NOW() AND starttime > NOW() ORDER BY starttime ASC LIMIT 5"; $result = mysql_query ($query); // echo "

".$query."

"; $tournament_list = array (); for ($i = 0; $i < mysql_num_rows ($result); $i++) { array_push ($tournament_list, mysql_fetch_array ($result)); } // for () if (sizeof ($tournament_list) < 5) { $num_left = 5 - sizeof ($tournament_list); $tomorrow = strtotime ("tomorrow"); $week_day++; if ($week_day > 6) { $week_day = 0; } // if () $day = date ("j", $tomorrow); $month = date ("n", $tomorrow); $year = date ("Y", $tomorrow); $week_day = date ("w", $tomorrow); $query = "SELECT tournamenttype, tournamentgame, buyin, casinoid, tournamentname, starttime, prizepool FROM TournamentSchedules WHERE ".$where."frequency = '1' OR ".$where."frequency = '2' AND weekday = '".$week_day."' OR ".$where."frequency = '3' AND monthday = '".$day."' OR ".$where."oncedate = NOW() ORDER BY starttime ASC LIMIT 5"; $result = mysql_query ($query); // echo "

".$query."

"; for ($i = 0; $i < mysql_num_rows ($result); $i++) { array_push ($tournament_list, mysql_fetch_array ($result)); } // for () } // if () for ($i = 0; $i < sizeof ($tournament_list); $i++) { $row = $tournament_list [$i]; $type = $row ["tournamenttype"]; $game = $row ["tournamentgame"]; $buyin = $row ["buyin"]; $casinoid = $row ["casinoid"]; $name = stripslashes ($row ["name"]); $starttime =date ("g:sa", strtotime ($row ["starttime"])); $prizepool = $row ["prizepool"]; $query = "SELECT name, logo88x31 FROM PokerRooms WHERE id = '".$casinoid."' LIMIT 1"; $result = mysql_query ($query); $cas_row = mysql_fetch_array ($result); $casino_name = $cas_row ["name"]; $logo = $cas_row ["logo88x31"]; if (($i + 1) % 2 == 1) { $row_style = "tablerow1"; } // if () else { $row_style = "tablerow2"; } // else print (" \n"); print (" \n"); print (" \n"); print (" \n"); print (" \n"); } // for () print ("
".$starttime."".$casino_name."\"Apple
\n"); print (" \n"); print (" \n"); print ("\n"); ?>

The Poker Bunnies

What's a good game of poker without the hottest girls around to play with you?

Newest Poker Bunnies

Most Popular Poker Bunnies