-- 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 S A | \r\n
| \r\n S \r\nP \r\nO \r\nN \r\nS \r\nO \r\nR \r\n\r\n A \r\nD | \r\n
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%
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%
With Regards
Admin
Hi %username%,
Here is your login information:
Username: %username%
Password: %password%
Email: %email%
Thanks for being part of our website.
Regards, Admin
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
Hi , %username%
\r\nWelcome to recipe.com. Your registration information is as follows:
Username: %username%
Password: %password%
Email: %email%
Login: %login_url%
Thanks for being part of our website.
\r\nRegards,
\r\nAdmin
\r\nLogin 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,