'; $recbreadcrumb .= 'cdkitchen > cooking games > recipe word find'; $recbreadcrumb=''; $newmysqli=1; @include "/home/chilidog/public_html/connector.inc.php"; $h1tag = 'Recipe Word Find'; $pageURL = 'http'; if (isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] != "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } //echo $pageURL; $correctpage = explode('?',$pageURL); if ($correctpage[1]){ @header ('HTTP/1.1 404 Not Found'); @include '/home/chilidog/public_html/start.php'; //echo ''; exit; } //$showallarts .='
Cooking Word Find Game Exclusively at CDKitchenChoose your puzzle and difficulty level below.

Regular: words are forwards, up and down.
Difficult: words are forwards, up, down, backwards and diagonal.
'; $showallarts .='
Cooking Word Find Game Exclusively at CDKitchenChoose your puzzle below.

'; $showallarts .='

'; $mydate = date("Y-m-d"); if ($mydate >= '2009-05-05' && $mydate <= '2009-07-04'){ $getwordsl = mysqli_query($link_id,"SELECT fsset as puzzletitle,idx as idfile from FSWF_config where FSWF_config.idx = 74 limit 1"); while ($zimg2 = @mysqli_fetch_array($getwordsl)) { $idfile = $zimg2['idfile']; $mytitle = $zimg2['puzzletitle']; $mytitle = str_replace('_',' ',$mytitle); $mytitle = str_replace('Life is served.','',$mytitle); $marknew = 'Special Edition! '; $showallarts .=''; $showallarts .=''; $showallarts .=''; } } // function listfoodfind($link_id) { $cservememcache = @new Memcache; @include "/home/chilidog/public_html/mcacheconn.php"; if (!$cservememcache->connect("$datacip", $datacport)) { $cservememcache->connect("$datacip", $datacport); } $cservesetname = 'listfoodfinds-abc'; $cserve = @$cservememcache->get($cservesetname); if (!$cserve) { $counter = 1; $getwordsl = mysqli_query($link_id,"SELECT fsset as puzzletitle,idx as idfile,FSWF_config.release as grelease from FSWF_config where FSWF_config.release <= date(NOW()) and FSWF_config.release != '0000-00-00' order by puzzletitle asc"); while ($zimg2 = @mysqli_fetch_array($getwordsl)) { $idfile = $zimg2['idfile']; $mytitle = $zimg2['puzzletitle']; $mytitle = str_replace('_',' ',$mytitle); $marknew = ''; if ($zimg2[grelease] >= date("Y-m-d", time() - 604800)){ $marknew = 'NEW! '; } $showallarts .=''; if ($counter==10){ //$showallarts .=''; } $counter++; } $showallarts .='
Puzzle Theme
 
'.$marknew.''.htmlentities($mytitle).'   RegularDifficult
 
'.$marknew.''.htmlentities($mytitle).'    Play Now!
'; $showallarts .='
 

'; $cserve = $showallarts; @$cservememcache->set($cservesetname, $cserve, false, 604800); //save it for 60 seconds, uncompressed } //return the array return $cserve; } $showallarts .=listfoodfind($link_id); //include "/home/chilidog/public_html/includes/2012-layouta.html"; //$shortpage=1; //$adsoff=1; include "/home/chilidog/public_html/includes/template2016-basic.html"; exit; ?>