Advertisement
AG7ghost

Untitled

Aug 17th, 2017
1,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.48 KB | None | 0 0
  1. #OpIndia
  2. #AnonymousGhost
  3. #MinionGhost
  4. #Indenosia Fighter Cyber
  5. #AnonymousGreece
  6. #Dvn404
  7. Victim:http://www.vishwakarmamatrimonial.in/
  8. -- phpMyAdmin SQL Dump
  9. -- version 2.11.9.5
  10. -- http://www.phpmyadmin.net
  11. --
  12. -- Host: localhost
  13. -- Server version: 5.1.30
  14. -- PHP Version: 5.2.5
  15.  
  16. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  17.  
  18. --
  19. -- Database: `indiaweb_kumudam`
  20. --
  21.  
  22. -- --------------------------------------------------------
  23.  
  24. --
  25. -- Table structure for table `adminlogin`
  26. --
  27.  
  28. CREATE TABLE IF NOT EXISTS `adminlogin` (
  29. `id` int(11) NOT NULL AUTO_INCREMENT,
  30. `adminusername` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  31. `adminpassword` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  32. PRIMARY KEY (`id`)
  33. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;
  34.  
  35. --
  36. -- Dumping data for table `adminlogin`
  37. --
  38.  
  39. INSERT INTO `adminlogin` (`id`, `adminusername`, `adminpassword`) VALUES
  40. (1, 'admin', 'admin');
  41.  
  42. -- --------------------------------------------------------
  43.  
  44. --
  45. -- Table structure for table `expressinterest`
  46. --
  47.  
  48. CREATE TABLE IF NOT EXISTS `expressinterest` (
  49. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  50. `eisender` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  51. `eireceiver` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  52. `eimsg` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  53. `eisentdt` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  54. `eisender_accept` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  55. `eirec_accept` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  56. `eisender_decline` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  57. `eirec_decline` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  58. PRIMARY KEY (`id`)
  59. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1016 ;
  60.  
  61. --
  62. -- Dumping data for table `expressinterest`
  63. --
  64.  
  65. INSERT INTO `expressinterest` (`id`, `eisender`, `eireceiver`, `eimsg`, `eisentdt`, `eisender_accept`, `eirec_accept`, `eisender_decline`, `eirec_decline`) VALUES
  66. (1001, 'KUM6002', 'KUM6004', 'I am interested in your profile. If you are interested in my profile, please contact me.', '07-10-2008', 'Accept', 'Accept', NULL, NULL),
  67. (1002, 'KUM6009', 'KUM6004', 'I am interested in your profile. If you are interested in my profile, please contact me.', '08-10-2008', 'Pending', 'Pending', NULL, NULL),
  68. (1003, 'KUM6009', 'KUM6006', 'You are the kind of person we were searching for. Please send us your contact details.', '08-10-2008', 'Pending', 'Pending', NULL, NULL),
  69. (1004, 'KUM6016', 'KUM6010', 'I have gone through your details and feel we have lot in common. Would sure like to know your opinion on this?', '29-10-2008', 'Pending', 'Pending', NULL, NULL),
  70. (1005, 'KUM6016', 'KUM6018', 'I am interested in your profile. If you are interested in my profile, please contact me.', '04-11-2008', 'Accept', 'Accept', NULL, NULL),
  71. (1006, 'KUM6021', 'KUM6002', 'You are the kind of person we were searching for. Please send us your contact details.', '19-11-2008', 'Accept', 'Accept', NULL, NULL),
  72. (1007, 'KUM6025', 'KUM6004', 'We found your profile to be a good match. Please contact us to proceed further.', '14-07-2009', 'Pending', 'Pending', NULL, NULL),
  73. (1008, 'KUM6041', '', '', '24-08-2009', 'Pending', 'Pending', NULL, NULL),
  74. (1009, 'KUM6041', 'KUM6047', 'I am interested in your profile. If you are interested in my profile, please contact me.', '12-10-2009', 'Pending', 'Pending', NULL, NULL),
  75. (1010, 'KUM6062', 'KUM6041', 'I am interested in your profile. If you are interested in my profile, please contact me.', '12-10-2009', 'Accept', 'Accept', NULL, NULL),
  76. (1011, 'KUM6062', '', '', '12-10-2009', 'Pending', 'Pending', NULL, NULL),
  77. (1012, 'KUM6065', 'KUM6060', 'I am interested in your profile. If you are interested in my profile, please contact me.', '30-10-2009', 'Pending', 'Pending', NULL, NULL),
  78. (1013, 'KUM6066', 'KUM6060', 'I am interested in your profile. If you are interested in my profile, please contact me.', '10-11-2009', 'Pending', 'Pending', NULL, NULL),
  79. (1014, 'KUM6066', 'KUM6047', 'I am interested in your profile. If you are interested in my profile, please contact me.', '11-11-2009', 'Pending', 'Pending', NULL, NULL),
  80. (1015, 'KUM6068', 'KUM6047', 'I am interested in your profile. If you are interested in my profile, please contact me.', '17-11-2009', 'Pending', 'Pending', NULL, NULL);
  81.  
  82. -- --------------------------------------------------------
  83.  
  84. --
  85. -- Table structure for table `membershipplan`
  86. --
  87.  
  88. CREATE TABLE IF NOT EXISTS `membershipplan` (
  89. `planid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  90. `planname` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  91. `plandisplayname` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  92. `plannoofcontacts` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  93. `planduration` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  94. `planamount` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  95. `planoffers` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  96. PRIMARY KEY (`planid`)
  97. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=4 ;
  98.  
  99. --
  100. -- Dumping data for table `membershipplan`
  101. --
  102.  
  103. INSERT INTO `membershipplan` (`planid`, `planname`, `plandisplayname`, `plannoofcontacts`, `planduration`, `planamount`, `planoffers`) VALUES
  104. (1, 'Plan1', 'Silver', '50', '90', '1000', 'Desc'),
  105. (2, 'Plan2', 'Gold', '80', '180', '1500', 'Desc'),
  106. (3, 'Plan3', 'Plantinum', '150', '360', '3000', 'Desc');
  107.  
  108. -- --------------------------------------------------------
  109.  
  110. --
  111. -- Table structure for table `memdeletewishes`
  112. --
  113.  
  114. CREATE TABLE IF NOT EXISTS `memdeletewishes` (
  115. `id` int(11) NOT NULL AUTO_INCREMENT,
  116. `profileid` varchar(200) NOT NULL,
  117. `reason` varchar(200) NOT NULL,
  118. PRIMARY KEY (`id`)
  119. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  120.  
  121. --
  122. -- Dumping data for table `memdeletewishes`
  123. --
  124.  
  125.  
  126. -- --------------------------------------------------------
  127.  
  128. --
  129. -- Table structure for table `paiddetails`
  130. --
  131.  
  132. CREATE TABLE IF NOT EXISTS `paiddetails` (
  133. `Paidid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  134. `Pmatriid` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  135. `Pname` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  136. `Pemail` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  137. `Paddress` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  138. `Ppaymode` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  139. `Pactivedate` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  140. `Pplan` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  141. `Pplanduration` int(50) DEFAULT NULL,
  142. `Pnocontct` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  143. `Pamount` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  144. `Pbankdet` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  145. PRIMARY KEY (`Paidid`)
  146. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2038 ;
  147.  
  148. --
  149. -- Dumping data for table `paiddetails`
  150. --
  151.  
  152. INSERT INTO `paiddetails` (`Paidid`, `Pmatriid`, `Pname`, `Pemail`, `Paddress`, `Ppaymode`, `Pactivedate`, `Pplan`, `Pplanduration`, `Pnocontct`, `Pamount`, `Pbankdet`) VALUES
  153. (2001, 'KUM6002', 'Ezhilarasan', 'ezhilarasan.g@gmail.com', 'hj\r\nhj\r\nhgj\r\nghjgh\r\njgh\r\n', 'Cash', '07-10-2008', 'PLATINUM', 360, '300', '1800', 'NBVNBNBN'),
  154. (2002, 'KUM6003', 'Mahendran', 'mahendran@mahiti.org', 'bvbcvb\r\nvb\r\nvbv\r\nbcv\r\nbcvb\r\ncvb\r\ncbv\r\ncvbvc\r\nb', 'Cash', '08-10-2008', 'PLATINUM', 360, '300', '1800', ''),
  155. (2003, 'KUM6004', 'bcvbcvbcvb', 'arasan@mahiti.org', 'kjk\r\njkjhjk\r\njk\r\njkhjk\r\nhjk\r\nhjk\r\nhjkhjk', 'Cash', '08-10-2008', 'PLATINUM', 360, '300', '1800', ''),
  156. (2004, 'KUM6007', '123456789', 'mahendran2003@gmail.com', '', 'Cash', '08-10-2008', 'PLATINUM', 360, '300', '1800', ''),
  157. (2005, 'KUM6000', 'selva', 'selva_nr@yahoo.com', '6B/15-Punug Asari Street, Southgate, Madurai, TN State, INDIA', 'Cash', '11-10-2008', 'PLATINUM', 360, '300', '1800', 'HDFC'),
  158. (2006, 'KUM6000', 'selva', 'selva_nr@yahoo.com', '6B/15-Punug Asari Street, Southgate, Madurai, TN State, INDIA', 'Cash', '04-11-2008', 'PLATINUM', 360, '300', '1800', ''),
  159. (2007, 'KUM6000', 'selva', 'selva_nr@yahoo.com', '6B/15-Punug Asari Street, Southgate, Madurai, TN State, INDIA', 'Cash', '04-11-2008', 'PLATINUM', 360, '300', '1800', ''),
  160. (2008, 'KUM6010', ' ', 'manoker2003@gmail.com', ' ', 'Cash', '17-11-2008', 'PLATINUM', 90, '300', '1800', ''),
  161. (2009, 'KUM6001', 'Swathi', 'swathi83@gmail.com', 'Tambaram, chennai,', 'Cash', '17-11-2008', 'PLATINUM', 90, '300', '1800', ''),
  162. (2010, 'KUM6010', ' ', 'manoker2003@gmail.com', ' ', 'Cash', '17-11-2008', 'PLATINUM', 90, '300', '1800', ''),
  163. (2011, 'KUM6001', 'Swathi', 'swathi83@gmail.com', 'Tambaram, chennai,', 'Cash', '17-11-2008', 'DIAMOND', 360, '300', '600', ''),
  164. (2012, 'KUM6021', 'Venakt', 'mahend@gmail.com', '11\\''a\\'' kutta karai,\r\nThuraiyur-621010,\r\nTrichy-dt ,\r\nTamilnadu', 'Cash', '19-11-2008', 'PLATINUM', 180, '300', '4000', ''),
  165. (2013, 'KUM6022', 'asds', 'cwh1rlpool@hotmail.com', 'adsadadasdasdadnajkds', 'Cash', '11-07-2009', 'PLATINUM', 180, '300', '4000', 'df'),
  166. (2014, 'KUM6010', ' ', 'manoker2003@gmail.com', ' ', 'Cash', '11-07-2009', 'PLATINUM', 180, '300', '4000', 'dfg'),
  167. (2015, 'KUM6021', 'Venakt', 'mahend@gmail.com', '11\\''a\\'' kutta karai,\r\nThuraiyur-621010,\r\nTrichy-dt ,\r\nTamilnadu', 'Cash', '11-07-2009', 'PLATINUM', 180, '300', '4000', 's'),
  168. (2016, 'KUM6000', 'selva', 'selva_nr@yahoo.com', '6B/15-Punug Asari Street, Southgate, Madurai, TN State, INDIA', 'Cash', '11-07-2009', 'PLATINUM', 180, '300', '4000', ''),
  169. (2017, 'KUM6021', 'Venakt', 'mahend@gmail.com', '11\\''a\\'' kutta karai,\r\nThuraiyur-621010,\r\nTrichy-dt ,\r\nTamilnadu', 'Cash', '11-07-2009', 'PLATINUM', 180, '300', '4000', 's'),
  170. (2018, 'KUM6033', 'khaliq', 'info@islamicgiftsshop.com', 'sasxjnkwe nswikw892 kdnwsnibjbxi89kj jb ', 'Cash', '27-07-2009', 'PLATINUM', 180, '300', '4000', 'HGBHBH'),
  171. (2019, 'KUM6035', 'laxman', 'ele_laxman@yahoo.co.in', 'kondapur', 'Cash', '11-08-2009', 'PLATINUM', 360, '300', '4000', ''),
  172. (2020, 'KUM6033', 'khaliq', 'info@islamicgiftsshop.com', 'sasxjnkwe nswikw892 kdnwsnibjbxi89kj jb ', 'Cash', '21-08-2009', 'PLATINUM', 180, '300', '4000', ''),
  173. (2021, 'KUM6037', 'Test', 'vishwasnmore@yahoo.com', 'fdsfdsfdsfdsf\r\nfds\r\nfds\r\nfsdfds\r\nfdsfds', 'Cash', '21-08-2009', 'PLATINUM', 180, '300', '4000', ''),
  174. (2022, 'KUM6041', 'sanjay', 'sanjay_24may@yahoo.co.in', 'kanpur', 'Cash', '24-08-2009', 'PLATINUM', 180, '300', '4000', ''),
  175. (2023, 'KUM6045', 'katherin', 'katherin@gmail.com', 'huyejiwmsk mjduhfgrs\r\nskdirjuyth\r\ndkdmlsdio', 'Cash', '31-08-2009', 'PLATINUM', 180, '300', '600', 'dssfsfsfsff'),
  176. (2024, 'KUM6050', 'ser', 'me@ymail.com', 'dfseewdfz', 'Cash', '14-09-2009', 'PLATINUM', 180, '300', '4000', ''),
  177. (2025, 'KUM6050', 'ser', 'me@ymail.com', 'dfseewdfz', 'Cash', '17-09-2009', 'PLATINUM', 180, '300', '4000', 'fa'),
  178. (2026, 'KUM6056', 'srikumar', 'srik@gmail.com', 'testinhg', 'Cash', '25-09-2009', 'PLATINUM', 180, '300', '4000', ''),
  179. (2027, 'KUM6054', 'Ravi', 'ravi.gro@gmail.com', 'Delhi', 'Cash', '25-09-2009', 'PLATINUM', 180, '300', '4000', ''),
  180. (2028, 'KUM6060', 'Test', 'test@test.com', 'Marathawada', 'Cash', '10-10-2009', 'PLATINUM', 180, '300', '4000', 'fdsasadsadsa'),
  181. (2029, 'KUM6050', 'ser', 'me@ymail.com', 'dfseewdfz', 'Cash', '12-10-2009', 'PLATINUM', 180, '300', '4000', ''),
  182. (2030, 'KUM6050', 'ser', 'me@ymail.com', 'dfseewdfz', 'Cash', '12-10-2009', 'PLATINUM', 180, '300', '4000', ''),
  183. (2031, 'KUM6050', 'ser', 'me@ymail.com', 'dfseewdfz', 'Cash', '19-10-2009', 'PLATINUM', 180, '300', '4000', ''),
  184. (2032, 'KUM6049', 'nkkbaburaj', 'nkkbaburaj@yahoo.com', 'sddfsfsf\r\nsfsfdsf\r\nsfsdfsf\r\nsdfsdf\r\nsfsd', 'Cash', '28-10-2009', 'PLATINUM', 180, '300', '10', ''),
  185. (2033, 'KUM6047', 'Vibha', 'vibhagro@gmail.com', 'Testing', 'Credit Card', '08-11-2009', 'Hacked', 180, '50', '600', 'icici'),
  186. (2034, 'KUM6044', 'khatherussen', 'kather@live.in', 'jdorioe juikrjytwee\r\njdurhyw\r\nmkvjnaswwr', 'Cash', '10-11-2009', 'Hacked', 180, '6', '10', ''),
  187. (2035, 'KUM6044', 'khatherussen', 'kather@live.in', 'jdorioe juikrjytwee\r\njdurhyw\r\nmkvjnaswwr', 'Cash', '10-11-2009', 'Hacked', 180, '6', '10', ''),
  188. (2036, 'KUM6048', 'name', 'sandeep@devwebservices.net', 'The contact address is only for Official purpose and will nThe contact address is only for Official purpose and will n', 'Cash', '17-11-2009', 'Silver', 90, '50', '1000', ''),
  189. (2037, 'KUM6068', 'tom', 'nkk.reddys@gmail.com', 'parlin', 'Credit Card', '19-11-2009', 'Silver', 90, '50', '1000', '');
  190.  
  191. -- --------------------------------------------------------
  192.  
  193. --
  194. -- Table structure for table `photoprotectrequesters`
  195. --
  196.  
  197. CREATE TABLE IF NOT EXISTS `photoprotectrequesters` (
  198. `preqid` int(11) NOT NULL AUTO_INCREMENT,
  199. `RequesterID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  200. `ReceiverID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  201. `PPReqmsg` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  202. `ReqDate` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  203. `ReceiverResponse` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  204. PRIMARY KEY (`preqid`)
  205. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=4 ;
  206.  
  207. --
  208. -- Dumping data for table `photoprotectrequesters`
  209. --
  210.  
  211. INSERT INTO `photoprotectrequesters` (`preqid`, `RequesterID`, `ReceiverID`, `PPReqmsg`, `ReqDate`, `ReceiverResponse`) VALUES
  212. (1, 'KUM6062', 'KUM6041', 'We found your profile to be a good match. Please send me Photo password to proceed further.', '12-Oct-2009', 'Sent'),
  213. (2, 'KUM6062', 'KUM6041', 'We found your profile to be a good match. Please send me Photo password to proceed further.', '12-Oct-2009', 'Sent'),
  214. (3, 'KUM6066', 'KUM6041', 'We found your profile to be a good match. Please send me Photo password to proceed further.', '11-Nov-2009', 'Pending');
  215.  
  216. -- --------------------------------------------------------
  217.  
  218. --
  219. -- Table structure for table `receivemessage`
  220. --
  221.  
  222. CREATE TABLE IF NOT EXISTS `receivemessage` (
  223. `rid` int(11) NOT NULL AUTO_INCREMENT,
  224. `ToID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  225. `FromID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  226. `Msg` text COLLATE latin1_general_ci,
  227. `SendDate` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  228. PRIMARY KEY (`rid`)
  229. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6 ;
  230.  
  231. --
  232. -- Dumping data for table `receivemessage`
  233. --
  234.  
  235. INSERT INTO `receivemessage` (`rid`, `ToID`, `FromID`, `Msg`, `SendDate`) VALUES
  236. (1, 'KUM6004', 'KUM6002', 'bnbnbvnbvnbvnbvnvbnb', '07-Oct-2008 '),
  237. (4, 'KUM6002', 'KUM6021', ',;fdggvdfahgojagi fggdsjgosjkagjsod bsadhasfshf ', '19-Nov-2008 '),
  238. (5, 'KUM6021', 'KUM6002', 'fgifdgdfigifdgidfgiofdgidfgfd', '19-Nov-2008 ');
  239.  
  240. -- --------------------------------------------------------
  241.  
  242. --
  243. -- Table structure for table `register`
  244. --
  245.  
  246. CREATE TABLE IF NOT EXISTS `register` (
  247. `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  248. `MatriID` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  249. `Prefix` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT 'KUM',
  250. `Termsofservice` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
  251. `ConfirmEmail` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  252. `ConfirmPassword` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  253. `Profilecreatedby` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  254. `Referenceby` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  255. `Name` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  256. `Gender` varchar(10) COLLATE latin1_general_ci DEFAULT NULL,
  257. `DOB` date DEFAULT NULL,
  258. `Age` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  259. `TOB` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  260. `POB` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  261. `Maritalstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  262. `childrenlivingstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  263. `Education` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  264. `EducationDetails` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  265. `Occupation` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  266. `Employedin` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  267. `Annualincome` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  268. `Religion` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  269. `Caste` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  270. `Subcaste` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  271. `Gothram` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  272. `Language` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  273. `Star` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  274. `Moonsign` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  275. `Horosmatch` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  276. `Manglik` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  277. `Height` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  278. `Weight` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  279. `BloodGroup` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  280. `Bodytype` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  281. `Complexion` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  282. `Diet` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  283. `Smoke` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  284. `Drink` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  285. `Address` text COLLATE latin1_general_ci,
  286. `City` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  287. `State` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  288. `Country` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  289. `Phone` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  290. `Mobile` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  291. `Residencystatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  292. `Fathername` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  293. `Mothersname` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  294. `Fatherlivingstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  295. `Motherlivingstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  296. `Fathersoccupation` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  297. `Mothersoccupation` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  298. `Profile` text COLLATE latin1_general_ci,
  299. `Looking` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  300. `FamilyDetails` text COLLATE latin1_general_ci,
  301. `Familyvalues` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  302. `FamilyType` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  303. `FamilyStatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  304. `FamilyOrigin` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  305. `noofbrothers` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  306. `noofsisters` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  307. `nbm` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  308. `nsm` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  309. `PE_FromAge` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  310. `PE_ToAge` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  311. `PE_HaveChildren` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  312. `PE_Height` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  313. `PE_Complexion` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  314. `PE_MotherTongue` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  315. `PartnerExpectations` text COLLATE latin1_general_ci,
  316. `PE_Religion` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  317. `PE_Caste` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  318. `PE_Education` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  319. `PE_Countrylivingin` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  320. `PE_Residentstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  321. `Hobbies` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  322. `OtherHobbies` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  323. `Interests` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  324. `OtherInterests` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  325. `Status` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  326. `Regdate` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  327. `IP` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  328. `Ref` text COLLATE latin1_general_ci,
  329. `Agent` text COLLATE latin1_general_ci,
  330. `DeleteAction` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  331. `MemshipExpiryDate` date DEFAULT NULL,
  332. `expdays` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  333. `Horoscheck` text COLLATE latin1_general_ci,
  334. `HorosApprove` varchar(50) COLLATE latin1_general_ci DEFAULT 'NULL',
  335. `PhotoProtect` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  336. `PhotoprotectPassword` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  337. `Video` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  338. `Videocheck` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  339. `Noofcontacts` int(11) DEFAULT NULL,
  340. `photocheck` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
  341. `photochecklist` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
  342. `videochecklist` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
  343. `Horoschecklist` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
  344. `DOBday` varchar(10) COLLATE latin1_general_ci DEFAULT NULL,
  345. `DOBmonth` varchar(10) COLLATE latin1_general_ci DEFAULT NULL,
  346. `DOByear` varchar(10) COLLATE latin1_general_ci DEFAULT NULL,
  347. `Orderstatus` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  348. `Photo1` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'nophoto.gif',
  349. `Photo1Approve` varchar(50) COLLATE latin1_general_ci DEFAULT 'No',
  350. `Photo2` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'nophoto.gif',
  351. `Photo2Approve` varchar(50) COLLATE latin1_general_ci DEFAULT 'No',
  352. `Photo3` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'nophoto.gif',
  353. `Photo3Approve` varchar(255) COLLATE latin1_general_ci DEFAULT 'No',
  354. `Logincount` int(11) DEFAULT NULL,
  355. `Lastlogin` datetime DEFAULT NULL,
  356. `Thislogin` datetime DEFAULT NULL,
  357. UNIQUE KEY `ID` (`ID`)
  358. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6073 ;
  359.  
  360. --
  361. -- Dumping data for table `register`
  362. --
  363.  
  364. INSERT INTO `register` (`ID`, `MatriID`, `Prefix`, `Termsofservice`, `ConfirmEmail`, `ConfirmPassword`, `Profilecreatedby`, `Referenceby`, `Name`, `Gender`, `DOB`, `Age`, `TOB`, `POB`, `Maritalstatus`, `childrenlivingstatus`, `Education`, `EducationDetails`, `Occupation`, `Employedin`, `Annualincome`, `Religion`, `Caste`, `Subcaste`, `Gothram`, `Language`, `Star`, `Moonsign`, `Horosmatch`, `Manglik`, `Height`, `Weight`, `BloodGroup`, `Bodytype`, `Complexion`, `Diet`, `Smoke`, `Drink`, `Address`, `City`, `State`, `Country`, `Phone`, `Mobile`, `Residencystatus`, `Fathername`, `Mothersname`, `Fatherlivingstatus`, `Motherlivingstatus`, `Fathersoccupation`, `Mothersoccupation`, `Profile`, `Looking`, `FamilyDetails`, `Familyvalues`, `FamilyType`, `FamilyStatus`, `FamilyOrigin`, `noofbrothers`, `noofsisters`, `nbm`, `nsm`, `PE_FromAge`, `PE_ToAge`, `PE_HaveChildren`, `PE_Height`, `PE_Complexion`, `PE_MotherTongue`, `PartnerExpectations`, `PE_Religion`, `PE_Caste`, `PE_Education`, `PE_Countrylivingin`, `PE_Residentstatus`, `Hobbies`, `OtherHobbies`, `Interests`, `OtherInterests`, `Status`, `Regdate`, `IP`, `Ref`, `Agent`, `DeleteAction`, `MemshipExpiryDate`, `expdays`, `Horoscheck`, `HorosApprove`, `PhotoProtect`, `PhotoprotectPassword`, `Video`, `Videocheck`, `Noofcontacts`, `photocheck`, `photochecklist`, `videochecklist`, `Horoschecklist`, `DOBday`, `DOBmonth`, `DOByear`, `Orderstatus`, `Photo1`, `Photo1Approve`, `Photo2`, `Photo2Approve`, `Photo3`, `Photo3Approve`, `Logincount`, `Lastlogin`, `Thislogin`) VALUES
  365. (6050, 'KUM6050', 'KUM', 'I Accept the Terms and Conditions', 'me@ymail.com', '26d022bf3ab376646ac25e171202d539', 'Self', 'Advertisements', 'ser', 'Female', '1977-12-23', '31', '9:00 am', 'asdew', 'Unmarried', '', 'Bachelors', 'Nursing/ Health Sciences', 'Computer Professional', 'Business', 'Rs.50,001 - 1,00,000', 'Muslim', 'Does not matter', 'rtw', 'ase', 'Bhutia', 'Does not matter', 'Does not matter', 'Yes', 'Not', '27', '64 kg', 'B+', 'Slim', 'Fair', 'Veg', 'No', 'No', 'dfseewdfz', '', '', '', '+91-34-34677345', '9687523654', 'Temporary Visa', 'csdfwa', 'weqr', 'Alive', 'Alive', 'sdfdf', 'asew', 'asdadgfndjgj dfnsrjiajiejr sadfajrieiw sdjfiwjfi asdjwoeoeiero asejajokokc asdkoaokdok ddflklkskdgkpok fmgasokoaskxsadfas', 'Unmarried', 'werqw', 'Traditional', 'Seperate Family', 'Rich', 'wsdfsdf', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', '5-8', 'Fair', 'NULL', 'wasweeqwe', 'Hindu', 'Bunt', 'Masters', 'India', 'Does not Matter', 'Astronomy', '', 'Book clubs', '', 'PLATINUM', '13-Sep-2009', '117.201.1.126', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.5.30729)', NULL, '2012-03-02', '2009-09-13 05:54:53', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'c692859277cf44f29c808094da5870e0.gif', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-09-13 06:00:18', '2009-09-13 08:21:33'),
  366. (6049, 'KUM6049', 'KUM', 'I Accept the Terms and Conditions', 'nkkbaburaj@yahoo.com', 'a5e1a8fda4fb6ae3ffae98398cb4faf9', 'Self', 'Advertisements', 'nkkbaburaj', 'Male', '1976-01-02', '33', '9:00 am', 'coimbatore', 'Unmarried', '', 'Bachelors', 'Advertising/ Marketing', 'Not working', 'Business', 'Under Rs.50,000', 'Hindu', 'Gounder', '', '', 'Tamil', 'AYILYAM', 'Simha (Leo)', 'Yes', 'Yes', '1', '41 kg', 'A+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'sddfsfsf\r\nsfsfdsf\r\nsfsdfsf\r\nsdfsdf\r\nsfsd', '', '', '', '+91-Area Code-2360916', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'dsfdsfsdfsdfsf sfsdfsdfsdf sdfsdfsdfsdf werwerwerwewe sdfsfsdfsfdsdf wwerwer sfsfdgfgd dfgdfgdfgdgdd', 'Unmarried', 'ssdfgsdfgdfg', 'Traditional', 'Seperate Family', 'High Class', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', '4-6', 'Very Fair', 'NULL', '', 'Hindu', '6000 Niyogi', 'Bachelors', 'India', 'Citizen', 'Astronomy', '', 'Book clubs', '', 'PLATINUM', '11-Sep-2009', '59.96.216.10', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)', NULL, '2010-04-26', '2009-09-11 05:18:41', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  367. (6048, 'KUM6048', 'KUM', 'I Accept the Terms and Conditions', 'sandeep@devwebservices.net', '21232f297a57a5a743894a0e4a801fc3', 'Parents', 'Friends', 'name', 'Male', '1984-02-07', '25', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Administrative services', 'Accountant', 'Defence', '', 'Hindu', 'Agarwal', '', '', 'Malayalam', 'Does not matter', 'Does not matter', '', '', '5', '46 kg', 'A1 -', 'Average', 'Wheatish Medium', 'Veg', 'No', 'No', 'The contact address is only for Official purpose and will nThe contact address is only for Official purpose and will n', '', '', '', '+91-0471-2512100', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd ', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Muslim', 'Dawoodi Bohra', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Silver', '09-Sep-2009', '122.172.95.128', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2', NULL, '2010-02-15', '2009-09-09 00:49:28', 'pics/horosnotavail.gif', ' ', NULL, NULL, NULL, NULL, 50, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-tick.gif', NULL, NULL, NULL, 'No', 'ec2950215d146b5a59dcc0f6d79da668.jpg', 'Yes', '74ccdc587ac560ab4f011be2ad88cabf.jpg', 'Yes', 'nophoto.gif', 'No', NULL, '2009-09-25 02:11:49', '2009-09-25 04:34:07'),
  368. (6046, 'KUM6046', 'KUM', 'I Accept the Terms and Conditions', 'kamal@gmail.com', 'aa63b0d5d950361c05012235ab520512', 'Parents', 'Friends', 'kamal', 'Male', '1978-05-30', '31', '3:30 am', 'andra', 'Unmarried', '', 'Masters', 'Law', 'Lawyer', 'Government', 'Rs.50,001 - 1,00,000', 'Hindu', 'Davadnya Brahmin', 'bramin', 'barathvaja', 'Telugu', 'VISAKAM', 'Karka (Cancer)', 'Yes', 'No', '14', '67 kg', 'B+', 'Average', 'Wheatish Brown', 'Veg', 'No', 'No', 'jkfgoi fkjvni nfkjvhoi vnfnvoif nfvkoif nfvoiwv', '', '', '', '+91-2547-25487698', '9875481253', 'Citizen', 'kalyanreddi', 'beluamma', 'Alive', 'Alive', 'andra', 'andra', 'kjhgoihr gnknfdio ndfviodfhiogfo nvfoiruoer vnovihoifv nfogijor nofiv nfvoig dfonoidsjf dfjoijdfdosfjoiejf ', 'Unmarried', 'hfdihef kjbfdsuf dkjbkbcbnvjdjh', 'Liberal', 'Joint Family', 'High Class', 'one', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', '5', 'Wheatish', 'NULL', 'hdfhi hvjhvnvckxhvh vnckjidodohjdo sldmcjdu', 'Hindu', 'Brahmin Saryuparin', 'Doctorate', 'India', 'Citizen', 'Astronomy', 'books', 'Adventure sports', 'smoking', 'Active', '26-Aug-2009', '122.174.72.36', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6)', NULL, NULL, '2009-08-26 12:40:24', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  369. (6071, 'KUM6071', 'KUM', 'I Accept the Terms and Conditions', 'arpit11211@gmail.com', '21232f297a57a5a743894a0e4a801fc3', 'Self', 'Advertisements', 'ramesh', 'Male', '1981-11-10', '28', '9:00 am', '', 'Unmarried', '', 'Masters', 'Computers/ IT', 'IT / Telecom Professional', 'Business', '$75,001 - 100,000', 'Hindu', 'Brahmin', '', '', 'Gujarati', 'Does not matter', 'Does not matter', '', '', '19', '66 kg', 'A2B -', 'Slim', 'Wheatish', 'Veg', 'No', 'No', 'hj', '', '', '', '+91-79-27411213', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'My name is ramesh jani and i did be mechanical and master of information systems', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Brahmin', 'Does not Matter', 'India', 'Citizen', '', '', '', '', 'Active', '25-Nov-2009', '121.246.81.57', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 FBSMTWB', NULL, NULL, '2009-11-25 07:29:39', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'ecd12954c9c4e3372d86d76a1abab306.JPG', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-11-25 07:39:30', '2009-11-25 07:41:39'),
  370. (6045, 'KUM6045', 'KUM', 'I Accept the Terms and Conditions', 'katherin@gmail.com', 'b48d23adb1a34d0ab057e18e92b3e88a', 'Self', 'Searh Engines', 'katherin', 'Female', '1980-07-01', '29', '12:30 am', 'karnataka', 'Unmarried', '', 'Masters', 'Nursing/ Health Sciences', 'Doctor', 'Government', 'Rs.50,001 - 1,00,000', 'Christian', 'CSI', 'csi', 'csi', 'English', 'Does not matter', 'Does not matter', 'No', 'No', '12', '48 kg', 'A1 -', 'Slim', 'Wheatish', 'Occasionally Non-Veg', 'No', 'No', 'huyejiwmsk mjduhfgrs\r\nskdirjuyth\r\ndkdmlsdio', '', '', '', '+91-52487-6589745', '98758456988', 'Citizen', 'deselva', 'city', 'Alive', 'otAlive', 'mariya', 'city', 'juiweury jkdskfdfio dfnkjfoif djnfodifjho ndmcnvkjhaoi dskjnvsifoehngvn djoidjfonfklnf ifoiodnsnvkdfo nkdsluoijfoijfksnlkvoijv nvlkij vlkmnaliv vmlj', 'Unmarried', 'jkhdiuh vh bdjkhvuih vihkjdfhhf', 'Orthodox', 'Seperate Family', 'Rich', 'two', '0', '2', 'No married brother', 'No married sister', '18', '30', 'NULL', '5-11', 'Wheatish', 'NULL', 'jkdurytygfdyg bncmvhdskjsa kdvkh uie wvh cndiohfncvalir nvkjc', 'Christian', 'CSI', 'Does not Matter', 'India', 'Does not Matter', 'Collectibles', 'action', 'Book clubs', 'music', 'PLATINUM', '26-Aug-2009', '122.174.72.36', 'http://indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13', NULL, '2010-02-27', '2009-08-26 12:26:59', NULL, 'NULL', NULL, NULL, NULL, NULL, 335, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  371. (6043, 'KUM6043', 'KUM', 'I Accept the Terms and Conditions', 'murugesh@yahoo.com', '91ef5462a50bb024548ec8864221c281', 'Parents', 'Others', 'Murugeswari', 'Female', '1979-04-08', '30', '1:00 am', 'utty', 'Divorcee', 'TwoYes', 'Bachelors', 'Medicine', 'Biologist / Botanist', 'Private', 'Under Rs.50,000', 'Christian', 'Nadar', 'nadar', 'balan', 'Tamil', 'ASWINI', 'Mesh (Aries)', 'No', 'No', '4', '41 kg', 'A1 +', 'Average', 'Fair', 'Non-Veg', 'No', 'No', 'janatha comblex\r\nmahalipatty\r\nutty', '', '', '', '+91-04587-25478140', '985741258', 'Citizen', 'antani', '', 'Alive', 'Alive', 'juli', 'utty', 'jkidgni jfgoihoigr nfojdig nvir irtoieriu oerigjfknvkfugie eigungiurghklskj skdfjhgiegh ngu nfogjiegn owvnsdkniupno', 'Separated', 'midekle class family', 'Liberal', 'Seperate Family', 'Middle Class', 'three', '1', '2', 'One married brother', 'Two married sisters', '18', '30', 'NULL', '5', 'Wheatish Medium', 'NULL', 'jiurh nfdig nwioh ghnlpw nvofij onoivfeoi vnoeivjo eojoeirj', 'Christian', 'CMS', 'Bachelors', 'India', 'Citizen', 'Astrology', 'no', 'Computer games', 'no', 'Active', '26-Aug-2009', '122.174.97.246', 'http://indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13', NULL, NULL, '2009-08-26 11:16:56', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  372. (6072, 'KUM6072', 'KUM', 'I Accept the Terms and Conditions', 'avhema1@gmail.com', 'e62ccee8f4ccb1ea2c9cdeb284ec39c4', 'Self', 'Others', 'avhema', 'Male', '1955-04-01', '54', '9:00 am', 'werwer', 'Unmarried', '', 'Bachelors', 'Office administration', 'Not working', 'Defence', 'No Income', 'Muslim', 'Ehle-Hadith', '', 'ewwerwer', 'English', 'Does not matter', 'Does not matter', 'Yes', 'Yes', '2', '59 kg', 'A+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'testing', '', '', '', '+91-Area Code-5353', '345345', 'Citizen', 'etetert', 'ertert', 'Alive', 'Alive', '', '', 'rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty rtyry rt yrt yrty ', 'Unmarried', '35353 4 5345', 'Traditional', 'Seperate Family', 'Upper Middle Class', 'ertert', '0', '1', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'ertert', 'Hindu', '96K Kokanastha', 'Does not Matter', 'India', 'Citizen', '', '', '', '', 'Active', '26-Nov-2009', '122.174.102.204', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5', NULL, NULL, '2009-11-26 07:09:00', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, '2009-11-26 07:23:31'),
  373. (6041, 'KUM6041', 'KUM', 'I Accept the Terms and Conditions', 'sanjay_24may@yahoo.co.in', '0acefb694185f32328c428547f41db37', 'Self', 'Advertisements', 'sanjay', 'Male', '1975-04-01', '34', '9:00 am', '', 'Unmarried', '', 'Doctorate', 'Architecture', 'Acting Professional', 'Government', '', 'Hindu', 'Does not matter', '', '', 'English', 'Does not matter', 'Does not matter', '', '', '14', '60 kg', 'AB+', 'Average', 'Wheatish', 'Veg', 'No', 'No', 'kanpur', '', '', '', '+91-512-', '9838711951', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'asdasdasdfasdfvvsdfgdfhgfhgfhghnjgjhjhhjgjnghjghjvfsd', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Bhandari', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'PLATINUM', '24-Aug-2009', '118.94.16.69', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', NULL, '2010-02-20', '2009-08-24 10:08:11', NULL, 'NULL', 'Yes', '123456', NULL, NULL, 298, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'ba5da821c8783beb14b61bf2ede31280.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-10-12 08:24:01', '2009-10-12 08:33:23'),
  374. (6042, 'KUM6042', 'KUM', 'I Accept the Terms and Conditions', 'sakthi@gmail.com', 'f343241b2073f1c5f678b4080776d284', 'Guardian', 'Friends', 'SAKTHIVEL', 'Male', '1968-02-06', '41', '9:00 am', 'THINDIVANAM', 'Unmarried', '', 'Bachelors', 'Commerce', 'Accountant', 'Private', 'Under Rs.50,000', 'Hindu', 'Adi Dravida', 'baby', 'BARATHVAJU', 'Tamil', 'MOOLAM', 'Simha (Leo)', 'No', 'No', '5', '50 kg', 'B+', 'Slim', 'Wheatish Brown', 'Veg', 'No', 'No', 'NUIU NIFUE MSFNUIE\r\nMMMJUYETGDHFSK\r\nMDDJKKSK', '', '', '', '+91-948475-73645829', '31645797845', 'Temporary Visa', 'JHUYE', 'KIUEY', 'otAlive', 'Alive', 'JHEIEOTOTK', 'KDJFURY', 'JDHHFGTRYBU NDJHFHYRUIENMVI NFHJDUIDJFHBV KFLSLSO IHNKHKO DMNBKFBNDINOD DNFKBJID DNBKFBIJHBOD NDFONBKOINLDKIJOI NBLDKHJOJG JDOHIMODHFJ MOJDOJHOPODNLKNDOI NHEHRTOTOIG NDKNHLCNLKDOIJOREI NDLJGOIGMN', 'Separated', ' KJBKJ KNVIUO VKBVUIKMVNKSHVOINVKJNDSKJH', 'Liberal', 'Joint Family', 'Middle Class', 'FJFURORTK', '2', '2', 'One married brother', 'Two married sisters', '18', '30', 'NULL', 'Below 4ft', 'Wheatish', 'NULL', 'KLSOJGNO NGGOINEI VNLJGOI NOJEG OEMGOEIRN NDOIMGO MBOIBMOIJRLN DODLDK', 'Hindu', 'Arora', 'Trade school', 'India', 'Citizen', 'Astrology', 'KIJUYTEEW', 'Book clubs', 'OIUYT', 'Active', '26-Aug-2009', '122.174.97.246', 'http://indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13', NULL, NULL, '2009-08-26 11:02:12', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  375. (6040, 'KUM6040', 'KUM', 'I Accept the Terms and Conditions', 'ashish_kale@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'Amit', 'Male', '1985-10-31', '24', '5:40 pm', 'Pune', 'Unmarried', '', 'Bachelors', 'Computers/ IT', 'Computer Professional', 'Private', 'Rs.2,00,001 - 3,00,000', 'Hindu', 'Brahmin', '', '', 'Marathi', 'Does not matter', 'Does not matter', 'Yes', 'No', '15', '54 kg', 'A-', 'Average', 'Wheatish', 'Eggetarian', 'No', 'No', 'Dhankawadi Pune', '', '', '', '+91-020-60704723', '9021112204', 'Citizen', 'ASDF', 'ASDF', 'Alive', 'Alive', 'Business', 'Home Maker', 'JAS J jKJN kn ij ijn ijnj kjnn injn jn m ijkn uij uh jbkjjkb bniu hjnj bbj jbjb jkjnjkjbj jjjjoknjui kjn', 'Unmarried', 'MKL kmKJkk', 'Traditional', 'Seperate Family', 'Upper Middle Class', '', '1', '1', 'No married brother', 'No married sister', '18', '25', 'NULL', '5-5', 'Fair', 'NULL', 'BNJH GHJB JHBJ JHJ B JHUb', 'Hindu', 'Brahmin', 'Bachelors', 'India', 'Citizen', 'Dancing', '', 'Book clubs', '', 'Active', '23-Aug-2009', '59.162.92.46', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', NULL, NULL, '2009-08-23 10:45:40', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-08-23 10:47:56', '2009-08-23 11:00:03'),
  376. (6033, 'KUM6033', 'KUM', 'I Accept the Terms and Conditions', 'info@islamicgiftsshop.com', 'e1b0c0dc9e9f3fa1a6b1d693ed077e77', 'Self', 'Advertisements', 'khaliq', 'Male', '1974-10-29', '35', '9:00 am', 'nbzx', 'Unmarried', '', 'Masters', 'Science', 'Dentist', 'Defence', '$200,001 and above', 'Others', '', '', 'nopw', 'Tagalog', 'Does not matter', 'Does not matter', 'No', 'No', '27', '67 kg', 'B+', 'Average', 'Wheatish', 'Veg', 'No', 'No', 'sasxjnkwe nswikw892 kdnwsnibjbxi89kj jb ', '', '', '', '+91-Area Code-8767656746', '98987978', 'Citizen', '', '', 'Alive', 'Alive', '', 'jbjhbhj', ' gv ghvgvgvgvhgubhj hububbhbhj hbubhbhjhbhjb hb hjbhjbjbhh hbhjbhjbhu', 'Unmarried', 'bhbybyh', 'Traditional', 'Seperate Family', 'Rich', 'uhbhbhjbhhg', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'bjbhjbhbhbhjbhbjhbh', 'Christian', 'Catholic', 'Does not Matter', 'India', 'Does not Matter', 'Astronomy', '', 'Computer games', '', 'PLATINUM', '27-Jul-2009', '78.145.164.137', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', NULL, '2010-07-22', '2009-07-27 09:46:14', NULL, 'NULL', NULL, NULL, NULL, NULL, 299, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-07-27 09:46:40', '2009-07-27 09:47:57'),
  377. (6034, 'KUM6034', 'KUM', 'I Accept the Terms and Conditions', 'coolsanu2004@yahoo.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'test', 'Male', '1978-12-01', '30', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Advertising/ Marketing', 'Administration Professional', 'Private', '', 'Christian', 'Does not matter', '', '', 'Malayalam', 'Does not matter', 'Does not matter', '', '', '15', '70 kg', 'O+', 'Average', 'Fair', 'Non-Veg', 'No', 'No', '123', '', '', '', '+91-Area Code-1111111', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'good characterlooking for a suited girl who is nice and god fearing', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Christian', 'Catholic', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '08-Aug-2009', '65.49.2.27', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={2E2FCDD1-BA18-4AE4-8997-4BE150EFC5ED}; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTB5.4)', NULL, NULL, '2009-08-08 13:28:15', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, '2009-08-08 13:28:40'),
  378. (6035, 'KUM6035', 'KUM', 'I Accept the Terms and Conditions', 'ele_laxman@yahoo.co.in', '6446a4eacbf32f1ad4f99724cc19bddb', 'Self', 'Searh Engines', 'laxman', 'Male', '1981-06-06', '28', '9:00 am', '', 'Unmarried', '', 'Diploma', 'Computers/ IT', 'IT / Telecom Professional', 'Business', 'Rs.1,00,001 - 2,00,000', 'Hindu', 'Does not matter', '', '', 'Hindi', 'Does not matter', 'Does not matter', '', '', '16', '65 kg', 'B-', 'Average', 'Fair', 'Non-Veg', 'No', 'No', 'kondapur', '', '', '', '+91-040-23230633', '09949248997', 'Permanent Resident', '', '', 'Alive', 'Alive', '', '', 'sadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasadsadsadsadsadsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Telugu', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'PLATINUM', '10-Aug-2009', '115.184.65.210', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13', NULL, '2010-08-06', '2009-08-10 10:45:02', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, '2009-08-10 10:46:16'),
  379. (6036, 'KUM6036', 'KUM', 'I Accept the Terms and Conditions', 'fdgfdgf@asd.com', '88dbda62dbf4f64ee9c8dae693b970a9', 'Self', 'Advertisements', 'test', 'Male', '1980-01-01', '29', '9:00 am', '', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Software Consultant', 'Private', 'Rs.5,00,001 - 7,50,000', 'Hindu', 'Maratha', '', '', 'Marathi', 'Does not matter', 'Does not matter', '', '', '16', '50 kg', 'AB+', 'Average', 'Fair', 'Non-Veg', 'No', 'No', 'gfdgfdgf\r\nhdhdfhgdh\r\njhjhgjhghjghjgj\r\nhjghj', '', '', '', '+91-0240-2338135', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'hgfhg ghf gfg hgf f f hgfhg fhg fhgf hgfhg fgh fgf hg fgh hg fhg fghfg hfg fgh fhgf hgfhg fhg fhg fhg fgh fhgf hgf gh fgh fhg fhg fhg fhg fhg fhg fhg fg fg fghf g fgf g fhg fg fg fgfgh fhg fhg fhg fhg fgh fhgf hg fhg fgh fgh fgh fgh fhg fhg f gfgfhg fhg fhg', 'Unmarried', 'gfdhgfhghgfhgffh', 'Traditional', 'Joint Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'fhghgfhgfhg', 'Hindu', 'Maratha', 'Does not Matter', 'India', 'Does not Matter', 'Acting', '', '', '', 'Active', '15-Aug-2009', '59.161.184.206', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)', NULL, NULL, '2009-08-15 04:32:19', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  380. (6037, 'KUM6037', 'KUM', 'I Accept the Terms and Conditions', 'vishwasnmore@yahoo.com', '88dbda62dbf4f64ee9c8dae693b970a9', 'Self', 'Advertisements', 'Test', 'Male', '1981-03-01', '28', '9:00 am', '', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Software Consultant', 'Private', 'Rs.5,00,001 - 7,50,000', 'Hindu', 'Maratha', '', '', 'Marathi', 'Does not matter', 'Does not matter', '', '', '16', '50 kg', 'AB+', 'Average', 'Fair', 'Veg', 'No', 'No', 'fdsfdsfdsfdsf\r\nfds\r\nfds\r\nfsdfds\r\nfdsfds', '', '', '', '91-240-2338135', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'dsfdsaf\r\nfdsfds fds fds fdsf dsf dsf dsf ds fds f\r\nds fds\r\n f\r\nds f\r\nds fdsfdsfds fds\r\n fds\r\nf dsfdsfds fds fdsf\r\nds fds fds ds fdsfdsfdsfdsfds\r\n fds\r\n fds\r\n fdsfdsfds fdsf dsfdsfds fdsfdsfdsfds fdsfdsfs', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Maratha', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'PLATINUM', '15-Aug-2009', '59.161.184.206', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)', NULL, '2010-02-17', '2009-08-15 04:41:33', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'a6671a9a21a03ec243ec106c294414b5.jpg', 'Yes', '7479b48e87134edc8acc037a9a4f362b.jpg', 'Yes', 'nophoto.gif', 'No', NULL, '2009-08-21 10:28:57', '2009-08-22 10:04:06'),
  381. (6038, 'KUM6038', 'KUM', 'I Accept the Terms and Conditions', '', 'e1781d47f50ca6f3e358e909783a318f', 'Self', 'Advertisements', 'htrthrhh', 'Male', '1955-05-01', '54', '9:00 am', 'hrtyhrhrtrh', 'Widow/Widower', '0', 'Undergraduate', 'Computers/ IT', 'Administration Professional', 'Government', 'Rs.3,00,001 - 4,00,000', 'Muslim', 'Memon', '', '', 'Arabic', 'Does not matter', 'Does not matter', 'No', 'No', '17', '56 kg', 'B+', 'Average', 'Wheatish Medium', 'Veg', 'No', 'No', '6654 ngfh th htrh ', '', '', '', '+91-Area Code-4636366', '', 'Citizen', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'NULL', '', '', 'NULL', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '2009-08-18 03:41:15', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  382. (6039, 'KUM6039', 'KUM', 'I Accept the Terms and Conditions', 'vrm68@hotmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'A', 'Male', '1969-01-01', '40', '9:00 am', '', 'Divorcee', 'OneNo', 'Bachelors', 'Travel & Tourism', 'Customer Support Professional', 'Business', '', 'Hindu', 'Chaurasia', '', '', 'French', 'Does not matter', 'Does not matter', '', '', '25', '65 kg', 'O+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'aaa', '', '', '', '+91-0217-2390112', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Brahmin Niyogi Nandavariki', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '21-Aug-2009', '59.95.7.249', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Acoo Browser; .NET CLR 1.1.4322)', NULL, NULL, '2009-08-21 13:51:24', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  383. (6030, 'KUM6030', 'KUM', 'I Accept the Terms and Conditions', 'nadeem.jalil1@gmail.com', 'e1781d47f50ca6f3e358e909783a318f', 'Friends', 'Friends', 'htthhheh', 'Male', '1957-03-01', '52', '9:00 am', 'fgnfnngfnfn', 'Unmarried', '', 'Doctorate', 'Architecture', 'Accountant', 'Government', 'Rs.50,001 - 1,00,000', 'Christian', 'CSI', '', 'hdfgh', 'Sindhi', 'Does not matter', 'Does not matter', 'No', 'No', '7', '44 kg', 'A1 +', 'Slim', 'Wheatish', 'Veg', 'No', 'No', 'nbfdg serg gg ', '', '', '', '+91-68678-6867867868', '858658686868', 'Citizen', 'htrhetrh', 'thththh', 'Alive', 'Alive', 'htethth', 'hthhrh', 'gfdgdg rg grg g gr g gg rgr grg rg regreg reg rgrgregre regregregeg regregreg', 'Unmarried', 'hfghdthhh t hh ', 'Orthodox', 'Joint Family', 'High Class', 'hdth', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'ththtrhtr h th trh trh t h th ', 'Muslim', 'Dawoodi Bohra', 'Does not Matter', 'India', 'Permanent Resident', 'Acting', '', 'Adventure sports', '', 'Active', '20-Jul-2009', '81.156.15.17', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.37 Safari/530.5', NULL, NULL, '2009-07-20 02:24:42', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', '97534c73b0a31f4f927127bbae7350e7.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-07-20 02:27:48', '2009-08-18 03:42:00'),
  384. (6031, 'KUM6031', 'KUM', 'I Accept the Terms and Conditions', 'nadeem.jalil11@gmail.com', 'e1781d47f50ca6f3e358e909783a318f', 'Self', 'Advertisements', 'ghgtfh', 'Male', '1954-01-03', '55', '9:00 am', 'hjnfgjnfgyjmny', 'Unmarried', '', 'Diploma', 'Arts', 'Beautician', 'Not Employed in', '$75,001 - 100,000', 'Hindu', 'Brahmin Goswami', '', '', 'Arabic', 'REVATHI', 'Makar (Capricorn)', 'No', 'No', '12', '53 kg', 'A1 -', 'Slim', 'Wheatish', 'Veg', 'No', 'No', '67 gfhfghf rdgrdg rd g', '', '', '', '+91-6767-6767776', '0676575754', 'Citizen', 'yy', 'yett', 'Alive', 'Alive', 'ytjytejt', 'yhtrey', 'grebhghregebhr rejgrenjge rejgregre erjgegjkergkjlerg rejgrejgerjgreg ergkjerjkegremreg gregjgnregkgre regjergregreg regregreg reg g', 'Unmarried', 'tgntntnytrytrn', 'Traditional', 'Joint Family', 'Rich', 'tjgtygjtyjtj', '0', '0', 'Two married brother', 'No married sister', '18', '30', 'NULL', '4-10', 'Wheatish Medium', 'NULL', 'ytrytryry', 'Hindu', 'Aryasamaj', 'Doctorate', 'India', 'Student Visa', 'Acting', '', 'Book clubs', 'hthrthr', 'Active', '22-Jul-2009', '86.143.108.21', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.37 Safari/530.5', NULL, NULL, '2009-07-22 04:32:33', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  385. (6032, 'KUM6032', 'KUM', 'I Accept the Terms and Conditions', 'mohib.ur.rehman@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'mohib', 'Male', '1977-01-01', '32', '9:00 am', 'dasdsd', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Computer Professional', 'Not Employed in', '', 'Muslim', 'Does not matter', '', 'sada', 'Urdu', 'Does not matter', 'Does not matter', 'Does not matter', 'Do', '18', '75 kg', 'O+', 'Average', 'Wheatish', 'Veg', 'No', 'No', 'islamabad', '', '', '', '+91-321-335435455', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'sdshdghf gfdsh gfhjdsg fshgf jsdhgf sjhfgs fshfds fjgfjdjs', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Muslim', 'Rajput', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '23-Jul-2009', '124.109.39.102', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21', NULL, NULL, '2009-07-23 03:52:38', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  386. (6051, 'KUM6051', 'KUM', 'I Accept the Terms and Conditions', 'meena_143@ymail.com', '8553e9697b8aadd645023f2f75430d1f', 'Self', 'Advertisements', 'meena', 'Female', '1986-04-01', '23', '7:30 am', 'kottucherry', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Student', 'Others', '', 'Hindu', 'Vellalar', 'sollia', 'siva', 'Tamil', 'ASWINI', 'Mesh (Aries)', 'Does not matter', 'Not', '21', '53 kg', 'B+', 'Average', 'Fair', 'Occasionally Non-Veg', 'No', 'No', 'anna nagar', '', '', '', '+91-44-5432213', '9876543212', 'Temporary Visa', 'balu', '', 'Alive', 'Alive', 'san', 'farmer', 'i m a studenti love petsszdfwe saerwq weaafds sdfsfc sdferaw srefee sadrfea\r\nwerar sfrefsgfsd sdfsadrfe', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Upper Middle Class', 'upper middle', '0', '0', 'No married brother', 'No married sister', '25', '35', 'NULL', '6-3', 'Does not Matter', 'NULL', 'he is very straight forward and caring me', 'Hindu', 'Vellalar', 'Masters', 'Does not Matter', 'Citizen', 'ature', '', 'Music', '', 'Active', '13-Sep-2009', '117.201.5.214', 'http://www.indiawebscripts.com/demo/registration2.php', 'Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1', NULL, NULL, '2009-09-13 06:20:56', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-09-15 19:00:53', '2009-09-15 19:42:10'),
  387. (6052, 'KUM6052', 'KUM', 'I Accept the Terms and Conditions', 'me@karthik.sg', '1eb3691f6a502ca3065f9702b75b6a34', 'Self', 'Advertisements', 'karthik', 'Male', '1974-09-07', '35', '9:00 am', 'pollachi', 'Unmarried', '', 'Masters', 'Computers/ IT', 'IT / Telecom Professional', 'Private', 'Rs.5,00,001 - 7,50,000', 'Hindu', 'Yadav', '', '', 'Tamil', 'KRITHIGAI', 'Mesh (Aries)', 'Does not matter', 'Do', '14', '70 kg', 'O+', 'Average', 'Fair', 'Veg', 'No', 'No', '1 sopia road, singapore', '', '', '', '65-0-64046743', '', 'Permanent Resident', '', '', 'Alive', 'Alive', '', '', 'testing\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting\r\ntesting', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', '96K Kokanastha', 'Does not Matter', 'India', 'Does not Matter', 'o Hobbies', '', 'ot interest', '', 'Active', '15-Sep-2009', '202.156.11.249', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5', NULL, NULL, '2009-09-15 11:24:39', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, '2009-09-15 11:25:33'),
  388. (6053, 'KUM6053', 'KUM', 'I Accept the Terms and Conditions', 'mutiyatbello@yahoo.com', '44513ca72a2eec4b209a253d64e15bb4', 'Self', 'Friends', 'mutiyatbello', 'Female', '1985-09-27', '24', '9:00 am', 'hoom', 'Unmarried', '', 'High school', 'Science', 'Student', 'Not Employed in', 'No Income', 'Muslim', 'Shia', '', '', 'English', 'Does not matter', 'Does not matter', '', '', '15', '56 kg', 'A+', 'Average', 'Fair', 'Veg', 'No', 'No', 'av 12 rue 45', '', '', '', '225-01-0124578451', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'i am from west africa muslim family looking for a nice man to be my soul mate i love dance and sport', 'Unmarried', 'i am from muslim family', 'Moderate', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '25', '70', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Arora', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '16-Sep-2009', '41.202.69.184', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', NULL, NULL, '2009-09-16 03:55:47', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  389. (6054, 'KUM6054', 'KUM', 'I Accept the Terms and Conditions', 'ravi.gro@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'Ravi', 'Male', '1982-02-14', '27', '9:00 am', '', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Consultant', 'Private', '', 'Hindu', 'Arora', '', '', 'Hindi', 'Does not matter', 'Does not matter', '', '', '14', '62 kg', 'O+', 'Average', 'Fair', 'Veg', 'No', 'No', 'Delhi', '', '', '', '+91-11-9911114283', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'testttttttttttttttttttttttttttttttttttttttttttttttttt', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Arora', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'PLATINUM', '16-Sep-2009', '124.125.30.3', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14', NULL, '2010-03-24', '2009-09-16 21:41:41', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  390. (6055, 'KUM6055', 'KUM', '', 'vibha_gr@yahoo.co.in', 'd41d8cd98f00b204e9800998ecf8427e', '', '', '', '', '0000-00-00', '2009', '', '', 'Unmarried', '', 'Bachelors', 'Advertising/ Marketing', 'Accountant', 'Private', 'Under Rs.50,000', '', '', '', '', '', '', '', '', '', '10', '59 kg', 'B+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'delhiiiiiiiiiiiii', '', '', '', '+91-011-9999999999', '', 'Citizen', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'NULL', '', '', 'NULL', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '2009-09-19 11:10:26', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  391. (6056, 'KUM6056', 'KUM', 'I Accept the Terms and Conditions', 'srik@gmail.com', '1589980c2bb05de509b24ac650bbee7c', 'Sibling', 'Friends', 'srikumar', 'Male', '1984-02-01', '25', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Advertising/ Marketing', 'Advertising Professional', 'Business', 'Under Rs.50,000', 'Christian', 'Syrian', '', '', 'Sindhi', 'Does not matter', 'Does not matter', '', '', '19', '59 kg', 'O+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'testinhg', '', '', '', '+91-0425-26596898', '993598222300', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'testing testingtestingtestingtestingtestingtestingtestingtestingtestingtestingtestingtestingtestingtesting', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', '6000 Niyogi', 'Does not Matter', 'India', 'Does not Matter', 'Astrology', '', 'Computer games', '', 'PLATINUM', '25-Sep-2009', '122.174.96.255', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14', NULL, '2010-03-24', '2009-09-25 04:52:41', NULL, 'NULL', NULL, NULL, NULL, NULL, 300, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', '02e5bbf5716031372ceeac9488622be8.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-09-25 05:09:40', '2009-09-30 06:43:41'),
  392. (6057, 'KUM6057', 'KUM', 'I Accept the Terms and Conditions', 'sippidss@gmail.com', 'fb01747813bd1a536cee41b390529887', 'Self', 'Advertisements', 'sfasf', 'Male', '1964-01-01', '45', '9:00 am', '', 'Unmarried', '', 'Doctorate', 'Advertising/ Marketing', 'Not working', 'Business', 'Rs.50,001 - 1,00,000', 'Bahai', '', 'dadsf', 'wer', 'Marwari', 'Does not matter', 'Does not matter', '', '', '1', '41 kg', 'A-', 'Average', 'Fair', 'Veg', 'No', 'No', 'qer', '', '', '', '+91-Area Code-9456', '987654321', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'sddhffgjggjghghjk sdfsfsdfs sdfsdsfsd sdfsdfsdfsf sdfsfsfsf sdfsdfsdf sdfsdf', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Yadav', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '27-Sep-2009', '59.94.249.37', 'http://indiawebscripts.com/demo/registration2.php', 'Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1', NULL, NULL, '2009-09-27 07:39:32', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  393. (6058, 'KUM6058', 'KUM', 'I Accept the Terms and Conditions', 'yadykalsi@gmail.com', '93379c03fb437569181bd37119b0b0f4', 'Self', 'Friends', 'ykalsi', 'Male', '1950-01-01', '59', '2:00 am', 'delhi', 'Unmarried', '', 'Masters', 'Computers/ IT', 'Cost Accountant', 'Others', 'Under Rs.50,000', 'Sikh', 'Ramgharia', 'kalsi', '', 'Punjabi', 'Does not matter', 'Does not matter', 'Does not matter', 'Do', '8', '59 kg', 'AB+', 'Average', 'Fair', 'Veg', 'No', 'No', 'ewgsdvgsdgvsd', '', '', '', '+91-951-0000000', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'fdgfdgfdgfdgdfgdfgdfgdfg fd gfdfdgfzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Sikh', 'Ramgharia', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '28-Sep-2009', '76.254.185.29', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', NULL, NULL, '2009-09-28 17:33:21', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-09-28 17:37:29', '2009-10-01 01:57:52'),
  394. (6059, 'KUM6059', 'KUM', 'I Accept the Terms and Conditions', 'go4kd@yahoo.com', 'e61b5894b31268645b92b98e78d9c8c1', 'Self', 'Advertisements', 'raj', 'Male', '1971-01-01', '38', '9:00 am', '', 'Separated', '0', 'Doctorate', 'Architecture', 'Defense Employee', 'Not Employed in', '', 'Christian', 'Catholic', '', '', 'Hindi', 'Does not matter', 'Does not matter', '', '', '26', '67 kg', 'AB-', 'Average', 'Fair', 'Veg', 'No', 'No', 'sa as sdf sf sd\r\n g\r\n df\r\ng dfg', '', '', '', '+91-654654-654654654', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', ' fvfjdh gvdfjgh dfkjg ldfgh ldksfjg lskdhg lksdfhg lkjsdfhg lkjdfhg ', 'Separated', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Sikh', 'Jat', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '28-Sep-2009', '170.20.96.116', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; InfoPath.2; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', NULL, NULL, '2009-09-28 19:01:48', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  395. (6060, 'KUM6060', 'KUM', 'I Accept the Terms and Conditions', 'test@test.com', '88dbda62dbf4f64ee9c8dae693b970a9', 'Self', 'Advertisements', 'Test', 'Female', '1975-01-01', '34', '9:00 am', '', 'Unmarried', '', 'Masters', 'Advertising/ Marketing', 'Not working', 'Private', '', 'Hindu', 'Maratha', '', '', 'Marathi', 'Does not matter', 'Does not matter', '', '', '15', '50 kg', 'AB+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'Marathawada', '', '', '', '2222222222', '98434343434', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'sdsds dsadsa dsa dsad sadsa dsad sad sad sad sad sad sad sad sadsad sad sadsad sad sadsa dsa dsa d sad sa d sad sa d sa dsa d sa dsa d sa dsa da vidarbha goa khandesh', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Maratha', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'PLATINUM', '04-Oct-2009', '121.245.178.46', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)', NULL, '2010-04-08', '2009-10-04 08:56:13', NULL, 'NULL', NULL, NULL, NULL, NULL, 330, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'f55c29c689f5fb76082334eaed661d56.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-10-04 10:02:31', '2009-10-04 10:09:27'),
  396. (6061, 'KUM6061', 'KUM', 'I Accept the Terms and Conditions', 'test1@test.com', '5f4dcc3b5aa765d61d8327deb882cf99', 'Self', 'Advertisements', 'Saturday', 'Female', '1980-01-01', '29', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Office administration', 'Architect', 'Private', 'Rs.7,50,001 - 10,00,000', 'Hindu', 'Maratha', '', '', 'Marathi', 'Does not matter', 'Does not matter', '', '', '16', '47 kg', 'O+', 'Slim', 'Very Fair', 'Veg', 'No', 'No', 'fdsadsadsa', '', '', '', '91-240-2338283', '984324324', 'Permanent Resident', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'NULL', '', '', 'NULL', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '2009-10-10 12:39:27', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  397. (6062, 'KUM6062', 'KUM', 'I Accept the Terms and Conditions', 'sanjay_24may@rediffmail.com', '0acefb694185f32328c428547f41db37', 'Self', 'Advertisements', 'shilpa', 'Female', '1978-08-01', '31', '9:00 am', '', 'Unmarried', '', 'Masters', 'Architecture', 'Accountant', 'Business', '', 'Hindu', 'Brahmin', '', '', 'Awadhi', 'Does not matter', 'Does not matter', '', '', '13', '65 kg', 'A1 +', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'kanpur', '', '', '', '+91-Area Code-', '9838711951', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'tyertyertyertertertryrytrytrytrytryytrytryktrykptrktrghkr', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Agarwal', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '12-Oct-2009', '118.94.14.68', 'http://www.indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', NULL, NULL, '2009-10-12 08:46:18', NULL, 'NULL', 'Yes', '123456', NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'e9cff8bf22b336cb9ca74a6a47c2bc70.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, '2009-10-12 08:48:49');
  398. INSERT INTO `register` (`ID`, `MatriID`, `Prefix`, `Termsofservice`, `ConfirmEmail`, `ConfirmPassword`, `Profilecreatedby`, `Referenceby`, `Name`, `Gender`, `DOB`, `Age`, `TOB`, `POB`, `Maritalstatus`, `childrenlivingstatus`, `Education`, `EducationDetails`, `Occupation`, `Employedin`, `Annualincome`, `Religion`, `Caste`, `Subcaste`, `Gothram`, `Language`, `Star`, `Moonsign`, `Horosmatch`, `Manglik`, `Height`, `Weight`, `BloodGroup`, `Bodytype`, `Complexion`, `Diet`, `Smoke`, `Drink`, `Address`, `City`, `State`, `Country`, `Phone`, `Mobile`, `Residencystatus`, `Fathername`, `Mothersname`, `Fatherlivingstatus`, `Motherlivingstatus`, `Fathersoccupation`, `Mothersoccupation`, `Profile`, `Looking`, `FamilyDetails`, `Familyvalues`, `FamilyType`, `FamilyStatus`, `FamilyOrigin`, `noofbrothers`, `noofsisters`, `nbm`, `nsm`, `PE_FromAge`, `PE_ToAge`, `PE_HaveChildren`, `PE_Height`, `PE_Complexion`, `PE_MotherTongue`, `PartnerExpectations`, `PE_Religion`, `PE_Caste`, `PE_Education`, `PE_Countrylivingin`, `PE_Residentstatus`, `Hobbies`, `OtherHobbies`, `Interests`, `OtherInterests`, `Status`, `Regdate`, `IP`, `Ref`, `Agent`, `DeleteAction`, `MemshipExpiryDate`, `expdays`, `Horoscheck`, `HorosApprove`, `PhotoProtect`, `PhotoprotectPassword`, `Video`, `Videocheck`, `Noofcontacts`, `photocheck`, `photochecklist`, `videochecklist`, `Horoschecklist`, `DOBday`, `DOBmonth`, `DOByear`, `Orderstatus`, `Photo1`, `Photo1Approve`, `Photo2`, `Photo2Approve`, `Photo3`, `Photo3Approve`, `Logincount`, `Lastlogin`, `Thislogin`) VALUES
  399. (6063, 'KUM6063', 'KUM', 'I Accept the Terms and Conditions', 'shallenderuniyal@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'shallender', 'Male', '1950-01-02', '59', '12:45 am', 'Delhi', 'Unmarried', '', 'Bachelors', 'Computers/ IT', 'Engineer', 'Private', '$200,001 and above', 'Hindu', 'Brahmin', '', 'Bharadwaj', 'Hindi', 'Does not matter', 'Does not matter', 'Yes', 'No', '14', '70 kg', 'B+', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'Delhi', '', '', '', '+91-120-9971980125', '971980125', 'Permanent Resident', '', '', 'Alive', 'Alive', '', '', 'You could enter details about you or a bried description about yourself', 'Unmarried', 'Family ', 'Traditional', 'Joint Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'rdygeytrty', 'Hindu', '6000 Niyogi', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '19-Oct-2009', '203.122.22.19', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3', NULL, NULL, '2009-10-19 23:51:56', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL),
  400. (6064, 'KUM6064', 'KUM', 'I Accept the Terms and Conditions', 'priya@gmail.com', 'b7bee6b36bd35b773132d4e3a74c2bb5', 'Self', 'Advertisements', 'priya', 'Female', '1965-08-16', '44', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Advertising/ Marketing', 'Audiologist', 'Business', '', 'Inter-Religion', '', '', '', 'Aka', 'Does not matter', 'Does not matter', '', '', '5', '56 kg', 'A+', 'Average', 'Fair', 'Veg', 'No', 'No', 'maduai', '', '', '', '+91-0452-2627166', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'hi am a type of good girl very homely type with all sort of good characters', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Brahmin', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Active', '27-Oct-2009', '122.165.48.126', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14', NULL, NULL, '2009-10-27 07:35:10', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-10-27 07:36:56', '2009-10-27 07:37:13'),
  401. (6065, 'KUM6065', 'KUM', 'I Accept the Terms and Conditions', 'anil.us@hotmail.com', '3d801aa532c1cec3ee82d87a99fdf63f', 'Self', 'Advertisements', 'Anil', 'Male', '1969-02-22', '40', '9:00 am', '', 'Unmarried', '', 'Masters', 'Advertising/ Marketing', 'Cost Accountant', 'Business', '', 'Hindu', 'Arora', '', '', 'Tamil', 'Does not matter', 'Does not matter', '', '', '28', '69 kg', 'B-', 'Average', 'Fair', 'Veg', 'No', 'No', 'ok', '', '', '', '+91-Area Code-435454555', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'Her thr ok for sure this goes long way in securiing the release\r\n', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Hindu', 'Balija Naidu', 'Does not Matter', 'India', 'Does not Matter', 'Acting', '', 'Adventure sports', '', 'Active', '30-Oct-2009', '167.219.88.140', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; MS-RTC LM 8; MS-RTC S; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', NULL, NULL, '2009-10-30 09:52:54', NULL, 'NULL', 'Yes', '8771', NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'e989dde9aa019f1a33db02921a7ec7d9.gif', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-10-30 09:53:42', '2009-10-30 10:01:11'),
  402. (6066, 'KUM6066', 'KUM', 'I Accept the Terms and Conditions', 'gesanji@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'gesan', 'Male', '1968-01-08', '41', '9:00 am', '', 'Unmarried', '', 'Masters', 'Administrative services', 'Accountant', 'Business', 'Rs.4,00,001 - 5,00,000', 'Hindu', 'Does not matter', '', '', 'Sindhi', 'Does not matter', 'Does not matter', 'Yes', 'Yes', '14', '53 kg', 'A1 +', 'Average', 'Fair', 'Veg', 'No', 'No', 'adskjfdsjsdmj', '', '', '', '23-2321-23234233', '4362546546', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk', 'Unmarried', 'kkkkkkkkkk', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', 'gggggggggggggggggggggggggggggggg', '---', 'Ehle-Hadith', 'Undergraduate', 'India', 'Does not Matter', '', '', '', '', 'Active', '10-Nov-2009', '220.255.7.157', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0', NULL, NULL, '2009-11-10 23:36:49', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'a1cf842c0d4abb919cd3fba8ebd36578.jpg', 'Yes', '21254bacb74adaa78b723df29b953eee.jpg', 'Yes', 'nophoto.gif', 'No', NULL, '2009-11-10 23:44:50', '2009-11-10 23:46:28'),
  403. (6067, 'KUM6067', 'KUM', 'I Accept the Terms and Conditions', 'rahul082@indiatimes.com', 'c773fdef3889bdadbe809f1e8aaeea46', 'Parents', 'Others', 'golden', 'Male', '1990-04-01', '19', '9:00 am', 'Delhi', 'Unmarried', '', 'Bachelors', 'Engineering/ Technology', 'Administration Professional', 'Private', 'Rs.50,001 - 1,00,000', 'Hindu', 'Kalar', '', '', 'Hindi', 'Does not matter', 'Does not matter', 'Does not matter', 'Do', '2', '50 kg', 'O+', 'Average', 'Fair', 'Veg', 'No', 'No', 'Noida ', '', '', '', '+91-011-2345645', '9456784321', 'Permanent Resident', 'Ajay Kumar', 'Anupama', 'Alive', 'Alive', 'Service', '', 'I am good looking smart person interested in doing jobs in multinational companies', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', 'Bihar', '1', '2', 'No married brother', 'One married sister', '18', '30', 'NULL', '5-6', 'Fair', 'NULL', '', 'Hindu', 'Gupta', 'Masters', 'India', 'Permanent Resident', 'Playing musical instruments', '', 'Computer games', '', 'Active', '17-Nov-2009', '59.94.117.142', 'http://indiawebscripts.com/demo/registration2.php', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; InfoPath.2)', NULL, NULL, '2009-11-17 09:45:47', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-11-18 02:57:52', '2009-11-18 03:23:32'),
  404. (6068, 'KUM6068', 'KUM', 'I Accept the Terms and Conditions', 'nkk.reddys@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Self', 'Advertisements', 'tom', 'Male', '1951-02-03', '58', '9:00 am', '', 'Unmarried', '', 'Masters', 'Administrative services', 'Commercial Pilot', 'Business', 'Rs.4,00,001 - 5,00,000', 'Christian', 'Does not matter', '', '', 'Tamil', 'Does not matter', 'Does not matter', '', '', '11', '54 kg', 'A2 -', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'parlin', '', '', '', '+91-454-4334343', '', 'Citizen', '', '', 'Alive', 'Alive', '', '', 'GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat GreatGreat ', 'Unmarried', '', 'Traditional', 'Seperate Family', 'Rich', '', '0', '0', 'No married brother', 'No married sister', '18', '30', 'NULL', 'Does not Matter', 'Does not Matter', 'NULL', '', 'Christian', 'Catholic', 'Does not Matter', 'India', 'Does not Matter', '', '', '', '', 'Silver', '17-Nov-2009', '67.85.193.53', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.32 Safari/532.0', NULL, '2010-02-17', '2009-11-17 17:30:38', NULL, 'NULL', NULL, NULL, NULL, NULL, 50, NULL, 'chklist-tick.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', '3b410caecdff21a3a05625da89b08e1d.jpg', 'Yes', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-11-17 17:42:26', '2009-11-19 07:31:19'),
  405. (6069, 'KUM6069', 'KUM', 'I Accept the Terms and Conditions', 'email_kishor@yahoo.co.in', 'e10adc3949ba59abbe56e057f20f883e', 'Parents', 'Friends', 'Kishor', 'Male', '1968-12-01', '40', '9:00 am', 'Khurda', 'Unmarried', '', 'Bachelors', 'Administrative services', 'Non-mainstream professional', 'Business', 'Rs.50,001 - 1,00,000', 'Hindu', 'Agarwal', '', 'll', 'Oriya', 'REVATHI', 'Makar (Capricorn)', 'Yes', 'Do', '18', '59 kg', 'B-', 'Average', 'Very Fair', 'Veg', 'No', 'No', 'Kumarbasta\r\nKhurda\r\n7502055', '', '', '', '+91-1222-2222', '1125651253445', 'Citizen', 'dd', 'dd', 'Alive', 'Alive', 'dd', 'dd', 'You could enter details about you or a description about yourself', 'Unmarried', 'If Profile contains ay details about your\r\ncontact information', 'Orthodox', 'Joint Family', 'Upper Middle Class', '', '1', '1', 'No married brother', 'No married sister', '18', '30', 'NULL', '5-10', 'Fair', 'NULL', 'dd', 'Christian', 'Protestant', 'Doctorate', 'India', 'Student Visa', 'Playing musical instruments', '', 'Book clubs', '', 'Active', '22-Nov-2009', '117.197.243.76', 'http://www.indiawebscripts.com/demonew/registration2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20', NULL, NULL, '2009-11-22 07:28:41', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, '2009-11-26 09:50:32', '2009-11-26 09:55:14'),
  406. (6070, 'KUM6070', 'KUM', 'I Accept the Terms and Conditions', 'orissamarriage@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', 'Parents', 'Searh Engines', 'Kishor', 'Male', '1950-01-01', '59', '9:00 am', '', 'Unmarried', '', 'Bachelors', 'Architecture', 'Accountant', 'Government', 'Rs.1,00,001 - 2,00,000', 'Hindu', 'Kayastha', '', '', 'Oriya', 'AVITTAM', 'Vrishabh (Taurus)', 'No', 'No', '17', '56 kg', 'B-', 'Slim', 'Fair', 'Veg', 'No', 'No', 'The contact address is only', '', '', '', '+91-11-1222', '122552', 'Citizen', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'NULL', '', '', 'NULL', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, '2009-11-22 08:28:00', NULL, 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, 'chklist-cross.gif', 'chklist-cross.gif', 'chklist-cross.gif', NULL, NULL, NULL, 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', 'nophoto.gif', 'No', NULL, NULL, NULL);
  407.  
  408. -- --------------------------------------------------------
  409.  
  410. --
  411. -- Table structure for table `sentmessage`
  412. --
  413.  
  414. CREATE TABLE IF NOT EXISTS `sentmessage` (
  415. `pid` int(11) NOT NULL AUTO_INCREMENT,
  416. `ToID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  417. `FromID` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  418. `Msg` text COLLATE latin1_general_ci,
  419. `SendDate` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  420. PRIMARY KEY (`pid`)
  421. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;
  422.  
  423. --
  424. -- Dumping data for table `sentmessage`
  425. --
  426.  
  427. INSERT INTO `sentmessage` (`pid`, `ToID`, `FromID`, `Msg`, `SendDate`) VALUES
  428. (1, 'KUM6004', 'KUM6002', 'bnbnbvnbvnbvnbvnvbnb', '07-Oct-2008 '),
  429. (2, 'KUM6002', 'KUM6021', ',;fdggvdfahgojagi fggdsjgosjkagjsod bsadhasfshf ', '19-Nov-2008 ');
  430.  
  431. -- --------------------------------------------------------
  432.  
  433. --
  434. -- Table structure for table `siteconfig`
  435. --
  436.  
  437. CREATE TABLE IF NOT EXISTS `siteconfig` (
  438. `ID` int(11) DEFAULT '1',
  439. `Webname` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'http://www.matrimony.com',
  440. `WebFriendlyname` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'demomatrimony.com',
  441. `Weblogopath` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'http://matrimony.com/pics/logo.gif',
  442. `Title` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'matrimony.com Matrimonials – Indian Matrimonial',
  443. `Description` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'matrimony.com Matrimonials - Indian Matrimonial, The No.1 Matrimonial Services Provider. Add your Free Matrimonials Profile Now! and Contact Partners for FREE!',
  444. `Keywords` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT 'matrimonial, matrimonials, indian matrimonial, muslim, india, sikh, indian bride, matrimonals, hindu, kerala matrimonial, tamil, indian matrimonial site, telugu, matrimonial site, free muslim matrimonial, free listing, punjabi, free matrimonial, matrimoni',
  445. `Footer` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'Copyright © 2006-2007 matrimony.com Matrimonials - All Rights Reserved.',
  446. `Dbserver` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'localhost',
  447. `Dbuser` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'mysqluser',
  448. `Dbpass` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'mysqlpass',
  449. `Dbname` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'mysqldb',
  450. `Fromemail` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'info@matrimony.com',
  451. `ToEmail` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'info@matrimony.com',
  452. `FeedbackEmail` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'info@matrimony.com',
  453. `ContactEmail` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'info@matrimony.com',
  454. `SalesEmail` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'info@matrimony.com',
  455. UNIQUE KEY `ID` (`ID`)
  456. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
  457.  
  458. --
  459. -- Dumping data for table `siteconfig`
  460. --
  461.  
  462. INSERT INTO `siteconfig` (`ID`, `Webname`, `WebFriendlyname`, `Weblogopath`, `Title`, `Description`, `Keywords`, `Footer`, `Dbserver`, `Dbuser`, `Dbpass`, `Dbname`, `Fromemail`, `ToEmail`, `FeedbackEmail`, `ContactEmail`, `SalesEmail`) VALUES
  463. (1, 'Matrimony.com', 'Matrimony.com', 'http://www.indiawebscripts.com/demonew/pics/logo.gif', 'Matrimony.com Matrimonials – Indian Matrimonial', 'Matrimony.com Matrimonials - Indian Matrimonial, The No.1 Matrimonial Services Provider. Add your Free Matrimonials Profile Now! and Contact Partners for FREE! ', 'Matrimonial, Matrimonials, indian matrimonial, muslim, india, sikh, indian bride, matrimonals, hindu, kerala matrimonial, tamil, indian matrimonial site, telugu, matrimonial site, free muslim matrimonial, free listing, punjabi, free matrimon', 'Copyright © 2006-2007 Matrimony.com - All Rights Reserved.', 'localhost', 'matri1234567', 'matrimony2009', 'matri', 'info@Matrimony.com', 'info@Matrimony.com', 'feedback@Matrimony.com', 'contact@Matrimony.com', 'sales@Matrimony.com');
  464.  
  465. -- --------------------------------------------------------
  466.  
  467. --
  468. -- Table structure for table `successstory`
  469. --
  470.  
  471. CREATE TABLE IF NOT EXISTS `successstory` (
  472. `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
  473. `weddingphoto` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
  474. `bridename` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  475. `brideid` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  476. `groomname` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  477. `groomid` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  478. `marriagedate` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  479. `successmessage` text COLLATE latin1_general_ci,
  480. `approve` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
  481. PRIMARY KEY (`ID`)
  482. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3007 ;
  483.  
  484. --
  485. -- Dumping data for table `successstory`
  486. --
  487.  
  488. INSERT INTO `successstory` (`ID`, `weddingphoto`, `bridename`, `brideid`, `groomname`, `groomid`, `marriagedate`, `successmessage`, `approve`) VALUES
  489. (3000, 'jvs7r7dd05df37b0.gif', '12345', '1234', '1334', '1234', '133444', '1333', 'Yes'),
  490. (3001, '83xocot6i_thinking.gif', '78789456456213', '7878945651132', '6545615120.', '+94+41132', '857445214232', '98765463543132132132132132132132132', 'Yes'),
  491. (3002, 'to8wjrfsWater lilies.jpg', 'sen', '789564123', 'gkgkj', '789456123', '789456123', '789456312798456312', 'Yes'),
  492. (3005, 'xjisn35j50c285fa5b3e879126ed7e5848b405b1.jpg', 'bride name', '2121', 'groom name', '23232', '12/12/20002', 'Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage Write about your marriage ', 'Yes'),
  493. (3004, '4mb8kpmqcars_0066.jpg', 'gbrgb', 'gbrbrb', 'grwrbrb', 'rtbrbrw', 'grbwrbrb', 'rbrbrbrrbr', 'Yes'),
  494. (3006, 'tfwwj0dtANUSHKA.jpg', 'test', 'test', 'test', 'test', 'test1', 'sfasdf', 'No');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement