-- MySQL Administrator dump 1.4 -- -- ------------------------------------------------------ -- Server version 4.1.18-nt /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- -- Create schema recipe -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ recipe; USE recipe; -- -- Table structure for table `recipe`.`sbrecipe_additional_fields` -- DROP TABLE IF EXISTS `sbrecipe_additional_fields`; CREATE TABLE `sbrecipe_additional_fields` ( `sb_id` bigint(20) NOT NULL auto_increment, `sb_type` varchar(255) default NULL, `sb_name` varchar(255) default NULL, `sb_label` varchar(255) default NULL, `sb_int_value` longtext, `sb_req` varchar(255) default NULL, `sb_display` varchar(255) default NULL, `sb_width` int(11) default NULL, `sb_num_lines` int(11) default NULL, `sb_is_num` varchar(255) default 'no', PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_additional_fields` -- /*!40000 ALTER TABLE `sbrecipe_additional_fields` DISABLE KEYS */; INSERT INTO `sbrecipe_additional_fields` (`sb_id`,`sb_type`,`sb_name`,`sb_label`,`sb_int_value`,`sb_req`,`sb_display`,`sb_width`,`sb_num_lines`,`sb_is_num`) VALUES (2,'text','sb_new','Myfield','','no','yes',10,2,'no'), (3,'select','sb_second','list','+CCCC | aa | bbb','no','no',7,1,'no'); /*!40000 ALTER TABLE `sbrecipe_additional_fields` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_admin` -- DROP TABLE IF EXISTS `sbrecipe_admin`; CREATE TABLE `sbrecipe_admin` ( `sbadmin_id` bigint(20) NOT NULL auto_increment, `sbadmin_name` varchar(255) default NULL, `sbadmin_pwd` varchar(255) default NULL, PRIMARY KEY (`sbadmin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_admin` -- /*!40000 ALTER TABLE `sbrecipe_admin` DISABLE KEYS */; INSERT INTO `sbrecipe_admin` (`sbadmin_id`,`sbadmin_name`,`sbadmin_pwd`) VALUES (1,'admin','moto5691'); /*!40000 ALTER TABLE `sbrecipe_admin` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_ads` -- DROP TABLE IF EXISTS `sbrecipe_ads`; CREATE TABLE `sbrecipe_ads` ( `sbtitle` varchar(255) default NULL, `id` bigint(20) NOT NULL auto_increment, `url` varchar(255) NOT NULL default '', `bannerurl` varchar(255) NOT NULL default '', `credits` bigint(20) NOT NULL default '0', `displays` bigint(20) NOT NULL default '0', `approved` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_ads` -- /*!40000 ALTER TABLE `sbrecipe_ads` DISABLE KEYS */; INSERT INTO `sbrecipe_ads` (`sbtitle`,`id`,`url`,`bannerurl`,`credits`,`displays`,`approved`) VALUES ('Recipe Cookbook',1,'http://yobajufa.2cook.hop.clickbank.net','http://beta.recipe.com/images/recipe_topbanner.jpg',101000,101000,'yes'); /*!40000 ALTER TABLE `sbrecipe_ads` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_affiliate_banner` -- DROP TABLE IF EXISTS `sbrecipe_affiliate_banner`; CREATE TABLE `sbrecipe_affiliate_banner` ( `sbaff_id` bigint(20) NOT NULL auto_increment, `sbaff_title` varchar(255) default NULL, `sbaff_text` longtext, `sbaff_active` varchar(255) NOT NULL default 'no', PRIMARY KEY (`sbaff_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_affiliate_banner` -- /*!40000 ALTER TABLE `sbrecipe_affiliate_banner` DISABLE KEYS */; INSERT INTO `sbrecipe_affiliate_banner` (`sbaff_id`,`sbaff_title`,`sbaff_text`,`sbaff_active`) VALUES (7,'Sponsor Ad','\r\n\r\n\r\n','no'); /*!40000 ALTER TABLE `sbrecipe_affiliate_banner` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_affiliate_box` -- DROP TABLE IF EXISTS `sbrecipe_affiliate_box`; CREATE TABLE `sbrecipe_affiliate_box` ( `sbaff_id` bigint(20) NOT NULL auto_increment, `sbaff_title` varchar(255) default NULL, `sbaff_text` longtext, `sbaff_active` varchar(255) NOT NULL default 'no', PRIMARY KEY (`sbaff_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_affiliate_box` -- /*!40000 ALTER TABLE `sbrecipe_affiliate_box` DISABLE KEYS */; INSERT INTO `sbrecipe_affiliate_box` (`sbaff_id`,`sbaff_title`,`sbaff_text`,`sbaff_active`) VALUES (9,'Sponser','\r\n \r\n \r\n \r\n
\r\n

S
\r\n
P
\r\n O
\r\n N
\r\n S
\r\n O
\r\n R

\r\n

A
\r\n D

\r\n
','no'); /*!40000 ALTER TABLE `sbrecipe_affiliate_box` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_affiliate_sky` -- DROP TABLE IF EXISTS `sbrecipe_affiliate_sky`; CREATE TABLE `sbrecipe_affiliate_sky` ( `sbaff_id` bigint(20) NOT NULL auto_increment, `sbaff_title` varchar(255) default NULL, `sbaff_text` longtext, `sbaff_active` varchar(255) NOT NULL default 'no', PRIMARY KEY (`sbaff_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_affiliate_sky` -- /*!40000 ALTER TABLE `sbrecipe_affiliate_sky` DISABLE KEYS */; INSERT INTO `sbrecipe_affiliate_sky` (`sbaff_id`,`sbaff_title`,`sbaff_text`,`sbaff_active`) VALUES (7,'Sponser','\r\n \r\n \r\n \r\n
\r\n

S

\r\n

P

\r\n

O

\r\n

N

\r\n

S

\r\n

O

\r\n

R

\r\n

\r\n

A

\r\n

D

','no'); /*!40000 ALTER TABLE `sbrecipe_affiliate_sky` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_categories` -- DROP TABLE IF EXISTS `sbrecipe_categories`; CREATE TABLE `sbrecipe_categories` ( `sbcat_id` bigint(20) NOT NULL auto_increment, `sbcat_name` varchar(255) default NULL, `sbpriority` bigint(20) default NULL, `cat_image` varchar(255) default NULL, PRIMARY KEY (`sbcat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_categories` -- /*!40000 ALTER TABLE `sbrecipe_categories` DISABLE KEYS */; INSERT INTO `sbrecipe_categories` (`sbcat_id`,`sbcat_name`,`sbpriority`,`cat_image`) VALUES (1,'Cake',10,'3864402.jpg'), (2,'Cookie',18,'395608.jpg'), (3,'Bread',4,'3953777.jpg'), (23,'Italian',23,'3216650.jpg'), (5,'Christmas',16,'412735.jpg'), (6,'Barbeque',2,'5472277.jpg'), (17,'Dessert',19,'9016466.jpg'), (22,'Main dish',24,'8528596.jpg'), (24,'Mexican',25,'1301898.jpg'), (25,'Pasta',26,'7816625.jpg'), (26,'Potato',27,'8738140.jpg'), (27,'Appetizer',1,'8906592.jpg'), (28,'Healthy living',20,'1724275.jpg'), (31,'Beverage',3,'7979950.jpg'), (32,'Brunch',9,'857879.jpg'), (33,'Thanksgiving',28,'4299395.jpg'), (34,'Kids',29,'3284057.jpg'), (35,'Berries',30,'939937.jpg'), (36,'Brownies',31,'5521373.jpg'), (37,'Candies',32,'3505647.jpg'), (38,'Cheese',33,'4815400.jpg'), (39,'Chinese',34,'2116022.jpg'), (40,'Chocolate',35,'6333532.jpg'), (41,'European',36,'7938850.jpg'), (42,'Fish',37,'6213158.jpg'), (43,'French',38,'9924220.jpg'), (44,'Lamb',39,'7362534.jpg'), (45,'Pizza',40,'3002903.jpg'); INSERT INTO `sbrecipe_categories` (`sbcat_id`,`sbcat_name`,`sbpriority`,`cat_image`) VALUES (46,'Rice',41,'4679128.jpg'), (47,'Snacks',42,'3647221.jpg'); /*!40000 ALTER TABLE `sbrecipe_categories` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_comments` -- DROP TABLE IF EXISTS `sbrecipe_comments`; CREATE TABLE `sbrecipe_comments` ( `sb_id` bigint(20) NOT NULL auto_increment, `recipe_id` bigint(20) default NULL, `mem_id` bigint(20) default NULL, `comments` longtext, `temp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `sb_submitted_on` timestamp NOT NULL default '0000-00-00 00:00:00', `sb_approve` varchar(255) default NULL, PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_comments` -- /*!40000 ALTER TABLE `sbrecipe_comments` DISABLE KEYS */; INSERT INTO `sbrecipe_comments` (`sb_id`,`recipe_id`,`mem_id`,`comments`,`temp`,`sb_submitted_on`,`sb_approve`) VALUES (58,1253,308,'can\'t see the recipe - can\'t comment !','2006-11-11 16:49:19','2006-11-11 04:49:19','new'), (59,1494,689,'your cake sucks ass bitch','2006-11-20 11:03:05','2006-11-20 11:03:05','new'), (41,56,10,'hello howe df fvfd gf ','2004-12-27 10:59:30','2004-12-27 10:59:30','yes'); /*!40000 ALTER TABLE `sbrecipe_comments` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_config` -- DROP TABLE IF EXISTS `sbrecipe_config`; CREATE TABLE `sbrecipe_config` ( `sbcfg_id` bigint(20) NOT NULL auto_increment, `sbmax_new` int(11) NOT NULL default '1', `sbadmin_email` varchar(255) default NULL, `sbsite_name` varchar(255) default NULL, `sbsite_addr` varchar(255) default NULL, `sbmax_top_rated` int(11) NOT NULL default '1', `sbrec_per_page` bigint(20) NOT NULL default '1', `sbmax_left_ads` bigint(20) NOT NULL default '0', `sbapproval_type` varchar(255) NOT NULL default 'auto', `sb_style_list` bigint(20) default '0', `sb_icon_list` varchar(255) default '0', `sb_image_size` bigint(20) default NULL, `sbcontact` varchar(255) default NULL, `sb_logo` varchar(255) default NULL, `sb_th_width` bigint(20) default NULL, `sb_th_height` bigint(20) default NULL, `sb_image_magik` varchar(255) default NULL, `rateing` bigint(20) default NULL, `comment_length` bigint(20) default NULL, `approve_comments` varchar(255) default NULL, `null_char` varchar(255) default NULL, `sb_layout` bigint(20) default NULL, `sb_show_color` varchar(255) default NULL, `sb_no_friend` bigint(20) NOT NULL default '5', `sb_open_cnt` bigint(20) NOT NULL default '0', `sb_sent_cnt` bigint(20) NOT NULL default '0', `sb_friend_cnt` bigint(20) NOT NULL default '0', `sb_top_banner` enum('yes','no') NOT NULL default 'no', `top_affliated` enum('yes','no') NOT NULL default 'no', `affliatecode` text NOT NULL, PRIMARY KEY (`sbcfg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_config` -- /*!40000 ALTER TABLE `sbrecipe_config` DISABLE KEYS */; INSERT INTO `sbrecipe_config` (`sbcfg_id`,`sbmax_new`,`sbadmin_email`,`sbsite_name`,`sbsite_addr`,`sbmax_top_rated`,`sbrec_per_page`,`sbmax_left_ads`,`sbapproval_type`,`sb_style_list`,`sb_icon_list`,`sb_image_size`,`sbcontact`,`sb_logo`,`sb_th_width`,`sb_th_height`,`sb_image_magik`,`rateing`,`comment_length`,`approve_comments`,`null_char`,`sb_layout`,`sb_show_color`,`sb_no_friend`,`sb_open_cnt`,`sb_sent_cnt`,`sb_friend_cnt`,`sb_top_banner`,`top_affliated`,`affliatecode`) VALUES (1,5,'huseyin@ireit.com','Welcome to Recipe.com - Your source to find and submit your Recipes!','http://www.recipe.com',5,10,3,'admin',4,'1',50000,'hide','24047803.gif',172,122,'disable',2,400,'admin','--',12,'yes',10,5993,0,0,'yes','no',''); /*!40000 ALTER TABLE `sbrecipe_config` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_config_bak_02-11-2006` -- DROP TABLE IF EXISTS `sbrecipe_config_bak_02-11-2006`; CREATE TABLE `sbrecipe_config_bak_02-11-2006` ( `sbcfg_id` bigint(20) NOT NULL auto_increment, `sbmax_new` int(11) NOT NULL default '1', `sbadmin_email` varchar(255) default NULL, `sbsite_name` varchar(255) default NULL, `sbsite_addr` varchar(255) default NULL, `sbmax_top_rated` int(11) NOT NULL default '1', `sbrec_per_page` bigint(20) NOT NULL default '1', `sbmax_left_ads` bigint(20) NOT NULL default '0', `sbapproval_type` varchar(255) NOT NULL default 'auto', `sb_style_list` bigint(20) default '0', `sb_icon_list` varchar(255) default '0', `sb_image_size` bigint(20) default NULL, `sbcontact` varchar(255) default NULL, `sb_logo` varchar(255) default NULL, `sb_th_width` bigint(20) default NULL, `sb_th_height` bigint(20) default NULL, `sb_image_magik` varchar(255) default NULL, `rateing` bigint(20) default NULL, `comment_length` bigint(20) default NULL, `approve_comments` varchar(255) default NULL, `null_char` varchar(255) default NULL, `sb_layout` bigint(20) default NULL, `sb_show_color` varchar(255) default NULL, `sb_no_friend` bigint(20) NOT NULL default '5', `sb_open_cnt` bigint(20) NOT NULL default '0', `sb_sent_cnt` bigint(20) NOT NULL default '0', `sb_friend_cnt` bigint(20) NOT NULL default '0', `sb_top_banner` enum('yes','no') NOT NULL default 'no', PRIMARY KEY (`sbcfg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_config_bak_02-11-2006` -- /*!40000 ALTER TABLE `sbrecipe_config_bak_02-11-2006` DISABLE KEYS */; INSERT INTO `sbrecipe_config_bak_02-11-2006` (`sbcfg_id`,`sbmax_new`,`sbadmin_email`,`sbsite_name`,`sbsite_addr`,`sbmax_top_rated`,`sbrec_per_page`,`sbmax_left_ads`,`sbapproval_type`,`sb_style_list`,`sb_icon_list`,`sb_image_size`,`sbcontact`,`sb_logo`,`sb_th_width`,`sb_th_height`,`sb_image_magik`,`rateing`,`comment_length`,`approve_comments`,`null_char`,`sb_layout`,`sb_show_color`,`sb_no_friend`,`sb_open_cnt`,`sb_sent_cnt`,`sb_friend_cnt`,`sb_top_banner`) VALUES (1,5,'huseyin@ireit.com','Welcome to Recipe.com - Your source to find and submit your Recipes!','http://www.recipe.com',5,10,3,'admin',4,'1',50000,'hide','24047803.gif',172,122,'disable',2,400,'admin','--',12,'yes',10,1,0,0,'yes'); /*!40000 ALTER TABLE `sbrecipe_config_bak_02-11-2006` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_config_bak_25_10_2006` -- DROP TABLE IF EXISTS `sbrecipe_config_bak_25_10_2006`; CREATE TABLE `sbrecipe_config_bak_25_10_2006` ( `sbcfg_id` bigint(20) NOT NULL auto_increment, `sbmax_new` int(11) NOT NULL default '1', `sbadmin_email` varchar(255) default NULL, `sbsite_name` varchar(255) default NULL, `sbsite_addr` varchar(255) default NULL, `sbmax_top_rated` int(11) NOT NULL default '1', `sbrec_per_page` bigint(20) NOT NULL default '1', `sbmax_left_ads` bigint(20) NOT NULL default '0', `sbapproval_type` varchar(255) NOT NULL default 'auto', `sb_style_list` bigint(20) default '0', `sb_icon_list` varchar(255) default '0', `sb_image_size` bigint(20) default NULL, `sbcontact` varchar(255) default NULL, `sb_logo` varchar(255) default NULL, `sb_th_width` bigint(20) default NULL, `sb_th_height` bigint(20) default NULL, `sb_image_magik` varchar(255) default NULL, `rateing` bigint(20) default NULL, `comment_length` bigint(20) default NULL, `approve_comments` varchar(255) default NULL, `null_char` varchar(255) default NULL, `sb_layout` bigint(20) default NULL, `sb_show_color` varchar(255) default NULL, `sb_no_friend` bigint(20) NOT NULL default '5', `sb_open_cnt` bigint(20) NOT NULL default '0', `sb_sent_cnt` bigint(20) NOT NULL default '0', `sb_friend_cnt` bigint(20) NOT NULL default '0', PRIMARY KEY (`sbcfg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_config_bak_25_10_2006` -- /*!40000 ALTER TABLE `sbrecipe_config_bak_25_10_2006` DISABLE KEYS */; INSERT INTO `sbrecipe_config_bak_25_10_2006` (`sbcfg_id`,`sbmax_new`,`sbadmin_email`,`sbsite_name`,`sbsite_addr`,`sbmax_top_rated`,`sbrec_per_page`,`sbmax_left_ads`,`sbapproval_type`,`sb_style_list`,`sb_icon_list`,`sb_image_size`,`sbcontact`,`sb_logo`,`sb_th_width`,`sb_th_height`,`sb_image_magik`,`rateing`,`comment_length`,`approve_comments`,`null_char`,`sb_layout`,`sb_show_color`,`sb_no_friend`,`sb_open_cnt`,`sb_sent_cnt`,`sb_friend_cnt`) VALUES (1,5,'huseyin@ireit.com','Welcome to Recipe.com - Your source to find and submit your Recipes!','http://www.recipe.com',5,10,3,'admin',4,'1',50000,'hide','24047803.gif',172,122,'enable',2,400,'admin','--',12,'yes',10,1,0,0); /*!40000 ALTER TABLE `sbrecipe_config_bak_25_10_2006` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_courses` -- DROP TABLE IF EXISTS `sbrecipe_courses`; CREATE TABLE `sbrecipe_courses` ( `sbcourse_id` bigint(20) NOT NULL auto_increment, `sbcourse_name` varchar(255) default NULL, `sbpriority` bigint(20) default NULL, PRIMARY KEY (`sbcourse_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_courses` -- /*!40000 ALTER TABLE `sbrecipe_courses` DISABLE KEYS */; INSERT INTO `sbrecipe_courses` (`sbcourse_id`,`sbcourse_name`,`sbpriority`) VALUES (2,'Appetizer',3), (3,'Brunch',6), (4,'Breakfast',12), (5,'Dessert',4), (6,'Main Course',8), (7,'Snacks',10); /*!40000 ALTER TABLE `sbrecipe_courses` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_cuisines` -- DROP TABLE IF EXISTS `sbrecipe_cuisines`; CREATE TABLE `sbrecipe_cuisines` ( `sbcuisine_id` bigint(20) NOT NULL auto_increment, `sbcuisine_name` varchar(255) default NULL, `sbpriority` bigint(20) default NULL, PRIMARY KEY (`sbcuisine_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_cuisines` -- /*!40000 ALTER TABLE `sbrecipe_cuisines` DISABLE KEYS */; INSERT INTO `sbrecipe_cuisines` (`sbcuisine_id`,`sbcuisine_name`,`sbpriority`) VALUES (1,'African',1), (2,'American',2), (3,'Asian',3), (4,'Chines',4), (5,'Indian',5), (7,'japanies',7), (8,'maxican',8), (9,'Italian',9); /*!40000 ALTER TABLE `sbrecipe_cuisines` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_day_recipe` -- DROP TABLE IF EXISTS `sbrecipe_day_recipe`; CREATE TABLE `sbrecipe_day_recipe` ( `sbtemp_id` bigint(20) NOT NULL auto_increment, `sbjoke_id` bigint(20) NOT NULL default '-1', `sbtemp_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `sbcurrent_date` timestamp NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`sbtemp_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_day_recipe` -- /*!40000 ALTER TABLE `sbrecipe_day_recipe` DISABLE KEYS */; INSERT INTO `sbrecipe_day_recipe` (`sbtemp_id`,`sbjoke_id`,`sbtemp_date`,`sbcurrent_date`) VALUES (40,110,'2006-10-18 01:07:45','2006-10-18 00:00:00'), (41,58,'2006-10-19 00:52:49','2006-10-19 00:00:00'), (59,782,'2006-11-07 00:00:22','2006-11-07 00:00:00'), (67,2359,'2006-11-15 00:00:04','2006-11-15 00:00:00'), (68,780,'2006-11-16 00:00:17','2006-11-16 00:00:00'), (63,1376,'2006-11-11 00:00:11','2006-11-11 00:00:00'), (55,97,'2006-11-03 00:00:45','2006-11-03 00:00:00'), (66,1112,'2006-11-14 00:00:01','2006-11-14 00:00:00'), (62,1196,'2006-11-10 00:00:12','2006-11-10 00:00:00'), (28,56,'2005-02-26 16:16:07','2005-02-26 00:00:00'), (56,97,'2006-11-04 00:00:22','2006-11-04 00:00:00'), (64,499,'2006-11-12 00:00:04','2006-11-12 00:00:00'), (61,1423,'2006-11-09 00:00:06','2006-11-09 00:00:00'), (58,132,'2006-11-06 00:00:00','2006-11-06 00:00:00'), (60,597,'2006-11-08 00:00:16','2006-11-08 00:00:00'), (69,783,'2006-11-17 00:00:02','2006-11-17 00:00:00'), (39,111,'2006-10-17 00:59:46','2006-10-17 00:00:00'), (70,60,'2006-11-18 00:00:21','2006-11-18 00:00:00'); INSERT INTO `sbrecipe_day_recipe` (`sbtemp_id`,`sbjoke_id`,`sbtemp_date`,`sbcurrent_date`) VALUES (65,299,'2006-11-13 00:00:01','2006-11-13 00:00:00'), (57,75,'2006-11-05 00:00:19','2006-11-05 00:00:00'), (42,77,'2006-10-20 01:17:45','2006-10-20 00:00:00'), (43,122,'2006-10-21 07:44:27','2006-10-21 00:00:00'), (44,85,'2006-10-22 13:40:10','2006-10-22 00:00:00'), (45,104,'2006-10-23 09:02:52','2006-10-23 00:00:00'), (46,75,'2006-10-24 04:22:34','2006-10-24 00:00:00'), (47,94,'2006-10-25 02:22:09','2006-10-25 00:00:00'), (48,125,'2006-10-26 00:17:23','2006-10-26 00:00:00'), (49,105,'2006-10-28 07:30:47','2006-10-28 00:00:00'), (50,117,'2006-10-29 01:41:47','2006-10-29 00:00:00'), (51,114,'2006-10-30 02:54:20','2006-10-30 00:00:00'), (52,66,'2006-10-31 04:21:42','2006-10-31 00:00:00'), (53,133,'2006-11-01 02:08:18','2006-11-01 00:00:00'), (54,75,'2006-11-02 00:16:04','2006-11-02 00:00:00'), (71,2158,'2006-11-19 00:00:56','2006-11-19 00:00:00'), (72,3127,'2006-11-20 00:00:16','2006-11-20 00:00:00'), (73,2189,'2006-11-21 00:00:00','2006-11-21 00:00:00'); INSERT INTO `sbrecipe_day_recipe` (`sbtemp_id`,`sbjoke_id`,`sbtemp_date`,`sbcurrent_date`) VALUES (74,390,'2006-11-22 00:00:28','2006-11-22 00:00:00'), (75,1779,'2006-11-23 00:00:20','2006-11-23 00:00:00'), (76,1312,'2006-11-24 00:00:04','2006-11-24 00:00:00'), (77,2947,'2006-11-25 00:00:07','2006-11-25 00:00:00'), (78,2254,'2006-11-26 00:00:19','2006-11-26 00:00:00'), (79,84,'2006-11-27 00:00:11','2006-11-27 00:00:00'); /*!40000 ALTER TABLE `sbrecipe_day_recipe` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_dishtype` -- DROP TABLE IF EXISTS `sbrecipe_dishtype`; CREATE TABLE `sbrecipe_dishtype` ( `sbdishtype_id` bigint(20) NOT NULL auto_increment, `sbdishtype` varchar(255) default NULL, `sbpriority` bigint(20) default NULL, PRIMARY KEY (`sbdishtype_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_dishtype` -- /*!40000 ALTER TABLE `sbrecipe_dishtype` DISABLE KEYS */; INSERT INTO `sbrecipe_dishtype` (`sbdishtype_id`,`sbdishtype`,`sbpriority`) VALUES (1,'Bread',1), (2,'Cake',2), (3,'Candy',3), (4,'Cookies',4), (5,'Salad',5), (6,'soup',6), (7,'sauces',7), (8,'vegitable',8), (10,'Meat',9); /*!40000 ALTER TABLE `sbrecipe_dishtype` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_favorite` -- DROP TABLE IF EXISTS `sbrecipe_favorite`; CREATE TABLE `sbrecipe_favorite` ( `sb_id` bigint(20) NOT NULL auto_increment, `recipe_id` bigint(20) default NULL, `mem_id` bigint(20) default NULL, PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_favorite` -- /*!40000 ALTER TABLE `sbrecipe_favorite` DISABLE KEYS */; INSERT INTO `sbrecipe_favorite` (`sb_id`,`recipe_id`,`mem_id`) VALUES (22,695,182), (20,93,182), (16,136,12), (19,91,182), (25,49,182), (18,127,82), (21,113,182), (26,431,225), (17,60,63), (23,348,182), (24,1083,182), (27,1066,241), (28,2495,262), (29,361,272), (30,2295,276), (31,2,293), (32,2304,406), (33,16,411), (34,2357,447), (35,2292,488), (36,2295,488), (37,603,495), (38,350,497), (39,213,497), (40,1265,497), (41,1541,497), (42,2052,509), (43,2043,509), (44,2246,546), (45,2340,546), (46,2270,550), (47,2475,574), (48,2429,596), (49,220,601), (50,2293,601), (51,6,628), (52,2294,632), (53,1236,646), (54,1285,646), (55,2266,649), (56,2254,649), (57,2275,649), (58,2278,649), (59,2247,649), (60,2289,649), (61,2294,649), (62,2327,649), (63,797,653), (64,1681,665), (65,1677,665), (66,308,665), (67,318,665), (68,319,665), (69,322,665), (70,333,665), (71,354,665), (72,379,665), (73,402,665), (74,449,665), (75,627,665), (76,651,665), (77,2788,665); INSERT INTO `sbrecipe_favorite` (`sb_id`,`recipe_id`,`mem_id`) VALUES (78,211,665), (79,2840,665), (80,2842,665), (81,2853,665), (82,671,665), (83,1638,665), (84,223,665), (85,224,665), (86,226,665), (87,230,665), (88,1663,665), (89,1625,674), (96,2341,674), (91,230,674), (92,1632,674), (93,1670,674), (94,1104,674), (95,1241,696), (97,2320,726), (98,654,726), (99,4,762), (100,797,809), (101,305,809), (102,9,837), (103,28,837), (104,34,837), (105,41,837), (106,62,837), (107,2859,864), (108,319,864), (109,320,864); /*!40000 ALTER TABLE `sbrecipe_favorite` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_feedbacks` -- DROP TABLE IF EXISTS `sbrecipe_feedbacks`; CREATE TABLE `sbrecipe_feedbacks` ( `sbcom_id` bigint(20) NOT NULL auto_increment, `sbname` varchar(255) default NULL, `sbemail_addr` varchar(255) default NULL, `sbcomments` longtext, PRIMARY KEY (`sbcom_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_feedbacks` -- /*!40000 ALTER TABLE `sbrecipe_feedbacks` DISABLE KEYS */; INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (1,'aaaa','a@a.du','bbbbb'), (12,'name2','a.a@a.com','comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 comments2 \r\n'), (13,'name3','a@a.do','comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 comments3 '), (17,'new','a@a.com','this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that this is no joke but the thing is that '), (18,'how','asadsd@sdsd.cdc','dsdskjf fkdshf dfkdsfh dfkjdsh dskjfdsh dsk'); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (19,'adfadf','huseyin@ireit.com','adfadf'), (20,'darrel','dbdataplus@aol.com','\"search recipes\" finds no recipes named \"meatloaf\" and no recipes containing the words MEAT + LOAF\r\n\r\nMakes me wonder what ELSE is missing from your site'), (21,'test','nileshgaikwad@office.invengence.com','Test Test'), (22,'neva','neva@premier-realty.com','Why am I only able to get part of the recipes that you have listed. they really sound good and I would like to try them.'), (23,'Bridget','polyglotarmy@yahoo.com','Is there a way to incorporate daily menus into a calendar format on your website?'), (24,'maggie06','Fivetaps@aol.com','I was told that I could get a recipe for bake oatmeal here. I ave turned up nothing on my search....'), (25,'len neft','the_other_nefts@yahoo.com','pls fone me ASAP at 1-707-987-2432. would like to order case of bun appetite indonesian meal-in-a-bun. i live in lake county, middletown 95461, north of napa county. '), (26,'Lynnette Saar','Lasgenie@comcast.net','on the Christmas recipe page there is an add that is a little disturbing. It flashes and says \" under 18 not allowed to click here\".\r\nHere is the web page I was on when this ad was flashing. \r\nhttp://recipe.com/searchresult.php?sbcat_id=5\r\n\r\nI did not click on that ad but am unhappy with the implication it gives. \r\n\r\nThank you, \r\nMrs. Saar'); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (27,'Paige Martin','paigemanley@hotmail.com','I like the new site! I\'d like to see recipes with no more than 3-4 ingredients. Is there a way to search for that? Or can you add a new category?'), (28,'chris10metcalf','Empireroom1@yahoo.com','I need a substite for buttermilk'), (29,'sheila cannata','sheila.cannata@ngc.com','i received a bill for a subscription to your magazine i do not want a subscription to this magazine can you please cancel this for me i can be contacted @ 504-654-4091 \r\nthanks,\r\nSheila Cannata'), (30,'katie','katied@sa-mercymedical.org','Have you ever heard of chicken piccato?If so can I have that recipe please'), (31,'Christine Pierog','cpierog1@charter.net','I can\'t seem to find a recipe for chicken picata. Can you please help me out? Thanks.\r\n\r\nChristine'), (32,'chris','acesnnyboi_1974@yahoo.com','great pages! could you find a recipe for a carrot cheese cake? sounds good huh?'), (33,'hai willard','hai2245@yahoo.com','On appertise dish: BEAN AND VEGETABLE EGG ROLLS. It didn\'t have plum dipping sauce recipe.'); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (34,'Helen Manley','hmanley@amh.org','You spelled Italian wrong on the recipe board. It is Italian not Itailan'), (35,'Ralph Mullins','good4you@sbcglobal.net','Under your file named \"FRENCH\" you have to fix the couer creme entry that appears over all the recipes.'), (36,'Troy','tgirard1@tampabay.rr.com','the spelling in the recipes make them hard to read'), (37,'Nelly Rush','dicknell@netsignia.net','I am looking for a French recipe for MADELEINE PASTRY, I have searched your web site and was unable to locate it.\r\n it is a sponge like pastry baked in a shell shaped tray\r\n(similar to a muffin pan) '), (38,'Jenna','jenna_2413@yahoo.com','I like to use this site often to find new recipes for my family and I. I have an upcoming wedding and need to make mints that go with the cake but i have no idea what they are called and I am having problems searching it. The mints that i wanted were the ones you make in the mold. So if you could let me know it would be much appreciated!!\r\nThank you,\r\nJenna'), (39,'Deb','deb_childers@blm.gov','Do you have a recipe for a raspberry chipotle you can use for a dip or over cream cheese. I desperatley need one asap. '); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (40,'Sam','larry_y7@yahoo.com','I can\'t seem to find a recipe for cinnamon rolls on your site. Can you furnish one or tell me how to find it? '), (41,'nachet amal','amal_nachet1992@hotmail.com','tes welcome est trés bone est trée varier. est je veux la cementaire de torte des chocaulat . est merci '), (42,'nachet amal','amal_nachet1992@hotmail.com','tes welcome est trés bone est trée varier. est je veux la cementaire de torte des chocaulat . est merci '), (43,'nachet amal','amal_nachet1992@hotmail.com','tes welcome est trés bone est trée varier. est je veux la cementaire de torte des chocaulat . est merci '), (44,'will','willber@operamail.com','what gives, i ask for a simple recipe for cranberry salad, i get 2 results, neither of which is what i asked for,, this site sucks!'), (45,'kim','kim@hotmail.com','Hi. Just wanted to let you know that all of the Thanksgiving recipes are missing the letter \'n\' in every word.'), (46,'JOANN GAINEY','KIDROCK5168@alo.com','7up cake'); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (47,'Erik','bigdaddybamm@aol.com','I HAVE A WHOLE VENISON LEFT HIIND QUARTER AND HAVE NO IDEAL HOW TO PREPARE OR COOK AND I wanted this to be Thanksgiving dinner for my inlaws I have little less than 72hrs.to figure it out PLEASE HELP.'), (48,'Jeanne T.','jtondryk@yahoo.com','On Netster.com, your top ad has \"Italian\" mispelled. Thought you\'d like to know-\r\ndoesn\'t look good!'), (49,'Rebecca Penniman','babyesmom@pennfam.com','On your section of Christmas recipes, you have the same recipe listed for every dish!'), (50,'lisa','LAD325@AOL.COM','I HAVE A RECIPE THAT CALLS FOR PEARL OR COURSE SUGAR AND I CAN NOT SEEM TO FIND IT IN THE STORES. IS THERE A SUBSTITUTE I CAN USE FOR THIS?'), (51,'Mary','mary-anne.mainland@avivagroup.com.au','Great site. The Recipes in Thanksgiving have no \'n\' in any of the words. For example tablespoon is spelt tablespoo. Hope the typist finds their \'n\' soon. Thanks :)'), (52,'DONNA','LODI2@OPTONLINE.NET','On the search page, in the drop down menu for \"dish type\"-- vegetable is spelled wrong.'); INSERT INTO `sbrecipe_feedbacks` (`sbcom_id`,`sbname`,`sbemail_addr`,`sbcomments`) VALUES (53,'Karen','kkfield4@hotmail.com','Can you tell me how to make buttermilk? I forgot to get some at the store.'), (54,'phoebe','hannaphoebs@yahoo.com','can u give me a simple recipe?\r\n'), (55,'g.praful reddy','prafulgani@gmail.com','hi sir i am pursuving hotel management in zen college plz send all the recipes to my id'), (56,'Divina','divina@mris.com','Can you email me the recipe called \"Joey\'s bread pudding\". I printed it last time but I can\'t seem to find it. Thanks'); /*!40000 ALTER TABLE `sbrecipe_feedbacks` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_fieldsonoff` -- DROP TABLE IF EXISTS `sbrecipe_fieldsonoff`; CREATE TABLE `sbrecipe_fieldsonoff` ( `sb_id` bigint(20) NOT NULL auto_increment, `sb_field_name` varchar(255) default NULL, `sb_required` varchar(255) default NULL, `sb_status_onoff` varchar(255) default NULL, PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_fieldsonoff` -- /*!40000 ALTER TABLE `sbrecipe_fieldsonoff` DISABLE KEYS */; INSERT INTO `sbrecipe_fieldsonoff` (`sb_id`,`sb_field_name`,`sb_required`,`sb_status_onoff`) VALUES (1,'Course','no','on'), (2,'Cuisine','no','on'), (3,'Type','no','on'), (4,'Season/Occasion','no','on'), (5,'Preparation Method','no','on'), (6,'Preparation Time','yes','on'), (7,'Calories','no','on'), (8,'Serves','no','on'), (9,'Dish Image','no','on'); /*!40000 ALTER TABLE `sbrecipe_fieldsonoff` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_icons` -- DROP TABLE IF EXISTS `sbrecipe_icons`; CREATE TABLE `sbrecipe_icons` ( `sb_id` bigint(20) NOT NULL auto_increment, `sb_title` varchar(255) default NULL, `sb_bar` varchar(255) default NULL, `sb_rating_icon1` varchar(255) default NULL, `sb_rating_icon2` varchar(255) default NULL, `sb_refer_fri` varchar(255) default NULL, `sb_dish_icon` varchar(255) default NULL, `sb_print` varchar(255) default NULL, `sb_main_bullet` varchar(255) default NULL, `sb_favorite` varchar(255) default NULL, `sb_post_commets` varchar(255) default NULL, `sb_refer_link` varchar(255) default NULL, `sb_home_link` varchar(255) default NULL, PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_icons` -- /*!40000 ALTER TABLE `sbrecipe_icons` DISABLE KEYS */; INSERT INTO `sbrecipe_icons` (`sb_id`,`sb_title`,`sb_bar`,`sb_rating_icon1`,`sb_rating_icon2`,`sb_refer_fri`,`sb_dish_icon`,`sb_print`,`sb_main_bullet`,`sb_favorite`,`sb_post_commets`,`sb_refer_link`,`sb_home_link`) VALUES (1,'abc','74557293.gif','26414259.gif','11103416.gif','35418085.gif','54748007.gif','40886918.gif','87628153.gif','64369794.gif','46082888.gif','9481067.gif','82592337.gif'), (2,'abc1','20906096.jpg','59144730.gif','93367235.gif','11481602.gif','3291767.gif','31186782.gif','10501939.gif','88331613.gif','93557207.gif','42174910.gif','77255456.gif'); /*!40000 ALTER TABLE `sbrecipe_icons` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_ingredients` -- DROP TABLE IF EXISTS `sbrecipe_ingredients`; CREATE TABLE `sbrecipe_ingredients` ( `sb_id` bigint(20) NOT NULL auto_increment, `sb_content` varchar(255) default NULL, `exclude` varchar(255) default NULL, `sbpriority` bigint(20) default NULL, PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_ingredients` -- /*!40000 ALTER TABLE `sbrecipe_ingredients` DISABLE KEYS */; INSERT INTO `sbrecipe_ingredients` (`sb_id`,`sb_content`,`exclude`,`sbpriority`) VALUES (1,'Beans','yes',1), (2,'Beef','no',8), (3,'Duck','yes',3), (4,'Cheese','no',4), (5,'Chicken','yes',5), (6,'Fruit','no',6), (7,'Fish','yes',7), (8,'Egg','no',9), (9,'Garlic','yes',10), (10,'Ginger','no',11), (11,'Pork','no',12), (12,'Pasta','no',13), (13,'Onion','no',14), (14,'Rice','no',15), (15,'Soy','no',16), (16,'Tomatoes','no',0), (17,'Mushrooms','no',18), (18,'Nuts','no',19), (19,'Greens','no',20), (20,'lamb','no',21), (21,'Dairy','no',22), (22,'Chocolate','no',23), (23,'chopped onion','no',24), (24,'Brown Sugar','no',25), (25,'Water','no',26), (26,'Turkey','no',27), (27,'Lemon','no',28), (28,'Salt','no',29), (29,'Pepper','no',30), (30,'Peanuts','no',31), (31,'Milk','no',32), (32,'Strawberry','no',33), (33,'Apple','no',34), (34,'Spices','no',35), (35,'Lettuce','no',36); /*!40000 ALTER TABLE `sbrecipe_ingredients` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_mails` -- DROP TABLE IF EXISTS `sbrecipe_mails`; CREATE TABLE `sbrecipe_mails` ( `sb_id` bigint(20) NOT NULL auto_increment, `sb_mailid` bigint(20) NOT NULL default '0', `sb_fromid` varchar(255) NOT NULL default '', `sb_subject` varchar(255) NOT NULL default '', `sb_mail` longtext NOT NULL, `sb_status` varchar(255) NOT NULL default 'no', `sb_html_format` varchar(255) NOT NULL default 'no', PRIMARY KEY (`sb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_mails` -- /*!40000 ALTER TABLE `sbrecipe_mails` DISABLE KEYS */; INSERT INTO `sbrecipe_mails` (`sb_id`,`sb_mailid`,`sb_fromid`,`sb_subject`,`sb_mail`,`sb_status`,`sb_html_format`) VALUES (5,5,'huseyin@ireit.com','New recipe is awaiting approval','

hi admin
          One user has posted recipe & specification of recipe and user is as below.
Recipe Id : %recipe_id%
Recipe Title : %recipe_title%
Category :%recipe_category%
User  Name: %username%
Email : %email%
              thanks
%password%

','no','yes'), (2,2,'huseyin@ireit.com','refer friend a recipe','

Dear %friendname%

\r\n

 This mail is send to you by %adminemail% because of the request of your friend whose information is as below:
Friend Name: %send_name%
Friend e-mail: %send_email%
Link : %site_address%

\r\n

With Regards
Admin

','no','yes'), (3,3,'huseyin@ireit.com','Forgot Password','

Hi  %username%,
           Here is your login information:
Username: %username%
Password: %password%
Email: %email%
    Thanks for being part of our website.
Regards, Admin

','no','no'); INSERT INTO `sbrecipe_mails` (`sb_id`,`sb_mailid`,`sb_fromid`,`sb_subject`,`sb_mail`,`sb_status`,`sb_html_format`) VALUES (4,4,'huseyin@ireit.com','new comment waiting approval','

Admin,
        A new Comment has been posted to a recipe. Details about the comments are as below.
   Recipe Id : %recipe_id%
   Recipe Title : %recipe_title%
   Username : %username%
   Password : %password%
   Comment Id : %comment_id%
    thanks

','no','yes'), (1,1,'huseyin@ireit.com','welcome to recipe.com','

Hi , %username%

\r\n

Welcome to recipe.com. Your registration information is as follows:

Username: %username%
Password: %password%
Email: %email%
Login: %login_url%

\r\n

Thanks for being part of our website.

\r\n

 Regards,

\r\n

Admin

\r\n

Login url is %login_url%

','no','yes'); /*!40000 ALTER TABLE `sbrecipe_mails` ENABLE KEYS */; -- -- Table structure for table `recipe`.`sbrecipe_members` -- DROP TABLE IF EXISTS `sbrecipe_members`; CREATE TABLE `sbrecipe_members` ( `sbuser_id` bigint(20) NOT NULL auto_increment, `sbuser_name` varchar(255) default NULL, `sbuser_pwd` varchar(255) default NULL, `sbemail_addr` varchar(255) default NULL, `show_cont` varchar(255) default 'no', `mem_img` varchar(255) default NULL, `img_status` enum('ACTIVE','INACTIVE') NOT NULL default 'INACTIVE', `cook_of_day` enum('ACTIVE','INACTIVE') NOT NULL default 'INACTIVE', PRIMARY KEY (`sbuser_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recipe`.`sbrecipe_members` -- /*!40000 ALTER TABLE `sbrecipe_members` DISABLE KEYS */; INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (11,'garry','a','garrry@mostwanted.com','yes',NULL,'INACTIVE','INACTIVE'), (24,'briceno121','grignak','ricardo_briceno@uhaul.com','no',NULL,'INACTIVE','INACTIVE'), (5,'micx','a','micx@micx.com','no',NULL,'INACTIVE','INACTIVE'), (23,'Briceno','grignak','briceno121@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (10,'demo','demo','demo@ww.com','no',NULL,'INACTIVE','INACTIVE'), (12,'dcc','yobajufa','amd@highimpactsites.com','no','sample_copy1.jpg','ACTIVE','INACTIVE'), (22,'NJBELLA','wengersak','njbella82@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (21,'tneilson','tracey66','tneilson@rogers.com','no',NULL,'INACTIVE','INACTIVE'), (15,'AmberAle','ginger','robert@rnmills.com','no',NULL,'INACTIVE','INACTIVE'), (16,'liz','cheermom','planomom27@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (17,'Ray','tenneal?','realblkmanindc@aol.com','no',NULL,'INACTIVE','INACTIVE'), (18,'crokie','frogman','crokie@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (19,'mettah','lucifer','mettah.kollmann@goeaston.net','no',NULL,'INACTIVE','INACTIVE'), (20,'oldsarge44','debradawn2','oldsarge44@cox.net','no',NULL,'INACTIVE','INACTIVE'), (25,'jmulgrew','chris12','jmulgrew@ireit.com','yes',NULL,'INACTIVE','INACTIVE'), (26,'cajun','fanguy','cajuntwin1966@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (27,'RAWRxCOOKIES','thedoll2','cjtangel1@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (28,'csmith1971','klaus1','christy.smith@aduddell.com','no',NULL,'INACTIVE','INACTIVE'), (29,'chrismalloryjackson32','damion','chrismalloryjackson32@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (30,'redrenee','tinker','redrenee01@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (31,'frozenoak','fire0ak','dale_cummins@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (32,'vashai2005','iloveu','vasulax@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (33,'cecil','011502','celskiescalante@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (34,'nhadparayno','chichi','nhadparayno@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (35,'gj_soni','17721772','gjsoni@amul.coop','yes',NULL,'INACTIVE','INACTIVE'), (36,'noknokmanok','coconut','nowarex@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (37,'tanagisi','jessejames','tanagisi@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (38,'jawouds','bailey','jawouds@aol.com','no',NULL,'INACTIVE','INACTIVE'), (39,'owraight','purple','oliver.wraight@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (40,'linda','jeffrey','gloverlg@asgr.com','no',NULL,'INACTIVE','INACTIVE'), (41,'lynnschmidt','tucker','lfs7120@bjc.org','yes',NULL,'INACTIVE','INACTIVE'), (42,'Blewerenz','Jennifer','blewerenz@storefront.org','no',NULL,'INACTIVE','INACTIVE'), (43,'ronicaphan','hongphan','ronica.phan@encoresl.com','no',NULL,'INACTIVE','INACTIVE'), (44,'trenaryl','tickle','trenaryl@urbandale.k12.ia.us','no',NULL,'INACTIVE','INACTIVE'), (45,'marie3858','map195','mpaonessa@nilesexpandedmetals.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (46,'cdriskell','736498','crdriskell@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (47,'annedube','ofwaih','annedube2@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (48,'ladybug81k','maplegrove','katie.vavrichek@redline.mckhboc.com','no',NULL,'INACTIVE','INACTIVE'), (49,'tracigray95','benefits','tracigray95@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (50,'vbrown','160577','vaihere.brown@douane.pf','no',NULL,'INACTIVE','INACTIVE'), (51,'tanner','password','barondes.2@wright.edu','no',NULL,'INACTIVE','INACTIVE'), (52,'sacker','lucky','sacker2@nc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (53,'jlgeddie','11sknaht','jlgeddie@bpa.gov','no',NULL,'INACTIVE','INACTIVE'), (54,'joann','boat2628','smithjoann5872@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (55,'militarymomarmy2','armyofone','militarymomarmy2@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (56,'CherrieJ','sundance','CherrieJ4206@aol.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (57,'LAWANDA','jesus777','waunda2001@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (58,'debbi','10291954','dkaeypoo@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (59,'debbyjean','5tgb7ujm','hammerlou@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (60,'missyk97','021497','missyk97@bellsouth.net','yes',NULL,'INACTIVE','INACTIVE'), (61,'jllawson1','1945jll1','jllawson1@msn.com','no',NULL,'INACTIVE','INACTIVE'), (62,'cyndyann','sebring','cyndrann@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (63,'bridgetarmstrong','babylonrich','polyglotarmy@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (64,'levi_miller','entropy42','o0fallout0o@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (65,'tmparnell','1seterra','habak31719@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (66,'chahiraelkhatib','caramella','chahira_taha@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (67,'Markie','vixen21','mnpbrown@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (68,'azzynet','crushh','aileenpb06@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (69,'tanjinjoan','000127','tanjinjoan@yahoo.com.sg','yes',NULL,'INACTIVE','INACTIVE'), (70,'sowmyarao','lgss83','sowmyarao20@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (71,'poppy','marley','atomickitten09@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (72,'kirsty','billy5','stevenshales@bigpond.com','no',NULL,'INACTIVE','INACTIVE'), (73,'PEGJOHN4','snafu','pegjohn4@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (74,'kerry1107','k123456789','kerjohn@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (75,'asiddons','mattsmom','asiddonsgnfld@aol.com','no',NULL,'INACTIVE','INACTIVE'), (76,'lilluvincup','rueparc','mrswalker1964@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (77,'Rhonda','crs996','rhondacooper@centurytel.net','no',NULL,'INACTIVE','INACTIVE'), (78,'LittleMissKenosha1999','19980282','cadetvicki@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (79,'jmthompson','jmt1950','cowboy102@earthlink.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (80,'anderson','bread','earljames@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'), (81,'dnl8495','madison0606','dnl8495@aol.com','no',NULL,'INACTIVE','INACTIVE'), (82,'smpose','sorrells','smpose@aol.com','no',NULL,'INACTIVE','INACTIVE'), (83,'miguelowskee','snoopy88','miguelowskee@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (84,'byrnejp','jpbyrne','justin_byrne@excite.com','no',NULL,'INACTIVE','INACTIVE'), (85,'food','twopony','bvkva@shentel.net','no',NULL,'INACTIVE','INACTIVE'), (86,'scottyg01','nibbles','destined1988@aol.com','no',NULL,'INACTIVE','INACTIVE'), (87,'tiggerlee','allegro1','nbarr1@nc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (88,'JulieOlson','maggie127','julie@ermcpa.com','no',NULL,'INACTIVE','INACTIVE'), (89,'bbonejr','boneinc','bbonejr@excite.com','no',NULL,'INACTIVE','INACTIVE'), (90,'lcarruthers','gracie','lgracie3@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (91,'buttercup502','maverick','kcope@buckeye-express.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (92,'tinac','josie1','topcat8689@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (93,'fredsharp','smith2004','f.sharp@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (94,'kacicollins','777777','kacicollins@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (95,'jeanm0913','mooney','jeanm0913@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (96,'bobbypastrana','bobby846','rpastrana@evertecinc.com','no',NULL,'INACTIVE','INACTIVE'), (97,'dsk1952','longboyd','dandjknaub@aol.com','no',NULL,'INACTIVE','INACTIVE'), (98,'jonesa30','dynomite','angeljones2u@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (99,'sandsml','sazylady','sandsml@msn.com','no',NULL,'INACTIVE','INACTIVE'), (100,'christinajade','jade6070','christinajade_77@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (101,'Dan','password','Meyeraddress@aol.com','no',NULL,'INACTIVE','INACTIVE'), (102,'michaelwadam','Houston','michaelwadam@gmail.com','yes',NULL,'INACTIVE','INACTIVE'), (103,'washington','vdw1966','vernwashington@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (104,'dle642','stmicj','denise_rickman@genpt.com','no',NULL,'INACTIVE','INACTIVE'), (105,'Charlie','duke95','tdix@sc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (106,'sheva55','brumley55','smcdonald@pilotpointisd.com','no',NULL,'INACTIVE','INACTIVE'), (107,'frankenbaby','jr598620','frankenbaby@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (108,'thbrown05','twiggy','t_holman99@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (109,'maggie06','rockett','fivetaps@aol.com','no',NULL,'INACTIVE','INACTIVE'), (110,'deb50','113056dm','gabbysnanny@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (111,'msgober','gobem3924','msgober@mac.com','no',NULL,'INACTIVE','INACTIVE'), (112,'manisha','2461972','manishajuwarker@sify.com','no',NULL,'INACTIVE','INACTIVE'), (113,'mapex1','snare1','mapex77@msn.com','no',NULL,'INACTIVE','INACTIVE'), (114,'kennethwilliams','forgod','k_williams@recipe.com','yes',NULL,'INACTIVE','INACTIVE'), (115,'kenneth','forgod','kenneth1williams@yahoo.fr','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (116,'snyder','cascade','snyderb@adelphia.net','no',NULL,'INACTIVE','INACTIVE'), (117,'Radouvladias','kosmos','Gerard_Valor07@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (118,'lqdchick','wordssap','nichols_production@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (119,'Badelehaas','Horatio','Badelehaas@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (120,'lcoan','purple','lac224@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (121,'Aaron','bruno','awsprocket@aol.com','no',NULL,'INACTIVE','INACTIVE'), (122,'Kristie','azevedo1','kristiea2001@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (123,'mwrightufledu','spcajgl7722','mwright@ufl.edu','no',NULL,'INACTIVE','INACTIVE'), (124,'sarahdonald','tenny','5491donald@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (125,'lindazaret','yankee','ivanandmax@aol.com','no',NULL,'INACTIVE','INACTIVE'), (126,'bonniejones','steve','freespiritdeafhippy@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (127,'laffbig','k554400','laffbig@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (128,'scrook','1961','pcrook1@alltel.net','no',NULL,'INACTIVE','INACTIVE'), (129,'supermommy2','timothy2','lambofchrist20@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (130,'jhill','idontremember','jhill@thefirstpriority.com','no',NULL,'INACTIVE','INACTIVE'), (131,'jgoss','simon4678','jackigoss@yahoo.com.au','no',NULL,'INACTIVE','INACTIVE'), (132,'msanna','retire09','Luv4msshe@aol.com','no',NULL,'INACTIVE','INACTIVE'), (133,'mzbrooksd','mzbrooksd','mzbrooksd@netscape.net','no',NULL,'INACTIVE','INACTIVE'), (134,'donna49788','tony','jazz49788@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (135,'melaniebaird','maryjane','melaniebaird@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (136,'daphne','6801fl','daphnecameron@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (137,'triciamtm26','talbots','triciamtm26@verizon.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (138,'loganbell1','242424','loganbell@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (139,'pat62','6962pn','sassychef@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'), (140,'kimspaulding72','backpack5','kfugate_72@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (141,'1goodcook','righton','victorandpepi@AOL.com','no',NULL,'INACTIVE','INACTIVE'), (142,'marcia_ann','babydoll','marcia-ann@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (143,'sharivonne','habibt','ssteve33@msn.com','no',NULL,'INACTIVE','INACTIVE'), (144,'ntwine','fayensade','ntwine@optonline.net','no',NULL,'INACTIVE','INACTIVE'), (145,'timmerman','092154','timmerman_steven@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (146,'pennielain','randy','pennielain@aol.com','no',NULL,'INACTIVE','INACTIVE'), (147,'DnkySandberg','lucky1','beyondbillabong@aol.com','no',NULL,'INACTIVE','INACTIVE'), (148,'greenbmx','sayangdian','greenbmx@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (149,'dmbrady01','gagliano','dmbrady01@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (150,'cassie','hayden','dailyhealth@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (151,'Ms_Mary','joshua','ms_mpeck@msn.com','no',NULL,'INACTIVE','INACTIVE'), (152,'sheng916','daniel','shirdan@shaw.ca','no',NULL,'INACTIVE','INACTIVE'), (153,'javecantrell','nexus6','javecantrell@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (154,'mcgriff2002','tarheels','mark.griffin@metrobrokers.com','no',NULL,'INACTIVE','INACTIVE'), (155,'rhew','allbee','karenrhew_karenhester@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (156,'emxhoa','blueocean','emxhoa@yahoo.coom','no',NULL,'INACTIVE','INACTIVE'), (157,'joji','8231','jcrico_0802@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (158,'rrebeccag','68love','rgraham@duanemorris.com','no',NULL,'INACTIVE','INACTIVE'), (159,'msrisakshope','scifish72','msrisakshope@insightbb.com','no',NULL,'INACTIVE','INACTIVE'), (160,'delaina','braxton','delaina_annette@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (161,'ROBINM','BUSTER','BUSTER@NFDC.NET','no',NULL,'INACTIVE','INACTIVE'), (162,'jarbuckl','66876a','jarbuckl@uiuc.edu','no',NULL,'INACTIVE','INACTIVE'), (163,'Marciepurcell','crazy','marciepurcell@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (164,'jc1420','375375','lisasmith@briskelderlaw.com','no',NULL,'INACTIVE','INACTIVE'), (165,'verenap','Brayden','verenaprimeau@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (166,'treat','btreat','mark@pollybutte.net','no',NULL,'INACTIVE','INACTIVE'), (167,'atsmith4','thomas','atsmith4@cox.net','no',NULL,'INACTIVE','INACTIVE'), (168,'cgraifer','goodcook','cgraifer@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (169,'kanns','january','kanns123@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (170,'crazy_gurl','hottie','luvdaizy4eva@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (171,'rondaciea','raj','dbms32@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (172,'tweety','holy','charles_hunter@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (173,'jllenoir','babalou','bj_lenoir3@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (174,'chippy','619CHippy','fish8795@blue.unco.edu','no',NULL,'INACTIVE','INACTIVE'), (175,'dkarides','1970dk','dkarides0314@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (176,'al82794','altomei','albert_tomei@msn.com','no',NULL,'INACTIVE','INACTIVE'), (177,'minnie','july28','mhin_28_07@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (178,'talat999','justdoit','trizvi@cox.net','no',NULL,'INACTIVE','INACTIVE'), (179,'candacethegreat88','andre','candacethegreat88@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (180,'silay','edryll','byce_gaga@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (181,'cami35','djcclala','cindy_rios@mow.uscourts.gov','no',NULL,'INACTIVE','INACTIVE'), (182,'Valene','ValentineBaby','valenebrooks@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (183,'thanh1708','511568','nnmt2001@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (184,'mack0123','007007','rsingh1980ster@Gmail.com','no',NULL,'INACTIVE','INACTIVE'), (185,'Karla45','tonysmom','one4eagle@aol.com','no',NULL,'INACTIVE','INACTIVE'), (186,'myrecipe','natasa','a6us_2004@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (187,'rhartley','minnie','robin.hartley@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (188,'terryjacobs','jehovah','terryjacobs8@peoplepc.com','no',NULL,'INACTIVE','INACTIVE'), (189,'wideyedlady','girls2','vineyardrow@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (190,'dixs1','elegant1','dixs1@alltel.net','no',NULL,'INACTIVE','INACTIVE'), (191,'rjyoung00','okicu812','rjyoung00@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (192,'sach2005','2776','sach2005@netzero.com','yes',NULL,'INACTIVE','INACTIVE'), (193,'amycoffey','cheyenne','r_a679@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (194,'bsnos','nos482','btspiraldancer@netscape.net','no',NULL,'INACTIVE','INACTIVE'), (195,'Timberwolfer_21','softball','rmrivet@aol.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (196,'ocansey','ednato','eocansey@ghanatel.net','no',NULL,'INACTIVE','INACTIVE'), (197,'Backerchick','friends','lilmonkeybrat_333@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (198,'Warkentin','psycho','swisswarke@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (199,'bob','password','bmartin@ireit.com','no',NULL,'INACTIVE','INACTIVE'), (200,'newmanftwayne','tltca5','newmanftwayne@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (201,'cmansfield','red soxs','cmansfield@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (202,'canelera2010','compton','holabacc@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (203,'chris10metcalf','cpt','Empireroom1@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (204,'ebakery1','neil0123','ebakery1@cpinternet.com','no',NULL,'INACTIVE','INACTIVE'), (205,'josan56','sewing','josan56@aol.com','no',NULL,'INACTIVE','INACTIVE'), (206,'dneely','dneely','dneely@258.net','no',NULL,'INACTIVE','INACTIVE'), (207,'muncher06232','mepham','muncer06232@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (208,'susan','skeeter','writeslm@aol.com','no',NULL,'INACTIVE','INACTIVE'), (209,'mamta','sachin','ashusk1@rediffmail.com','no',NULL,'INACTIVE','INACTIVE'), (210,'raymond811','444666','dacsmiascor@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (211,'bensam','bens2312','bensam@tm.net.my','yes',NULL,'INACTIVE','INACTIVE'), (212,'vivekanand','varsha','vivekanand100@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (213,'pbarnes','Danielle1','prbarnes623@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (214,'fruitl0op','deviant','fruitl0op@aol.com','no',NULL,'INACTIVE','INACTIVE'), (215,'whozitneway','email','whozit@frii.com','no',NULL,'INACTIVE','INACTIVE'), (216,'epenland','penland6637','ernie@megagate.com','no',NULL,'INACTIVE','INACTIVE'), (217,'asdf12','zwhite09','zsavonda70@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (218,'drewteddy','nj96t5c','drewteddy@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (219,'VALESJR79','347910','VALESJR79@YAHOO.COM','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (220,'MinnieRowell','Tiera1','mini_lu@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (221,'madiyh','queena','madiyha@optonline.net','yes',NULL,'INACTIVE','INACTIVE'), (222,'Angeline','hannah','hlalog@yahoo.co.uk','no',NULL,'INACTIVE','INACTIVE'), (223,'galiotm','changeme','Maria.Galioto@ncc.edu','no',NULL,'INACTIVE','INACTIVE'), (224,'Letty','corona','barbozal@cfbisd.edu','no',NULL,'INACTIVE','INACTIVE'), (225,'knarr','collen','knarr29@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (226,'MWALLACE','MWALLACE7259','MWALLACE@UNITEDLABSINC.COM','no',NULL,'INACTIVE','INACTIVE'), (227,'chicarocka','tipsie','hoyahen2005@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (228,'VBRAGG','vnb1212','braggv@fhfb.gov','no',NULL,'INACTIVE','INACTIVE'), (229,'awillrich','houston78','cruzwillrich@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (230,'Sheila','maxandmocha1','smk157@aol.com','no',NULL,'INACTIVE','INACTIVE'), (231,'TabethaTurner','4tadpole','tabethaturner@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (232,'kelly','22spunke','queenspitfire@msn.com','no',NULL,'INACTIVE','INACTIVE'), (233,'recca','trunks','ion83_ph@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (234,'DANNYWONG0935','dw128146','dannywong0935@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (235,'curiousjeff','breaking','bboyjepp@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (236,'kareninkc','missouri','draglegmom@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (237,'meicha_1124','fajardo1124','meicha_1124@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (238,'kenhomminga','363724413','kenhomminga@charter.net','no',NULL,'INACTIVE','INACTIVE'), (239,'rose_dilse','archana','rosey_dilse@yahoo.co.in','yes',NULL,'INACTIVE','INACTIVE'), (240,'sandz_gurl12','sandra','sandz_gurl12@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (241,'suvitha','apple','suvitha_68@yahoo.co.in','no',NULL,'INACTIVE','INACTIVE'), (242,'Ktsly','katielun','ktsly_1219@yahoo.com.hk','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (243,'menge','menge','mengem@dteenergy.com','no',NULL,'INACTIVE','INACTIVE'), (244,'bwhite','sunshin1','bwhite@gadentallab.com','no',NULL,'INACTIVE','INACTIVE'), (245,'Lydia5957','zanylady48','lzane@nycap.rr.com','no',NULL,'INACTIVE','INACTIVE'), (246,'Holsteinlily','moobell','janes@together.net','no',NULL,'INACTIVE','INACTIVE'), (247,'SHONA','NICOLE','lashonajohnson@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (248,'lala','2315','angels_baby_lala@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (249,'momof3','boygeorge','craftymum3@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (250,'MS_NIKA_NIK','harris','www.nika0989libra@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (251,'jackson','sheena','shinkle@solewater.com','no',NULL,'INACTIVE','INACTIVE'), (252,'holtdennis','dhmh11','holtdennis@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (253,'cindy95wade','cody95wade','cynthia.wade@ge.com','no',NULL,'INACTIVE','INACTIVE'), (254,'cozdemir','daphne1','cozdemir@fragomen.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (255,'yogibear43','askimrosa36','aliduru@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (256,'afarho','breads01','afarho@cox.net','yes',NULL,'INACTIVE','INACTIVE'), (257,'little_black_coffin','miamore','ajzialheara@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (258,'kds11946','kds1946','kds1kds2@msn.com','yes',NULL,'INACTIVE','INACTIVE'), (259,'cbrandongreer','chucky','cbrandongreer@adelphia.net','no',NULL,'INACTIVE','INACTIVE'), (260,'homezoo','garfield','homezoo3@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (261,'max404','girlamax','anniearj@aol.com','no',NULL,'INACTIVE','INACTIVE'), (262,'barbara','6363','bgpumpkin001@aol.com','no',NULL,'INACTIVE','INACTIVE'), (263,'kavbtr','khalecia','lilbitt2324@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (264,'vms_isles','marielle','vms_isles@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (265,'virgie','KWTsnN1973','virgieverb04@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (266,'julufern','Louann4','julufern@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (267,'brad','b-red','stallion1027@aol.com','no',NULL,'INACTIVE','INACTIVE'), (268,'tkerber','simba','terrykerber@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (269,'brtnevns','evanssss','brtnevns@netscape.net','yes',NULL,'INACTIVE','INACTIVE'), (270,'bambi','bambi','allenvil@velocity.net','yes',NULL,'INACTIVE','INACTIVE'), (271,'Pretender_99','jarod','pascal.poulin@videotron.ca','yes',NULL,'INACTIVE','INACTIVE'), (272,'blondie','082668','blondie_1229_92@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (273,'momof5grannyof3','abby2006','momof5grannyof3@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (274,'monkey911','peewee','margo608@redsox.com','no',NULL,'INACTIVE','INACTIVE'), (275,'raisealittlel','mickey','raisealittlel@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (276,'cgeary1','123456','cgeary1@binghamton.edu','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (277,'Lanta_2007','charles','lanta_carter@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (278,'crowriley','april98','crowriley@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (279,'Renegade_pixie','Mtce5108','yummy_fuzz@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (280,'pegsimpok','granny65','pjsimpson@alltel.net','no',NULL,'INACTIVE','INACTIVE'), (281,'melissa775','melissa','colemanfrancis@netscape.net','no',NULL,'INACTIVE','INACTIVE'), (282,'jpinell','001488','shyann04162003@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (283,'nmbx4','pebbles','nmbx4@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (284,'cooknfool21','babymel25','HersheyB32@cs.com','yes',NULL,'INACTIVE','INACTIVE'), (285,'gabriel','goodies','gabriel2748@aol.com','no',NULL,'INACTIVE','INACTIVE'), (286,'crystal','hollit','crystalot@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (287,'omlmarcio12','mo220965','omlmarcio12@mac.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (288,'ramu','pandu','i_r_s2k@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (289,'tomtai2000','thotai','tomtai2000@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (290,'Don','don1977','djkernaghan@optusnet.com.au','no',NULL,'INACTIVE','INACTIVE'), (291,'tkanapi','malolos','tkanapi@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (292,'swampnut','101air','swampnut44@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (293,'Sims21961','123456','Sims21961@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (294,'George_Dayton','George','gdayton@sympatico.ca','no',NULL,'INACTIVE','INACTIVE'), (295,'janetwillson','janw47','jwillson52@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (296,'Pearline','peace','cognacbass@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (297,'jmrck5','02et04jr','jmrck5@umr.edu','no',NULL,'INACTIVE','INACTIVE'), (298,'vze4727v','soccer01','yjeanty@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (299,'bonniebee','apollo','tweetytweet@peoplepc.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (300,'homecook','athomecook','dsstewart@lf.k12.de.us','no',NULL,'INACTIVE','INACTIVE'), (301,'laura','gofish2','klas03@sbcglobal.com','no',NULL,'INACTIVE','INACTIVE'), (302,'macanon','recon333','macanon@alltel.net','no',NULL,'INACTIVE','INACTIVE'), (303,'alvgreen','ramonica','alvgreen_007@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (304,'rws353','password','rws353@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (305,'annie','such280vat013','girl_rose2002@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (306,'NEETER_BUGG','PEEKABOO','NEETER_BUGG@YAHOO.COM','no',NULL,'INACTIVE','INACTIVE'), (307,'bgcollins','boogie','bessiegcollins@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (308,'donna','toby','donnapettit@mooreautogroup.com','yes',NULL,'INACTIVE','INACTIVE'), (309,'Kate','kldz','kldz@execulink.com','no',NULL,'INACTIVE','INACTIVE'), (310,'Kristen','kris60','jknorman@thenormansonline.com','no',NULL,'INACTIVE','INACTIVE'), (311,'Kristen60','kris60','junk2005@thenormansonline.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (312,'barbaramayes','barbiedoll','bemrdm@msn.com','no',NULL,'INACTIVE','INACTIVE'), (313,'kristin','kaija','wilsonalx@charter.net','no',NULL,'INACTIVE','INACTIVE'), (314,'Diane','branden','dianec1961@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (315,'nickie0517','Meeah2','nickie0517@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (316,'clytbri','lillie','clytbri@aol.com','no',NULL,'INACTIVE','INACTIVE'), (317,'offshore','ceochef','raphq@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (318,'bean2409','bean2409','bean2409@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (319,'SNAKEYES823','IRONMONKS','SNAKEYES823@YAHOO.COM','no',NULL,'INACTIVE','INACTIVE'), (320,'shhanlon','Olivia1999','i-am-fungirl@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (321,'geri','krmialca','OLIVELADY@COMCAAST.NET','no',NULL,'INACTIVE','INACTIVE'), (322,'BrudLee','1717ako','brud@leedelaware.com','no',NULL,'INACTIVE','INACTIVE'), (323,'sunleepak','885768l','sunleepak@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (324,'fordmtcraig','rtas04','fordmtcraig@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (325,'JONI','kittygoat','jenkins.ray@att.net','no',NULL,'INACTIVE','INACTIVE'), (326,'tnmaya','mkitchen','tnmaya@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (327,'pjones23','jjon14','pjones23@cox.net','no',NULL,'INACTIVE','INACTIVE'), (328,'valerie','nosey1','vcwoda@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (329,'mwalker','belle','walkertmz3@charter.net','no',NULL,'INACTIVE','INACTIVE'), (330,'cafrank0304','smoke420','cafrank0304@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (331,'mary','markl','mary_herring@ferris.edu','no',NULL,'INACTIVE','INACTIVE'), (332,'bob_tomaszewski','cavalier','bobttt@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'), (333,'reba','greddy','bekki2302@aol.com','no',NULL,'INACTIVE','INACTIVE'), (334,'clreese','reese178','maddoccr@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (335,'errande','mitzi1','errande@aol.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (336,'hipsnall','godsgift','hipsnall2001@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (337,'vibhaus21','vibhamalik','vibhaus21@yahoo.co.in','yes',NULL,'INACTIVE','INACTIVE'), (338,'twinlets35','twinlets35','berkowitz_kelly@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (339,'dana','dana','dipper01@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (340,'majester','timelord','robertfr3@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (341,'at10206','pasadena','motiveandmanagement@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (342,'doublehug','roger01','doublehug@msn.com','yes',NULL,'INACTIVE','INACTIVE'), (343,'Rosie','gunner','indigo2rose@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (344,'medic92','skeemer','medic_92@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (345,'adnilep','mehongry','linda4530@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (346,'vijones','findrecipe','vijones@mchsi.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (347,'Deb','catbert','ddglenn@ameritech.net','no',NULL,'INACTIVE','INACTIVE'), (348,'pridelja','rainbow','pridelja@comast.net','no',NULL,'INACTIVE','INACTIVE'), (349,'tdarwin','abigail','tadarwin@ptd.net','no',NULL,'INACTIVE','INACTIVE'), (350,'ariellem02','mickey12','ariellem02@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (351,'dbouquet','flower2','djbouq@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (352,'shorty','rjbboc','shortcorn@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (353,'sadie','jack','dl.johnston@cox.net','no',NULL,'INACTIVE','INACTIVE'), (354,'kooked','travis94','tnowicki@canada.com','no',NULL,'INACTIVE','INACTIVE'), (355,'elshamm','macy0419','lifepeart@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (356,'gregory','gabby50','gplgabby@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'), (357,'Lora','teddybear1','lmichael@insight.rr.com','no',NULL,'INACTIVE','INACTIVE'), (358,'ABCD1234','070258','RAERAE-25@HOTMAIL.COM','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (359,'PRINCESS','FEB211975','HCOLEMAN31@SW.RR.COM','yes',NULL,'INACTIVE','INACTIVE'), (360,'joturk','fluffy1','jturkovi@suffolk.lib.ny.us','no',NULL,'INACTIVE','INACTIVE'), (361,'jennadyan','ilovechad','jennadyan@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (362,'Audrey','October','Audreymeredithlowe@yahoo.com.ph','no',NULL,'INACTIVE','INACTIVE'), (363,'ccakes2','952841','ccakes2@aol.com','no',NULL,'INACTIVE','INACTIVE'), (364,'TheMuse','ron0905','sschwar@rcn.com','yes',NULL,'INACTIVE','INACTIVE'), (365,'kisha','cervelle','harrycalliste@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (366,'Itohan','method','mercyitohan@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (367,'melmann1114','amanda','melmann1114@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (368,'Kartoffelkopf','niewieder','rwm42@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (369,'johnsonrenate','gutentag','johnsonrenate@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (370,'wendy','wm84701','mcgees@netscape.com','yes',NULL,'INACTIVE','INACTIVE'), (371,'TANYA46','050505','LATANYA.SAMMONS@AOL.COM','no',NULL,'INACTIVE','INACTIVE'), (372,'sptx05','ptexas','padetx@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (373,'addie_dobie','peaches','art4peaches@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (374,'MaureenFitz16','brianne','mffitzge@advo.com','no',NULL,'INACTIVE','INACTIVE'), (375,'missymiss25','jason1125','missymiss25@juno.com','no',NULL,'INACTIVE','INACTIVE'), (376,'dixontom','w138912','dixontom@jshardin.com','no',NULL,'INACTIVE','INACTIVE'), (377,'kellydoughty','kellzo88','mrskellydoughty@aol.com','no',NULL,'INACTIVE','INACTIVE'), (378,'king6542','kennedy','orangerebblue@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (379,'Jacquie','miz74jae','mizjae74@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (380,'llpeterson66','soccer16','llpeterson66@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (381,'mcnich','irisheyes','msmcnich@msn.com','yes',NULL,'INACTIVE','INACTIVE'), (382,'tturner1962','jason1971','tturner1962@charter.net','no',NULL,'INACTIVE','INACTIVE'), (383,'tdwright','denise','tdw123664@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (384,'kkelly25','kierstin','kkelly25@aol.com','no',NULL,'INACTIVE','INACTIVE'), (385,'mawmawskitchen','jaida602','brinda_turner@baxter.com','no',NULL,'INACTIVE','INACTIVE'), (386,'mw8176','11johnny','w_missy@msn.com','no',NULL,'INACTIVE','INACTIVE'), (387,'pielady','pielady','pielady@aol.com','no',NULL,'INACTIVE','INACTIVE'), (388,'jennylikestoeat','ilovelife','jennin96@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (389,'sam','3154','sam@thelewinteam.com','no',NULL,'INACTIVE','INACTIVE'), (390,'nancy','holland2','karsynrose@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (391,'Rita','anewlife','r-love@san.rr.com','no',NULL,'INACTIVE','INACTIVE'), (392,'DENISE','kneefive','ITALIANDRLF@AOL.COM','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (393,'jbhuyan','katrina','jagatnbhuyan@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (394,'brigoin','sadygyrl77','brigoin@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (395,'darinpaulbrady','luella4749','darinpaulbrady1@aol.com','no',NULL,'INACTIVE','INACTIVE'), (396,'sgtrawick','marvel62','sally.t@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (397,'lwooton48','cookie91','linda@klnt.com','yes',NULL,'INACTIVE','INACTIVE'), (398,'marialota','lol1967','marialot_lozano@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (399,'pianno','pizza','pianno@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (400,'gigigordo','v301o423','prmami10c@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (401,'zehape','123456','zehape1987@yahoo.com.ph','no',NULL,'INACTIVE','INACTIVE'), (402,'HotPopper','buckeye1','smw82768@earthlink.net','no',NULL,'INACTIVE','INACTIVE'), (403,'valeriewilburn','2552cat','valerie_wilburn@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (404,'victorsam','victorsam','samn_64@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (405,'iman','chiara','gutausshendimian@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (406,'pherndon','pikablu','stuff4life@aol.com','no',NULL,'INACTIVE','INACTIVE'), (407,'supriyarp22','montu02','supriyarp22@gmail.com','yes',NULL,'INACTIVE','INACTIVE'), (408,'phema','mariki','0761717314@vodamail.co.za','no',NULL,'INACTIVE','INACTIVE'), (409,'Irmushki','ikako','bushti_irma@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (410,'maleta','emmykate','maleta@cox-internet.com','no',NULL,'INACTIVE','INACTIVE'), (411,'lesliet','kyndell','lntkyl@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (412,'rynking87','meygan','rynking87@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (413,'akacleary12','katrina12','akacleary@aol.com','no',NULL,'INACTIVE','INACTIVE'), (414,'scarey','stupid','carey.susan@pdx.sysco.com','no',NULL,'INACTIVE','INACTIVE'), (415,'jennamaree','tinkerbelle','jennamaree04@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (416,'assuntapitts','032604','assuntapitts@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (417,'ringlmk','lmkr6529','linda.ring@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (418,'eurotic','8881reyna','euroticracing@msn.com','no',NULL,'INACTIVE','INACTIVE'), (419,'adpettiecord','600478','adpettiecord@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (420,'vikings1','vikings','vikingsgayla@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (421,'krazy_9','mellowzin','swisskriss77@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (422,'roberta','muffin47','roberta@computersolutionsny.com','no',NULL,'INACTIVE','INACTIVE'), (423,'ehermano','masbate10','adamandeve31425@aol.com','no',NULL,'INACTIVE','INACTIVE'), (424,'ciindyjo48','bisons','cindyjo48@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (425,'bubbasmommie','062803','lilmommie69@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (426,'cmaurer','password','mthompson@cox.net','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (427,'mnstr4jc','327900','mnstrmike4jc@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (428,'cdmaloy','bubby416','cdmaloy@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (429,'hglassman89','hg5900','hglassman89@stny.rr.com','yes',NULL,'INACTIVE','INACTIVE'), (430,'tenille0705','cookie','tenille0705@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (431,'chefbabe22','ryan','peacebaby29@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (432,'bonnymundy60','sadiee','bonnybell46@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (433,'blanier','brandon1','briank67@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (434,'ggarcia','gd119818','ggarcia@univisionmusic.net','yes',NULL,'INACTIVE','INACTIVE'), (435,'KIYAH','cream','zakiyah.brown@sbcglobol.net','yes',NULL,'INACTIVE','INACTIVE'), (436,'jstroh','3jslawn','jstrohmeyer@new.rrr.com','no',NULL,'INACTIVE','INACTIVE'), (437,'TMEEEKA','poohbear','tamikaisaac@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (438,'sweet','pgw1095','pw2sweet@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (439,'cristy','babyko143','mystique_cutie25@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (440,'marybolanddoyle','112287','mebd@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (441,'Robyn6706','240404','robynbeveridge@au.spiraxsarco.com','no',NULL,'INACTIVE','INACTIVE'), (442,'katysue123','trygod123','kdunn6@cox.net','no',NULL,'INACTIVE','INACTIVE'), (443,'shane','angel','shaneangel201@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (444,'pritipotdar','niliap','priti_ptdr@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (445,'maesea','sash33','maesea@excite.com','yes',NULL,'INACTIVE','INACTIVE'), (446,'Kitchfour','6767t','tiffykitch@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (447,'leeteam','piglet','leeteam1@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (448,'bernice','charley1','shdoln45@peoplepc.com','no',NULL,'INACTIVE','INACTIVE'), (449,'polo','6362','Bongiwen@raf.co.za','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (450,'saf49','madison','saf49@swbell.net','no',NULL,'INACTIVE','INACTIVE'), (451,'denglish','platinum','denglish1562@carolina.rr.com','no',NULL,'INACTIVE','INACTIVE'), (452,'uknoshayluvsu','242632703s','www.ndhschick2008@aim.com','yes',NULL,'INACTIVE','INACTIVE'), (453,'iambuff','iambuff','mlho@aol.com','no',NULL,'INACTIVE','INACTIVE'), (454,'lynne1288','rockstar','lynne1288@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (455,'groovylulu','flowerwood','r-l-r-riley@msn.com','no',NULL,'INACTIVE','INACTIVE'), (456,'Najera7','ervav5','Nnajera4@aol.com','no',NULL,'INACTIVE','INACTIVE'), (457,'edwardrisu','alucard20','ri-sa-chan@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (458,'rodrigu','faith123','evetothee@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (459,'fjwills','nick25','fjwills@optonline.net','no',NULL,'INACTIVE','INACTIVE'), (460,'anitabl44','baker4','anitabl44@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (461,'terrick5','mancilcross','terrick5@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (462,'jentran','cooking','jentran@deloitte.com','no',NULL,'INACTIVE','INACTIVE'), (463,'schoessow','killer','mothermae@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (464,'anthonykat26','sowhat26','anthonykat26@cox.net','no',NULL,'INACTIVE','INACTIVE'), (465,'jramz','corky','jmrcrna@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (466,'misslala2006','baby2003','cdphillips302@aol.com','no',NULL,'INACTIVE','INACTIVE'), (467,'von','nmsfia','lisa.vonfumetti@nana.com','no',NULL,'INACTIVE','INACTIVE'), (468,'drjen97','jammin','drjen97@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (469,'amoreena','marooned','amo.tikoilawaqa@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (470,'gail','crafty224','dilleygail@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (471,'shawnj46','pennywise','shawnj46@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (472,'dustinryanvernor','charles','dustinryanvernor@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (473,'sandyessex','verbatim','sandy_essex@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (474,'empresslal','brendanelias','empresslal@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (475,'SherylRaines','candle','Monkeytoes112031@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (476,'DSherrodMD','d7689s','DSherrodMD@aol.com','no',NULL,'INACTIVE','INACTIVE'), (477,'hermie','chicken','mizwa_87@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (478,'etjan','springwaltz','you_and_me03@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (479,'carole','7luck7queen','escarr@chsrtertn.net','no',NULL,'INACTIVE','INACTIVE'), (480,'wondealicerland','gdm73152','socsnake@aol.com','no',NULL,'INACTIVE','INACTIVE'), (481,'JeffreyGrahn','fakename','jeffgrahnster@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (482,'cajunlady','scottie','scottydog@kricket.net','no',NULL,'INACTIVE','INACTIVE'), (483,'irheaves','jasmine','irenarheaves@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (484,'yashodhandeshmukh','jimmmy','yashodhan_deshmukh@rediffmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (485,'beqie','bintang','beqie.baek@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (486,'ajay26ad','PANTHER','ajay26ad@sify.com','no',NULL,'INACTIVE','INACTIVE'), (487,'tanveer_fga','bashir','tanveer_lovejesus@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (488,'agontowski','chocolate','alongontowski@aol.com','no',NULL,'INACTIVE','INACTIVE'), (489,'bwhitworth','blackbird','davidandbev@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (490,'jnlwilliams','bubbacat','williamsjnl@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (491,'jez52','5787','jez52@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (492,'kchandyrn','kimberly','kchandyrn@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (493,'godchild','blessed','valerie_115_2000@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (494,'speimm','Eriepa96','PittPharm04@aol.com','no',NULL,'INACTIVE','INACTIVE'), (495,'nefertari25','hs9ls2dv','nefertari25@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (496,'rkm721','m22155','rkm721@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (497,'DebRambo','schaffer','debbie.rambo@usa.dupont.com','yes',NULL,'INACTIVE','INACTIVE'), (498,'choadalisious','nedreck1','choadalisious@aim.com','no',NULL,'INACTIVE','INACTIVE'), (499,'choadalisious914','nedreck1','choadalisious@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (500,'pattiriley4','444644','pattiriley4@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (501,'kathybeamer','joker1999','kathybeamer@att.net','no',NULL,'INACTIVE','INACTIVE'), (502,'barbiedoll91','shiggydiggy','barbiedoll91@iwon.com','no',NULL,'INACTIVE','INACTIVE'), (503,'J303done1','sunflower','J303done1@aol.com','no',NULL,'INACTIVE','INACTIVE'), (504,'roxanne1955','shonta','rox@designsbythebay.com','no',NULL,'INACTIVE','INACTIVE'), (505,'nvorteg','thatgood21','navygyrl@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (506,'moesher69','peterpan','kkmoe_abc234@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (507,'dexer','251919','dbrocks2599@aol.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (508,'rose711','kylie','rose711s@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (509,'juandh16','5316','juandh16@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (510,'ppjemartello','jonathan','ppjemartello@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (511,'lauradrup','howelllj','lauradrup@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (512,'jmpast33','jaynraena','jmpast33@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (513,'Lorraine','manny','Xx_Irony_xX@Yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (514,'radzinor','mohdradzi','ida_9595@yahoo.com.my','yes',NULL,'INACTIVE','INACTIVE'), (515,'marinakamal','nm1996','marinakamal@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (516,'mslange108','shell1114','mslange108@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (517,'thobilek','poiuyt','thobilek@tsogosun.com','yes',NULL,'INACTIVE','INACTIVE'), (518,'danmarx','oct2093','bishoujo_danmarx@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (519,'jewlz911','maximus','jewlz911@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (520,'cmiranda','miranda','cmiranda1010@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (521,'rares','hearty','amrares@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (522,'e0048111','poole0022','tobsofine21@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (523,'teresashaffer','Nippers','teresashaffer314@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (524,'sparey','sydney1','SPAREY@columbus.rr.com','no',NULL,'INACTIVE','INACTIVE'), (525,'adrianna_nangle','valpo1','adrianna_nangle@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (526,'XAYE91','XAVIERA','WWW.FB1@MSN.COM','yes',NULL,'INACTIVE','INACTIVE'), (527,'XAW91','XAVIERA','WWW.XAYE96@YAHOO.COM','yes',NULL,'INACTIVE','INACTIVE'), (528,'adliles','cattycat','adliles@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (529,'piratelair','1950','piratelair@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (530,'bratzgirl439','princess','bratzgirl439@aol.com','no',NULL,'INACTIVE','INACTIVE'), (531,'cemangum','sears','cemangum@triad.rr.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (532,'rondapace','amanda','ronda_pace@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (533,'traciecarrier','newyorkcity','traciecarrier@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (534,'Christine','maybee','dawson23@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (535,'bbrock','bethany1','im_mr_pimpy@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (536,'pamrev','pablem','pam.vaughan@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (537,'Ruth','ruth56','roge4892@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (538,'dmsostrander','dmo777','dmostrander@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (539,'sugar69','sugar69','michelelafrenais@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (540,'eastray76','dkwkqxh','eastray76@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (541,'wandajean','2bubbles','west_vchick@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (542,'aroyall','blahblah','adam.royall@mac.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (543,'bcoduto','cassie','bcoduto@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (544,'tmsbaby','nancy318','alanac@hot.rr.com','no',NULL,'INACTIVE','INACTIVE'), (545,'wldrake','5thtexas','rowdydrake@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (546,'EllenBSchnell','328910','firearts@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (547,'ariea','ninadog','ariea_r@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (548,'nswan85','ncrms1','nswan047@uwsp.edu','no',NULL,'INACTIVE','INACTIVE'), (549,'mmorgan556','mmm38175','mmorgan556@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (550,'leblancfamily','skylar','leblancfamily2005@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (551,'beth19632','angels','beth19633@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (552,'daveshan','484848','okdave78@mac.com','no',NULL,'INACTIVE','INACTIVE'), (553,'lanigarcia','cheeney','jlgacia@smg.sanmiguel.com.ph','no',NULL,'INACTIVE','INACTIVE'), (554,'rimmer','devonle1','simon@eaworkstations.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (555,'kumarthaliyath','kumar','kumartra@sify.com','no',NULL,'INACTIVE','INACTIVE'), (556,'juanitahowerton','colt1996','thowerton1@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (557,'littlefeet','babyboy01','cindraheinze@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (558,'annemd','vince2003','annemd@umich.edu','no',NULL,'INACTIVE','INACTIVE'), (559,'jahall','logan1','jhall@fuse.net','no',NULL,'INACTIVE','INACTIVE'), (560,'sheilaroach','private8','shlrch@cs.com','no',NULL,'INACTIVE','INACTIVE'), (561,'musets','0462140','tamramuse@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (562,'michellehilliar','amanda08','michellehilliar@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (563,'mmaureen12','skeemco','mshanahan@bk-cpa.com','no',NULL,'INACTIVE','INACTIVE'), (564,'Crispy3717','fdny101','Crispy3717@aol.com','no',NULL,'INACTIVE','INACTIVE'), (565,'deranged435','211234','whatsup@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (566,'nanna_03w','robert','nanna_03w@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (567,'Tracie','tigger','tigger60@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (568,'darrelpatton','burhans13','darrelpatton@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (569,'dttech11','twomey1','dttech11@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (570,'akim','lovetocook','rykimom@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (571,'mclaucd','jesus1','cortez@vzavenue.net','no',NULL,'INACTIVE','INACTIVE'), (572,'mskurl1','carole1','carole.medley@gettothezone.com','no',NULL,'INACTIVE','INACTIVE'), (573,'margiecoleman','fredjose','coleman66@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (574,'jean','shawcross','baby_shawcross@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (575,'jamister','hulamom','jamister@cox.net','no',NULL,'INACTIVE','INACTIVE'), (576,'jonimac74','jmm091356','jonimac_texas@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (577,'hummingbird','ladydog','rabbit@sosbbs.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (578,'griffyoung','dallas','griffyoung@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (579,'kunal','mirchi','kunalmanch@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (580,'cookieone','fishface','trannyguys@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (581,'hthan','lemurs97','hoo.tjhiang@lemurmedia.com','no',NULL,'INACTIVE','INACTIVE'), (582,'lannen','kitten','lannen@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (583,'calbert621','limodriver','ibelubbidy@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (584,'justinkine','mountaindew','justinkinne@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (585,'CHARBLACK','ANARM125','cblacking@msn.com','no',NULL,'INACTIVE','INACTIVE'), (586,'mhernandez01','maryjane','monica_m_hernandez@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (587,'sabrina10','goodfood','slperri@msn.com','yes',NULL,'INACTIVE','INACTIVE'), (588,'CheriseJohnson','yellow52','Cherise_Johnson@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (589,'bgentry55','tyler55','bgent.fbi@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (590,'Kriddle49','broken','kriddle49@netscape.net','yes',NULL,'INACTIVE','INACTIVE'), (591,'marciabober','valley','marciabober@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (592,'cindy','marie','cinderella1776@lycos.com','no',NULL,'INACTIVE','INACTIVE'), (593,'manderson','buffalo','atc4an@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (594,'vibegt0321','jeff1956','vibegt0321@msn.com','no',NULL,'INACTIVE','INACTIVE'), (595,'kriskenmorris','lublub','kriskenmorris@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (596,'Applesweet','cherbear39','rltimmfamily@iowatelecom.net','no',NULL,'INACTIVE','INACTIVE'), (597,'GPowell','081554','wwcdc7756@aol.com','no',NULL,'INACTIVE','INACTIVE'), (598,'seancullen','rubbish','seanbcullen@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (599,'alice155','3106walden','aliembe@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (600,'rzdtxn','nosaj00','rzdtxn@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (601,'loni0319','loni0319','jlw527@hvc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (602,'zelda025','razar24','zelda025@aol.com','no',NULL,'INACTIVE','INACTIVE'), (603,'SRivera306','house306','S_Rivera306@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (604,'Mickie938','Buster938','Mickie938@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (605,'Carol_Hogan','computer','hoganfamily5@earthlink.net','yes',NULL,'INACTIVE','INACTIVE'), (606,'bose143','brenda','bose_143@rediffmail.com','yes',NULL,'INACTIVE','INACTIVE'), (607,'tracy','brandy','tjwright5559@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (608,'nico22','autumn2','lethalibra79@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (609,'cornco','babycornzyx','cornco@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (610,'elky','schuyler','elky_gonz_lee@yahoo.com.ph','no',NULL,'INACTIVE','INACTIVE'), (611,'betswest','bubba565','betswest@aol.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (612,'striderrhia','rhiannon','striderrhia@coolgoose.com','no',NULL,'INACTIVE','INACTIVE'), (613,'Melissa','dongat73','carmelvalentin2002@msn.com','no',NULL,'INACTIVE','INACTIVE'), (614,'holychef','jel2704','jerryfelmangahis@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (615,'beth','6642','bethjsmall@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (616,'triciab','helpme','patricia_75006@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (617,'mrdemaria','demah1970','jihadfiesta@aol.com','no',NULL,'INACTIVE','INACTIVE'), (618,'ginnylee','bths76','ginnyreynolds@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (619,'janemerr','mayqueen','janemerr@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (620,'Evil','richestcar','African_Squaredancing@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (621,'jeanreed','jeanreed','battlelax9@aol.com','no',NULL,'INACTIVE','INACTIVE'), (622,'Shellyhooper','shelly66','shooper@cctrc.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (623,'ddcwhitehouse','Denise','ddcwhitehouse@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (624,'melissy','wmdnrar','mhale8769@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (625,'laine','fountain','debrown04@cfl.rr.com','no',NULL,'INACTIVE','INACTIVE'), (626,'rfiglio','spankles','rfiglio@aol.com','no',NULL,'INACTIVE','INACTIVE'), (627,'swetgras','243888','swetgras@qwest.net','yes',NULL,'INACTIVE','INACTIVE'), (628,'ladysam987','mustafa9','sevil8@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (629,'babsfugate86','Meishka10','babsfugate@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (630,'thomas','spuds','michael@north9815.freeserve.co.uk','no',NULL,'INACTIVE','INACTIVE'), (631,'lilkendra','biscuit1','luvchile@msn.com','no',NULL,'INACTIVE','INACTIVE'), (632,'cheryleri','megan93mike','cheryleri@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (633,'mdimant','shelly','sdimant@wwdb.org','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (634,'Leesees','pollack711','LTopoleski@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (635,'mm713thomas','maverick','mm713thomas@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (636,'cmcglone','Gabrielle','christina.mcglone@db.com','no',NULL,'INACTIVE','INACTIVE'), (637,'B2','Berdie','divakendyl@msn.com','no',NULL,'INACTIVE','INACTIVE'), (638,'elizaburns','stuff1','beth.burns@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (639,'mandie31','sebastian14','awparchute@msn.com','no',NULL,'INACTIVE','INACTIVE'), (640,'reggie','greenie1','reggiegreenfield@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (641,'amcalpin','food','amcalpin@aol.com','no',NULL,'INACTIVE','INACTIVE'), (642,'toniamagnolia','magnolia1','tonia.magnolia@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (643,'peachblossom','myking','grace2live4him2007@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (644,'dowatudon05','19082008','dowatudon05@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (645,'mickey','family1st','kidpepsi44@cox.net','no',NULL,'INACTIVE','INACTIVE'), (646,'janey4sberg','bochart','janey4sberg@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (647,'LindaB','19859178','musique2003@charter.net','yes',NULL,'INACTIVE','INACTIVE'), (648,'j1comegys','fins2right','jimcom@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (649,'nena17','trina0515','katrina12938@aol.com','no',NULL,'INACTIVE','INACTIVE'), (650,'240959','JD240959','WWW.DRUGFREE1968@HOTMAIL.COM','no',NULL,'INACTIVE','INACTIVE'), (651,'juliemccarthy65','ddevorss','juliemccarthy65@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (652,'deilfin','caliente1','deilfin@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (653,'sprichard','sheddy4343','sprichard@cox.net','no',NULL,'INACTIVE','INACTIVE'), (654,'kchizlet','Bel1eve','kitty@vcweb.org','no',NULL,'INACTIVE','INACTIVE'), (655,'_Pat_','youwish','diamondlady_5@msn.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (656,'ann101','benji','apearce6@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (657,'rontasha','crawford','rontasha11078@aol.com','no',NULL,'INACTIVE','INACTIVE'), (658,'jj','cookup','jj420redemption@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (659,'JackieA','brother','jackieaufiero@aol.com','no',NULL,'INACTIVE','INACTIVE'), (660,'sherri','cocoa','tweis1@rochester.rr.com','no',NULL,'INACTIVE','INACTIVE'), (661,'LFkeyes','owenjames','LFkeyes@msn.com','no',NULL,'INACTIVE','INACTIVE'), (662,'bmosely1','c1eanteeth','brina_pettway@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (663,'boga2317','bogahavana','boga2317@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (664,'spappy','tlatla','shalomb2u2004@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (665,'tripleintimidation','141847','tripleintimidation@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (666,'tcobos','Tc5117922','tcobos@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (667,'franxman','lisa9870','franxman@frontiernet.net','no',NULL,'INACTIVE','INACTIVE'), (668,'diaconal','ready','diaconal@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (669,'swtmuneca','babylove','swtmuneca@aol.com','no',NULL,'INACTIVE','INACTIVE'), (670,'AHMESWELIEM','10111955','ahmedsweliem@lycos.com','yes',NULL,'INACTIVE','INACTIVE'), (671,'aprill651','tucker','aprill2465@cox.net','no',NULL,'INACTIVE','INACTIVE'), (672,'EileenEckeberger','abide7','eileeneckeberger@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (673,'karenssong','barker','karenssong@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (674,'IStuffMoreThanTurkey','valakom23','finney.simon@gt.com','no',NULL,'INACTIVE','INACTIVE'), (675,'gerig','winteristoolong','ggresl@student.wctc.edu','no',NULL,'INACTIVE','INACTIVE'), (676,'Roster','shinta','roster_jack16@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (677,'mousumi','hubbyc','mousoomi111@yahoo.co.in','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (678,'jessicarbt','psywgn','bettyboppers2001@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (679,'Buddhini','creativeart','buddhinie@gmail.com','yes',NULL,'INACTIVE','INACTIVE'), (680,'GoodKnightMom','michigan','GoodKnightMom@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (681,'lagressen','blessed1','lagressen@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (682,'bodmas2real','samuel','bodmas2real@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (683,'minhly','m707100','mlyjunk@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (684,'lauraniemann','laura','pittypit@charter.net','no',NULL,'INACTIVE','INACTIVE'), (685,'SteveOCooks','foodisgood','sorlick@optonline.net','no',NULL,'INACTIVE','INACTIVE'), (686,'chewcjoo','jeremy1','chewcjoo@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (687,'laquita1003','victoria','laquita1003@aol.com','no',NULL,'INACTIVE','INACTIVE'), (688,'vcampana','bonnie5621','veliaacampana@aol.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (689,'tbbo514','taylors1','tbbo5146@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (690,'jhatten739','shiloh92','jhatten739@gmail.com','yes',NULL,'INACTIVE','INACTIVE'), (691,'ESTELLA','WHITNEY89','WHITNEYSHARDAI@YAHOO.COM','no',NULL,'INACTIVE','INACTIVE'), (692,'jshultz','emmert','jshultz@usd384.org','no',NULL,'INACTIVE','INACTIVE'), (693,'milyborja','candy1','mborja@edsal.com','no',NULL,'INACTIVE','INACTIVE'), (694,'smileycyndi','freeze12','cynthia.peters@ogradypeyton-fl.com','no',NULL,'INACTIVE','INACTIVE'), (695,'bigman77','green77','damonmckenzie@bellsouth.net','yes',NULL,'INACTIVE','INACTIVE'), (696,'lawm','2445510','lawm1@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (697,'clee','evergreen','cmia43@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (698,'chawkins','diamond','ch9089@aol.com','no',NULL,'INACTIVE','INACTIVE'), (699,'vbrownsj','suzanne','vbrown@prodigy.net','no',NULL,'INACTIVE','INACTIVE'), (700,'MALIBURUMIREZ','AMANDA','MALIBURUMIREZ@AOL.COM','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (701,'textomb','devo','epitomb@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (702,'rickilowe','rochelle','jrlowe@rapidnet.com','no',NULL,'INACTIVE','INACTIVE'), (703,'akaniss','cookie59','Kankan1@adelphia.net','no',NULL,'INACTIVE','INACTIVE'), (704,'sewsmall','tiffany','at6snj@rcn.com','no',NULL,'INACTIVE','INACTIVE'), (705,'brettstephens','breka13','mstang1208@aol.com','no',NULL,'INACTIVE','INACTIVE'), (706,'suzanbl','blackmon','suzanbl@alltel.net','yes',NULL,'INACTIVE','INACTIVE'), (707,'DeniseMM','duchess','denisemm70@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (708,'kpr821','fondue','meltingpotrest@aol.com','no',NULL,'INACTIVE','INACTIVE'), (709,'PMD1124','jennalou','Phyllis_M_DeMarco@rush.edu','no',NULL,'INACTIVE','INACTIVE'), (710,'dbalsam','briana10','dbalsam@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (711,'rallen','regina','rarallen@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (712,'moose17','muneca','always_late04@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (713,'countrycook','countrygirl','rhouk52@windstream.net','no',NULL,'INACTIVE','INACTIVE'), (714,'jamie','elaine','huston_jamie@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (715,'shanintheiss','alabama','fit4life5@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (716,'bodyclay','jeffzavala','mybodyclay@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (717,'midnight','pearly11','gdpeds@adelphia.net','no',NULL,'INACTIVE','INACTIVE'), (718,'carterm','levesque01','mcarter@enh.org','no',NULL,'INACTIVE','INACTIVE'), (719,'angieandaya','forever1','urbasicangel@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (720,'Eyerish','050843','eyerish@windstream.net','yes',NULL,'INACTIVE','INACTIVE'), (721,'kguilliams','cherokee','katg1954@msn.com','yes',NULL,'INACTIVE','INACTIVE'), (722,'leanie','1047lean','al-arlene@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (723,'cl42','sallie','boxman1020@aol.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (724,'tink_grace','doug1979','tink_grace@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (725,'kprice52','doctorkp','kristopher_price@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (726,'amandamk02','bestrong','amandamk02@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (727,'phunkee','bunso','dogstyle35@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (728,'claud23','asher1','cparasingh@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (729,'blmoody','5216','ib2moody@cs.com','no',NULL,'INACTIVE','INACTIVE'), (730,'wilson14','mitsui','wilson14@walla.com','no',NULL,'INACTIVE','INACTIVE'), (731,'cowcow','loveyou','cowcow225@wmconnect.com','no',NULL,'INACTIVE','INACTIVE'), (732,'JOHNJANICE','7777777','THEBARRYS3@HOTMAIL.COM','no',NULL,'INACTIVE','INACTIVE'), (733,'Diana87','lorena87','dianalg17@aol.com','no',NULL,'INACTIVE','INACTIVE'), (734,'pensonauto','vfr750','pensonatu@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (735,'mill521','mattie','mill521@alltel.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (736,'brigetk','jimbo','brigetk@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (737,'jcraft','shadow','jgcrafty@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (738,'jamesgillum','fourteen','jamesgillum@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (739,'zein','zebulun','zeinchua_93@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (740,'KatieEC06','1216022204318','katiechapel@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (741,'lisa','dec1204','purple_people4ever@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (742,'reyn007','reynpaul','reynglet_2007@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (743,'helen8','raymond88','rhall003@sc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (744,'amandaharr','bsm8808','amandaharr@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (745,'gaddush','liza1610','m_ahmed@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (746,'jepoy13','123456','jeyihefefarihway@yahoo.com.ph','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (747,'smills22','dunstan','smills122255@cs.com','no',NULL,'INACTIVE','INACTIVE'), (748,'sddashler','susandenise','sddashler@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (749,'bminiard','samsam','bminiard@cat.com','no',NULL,'INACTIVE','INACTIVE'), (750,'svonslep','puffers','svonslep@sc.rr.com','no',NULL,'INACTIVE','INACTIVE'), (751,'1944jody','silverfish','silverhair20009@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (752,'traci1113','chase927','traci1113@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (753,'jake','stanne','justjake17@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (754,'hena','ahmad786','henaenam@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (755,'dollyface729','daddysgirl','lilweedpatch_3@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (756,'Lilymayrose','pudding','daisyoopsie@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (757,'bolduc03','marty3930','bolduc03@aol.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (758,'sjcampbell830','mikey25','sjcampbell830@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (759,'olympia53','shriker','olympia53@msn.com','no',NULL,'INACTIVE','INACTIVE'), (760,'mannyandyoyi','manolo','mannyandyoyi@bellsouth.net','yes',NULL,'INACTIVE','INACTIVE'), (761,'sirgaknight','ilovetheword','sirgaknight@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (762,'visicom','patate','francoisa@visic.com','no',NULL,'INACTIVE','INACTIVE'), (763,'sgchambers','12345678','steven_chambers@msn.com','no',NULL,'INACTIVE','INACTIVE'), (764,'akraeling','tristan','arkraeling615@aol.com','no',NULL,'INACTIVE','INACTIVE'), (765,'kbaldassaro','goldmouse','kathy@baldassaro.com','no',NULL,'INACTIVE','INACTIVE'), (766,'pattij47','petunia','pattij47@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (767,'GloriaHughes','bear2','gloria@woodhughes.com','no',NULL,'INACTIVE','INACTIVE'), (768,'crob','sonofa','maxrob@utk.edu','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (769,'CrystalMH','duncan','gagger50@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (770,'156radley','918273','radleysmomanddad@comcast.com','no',NULL,'INACTIVE','INACTIVE'), (771,'vlwpoy35','quest200','vlwpoy_35@bellsouth.net','no',NULL,'INACTIVE','INACTIVE'), (772,'natina1','unclemike','tina81852@aol.com','no',NULL,'INACTIVE','INACTIVE'), (773,'jennbrooke','brooke1','jennbrooke@the-chaos.com','no',NULL,'INACTIVE','INACTIVE'), (774,'Flenour2','honda1','flenoury2@aol.com','no',NULL,'INACTIVE','INACTIVE'), (775,'TAMMIE','HOTSHOT','tammie@southwbank.com','no',NULL,'INACTIVE','INACTIVE'), (776,'kl16319','just4us','justme77545@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (777,'brettrecipe','mufasa','brettman71@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (778,'suttles98','grant1215','suttles_98@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (779,'jazzyjaynyc','mrjazzy','jazzyjay558@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (780,'cherimahan','cmahan63','cherimahan@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (781,'antobram','jan1ce','antobram@aol.com','no',NULL,'INACTIVE','INACTIVE'), (782,'marymargaretd','marmicjen','marymargaretd@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (783,'ddrovwal','armye3','dschlieszus@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (784,'sarju71','sofia610','sarju_shrestha@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (785,'tnkgrltai','marvin','tnkgrltai@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (786,'kycruiser1','cruise56','kycruiser1@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (787,'domcook','clendenin123','dthomas505@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (788,'tiarrah117','lashall1','tiarrah117@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (789,'adyoung','L3xusr','aprildyoung@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (790,'melbabailey','vht3749','baileyrn2b@aol.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (791,'HotMamaCindy08','Mary0831','HotMamaCindy08@aol.com','no',NULL,'INACTIVE','INACTIVE'), (792,'leesmuffins','chloe1','eponine_1@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (793,'jbradley','houdini','julieabradley@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (794,'npmcginness','recipe1','aslan@2-cool.com','no',NULL,'INACTIVE','INACTIVE'), (795,'mes619','mes619','mes619@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (796,'icewalker','75329roger1','rockfordwright@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (797,'MAHovatter','puppers','shellsocean@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (798,'mgonzo','phatalbert','mgonzo_@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (799,'yourmom','marissa6','goddessmars03@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (800,'meglett310','21002100','meglett310@aol.com','no',NULL,'INACTIVE','INACTIVE'), (801,'studentchef','baberuth','shmuely9@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (802,'Evanston','bareback','huntingtonshaw@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (803,'ocsmm','061662','ocsmm2003@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (804,'strider','striderrkp','strider@liche.net','no',NULL,'INACTIVE','INACTIVE'), (805,'barbfromca','90146','bmahoney@ix.netcom.com','no',NULL,'INACTIVE','INACTIVE'), (806,'dolfin7196','ed96shan','dolfin7196@aol.com','no',NULL,'INACTIVE','INACTIVE'), (807,'rkeenan','0224rk','r_keenan@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (808,'sbraun','blue123','sjj@ruraltel.net','no',NULL,'INACTIVE','INACTIVE'), (809,'kewscorner','boyz3','kewscorner@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (810,'wsblevins','moospa1','wsbepb@aol.com','no',NULL,'INACTIVE','INACTIVE'), (811,'sss1229','sunshine','shirl122@hiwaay.net','no',NULL,'INACTIVE','INACTIVE'), (812,'loriapollard','mother','loriapollard@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (813,'Vicky','102474','vicky_wang@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (814,'gahende','norman','bgmwhenderson@cox.net','no',NULL,'INACTIVE','INACTIVE'), (815,'darline','jacktoby','mcweg@tc3net.com','no',NULL,'INACTIVE','INACTIVE'), (816,'krocker','redrules','sneakersfilm@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (817,'jsgordita','password','jsgordita@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (818,'dleo757','197070','dleo757@sbcglobal.net','yes',NULL,'INACTIVE','INACTIVE'), (819,'lynner32','maggie','hodagscraps@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (820,'nicnac_76','stuffed','man_nik76@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (821,'mllee80','nonsense','mllee80@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (822,'JACQUELYENDERRY','brandon','carmelvizion@aol.com','yes',NULL,'INACTIVE','INACTIVE'), (823,'GARNETTA4940','5589929','GARNETTA4940@MSN.COM','no',NULL,'INACTIVE','INACTIVE'), (824,'siddickk','mahdee','k_siddick@yahoo.co.uk','no',NULL,'INACTIVE','INACTIVE'), (825,'captive8965','enigma8965','yellowchameleon@hotmail.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (826,'jktraf1','psych99','jktraf1@aol.com','no',NULL,'INACTIVE','INACTIVE'), (827,'brenda','moonieb','bbailey2724@aol.com','no',NULL,'INACTIVE','INACTIVE'), (828,'rcal1','tuffy151','skunkmastersons@aol.com','no',NULL,'INACTIVE','INACTIVE'), (829,'mrskalb','chauncey','mrskalb1@netzero.com','yes',NULL,'INACTIVE','INACTIVE'), (830,'Enka986','renee615','enka986@charter.net','no',NULL,'INACTIVE','INACTIVE'), (831,'jeffgoforth','9066jgx','jkgcrb@aol.com','no',NULL,'INACTIVE','INACTIVE'), (832,'warnsg','micro78','shama_warner@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (833,'jpearl','jakipear','jpearl15@sbcglobal.net','no',NULL,'INACTIVE','INACTIVE'), (834,'derangedazn','carolyn69','quang_bui5569@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (835,'ksilverbow','cmiller','kiria.silverbow@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (836,'ksbarger','jacob1020','bnkbarger@msn.com','no',NULL,'INACTIVE','INACTIVE'), (837,'BEKKA1129','BUGGYBOO','BEKKA1129@MSN.COM','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (838,'allie43210','4everluv','allie43210@aol.com','no',NULL,'INACTIVE','INACTIVE'), (839,'cecilia','jbrown','firemercury@aol.com','no',NULL,'INACTIVE','INACTIVE'), (840,'mzdread','greg','mzdread@aol.com','no',NULL,'INACTIVE','INACTIVE'), (841,'katelyn11g','marilyn1','katelyn11g@hotmail.com','yes',NULL,'INACTIVE','INACTIVE'), (842,'dkrmone','11731173','dkrmone@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'), (843,'bickelc','cbrn1962','bickelc@summa-health.org','no',NULL,'INACTIVE','INACTIVE'), (844,'martom','got2tag','martha@caywoods.net','no',NULL,'INACTIVE','INACTIVE'), (845,'jackier','termite','jrogers44@zoominternet.net','no',NULL,'INACTIVE','INACTIVE'), (846,'rmhtadams','rmhta1014','bigrj300@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (847,'jgreat','elizabeth9','jgreat@carolina.rr.com','no',NULL,'INACTIVE','INACTIVE'), (848,'nashc','panda1','nashc@cox.net','no',NULL,'INACTIVE','INACTIVE'), (849,'kfediuk','kefkef','kfediuk@yahoo.com','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (850,'TxChic','painter','pjbarn49@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (851,'jdd07man','jal0120','jlee@haverford.edu','no',NULL,'INACTIVE','INACTIVE'), (852,'Normsacook','nigel1','phatboyluvs2bowl@aol.com','no',NULL,'INACTIVE','INACTIVE'), (853,'mother','ferrari','mswferrari@aol.com','no',NULL,'INACTIVE','INACTIVE'), (854,'mindell25','beach27','quake_94@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (855,'keva76','larry80','makeviaknight@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (856,'lululira','lira99','lululira@cox.net','no',NULL,'INACTIVE','INACTIVE'), (857,'laurieforshay','emma628','lolobforshay@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (858,'lukejohnson','food','ljohnson9@mn.rr.com','no',NULL,'INACTIVE','INACTIVE'), (859,'DIXIEDAWGS','COMMISH','RAY@SIPGA.COM','no',NULL,'INACTIVE','INACTIVE'), (860,'lkegler','virgosep69','linfaekeg@msn.com','no',NULL,'INACTIVE','INACTIVE'), (861,'stoliwench','lujan33','stoliwench@yahoo.com','yes',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (862,'william','burlbed200','tharpewilliam@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (863,'soqui','cortes','psychomom5@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (864,'jennifer','jojo','stayathomemom73@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (865,'spraser','mMbT922x','spraser@gmail.com','no',NULL,'INACTIVE','INACTIVE'), (866,'kidaanders','25x25x','kidaanderson@msn.com','no',NULL,'INACTIVE','INACTIVE'), (867,'dmason555','smurf1960','dmason555@comcast.net','no',NULL,'INACTIVE','INACTIVE'), (868,'hedobruggner','kaydence','hedobruggner@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (869,'gailmi821','dressbarn','gailmi821@comcast.net','yes',NULL,'INACTIVE','INACTIVE'), (870,'czarmom','junior','czarmom@aol.com','no',NULL,'INACTIVE','INACTIVE'), (871,'toni911asia','LILLIAN','toni911asia@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (872,'bonnienjeff','ourlord','jeffnbonnie@comcast.net','no',NULL,'INACTIVE','INACTIVE'); INSERT INTO `sbrecipe_members` (`sbuser_id`,`sbuser_name`,`sbuser_pwd`,`sbemail_addr`,`show_cont`,`mem_img`,`img_status`,`cook_of_day`) VALUES (873,'dneymark','dancer','dashaneymark@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (874,'lyskie','kenothix','j_polinga@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (875,'loraine_sam','jong2x','i_am_loraine_sam@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (876,'loraine_sammy','jong2x','i_am_loraine_sammy@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (877,'gzh2280502','2280502','michealzhuohao@hotmail.com','no',NULL,'INACTIVE','INACTIVE'), (878,'x13sandman13x','131369','x13sandman13x@yahoo.com','no',NULL,'INACTIVE','INACTIVE'), (879,'rturner1959','cole1198','rturner1959@alltel.net','no',NULL,'INACTIVE','INACTIVE'), (880,'doty','doty','doty@verizon.net','no',NULL,'INACTIVE','INACTIVE'), (881,