To post a comment or review, you can either log in...
 
'; $log2headline ='OR
Post a as a guest
(a new window will open)'; $size = 'style="width:50%"'; } if ($addrec == 1 && $directadd == 1){ $logheadline = 'To submit a recipe, you must log in...
 
'; $log2headline =''; //$log2headline ='OR
Post a submit a recipe as a guest (register as a recipEbox member to get priority status)'; $size = 'style="width:50%"'; } //$showallarts .= '
'; if (strlen($msg) > 2){ $showallarts .='

'.$msg.'.

'; $showallarts .='

Password was sent to the email address you registered with. If this is not a valid address, you\'ll have to go back and re-register. You must log in within 1 week of registration or your temporary login will expire and you will have to re-register.

'; } //if (strlen($showmail) > 2){ //$showallarts .='

Password was sent to the email address you registered with. If this is not a valid address, you\'ll have to go back and re-register. You must log in within 1 week of registration or your temporary login will expire and you will have to re-register.

'; //} if ($talk){ $talkredir = ''; } $loginformhtml = <<User Name:
   $talkredir


Forgot Password Forgot your Username or Password?

RBOX; $pageform2 = <<
 
     $talkredir
    Forgot your Username or Password?
RBOX; if (!$log2headline){ function currusercount() { $cservememcache = @new Memcache; @include "/home/chilidog/public_html/mcacheconn.php"; if (!@$cservememcache->connect("$datacip", $datacport,$datatimeout)) { @$cservememcache->connect("$datacip", $datacport,$datatimeout); } $cservesetname = 'currentuserloginpage'; $cserve = @$cservememcache->get($cservesetname); if (!$cserve) { $resultb = @mysql_query("SELECT count(userId) as regmem FROM user"); while ($q3 = @mysql_fetch_array($resultb)) { $signupsn = $q3['regmem']; } $cserve = $signupsn; @$cservememcache->set($cservesetname, $cserve, false, 86301); //save it for 60 seconds, uncompressed } //return the array return $cserve; } $signupsn =currusercount(); $size = 'style="width:50%"'; $log2headline = '

'.$signupsn.' Registered Members!

'; } /*$showallarts .= <<log in
$logheadline
$loginformhtml$log2headline
RBOX; */ $h1tag ='Organize your recipes in one place and access them from anywhere! (for free!)'; $showallarts .='
Clip recipes from other websites
Recipe Clipper
Save recipes from any website in one convenient location with just the click of a button. Once saved you can search, sort, and share.
Enter in your own recipes
Add Original Recipes
Skip the scraps of paper and save your most precious recipes online. Access them on your computer, tablet, or phone at any time.
Other member perks
Other Member Perks
Members can upload photos on CDKitchen recipes, write reviews, and access our members-only message board.
'; /* $showallarts .= '
↓    or    ↓
sign up!
'; $showallarts .='


New User Create your own online cookbook
New User Bookmark and tag your favorite CDKitchen recipes
New User Upload photos of recipes
New User Create a webpage of your favorite recipes to share with friends
New User Easy access to your recipes from any computer
New User Categorize recipes so they are easier to find
New User Mingle with our cooking community in the members only forums
New User And it\'s free!

'; $showallarts .=''; */ $pageform .= <<
*Required Info
*username:
No symbols or spaces and greater than 4 characters long.
 
*email:
The correct format for an email address is: yourname@somedomain.com

DOUBLE CHECK YOUR TYPING!! If your address has a typo or is invalid you will not be able to receive your password!
 
real name:
optional

When you hit "submit" you will be brought back to the login screen. A welcome message will be emailed to you immediately with your password. To log in, type in your username and password as shown in the email to enter your recipe box.

By proceeding, you acknowledge and agree to the recipe box Terms of Service




RBOX; $pageform = << Sign Up For Free
*Required Info
*username:
No symbols or spaces; 4-20 characters long.
*email:
real name:
optional

p.s. it's free!

Terms of Service

RBOX; //Required security measure - check the box below that says "I'm not a robot:
//$pageform = '
Sign Up For Free
New user registration is offline for maintenance
'; $showallarts .='

 

'.$pageform.'
'.$pageform2.'

'.number_format(round($signupsn, -3)).'+ members!
'; function latestphotos($currhr) { $cservememcache = @new Memcache; @include "/home/chilidog/public_html/mcacheconn.php"; if (!$cservememcache->connect("$datacip", $datacport,$datatimeout)) { $cservememcache->connect("$datacip", $datacport,$datatimeout); } $cservesetname = 'latestphotoslogin'; $cserve = @$cservememcache->get($cservesetname); if (!$cserve) { $blog = mysql_query("SELECT cdkimages.imgurl,cdklinks.link2,cdklinks.title FROM cdkimages,cdklinks where cdkimages.status=1 and user_id != 468 and cdkimages.mid=cdklinks.mid order by uploaddate desc,cdkimages.idx desc limit 5"); while ($blogrow = @mysql_fetch_array($blog)) { $phototitle= htmlentities(stripslashes($blogrow['title'])); $imgurl= $blogrow['imgurl']; $link2= $blogrow['link2']; //$latestphotos.='

'; $latestphotos.='

'; } $cserve = $latestphotos; @$cservememcache->set($cservesetname, $cserve, false, 5400); //save it for 60 seconds, uncompressed } //return the array return $cserve; } //$latestphotos =latestphotos($currhr); //$latestphotos_div .= '
new recipe photos

'.$latestphotos.'
'; function latestreviews($currhr) { $cservememcache = @new Memcache; @include "/home/chilidog/public_html/mcacheconn.php"; if (!$cservememcache->connect("$datacip", $datacport,$datatimeout)) { $cservememcache->connect("$datacip", $datacport,$datatimeout); } $cservesetname = 'latestreviewslogin'; $cserve = @$cservememcache->get($cservesetname); if (!$cserve) { $gq = @mysql_query("SELECT linkName,linkPath,comments FROM reviews where length(userId) > 3 and userId != 468 and approved=1 order by date desc,revId desc limit 20"); $numrecs=@mysql_num_rows($gq); while ($gq2 = @mysql_fetch_array($gq)) { $linktitle= ucwords(strtolower(stripslashes($gq2[linkName]))); $linkPath= $gq2[linkPath]; $latestreviews .=''.htmlentities($linktitle).'
'; } $cserve = $latestreviews; @$cservememcache->set($cservesetname, $cserve, false, 5400); //save it for 60 seconds, uncompressed } //return the array return $cserve; } //$latestreviews =latestreviews($currhr); //$latestreviews_div .= '
new recipe reviews

'.$latestreviews.'
'; function latestshares($currhr) { $cservememcache = @new Memcache; @include "/home/chilidog/public_html/mcacheconn.php"; if (!$cservememcache->connect("$datacip", $datacport,$datatimeout)) { $cservememcache->connect("$datacip", $datacport,$datatimeout); } $cservesetname = 'latestshareslogin'; $cserve = @$cservememcache->get($cservesetname); if (!$cserve) { $gq = @mysql_query("SELECT title,idx,userId FROM user_recipes where public='T' and approved=1 order by datesub desc,idx desc limit 15"); while ($gq2 = @mysql_fetch_array($gq)) { $gqtitle= stripslashes($gq2[title]); $gqidx= $gq2[idx]; $gquser= $gq2[userId]; $latestshared .=''.htmlentities($gqtitle).'
'; } $cserve = $latestshared; @$cservememcache->set($cservesetname, $cserve, false, 5400); //save it for 60 seconds, uncompressed } //return the array return $cserve; } //$latestshared =latestshares($currhr); //$latestshared_div .= '
new member recipes

'.$latestshared.'
'; //$showallarts .='

see what other members are doing

'; //$showallarts .='
'.$latestphotos_div.'
'.$latestreviews_div.'
'.$latestshared_div.'
'; $extraheaders .=""; /// $extra_headers .=' '; $extracblock = '
Looking for a recipEbox? Start typing the username below
'; $extra_headers .=' '; $catnav=''; $extraheaders .=''; //$extra_headers_js .=' '; $pagename = 'login'; $newpage_title = 'CDKitchen Recipe Box - Save All Your Favorite Recipes'; $thumb_img_src="https://recipebox.cdkitchen.com/images/thumb_img_src.jpg"; $meta_description = 'Add and store all your favorite recipes in one place with CDKitchen\'s free recipe box. Register today!'; $shortpage=1; $canon = 'https://recipebox.cdkitchen.com/'; include($alltemplate); ?>