Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.99 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.7.6
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Host: localhost:3306
  6. -- Generation Time: Jul 04, 2018 at 12:02 PM
  7. -- Server version: 5.6.35
  8. -- PHP Version: 5.6.30
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `meromitra`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `oc_admin`
  21. --
  22.  
  23. CREATE TABLE `oc_admin` (
  24. `id` int(11) NOT NULL,
  25. `username` varchar(50) NOT NULL,
  26. `password` varchar(255) NOT NULL,
  27. `last_log` datetime NOT NULL
  28. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  29.  
  30. --
  31. -- Dumping data for table `oc_admin`
  32. --
  33.  
  34. INSERT INTO `oc_admin` (`id`, `username`, `password`, `last_log`) VALUES
  35. (1, 'admin', 'YX4pyXKjmqZbKxuBCm5LjawpbeUmaJNNcQLrLkUiZgmVDHeYkJRF+mhIs8Hl+uedwbw1lEYRptSyl8Aoc+v3IQ==', '2017-08-10 00:00:00');
  36.  
  37. -- --------------------------------------------------------
  38.  
  39. --
  40. -- Table structure for table `oc_ads`
  41. --
  42.  
  43. CREATE TABLE `oc_ads` (
  44. `id` int(11) NOT NULL,
  45. `title` varchar(150) NOT NULL,
  46. `type` int(11) NOT NULL DEFAULT '0',
  47. `position` int(11) NOT NULL DEFAULT '0',
  48. `url` varchar(200) NOT NULL,
  49. `image` varchar(200) NOT NULL,
  50. `code` text NOT NULL,
  51. `views` int(11) NOT NULL DEFAULT '0',
  52. `status` int(11) NOT NULL DEFAULT '0',
  53. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  54. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  55.  
  56. --
  57. -- Dumping data for table `oc_ads`
  58. --
  59.  
  60. INSERT INTO `oc_ads` (`id`, `title`, `type`, `position`, `url`, `image`, `code`, `views`, `status`, `created`) VALUES
  61. (1, 'Left 1', 1, 2, '', 'img-1508910343.gif', '', 0, 1, '2017-10-25 05:45:44'),
  62. (2, 'Right Side', 1, 3, '', 'img-1508910355.jpg', '', 0, 1, '2017-10-25 05:45:55'),
  63. (3, 'Top 1', 1, 1, 'https://www.asianpaints.com', 'img-1512058768.gif', '', 0, 1, '2017-10-25 05:46:05'),
  64. (4, 'Bottom 1', 1, 4, 'http://nepallife.com.np/purchase-smart-policy', 'img-1512059148.gif', '', 0, 1, '2017-10-25 05:46:16'),
  65. (5, 'Top 2', 1, 1, 'http://www.yamaha.com.np/product/fz25/', 'img-1512059305.gif', '', 0, 1, '2017-11-30 16:28:25'),
  66. (6, 'Bottom 2', 1, 4, 'http://www.starhospital.com.np/', 'img-1512059778.gif', '', 0, 0, '2017-11-30 16:36:18');
  67.  
  68. -- --------------------------------------------------------
  69.  
  70. --
  71. -- Table structure for table `oc_areas`
  72. --
  73.  
  74. CREATE TABLE `oc_areas` (
  75. `id` int(11) NOT NULL,
  76. `state_id` int(11) NOT NULL,
  77. `city_id` int(11) NOT NULL,
  78. `name` varchar(120) NOT NULL,
  79. `status` int(11) NOT NULL DEFAULT '1'
  80. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  81.  
  82. --
  83. -- Dumping data for table `oc_areas`
  84. --
  85.  
  86. INSERT INTO `oc_areas` (`id`, `state_id`, `city_id`, `name`, `status`) VALUES
  87. (1, 0, 1, 'Aliganj', 1),
  88. (2, 0, 1, 'alig', 1),
  89. (3, 0, 1, 'Alambagh', 1),
  90. (4, 0, 1, 'hazratganj', 1),
  91. (5, 0, 9, 'Eklane bazar', 1),
  92. (6, 0, 37, 'SANEPA', 1),
  93. (7, 0, 37, 'Kalimati', 1),
  94. (8, 0, 37, 'aliganj', 1),
  95. (9, 0, 12, 'Suryabinayk', 1),
  96. (10, 0, 37, 'New Road', 1),
  97. (11, 0, 37, '', 1),
  98. (12, 0, 37, 'maitidevi', 1),
  99. (13, 0, 37, 'kapan', 1),
  100. (14, 0, 37, 'godawari', 1),
  101. (15, 0, 37, 'KTM', 1),
  102. (16, 0, 37, 'Sitapaila', 1),
  103. (17, 0, 10, 'Chabahil', 1),
  104. (18, 0, 37, 'putalisadak', 1),
  105. (19, 0, 37, 'Bike and Scooty HUB', 1),
  106. (20, 0, 37, 'samakhusi', 1),
  107. (21, 0, 37, '7', 1),
  108. (22, 0, 37, 'jawlakhel', 1),
  109. (23, 0, 37, 'dhumbarai', 1),
  110. (24, 0, 37, 'new baneshwor', 1),
  111. (25, 0, 12, 'bhaktapur', 1),
  112. (26, 0, 36, 'a', 1),
  113. (27, 0, 36, 'b', 1),
  114. (28, 0, 78, 'a', 1),
  115. (29, 0, 36, 'Lakeside', 1),
  116. (30, 0, 36, 'bharatpur', 1),
  117. (31, 0, 36, 'rambazar', 1),
  118. (32, 0, 36, 'City', 1),
  119. (33, 0, 36, 'birauta', 1),
  120. (34, 0, 37, 'satdobato', 1),
  121. (35, 0, 36, 'Gairapatan', 1),
  122. (36, 0, 36, 'Bharatpokhari', 1),
  123. (37, 0, 36, 'New Road', 1),
  124. (38, 0, 37, 'Lalitpur', 1),
  125. (39, 0, 36, 'pokhara', 1),
  126. (40, 0, 78, 'chitwan', 1),
  127. (41, 0, 37, 'kathmandu', 1),
  128. (42, 0, 78, 'narayangarh', 1),
  129. (43, 0, 78, 'bharatpur', 1),
  130. (44, 0, 14, 'Kshetrapur Chitwan', 1),
  131. (45, 0, 37, 'A', 1),
  132. (46, 0, 9, 'new', 1),
  133. (47, 0, 9, 'Dhamboji', 1),
  134. (48, 0, 37, 'pepsicola', 1),
  135. (49, 0, 37, 'biswojoyti mall', 1),
  136. (50, 0, 37, 'newroad', 1),
  137. (51, 0, 37, 'budhanilkantha', 1),
  138. (52, 0, 36, 'pk', 1),
  139. (53, 0, 36, 'Pkr', 1),
  140. (54, 0, 37, 'Tamrakar Mobile Complex New Road', 1),
  141. (55, 0, 12, 'A', 1),
  142. (56, 0, 36, '1', 1),
  143. (57, 0, 37, '1', 1),
  144. (58, 0, 37, '2', 1),
  145. (59, 0, 37, 'Balaju', 1),
  146. (60, 0, 37, 'Patan', 1),
  147. (61, 0, 37, 'tinkune', 1),
  148. (62, 0, 37, 'newbaneshwor', 1),
  149. (63, 0, 37, 'old baneshwor', 1),
  150. (64, 0, 43, 'hetauda', 1),
  151. (65, 0, 37, 'kalanki', 1),
  152. (66, 0, 36, 'newroad', 1),
  153. (67, 0, 36, 'syangja', 1),
  154. (68, 0, 37, 'thamel', 1),
  155. (69, 0, 37, 'Lucknow', 1),
  156. (70, 0, 8, 'bajura', 1),
  157. (71, 0, 0, '', 1),
  158. (72, 0, 79, '1', 1),
  159. (73, 0, 80, 'ShuklaGandaki ', 1),
  160. (74, 0, 36, 'Lekhnath ', 1),
  161. (75, 0, 36, 'TalChowk Lekhnath', 1),
  162. (76, 0, 81, 'Ranipauwa', 1),
  163. (77, 0, 37, 'nayabazaar', 1),
  164. (78, 0, 37, 'shoyambhu', 1),
  165. (79, 0, 12, 'pepsicola', 1),
  166. (80, 0, 37, 'bike and scooter hub', 1),
  167. (81, 0, 12, 'bhaktpur', 1),
  168. (82, 0, 37, 'vishwojoyti mall', 1),
  169. (83, 0, 37, 'gangabu', 1),
  170. (84, 0, 37, 'ghattekulo', 1),
  171. (85, 0, 37, 'Kirtipur', 1),
  172. (86, 0, 10, 'Kirtipur ', 1),
  173. (87, 0, 14, 'Bharatpur', 1),
  174. (88, 0, 9, 'Karkado', 1),
  175. (89, 0, 37, 'koteshwor', 1),
  176. (90, 0, 37, 'shakhu', 1),
  177. (91, 0, 36, 'pkh', 1),
  178. (92, 0, 36, 'pok', 1),
  179. (93, 0, 37, 'old ba', 1),
  180. (94, 0, 36, 'degopatan', 1),
  181. (95, 0, 73, 'Syangja', 1),
  182. (96, 0, 80, 'wada No 3 Tharuban Bandipur', 1),
  183. (97, 0, 37, 'Krishnagalli Lalitpur', 1),
  184. (98, 0, 45, 'Baijnathpur', 1),
  185. (99, 0, 78, '1', 1),
  186. (100, 0, 52, 'Palpa', 1),
  187. (101, 0, 36, 'Prithive Chowk', 1),
  188. (102, 0, 36, 'Chipledhunga', 1),
  189. (103, 0, 36, '12 Matepani', 1),
  190. (104, 0, 67, 'kathmandu', 1),
  191. (105, 0, 40, 'patan', 1),
  192. (106, 0, 14, 'congress chowk', 1),
  193. (107, 0, 41, 'chitwan', 1),
  194. (108, 0, 37, 'Boudha', 1),
  195. (109, 0, 78, 'Ratnanagar', 1);
  196.  
  197. -- --------------------------------------------------------
  198.  
  199. --
  200. -- Table structure for table `oc_banner`
  201. --
  202.  
  203. CREATE TABLE `oc_banner` (
  204. `id` int(11) NOT NULL,
  205. `title` varchar(150) NOT NULL,
  206. `url` varchar(250) NOT NULL,
  207. `image` varchar(250) NOT NULL,
  208. `status` int(11) NOT NULL DEFAULT '0',
  209. `creted` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  210. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  211.  
  212. --
  213. -- Dumping data for table `oc_banner`
  214. --
  215.  
  216. INSERT INTO `oc_banner` (`id`, `title`, `url`, `image`, `status`, `creted`) VALUES
  217. (1, 'Main Banner', 'www.remediessystems.com', 'img-1509171984.jpg', 0, '2017-10-25 05:08:41'),
  218. (2, 'Shree Airlines', 'http://www.shreeairlines.com/', 'img-1512056915.jpg', 1, '2017-11-30 15:48:35'),
  219. (3, 'eSewa Nepal', 'https://esewa.com.np', 'img-1512057309.jpg', 1, '2017-11-30 15:50:36'),
  220. (4, 'Nepal Telecom', 'https://www.ntc.net.np', 'img-1512057391.jpg', 1, '2017-11-30 15:56:31'),
  221. (5, 'LG', 'www.cgdigital.com.np', 'img-1512057716.jpg', 1, '2017-11-30 16:01:56');
  222.  
  223. -- --------------------------------------------------------
  224.  
  225. --
  226. -- Table structure for table `oc_categories`
  227. --
  228.  
  229. CREATE TABLE `oc_categories` (
  230. `id` int(11) NOT NULL,
  231. `category_name` varchar(120) NOT NULL,
  232. `slug` varchar(200) NOT NULL,
  233. `parent` int(11) NOT NULL DEFAULT '0',
  234. `image` varchar(60) NOT NULL,
  235. `sort_order` int(11) NOT NULL DEFAULT '0',
  236. `views` int(11) NOT NULL DEFAULT '0',
  237. `feature` int(11) NOT NULL DEFAULT '0',
  238. `status` int(11) NOT NULL DEFAULT '0',
  239. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  240. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  241.  
  242. --
  243. -- Dumping data for table `oc_categories`
  244. --
  245.  
  246. INSERT INTO `oc_categories` (`id`, `category_name`, `slug`, `parent`, `image`, `sort_order`, `views`, `feature`, `status`, `created`) VALUES
  247. (27, 'Real Estate', 'real-estate', 0, 'img-1710271509112535.png', 1, 0, 0, 1, '2017-10-27 13:55:35'),
  248. (28, 'Cars', 'cars', 0, 'img-1710271509112563.png', 2, 0, 0, 1, '2017-10-27 13:56:03'),
  249. (29, 'Bikes', 'bikes', 0, 'img-1710271509112592.png', 3, 0, 0, 1, '2017-10-27 13:56:18'),
  250. (30, 'Mobiles', 'mobiles', 0, 'img-1710271509112640.png', 4, 0, 0, 1, '2017-10-27 13:57:20'),
  251. (31, 'Electronics & Appliances', 'electronics-and-appliances', 0, 'img-1710271509112667.png', 5, 0, 0, 1, '2017-10-27 13:57:47'),
  252. (32, 'Furniture', 'furniture', 0, 'img-1710271509112719.png', 6, 0, 0, 1, '2017-10-27 13:58:39'),
  253. (33, 'Fashion', 'fashion', 0, 'img-1710271509112781.png', 7, 0, 0, 1, '2017-10-27 13:59:41'),
  254. (34, 'Jobs', 'jobs', 0, 'img-1710271509112928.png', 8, 0, 0, 1, '2017-10-27 14:02:08'),
  255. (35, 'Books, Sports & Hobbies', 'books-sports-hobbies', 0, 'img-1710271509112982.png', 9, 0, 0, 1, '2017-10-27 14:03:02'),
  256. (37, 'Baby Goods', 'baby-goods', 0, 'img-1710271509113046.png', 10, 0, 0, 1, '2017-10-27 14:04:06'),
  257. (38, 'Pets', 'pets', 0, 'img-1710271509113234.png', 11, 0, 0, 1, '2017-10-27 14:07:14'),
  258. (39, 'Services', 'services', 0, 'img-1710271509113941.png', 12, 0, 0, 1, '2017-10-27 14:18:11'),
  259. (40, 'For Sale', 'for-sale', 27, '', 0, 0, 0, 1, '2017-10-27 14:21:53'),
  260. (41, 'Rent', 'rent', 27, '', 0, 0, 0, 1, '2017-10-27 14:22:11'),
  261. (42, 'Cars', 'motor-cars', 28, '', 0, 0, 0, 1, '2017-10-27 14:22:34'),
  262. (43, 'Commercial Vehicles ', 'commercial-vehicles ', 28, '', 0, 0, 0, 1, '2017-10-27 14:22:58'),
  263. (44, 'Other Vehicles ', 'other-vehicles', 28, '', 0, 0, 0, 1, '2017-10-27 14:27:05'),
  264. (45, 'Spare Parts ', 'spare-parts', 28, '', 0, 0, 0, 1, '2017-10-27 14:27:25'),
  265. (46, 'Motorcycles ', 'motorcycles', 29, '', 0, 0, 0, 1, '2017-10-27 14:27:53'),
  266. (47, 'Scooters ', 'scooters ', 29, '', 0, 0, 0, 1, '2017-10-27 14:28:11'),
  267. (48, 'Bicycles ', 'bicycles ', 29, '', 0, 0, 0, 1, '2017-10-27 14:28:29'),
  268. (49, 'Spare Parts ', 'spare-parts ', 29, '', 0, 0, 0, 1, '2017-10-27 14:28:49'),
  269. (50, 'Computers & Laptops', 'computers-and-laptops', 31, 'img-1710271509114576.png', 0, 0, 0, 1, '2017-10-27 14:29:36'),
  270. (51, 'TVs, Video - Audio', 'tvs-video-audio', 31, 'img-1710271509114603.png', 0, 0, 0, 1, '2017-10-27 14:30:03'),
  271. (52, 'Hard Disks, Printers & Monitors', 'hard-disks-printers-and-monitors', 31, '', 0, 0, 0, 1, '2017-10-27 14:30:21'),
  272. (53, 'ACs', 'acs', 31, '', 0, 0, 0, 1, '2017-10-27 14:30:41'),
  273. (54, 'Washing Machines', 'washing-machines', 31, '', 0, 0, 0, 1, '2017-10-27 14:30:57'),
  274. (55, 'Fridges', 'fridges', 31, '', 0, 0, 0, 1, '2017-10-27 14:31:11'),
  275. (56, 'Computer Accessories', 'computer-accessories', 31, '', 0, 0, 0, 1, '2017-10-27 14:31:26'),
  276. (57, 'Cameras & Lenses', 'cameras-and-lenses', 31, '', 0, 0, 0, 1, '2017-10-27 14:31:42'),
  277. (58, 'Kitchen & Other Appliances', 'kitchen-and-other-appliances', 31, '', 0, 0, 0, 1, '2017-10-27 14:31:59'),
  278. (59, 'Games & Entertainment', 'games-and-entertainment', 31, '', 0, 0, 0, 1, '2017-10-27 14:32:17'),
  279. (60, 'Mobile Phones', 'mobile-phones', 30, '', 0, 0, 0, 1, '2017-10-27 14:34:13'),
  280. (61, 'Tablets', 'tablets', 30, '', 0, 0, 0, 1, '2017-10-27 14:34:36'),
  281. (62, 'Accessories ', 'accessories ', 30, '', 0, 0, 0, 1, '2017-10-27 14:34:54'),
  282. (63, 'Sofa & Dining', 'sofa-and-dining', 32, '', 0, 0, 0, 1, '2017-10-27 14:35:17'),
  283. (64, 'Beds & Wardrobes', 'beds-and-wardrobes', 32, '', 0, 0, 0, 1, '2017-10-27 14:35:36'),
  284. (65, 'Home Decor & Garden', 'home-decor-and-garden', 32, '', 0, 0, 0, 1, '2017-10-27 14:35:54'),
  285. (66, 'Other Household Items', 'other-household-items', 32, '', 0, 0, 0, 1, '2017-10-27 14:36:29'),
  286. (67, 'Kids Furniture', 'kids-furniture', 32, '', 0, 0, 0, 1, '2017-10-27 14:36:49'),
  287. (68, 'Men', 'men', 33, '', 0, 0, 0, 1, '2017-10-27 14:37:18'),
  288. (69, 'Women', 'women', 33, '', 0, 0, 0, 1, '2017-10-27 14:37:35'),
  289. (70, 'Kids', 'kids', 33, '', 0, 0, 0, 1, '2017-10-27 14:37:54'),
  290. (71, 'Data Entry & Back Office', 'data-entry-and-back-office', 34, '', 0, 0, 0, 1, '2017-10-27 14:38:44'),
  291. (72, 'BPO & Telecaller', 'bpo-and-telecaller', 34, '', 0, 0, 0, 1, '2017-10-27 14:39:02'),
  292. (73, 'Operator & Technician', 'operator-and-technician', 34, '', 0, 0, 0, 1, '2017-10-27 14:39:24'),
  293. (74, 'Sales & Marketing', 'sales-and-marketing', 34, '', 0, 0, 0, 1, '2017-10-27 14:39:40'),
  294. (75, 'Cook', 'cook', 34, '', 0, 0, 0, 1, '2017-10-27 14:39:54'),
  295. (76, 'Driver', 'driver', 34, '', 0, 0, 0, 1, '2017-10-27 14:40:18'),
  296. (77, 'Hotel & Travel Executive', 'hotel-and-travel-executive', 34, '', 0, 0, 0, 1, '2017-10-27 14:40:49'),
  297. (78, 'IT Engineer & Developer', 'it-engineer-and-developer', 34, '', 0, 0, 0, 1, '2017-10-27 14:41:11'),
  298. (79, 'Designer', 'designer', 34, '', 0, 0, 0, 1, '2017-10-27 14:41:35'),
  299. (80, 'Office Assistant', 'office-assistant', 34, '', 0, 0, 0, 1, '2017-10-27 14:41:51'),
  300. (81, 'Receptionist & Front Office', 'receptionist-and-front-office', 34, '', 0, 0, 0, 1, '2017-10-27 14:42:17'),
  301. (82, 'Delivery & Collection', 'delivery-and-collection', 34, '', 0, 0, 0, 1, '2017-10-27 14:42:43'),
  302. (83, 'Accountant', 'accountant', 34, '', 0, 0, 0, 1, '2017-10-27 14:43:06'),
  303. (84, 'Teacher', 'teacher', 34, '', 0, 0, 0, 1, '2017-10-27 14:43:23'),
  304. (85, 'Others', 'others', 34, '', 0, 0, 0, 1, '2017-10-27 14:43:48'),
  305. (86, 'Books', 'books', 35, '', 0, 0, 0, 1, '2017-10-27 14:44:19'),
  306. (87, 'Musical Instruments', 'musical-instruments', 35, '', 0, 0, 0, 1, '2017-10-27 14:44:37'),
  307. (88, 'Sports Equipment', 'sports-equipment', 35, '', 0, 0, 0, 1, '2017-10-27 14:44:51'),
  308. (89, 'Gym & Fitness', 'gym-and-fitness', 35, '', 0, 0, 0, 1, '2017-10-27 14:45:05'),
  309. (90, 'Other Hobbies', 'other-hobbies', 35, '', 0, 0, 0, 1, '2017-10-27 14:45:23'),
  310. (92, 'Art and Painting ', 'art-and-painting ', 32, '', 0, 0, 0, 1, '2017-10-27 14:49:31'),
  311. (93, 'Strollers', 'strollers', 37, '', 0, 0, 0, 1, '2017-10-27 14:50:22'),
  312. (94, 'Car Seats', 'car-seats', 37, '', 0, 0, 0, 1, '2017-10-27 14:50:39'),
  313. (95, 'Baby Carriers', 'baby-carriers', 37, '', 0, 0, 0, 1, '2017-10-27 14:50:54'),
  314. (96, 'Co-Sleeper', 'co-sleeper', 37, '', 0, 0, 0, 1, '2017-10-27 14:51:10'),
  315. (97, 'Clothes', 'clothes', 37, '', 0, 0, 0, 1, '2017-10-27 14:51:27'),
  316. (98, 'Playroom', 'playroom', 37, '', 0, 0, 0, 1, '2017-10-27 14:51:44'),
  317. (99, 'Toys', 'toys', 37, '', 0, 0, 0, 1, '2017-10-27 14:51:58'),
  318. (100, 'Drivers & Taxi', 'drivers-and-taxi', 39, '', 0, 0, 0, 1, '2017-10-27 14:52:39'),
  319. (101, 'Education & Classes', 'education-and-classes', 39, '', 0, 0, 0, 1, '2017-10-27 14:54:40'),
  320. (102, 'Electronics & Computer', 'electronics-and-computer', 39, '', 0, 0, 0, 1, '2017-10-27 14:54:58'),
  321. (103, 'Health & Beauty', 'health-and-beauty', 39, '', 0, 0, 0, 1, '2017-10-27 14:55:17'),
  322. (104, 'Other Services', 'other-services', 39, '', 0, 0, 0, 1, '2017-10-27 14:55:34'),
  323. (105, 'Fishes & Aquarium ', 'fishes-and-aquarium ', 38, '', 0, 0, 0, 1, '2017-10-27 14:55:54'),
  324. (106, 'Dogs ', 'dogs', 38, '', 0, 0, 0, 1, '2017-10-27 14:56:20'),
  325. (107, 'Other Pets ', 'other-pets', 38, '', 0, 0, 0, 1, '2017-10-27 14:56:37'),
  326. (108, 'Pet Food & Accessories', 'pet-food-and-accessories', 38, '', 0, 0, 0, 1, '2017-10-27 14:56:54');
  327.  
  328. -- --------------------------------------------------------
  329.  
  330. --
  331. -- Table structure for table `oc_chat`
  332. --
  333.  
  334. CREATE TABLE `oc_chat` (
  335. `id` int(11) NOT NULL,
  336. `adid` int(11) NOT NULL,
  337. `user_id1` int(11) NOT NULL,
  338. `user_id2` int(11) NOT NULL,
  339. `sold` int(11) NOT NULL DEFAULT '0',
  340. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  341. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  342.  
  343. --
  344. -- Dumping data for table `oc_chat`
  345. --
  346.  
  347. INSERT INTO `oc_chat` (`id`, `adid`, `user_id1`, `user_id2`, `sold`, `created`) VALUES
  348. (5, 7, 6, 14, 0, '2017-11-01 07:18:07'),
  349. (2, 2, 1, 2, 0, '2017-10-25 06:20:41'),
  350. (3, 1, 7, 1, 0, '2017-10-27 11:41:31'),
  351. (4, 4, 2, 7, 0, '2017-10-27 12:15:00');
  352.  
  353. -- --------------------------------------------------------
  354.  
  355. --
  356. -- Table structure for table `oc_chat_message`
  357. --
  358.  
  359. CREATE TABLE `oc_chat_message` (
  360. `id` int(11) NOT NULL,
  361. `chat_id` int(11) NOT NULL,
  362. `user_id` int(11) NOT NULL,
  363. `message` text NOT NULL,
  364. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  365. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  366.  
  367. --
  368. -- Dumping data for table `oc_chat_message`
  369. --
  370.  
  371. INSERT INTO `oc_chat_message` (`id`, `chat_id`, `user_id`, `message`, `created`) VALUES
  372. (15, 5, 6, 'i can give you 500 more total 1500 indian ruppes\n', '2017-11-01 07:18:49'),
  373. (14, 5, 6, 'hello Naeemhashmi, can you sell me this in 1000 india rupees', '2017-11-01 07:18:07'),
  374. (8, 2, 1, 'kitne ka doge?', '2017-10-25 06:20:41'),
  375. (9, 2, 2, '15000', '2017-10-25 06:21:14'),
  376. (10, 3, 7, '12518494uvyucfcf yf7 y cg', '2017-10-27 11:41:31'),
  377. (11, 4, 2, 'hello', '2017-10-27 12:15:00'),
  378. (12, 2, 2, 'hello\n', '2017-10-30 06:34:54'),
  379. (13, 2, 1, 'ha thik hai', '2017-10-30 06:35:04');
  380.  
  381. -- --------------------------------------------------------
  382.  
  383. --
  384. -- Table structure for table `oc_cities`
  385. --
  386.  
  387. CREATE TABLE `oc_cities` (
  388. `id` int(11) NOT NULL,
  389. `state_id` int(11) NOT NULL,
  390. `name` varchar(120) NOT NULL,
  391. `status` int(11) NOT NULL DEFAULT '0'
  392. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  393.  
  394. --
  395. -- Dumping data for table `oc_cities`
  396. --
  397.  
  398. INSERT INTO `oc_cities` (`id`, `state_id`, `name`, `status`) VALUES
  399. (1, 1, 'Lucknow', 0),
  400. (2, 1, 'Kanpur', 0),
  401. (3, 2, 'Mangalsen', 1),
  402. (4, 2, 'Sandhikharka', 1),
  403. (5, 2, 'Baglung', 1),
  404. (6, 2, 'Baitadi', 1),
  405. (7, 2, 'Chainpur', 1),
  406. (8, 2, 'Martadi', 1),
  407. (9, 2, 'Nepalgunj', 1),
  408. (10, 2, 'Kalaiya', 1),
  409. (11, 2, 'Gularia', 1),
  410. (12, 2, 'Bhaktapur', 1),
  411. (13, 2, 'Bhojpur', 1),
  412. (14, 2, 'Bharatpur', 1),
  413. (15, 2, 'Dadeldhura', 1),
  414. (16, 2, 'Dailekh', 1),
  415. (17, 2, 'Ghorahi', 1),
  416. (18, 2, 'Darchula', 1),
  417. (19, 2, 'Dhading', 1),
  418. (20, 2, 'Dhankuta', 1),
  419. (21, 2, 'Janakpur', 1),
  420. (22, 2, 'Charikot', 1),
  421. (23, 2, 'Dunai', 1),
  422. (24, 2, 'Dipayal', 1),
  423. (25, 2, 'Gorkha', 1),
  424. (26, 2, 'Tamghas', 1),
  425. (27, 2, 'Simikot', 1),
  426. (28, 2, 'Ilam', 1),
  427. (29, 2, 'Jajarkot ', 1),
  428. (30, 2, 'Chandragadhi', 1),
  429. (31, 2, 'Jumla', 1),
  430. (32, 2, 'Dhangadhi', 1),
  431. (33, 2, 'Manma', 1),
  432. (34, 2, 'Bhim Datta', 1),
  433. (35, 2, 'Taulihawa', 1),
  434. (36, 2, 'Pokhara', 1),
  435. (37, 2, 'Kathmandu', 1),
  436. (38, 2, 'Dulikhel', 1),
  437. (39, 2, 'Diktel', 1),
  438. (40, 2, 'Patan', 1),
  439. (41, 2, 'Besisahar', 1),
  440. (42, 2, 'Jaleshwor', 1),
  441. (43, 2, 'Hetauda', 1),
  442. (44, 2, 'Chame', 1),
  443. (45, 2, 'Biratnagar', 1),
  444. (46, 2, 'Gamgadhi', 1),
  445. (47, 2, 'Jomsom', 1),
  446. (48, 2, 'Beni', 1),
  447. (49, 2, 'Parasi', 1),
  448. (50, 2, 'Bidur', 1),
  449. (51, 2, 'Okhaldhunga', 1),
  450. (52, 2, 'Tansen', 1),
  451. (53, 2, 'Phidim', 1),
  452. (54, 2, 'Kusma', 1),
  453. (55, 2, 'Birganj', 1),
  454. (56, 2, 'Pyuthan', 1),
  455. (57, 2, 'Ramechhap', 1),
  456. (58, 2, 'Dhunche', 1),
  457. (59, 2, 'Gaur', 1),
  458. (60, 2, 'Livang', 1),
  459. (61, 2, 'Musikot', 1),
  460. (62, 2, 'Siddharthanagar', 1),
  461. (63, 2, 'Salyan', 1),
  462. (64, 2, 'Khandbari', 1),
  463. (65, 2, 'Rajbiraj', 1),
  464. (66, 2, 'Malangwa', 1),
  465. (67, 2, 'Kamalamai', 1),
  466. (68, 2, 'Chautara', 1),
  467. (69, 2, 'Siraha', 1),
  468. (70, 2, 'Salleri', 1),
  469. (71, 2, 'Inaruwa', 1),
  470. (72, 2, 'Birendranagar', 1),
  471. (73, 2, 'Putalibazar', 1),
  472. (74, 2, 'Damauli', 1),
  473. (75, 2, 'Taplejung', 1),
  474. (76, 2, 'Myanglung', 1),
  475. (77, 2, 'Triyuga', 1),
  476. (78, 2, 'Chitwan', 1),
  477. (79, 2, 'Butwal', 1),
  478. (80, 2, ' Tanahu', 1),
  479. (81, 2, 'Mustang', 1);
  480.  
  481. -- --------------------------------------------------------
  482.  
  483. --
  484. -- Table structure for table `oc_listing`
  485. --
  486.  
  487. CREATE TABLE `oc_listing` (
  488. `id` int(11) NOT NULL,
  489. `code` varchar(25) NOT NULL,
  490. `category` int(11) NOT NULL DEFAULT '0',
  491. `user_id` int(11) NOT NULL DEFAULT '0',
  492. `title` varchar(150) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  493. `description` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  494. `price` varchar(25) NOT NULL,
  495. `city_id` int(11) NOT NULL,
  496. `area_id` int(11) NOT NULL,
  497. `area_name` varchar(120) NOT NULL,
  498. `status` int(11) NOT NULL DEFAULT '0',
  499. `feature` int(11) NOT NULL DEFAULT '0',
  500. `sponsor` int(11) NOT NULL DEFAULT '0',
  501. `views` int(11) NOT NULL DEFAULT '0',
  502. `block` int(11) NOT NULL DEFAULT '0',
  503. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  504. `f_expiry` date NOT NULL,
  505. `new_list` int(11) NOT NULL DEFAULT '1'
  506. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  507.  
  508. --
  509. -- Dumping data for table `oc_listing`
  510. --
  511.  
  512. INSERT INTO `oc_listing` (`id`, `code`, `category`, `user_id`, `title`, `description`, `price`, `city_id`, `area_id`, `area_name`, `status`, `feature`, `sponsor`, `views`, `block`, `created`, `f_expiry`, `new_list`) VALUES
  513. (2, '201710256537', 7, 2, 'mobile', 'Samsung J2 Prime in Good Condition only 5000 Samsung J2 Prime in Good Condition only 5000 Samsung J2 Prime in Good Condition only 5000 ', '15000', 1, 2, 'alig', 1, 0, 0, 0, 0, '2017-10-25 05:57:52', '0000-00-00', 0),
  514. (3, '201710264327', 12, 3, 'TVS Apache RTR 160CC New Condition 2017 Model Urgent', 'i want to sale my bike TVS Apache RTR 160CC New Condition 2017 Model Urgent', '45000', 1, 3, 'Alambagh', 0, 0, 0, 0, 0, '2017-10-26 09:53:34', '0000-00-00', 0),
  515. (4, '20171027E3CA', 7, 7, 'Iphone 6s plus', 'Very good condition 1 year old ', '40000', 1, 4, 'hazratganj', 1, 0, 0, 0, 0, '2017-10-27 12:10:56', '0000-00-00', 0),
  516. (6, '20171028927D', 60, 12, 'Vivo V5+ Gold', 'best quality and good feature 20mp moonlight camera and 16mp rear and it is 6 months used.', '30000', 37, 6, 'SANEPA', 1, 0, 0, 0, 0, '2017-10-28 15:59:48', '0000-00-00', 0),
  517. (7, '2017103103B9', 60, 14, 'Infinix note 4', 'New phone 1 month used', '16000', 37, 7, 'Kalimati', 1, 0, 0, 0, 0, '2017-10-31 15:11:39', '0000-00-00', 0),
  518. (8, '20171101F95F', 60, 6, 'lenovo k8', 'aximum 4 photos will be upload.\r\nEnsure the item is properly visible from multiple angles\r\nAccepted formats are .jpg, .gif & .png. Size < 5MB', '5000', 37, 8, 'aliganj', 1, 0, 0, 0, 0, '2017-11-01 09:34:15', '0000-00-00', 0),
  519. (9, '20171102E341', 60, 16, 'Huawei GR5', 'Bid ur price..5 month warrenty left.', '10000', 12, 9, 'Suryabinayk', 1, 0, 0, 0, 0, '2017-11-02 08:26:07', '0000-00-00', 0),
  520. (10, '20171102CE8C', 60, 17, 'Huawei y5 ii 2017 BRAND NEW', '2 GB RAM 16 GB ROM....\r\nBrand new set..no single scratch...\r\nNew set ...add 1000 more for one year warranty....\r\nLimited offer.......9811891855', '8500', 37, 10, 'New Road', 1, 0, 0, 0, 0, '2017-11-02 08:29:40', '0000-00-00', 0),
  521. (11, '201711026BDA', 40, 18, 'Newly constructed house in sell', '3 talla, purba mohada vayeko, 3 aana ma baneko, 1 hall, 2 rooms and 1 kitchen with attached bathroom in each floor, 9.5 foot jag vayeko...\r\n13 foot road in front of house, 8 feet parking space available.. \r\nIts urgent sell. Serious buyer contact dire', '1', 37, 11, '', 1, 0, 0, 0, 0, '2017-11-02 09:04:09', '0000-00-00', 0),
  522. (12, '20171102D876', 46, 19, 'BAJAJ PULSAR 220 64 LOT', 'DEAR valued costomers,\r\nPlease dont comment give us a direct call\r\n9849930361\r\nBike super fresh xa....\r\nBoth new tyres......\r\nVery smooth engine sound.\r\nLooks like new....no any scratches....\r\nWell maintained and timely serviced.\r\nNo any expense.All ', '163000', 37, 12, 'maitidevi', 1, 0, 0, 0, 0, '2017-11-02 09:25:50', '0000-00-00', 0),
  523. (13, '20171102144F', 60, 20, 'Apple IPhone 4 16GB Fully Unlocked with Backcover,Charger on Sale/Exchange', 'Brand New Condition. Fresh Set. No defect. Comes with Charger,Backcover & Tempered Glass Put on. Sale/Exchange.\r\n', '5997', 37, 0, '', 1, 0, 0, 0, 0, '2017-11-02 09:32:20', '0000-00-00', 0),
  524. (14, '2017110293E2', 60, 20, 'Apple IPhone 4 16GB Fully Unlocked with Backcover,Charger on Sale/Exchange', 'Brand New Condition. Fresh Set. No defect. Comes with Charger,Backcover & Tempered Glass Put on. Sale/Exchange.\r\n', '5997', 37, 0, '', 1, 0, 0, 0, 0, '2017-11-02 09:32:22', '0000-00-00', 0),
  525. (15, '201711023DB9', 46, 21, '150cc pulsar fresh', 'Call me directly for more information on 9861247345 red n black color model 2014...km 31000....61 lot KO hooo', '135000', 37, 13, 'kapan', 1, 0, 0, 0, 0, '2017-11-02 09:36:04', '0000-00-00', 0),
  526. (16, '2017110290FC', 46, 22, 'Yamaha r15 urjent sell', 'Bike condition ma xa khercha kehi pani xoen intrest hune le 9841044578 direct call me', '13000', 37, 0, '', 1, 1, 0, 0, 0, '2017-11-02 09:47:09', '0000-00-00', 0),
  527. (17, '201711026617', 87, 23, 'guitar', 'Input from US\r\nNo defect \r\nCheck garerw laana saknu hunxa\r\nFree????\r\n1. Two set extra guitar strings\r\n2. Capo\r\n3.jack \r\n4. Beld \r\n5.battery\r\n6.guitar bag\r\nOnly Interest people contact me: 9864829574', '20500', 37, 0, 'maitidevi', 1, 0, 0, 0, 0, '2017-11-02 10:00:57', '0000-00-00', 0),
  528. (18, '20171102D5C0', 89, 24, 'Dumbbel and barbell set', 'Dumbbel and barbell set\r\nPrice per kg Rs.280\r\nDumbell rod per piece 650\r\nBarbel rod per feet. 550\r\navailable weight 1.5kg, 2kg, 2.5kg, 3kg, 7.5kg, 10kg\r\nMobile/viber/whatsapp 9815363933', '280', 37, 0, '', 1, 0, 0, 0, 0, '2017-11-02 10:05:08', '0000-00-00', 0),
  529. (19, '20171102E760', 108, 25, 'local bhale khukura on sell', '500rs per kg, 3.5 kg samma ko xa around 25 ota xa... \r\nLocation: Godawari, thaiba side\r\nDelevery hudaina (No home delevery)\r\ncontact: 9818134624', '500', 37, 14, 'godawari', 1, 0, 0, 0, 0, '2017-11-02 14:51:28', '0000-00-00', 0),
  530. (20, '20171102AC58', 46, 26, 'Bike', 'Combact fzs version 2\r\nLot no= 83\r\nKm run= 6600 \r\nPh no= 9849997942\r\nSerious buyer can call me..!!!\r\n', '200000', 37, 15, 'KTM', 1, 0, 0, 0, 0, '2017-11-02 14:56:16', '0000-00-00', 0),
  531. (21, '20171102A626', 51, 27, 'Bluetooth speaker in red black blue color', 'Led time display\r\nEasy delivery\r\nFor order inbox or call 9813791882\r\n', '1', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-02 15:05:45', '0000-00-00', 0),
  532. (22, '20171102CD5E', 69, 28, 'Party Dresses', 'New Arrival lehenga,Saree and kurti\r\nPrice Start From Rs 2200/-\r\nDelivery All Over Nepal\r\n? Cash on Delivery Inside Kathmandu \r\n? Pre-payment for outside Kathmandu \r\n?To confirm order call or viber us at 9818065386', '2050', 37, 16, 'Sitapaila', 1, 0, 0, 0, 0, '2017-11-02 15:12:15', '0000-00-00', 0),
  533. (23, '20171102E663', 60, 29, 'iPhone 6s 32gb fresh condition..', 'No defect..fresh condition...\r\nNo xchange sell only...\r\nCall now..9841402449/9813407760..', '38000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-02 15:19:07', '0000-00-00', 0),
  534. (24, '201711029939', 50, 30, 'Toshiba Laptop', 'toshiba satelite L755d, i3 cpu,500gb hdd,4gb Ram,15.6inch hd led screen ,battery bacup 2 hours +,mobile 9813932440', '23000', 10, 17, 'Chabahil', 1, 1, 0, 0, 0, '2017-11-02 15:25:58', '0000-00-00', 0),
  535. (25, '20171102D4BF', 60, 31, 'One plus 2', 'Like new condition.....no defects...fixed price call me @ 9823830990\r\n', '15990', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-02 15:31:44', '0000-00-00', 0),
  536. (26, '201711032B1E', 68, 32, 'Goldstar.... GsG102', 'Delivery.... Available \r\nTO ORDER DIRECT CONTACT US 9863720076 9824922044 or... Fill out the details.. \r\nName - \r\nProduct code —\r\nSize —\r\nDelivery location - \r\ncontact number_\r\nNew arrival of Goldstar shoe..... Made in Nepal 100%nepali product', '650', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 08:05:04', '0000-00-00', 0),
  537. (27, '20171103312C', 60, 33, 'ACER Laptop', 'Contact 9813044854\r\nFresh laptop even no any scratch\r\n', '9600', 37, 18, 'putalisadak', 1, 0, 0, 0, 0, '2017-11-03 08:13:38', '0000-00-00', 0),
  538. (28, '201711039B08', 50, 34, 'i5 laptop on sale', 'i5 6gen laptop on sale\r\nHdd 500\r\nRam 3 gb\r\nDVD, WiFi, sound, webcam\r\nBattery 2hours\r\nGood condition \r\nContact no 9861922657', '26000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 08:18:57', '0000-00-00', 0),
  539. (29, '201711038273', 46, 35, '84 lot NS 200', 'Call : 9851099315\r\nFresh condition , No single scratch\r\nSoche vanda ramro condition ma xa\r\nOnly serious buyer can call me', '239000', 37, 19, 'Bike and Scooty HUB', 1, 1, 0, 0, 0, '2017-11-03 08:23:11', '0000-00-00', 0),
  540. (30, '20171103188A', 60, 36, 'iphone 5s', 'iPhone 5s \r\nFully unlock \r\nUrgent money need\r\nPrice no bargaining \r\nOnly serious buyer contact (9868423281)\r\nFingerprint working excellent\r\n', '13000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 08:26:01', '0000-00-00', 0),
  541. (31, '20171103BA67', 48, 37, 'Cycle', 'Cycle ko condition ekdam thik chha!!\r\n8 Month used !\r\nPrice teo vanda kam hudaina!\r\n9806900668 Phone no!', '7000', 37, 20, 'samakhusi', 1, 0, 0, 0, 0, '2017-11-03 08:29:15', '0000-00-00', 0),
  542. (32, '201711033410', 104, 38, 'Watch', 'High quality ladies n gents watches collection.\r\n(contact no.9861944396)\r\nSend pic of the watch to know the price\r\nTo order send us pic in messanger \r\n?1 year battry warenty \r\n?Home delivery available inside valley.out side ringroad rs.150 will be ch', '1', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 08:38:49', '0000-00-00', 0),
  543. (33, '201711036088', 40, 39, 'Restaurent on sale !!', 'Location at Maharajgung chakrapath.\r\nCapacity : 24 ( 6 tables )\r\nContact : 9818224164\r\nwell Running since one and half years.\r\nAnyone who interested plz call me or inbox thank you.', '20', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 08:44:49', '0000-00-00', 0),
  544. (34, '20171103D13C', 40, 40, 'restaurant', 'Chalirako restaurant bikrima xa. price is negotiable.\r\npesicola chowk bata main road jane bato (pepsicola townplanning)', '450000', 37, 0, 'KTM', 1, 1, 0, 0, 0, '2017-11-03 08:48:17', '0000-00-00', 0),
  545. (35, '20171103B5FA', 60, 41, 'Oppo F1S Selfie Expert', 'Brand New Condition So Clean Phone ....\r\nNo Any Defect Repaired Once .... \r\nRs. 17,500/-\r\nContact 9860009087\r\nSet Matra Aauxa No Accessories.....', '17500', 37, 0, 'new road', 1, 1, 0, 0, 0, '2017-11-03 08:52:30', '0000-00-00', 0),
  546. (36, '20171103BE0A', 60, 42, 'Samsung Galaxy A8 (32GB/ Fingerprint Sensor/ 5.7\" Super AMOLED FDH Display)', 'Like new Galaxy A8 for sale. Rarely used. No scratches, dents or problems in the phone. Gold in color. Very fresh in condition. 10 days trail warranty will be provided too.\r\nFirst call, first priority; 9812514429\r\n', '18000', 37, 21, '7', 1, 0, 0, 0, 0, '2017-11-03 08:56:25', '0000-00-00', 0),
  547. (37, '201711037A00', 60, 43, 'Mobile phones', 'Note 5 single sim 4 gb ram and 32 internal,fingerprint =294999\r\nOneplus 3 housing minor rough 6gb ram and 64 gb rom,fingerprint=25499\r\nMoto g4 plus 3gb ram and 32 gb internal ,fingerprint=12999\r\nSamsung galaxy Mega 2 2gb ram and 16 internal=9999\r\nSam', '1', 37, 0, 'samakhusi', 1, 0, 0, 0, 0, '2017-11-03 09:14:42', '0000-00-00', 0),
  548. (38, '201711038DEF', 60, 43, 'Mobile phones', 'Note 5 single sim 4 gb ram and 32 internal,fingerprint =294999\r\nOneplus 3 housing minor rough 6gb ram and 64 gb rom,fingerprint=25499\r\nMoto g4 plus 3gb ram and 32 gb internal ,fingerprint=12999\r\nSamsung galaxy Mega 2 2gb ram and 16 internal=9999\r\nSam', '1', 37, 0, 'samakhusi', 1, 0, 0, 0, 0, '2017-11-03 09:14:46', '0000-00-00', 0),
  549. (39, '201711030529', 40, 44, 'restaurant', '???????? ?????? ???? ???????? ?????, ??-?? ??? ???? ?????? ????, ???? ????? ????, ????????? ?????? ????, ????? ?? ???? ???? ???????????, ???? ????? ????????? ?????? ?????? ??? ??? ????? ?????? ????? ????? ???? ???? ???? ??????? ????? ??????? ????? ??', '1095000', 37, 22, 'jawlakhel', 1, 0, 0, 0, 0, '2017-11-03 09:18:56', '0000-00-00', 0),
  550. (40, '201711036269', 40, 45, '???? ????? ???? ???? ??? ????????', '??? ???? ?????? ??? ?? \r\n????? ?????? ? ?????? ??? ???? ????? ?????? ?? \r\n9860187868', '200000', 37, 23, 'dhumbarai', 1, 0, 0, 0, 0, '2017-11-03 09:25:51', '0000-00-00', 0),
  551. (41, '201711037D97', 40, 46, 'Land', '????? ???????? \r\n?????????? ???????? ????? ????????? 1 \r\n?????? ??? ?? 0-3-3-3 ?????????????\r\n?????????\r\n(1)???????????? ??? ??? ???? ???? ???? ??? 800 ???? ????? ????? \r\n(2) ???? ?????? ???? ???????? ??????? ???????? \r\n(3) ?? , ??????? , ??? ? ?????', '3300000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-03 09:28:48', '0000-00-00', 0),
  552. (42, '20171103F4B7', 68, 48, 'SUPA HOODIES', '????????SUPA Men\'s Hoodies....????\r\n? JOSHI\'S BOTIQUE Present\'s??\r\n?: Warm and Hot....????????\r\n?: Cool and Stylish....????????\r\n?Available Size: Medium & Large\r\n???? Available Colour: Multi Colour\r\n???????? Rs. 1500/- Only.....????????????????\r\n????', '1500', 37, 24, 'new baneshwor', 1, 0, 0, 0, 0, '2017-11-03 09:32:55', '0000-00-00', 0),
  553. (43, '201711032EF3', 60, 49, 'Sony Xperia Z5', 'Back camera 23 mpx \r\nFront camera 5 mpx \r\nRam 3 \r\nRom 32 \r\nWater proof \r\nFinger print \r\nFresh xa... Only 3 month used..... \r\nEkdam new xa.... \r\nIf anyone want then call me 9811702268...\r\nImage may contain: phone', '25000', 37, 0, 'sitapaila', 1, 0, 0, 0, 0, '2017-11-03 09:36:17', '0000-00-00', 0),
  554. (44, '201711067300', 46, 51, 'BIKES FOR SALE 9849930361', 'DONT #COMMENT CALL OR VIBER AT 9849930361/9843212633\r\nRoyal enfield classic bullet 63 lot @295000\r\nBajaj dominar 400 83 lot 379000\r\nHonda unicorn 55 lot @115000\r\nKtm rc 390 65 lot @369000\r\nKtm rc 390 65 lot @ 362000\r\nPulsar rs 200 83 lot @ 288000\r\nPu', '111111', 37, 12, 'maitidevi', 1, 0, 0, 0, 0, '2017-11-06 10:17:06', '0000-00-00', 0),
  555. (45, '201711062508', 60, 52, 'iPhone7 Brandnew 1year warranty', 'call directly at 9841468652\r\n(fully Unlocked)32GB Its a brandnew iphone7 sent from australia just yesterday. In beautiful matteblack color without a single scratch nor any problem with 1year apple warranty.You can see the orginal photos below.I have ', '48000', 12, 25, 'bhaktapur', 1, 0, 0, 0, 0, '2017-11-06 10:20:36', '0000-00-00', 0),
  556. (46, '2017110624BF', 47, 53, 'Scooty', 'ekda ramro cundeson vaeko ra kehi samaseya lea garda Bech na lageko ho kasai lai manprema please contact...09824165089..', '70000', 36, 26, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:26:22', '0000-00-00', 0),
  557. (47, '201711061240', 46, 54, 'VR Bike', 'my bike(vr) is on sale.\r\nsingle handed bike.\r\nekdamai condition ma xa\r\n7 lot thakka 8 lat auna lagda ko bike.\r\nyedi kina chahanuhunxa vaney.\r\nu can contact on my ph no.9805822649', '0000', 36, 27, 'b', 1, 0, 0, 0, 0, '2017-11-06 10:28:18', '0000-00-00', 0),
  558. (48, '201711065084', 46, 55, 'Yamaha R15', '#Urgent_Sell or exchange offer \r\nCan exchange with #Avenger 180 or #DIO scooter\r\nOnly interested person can contact near by Pokhara City \r\n@9860255060\r\nModel : R15 :v1\r\nYear : 2012 (??? ????)\r\nGood condition / one hand Bike', '95', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:31:31', '0000-00-00', 0),
  559. (49, '20171106E5B5', 50, 56, 'DELL core I3 on sell urgently call me at 9869128059', 'Brand new condition on any single scrach\r\n4Gb ram /500 gb hardisk , 3.5 hours battery\r\nbackup.if u need call my nu 9869128059\r\nFix price ho last price katti ho vanerw nasodhnu hola.\r\nThank you', '35000', 78, 28, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:38:17', '0000-00-00', 0),
  560. (50, '201711062C61', 46, 57, 'Ktm RC 200cc', '2015 model\r\nKtm RC 200cc\r\n18000 km running\r\nFresh one hand bike\r\nSerious buyers contact me 9845324326', '400000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:43:58', '0000-00-00', 0),
  561. (51, '20171106248B', 42, 58, 'swift car zxi', '2010 model fresh 35000km runing', '1800000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:46:29', '0000-00-00', 0),
  562. (52, '20171106FB21', 43, 59, 'Truk', '?,????? ??????? ?? ????? ??????? ???? ??????\r\n?,???? ?? ??? ??????? ???? ??????\r\n?,?????? ????? ????? ???? ??????\r\n?,???? :-???? ???? ,??? ????,??????,??????,????\r\n?,??.? ????/?????,???? ??? ????\r\n?,?????? ??????? ????? ?????\r\n??????? :-?????????? ??', '2000000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 10:55:19', '0000-00-00', 0),
  563. (53, '20171106FAF7', 40, 60, 'I want to sale my k&k cold store Shop', ' if anybody interested please contact to us 9810207256 ,9846221547...', '1500000', 36, 29, 'Lakeside', 1, 0, 0, 0, 0, '2017-11-06 11:00:53', '0000-00-00', 0),
  564. (54, '201711061FDD', 58, 61, 'Solar Water Heater', 'Best solar water heater in best price.\r\nContact ; 9851193562,9802823073', '33000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 11:04:22', '0000-00-00', 0),
  565. (55, '201711064830', 103, 62, 'Hair Fixing Nepa', 'Imo.vibar.whatspp=9816305901,\r\n9846993130\r\n', '20000', 36, 30, 'bharatpur', 1, 0, 0, 0, 0, '2017-11-06 11:07:32', '0000-00-00', 0),
  566. (56, '201711067E1D', 60, 63, 'iphone 5s 16gb', 'call me on 9823837324\r\nno problem on phone no icloud factory unlocked cable only', '12500', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 11:50:53', '0000-00-00', 0),
  567. (57, '201711060F3C', 102, 64, 'Macbook Repair Service', 'Macbook Repair Service / EFI / ICLOUD unlock / Parts / Upgrade 9818320706', '10000', 36, 31, 'rambazar', 1, 0, 0, 0, 0, '2017-11-06 11:53:20', '0000-00-00', 0),
  568. (58, '20171106A629', 81, 65, 'BABA Education Consultancy', '#JOB_VACANCY !! #JOB_VACANCY !! #Dont_Miss_It !!\r\nIf you are interested and want to join our vibrant team please call us or Visit our office with Resume and Cover Letter ASAP. Pokhara-9, Chipledhunga \r\nPh: 061-537155 Mob:9856025655, 9803723998', '1', 36, 32, 'City', 1, 0, 0, 0, 0, '2017-11-06 12:03:25', '0000-00-00', 0),
  569. (59, '20171106E6B8', 46, 66, 'Bajaj Pulsur 150cc', '9860970729\r\nBirauta,pokhara', '85000', 36, 33, 'birauta', 1, 0, 0, 0, 0, '2017-11-06 12:13:10', '0000-00-00', 0),
  570. (60, '201711066077', 62, 67, 'D3 With mini Ultra S530 Bluetooth Earphone', 'Special Tihar Offer\r\nD3 And Mini Ultra Combo\r\nPrice Rs. 1299 only..\r\nContact to 9848114005 , 9818855675', '1299', 37, 34, 'satdobato', 1, 0, 0, 0, 0, '2017-11-06 12:16:30', '0000-00-00', 0),
  571. (61, '20171106B16E', 60, 68, 'Samsung j7max', 'Full fresh box pack interested member contact me 9805893181', '23000', 36, 35, 'Gairapatan', 1, 0, 0, 0, 0, '2017-11-06 12:19:15', '0000-00-00', 0),
  572. (62, '20171106054D', 40, 69, '5 Ropani land sale in pokhara , po.le.- 33 Bharatpokhari', 'Pitch road 26 ft ,prastabit Ring Road,pokhara ko city bus chalne,peace environment ,Himalaya sabai dekhine,\r\nSuitable for:- Residential,plotting,school-collage ,hospital,hotel-resort,agriculture farm etc ko lagi ati upaukta jagga bikrima. per ropani ', '5000000', 36, 36, 'Bharatpokhari', 1, 0, 0, 0, 0, '2017-11-06 12:23:27', '0000-00-00', 0),
  573. (63, '201711060F76', 46, 70, 'Yamaha Ray Z', 'Eakdam ramro condition ma xa.. well maintained, urgent bechna lako ho pokhara ma so.. serious buyer can contact (9815161167) or inbox me.. \r\nPrice: negotiable', '105000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 12:26:55', '0000-00-00', 0),
  574. (64, '20171106D1A1', 60, 71, 'Iphone', 'Iphone4s new:9000 with full accessories \r\nIphone4s old:8000 with full accessories \r\nIphone6 box pack new: 26000 with full accessories\r\nIphone 6plus box pack new: 38 with full accessories \r\nFor intrested person contact on this number (9825121650)\r\npho', '1', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 12:29:05', '0000-00-00', 0),
  575. (65, '20171106874D', 46, 72, 'Royal Enfield 350 classic', 'Out country jana pareko hunale urgent sale ma \r\nContact no.9827167198\r\nCall me only interested persons', '290000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 12:34:41', '0000-00-00', 0),
  576. (66, '2017110681FE', 46, 73, 'FZS Bike', 'Bike is in excellent condition Ga 4 pa last tira ko ho. .All tax is clear and both tyres are also new. if anybody interested plz, call 9856072009 0r 9803832009', '72000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 12:36:32', '0000-00-00', 0),
  577. (67, '201711062D6F', 40, 74, 'RESTRO & BAR', 'POKHARA NEWROAD MA RAHEKO RESTRO & BAR BIKRIMA . SAMPARKO LAGI\r\n\r\n**\"*\"\"*MOBILE NO *\"\"\'***\"*****\"\"\r\n9806549549\r\n9806613866\r\n9825165879\r\nDANYABAD', '3200000', 36, 37, 'New Road', 1, 0, 0, 0, 0, '2017-11-06 12:39:39', '0000-00-00', 0),
  578. (68, '201711066D3A', 47, 75, 'Honda Dio', 'One hand Ho \r\nCondition gud \r\nBuyer can contact me \r\n9827185009', '65000', 36, 0, 'a', 1, 0, 0, 0, 0, '2017-11-06 12:49:39', '0000-00-00', 0),
  579. (69, '201711060F30', 46, 76, '45 lot pulsar 220f', '45 lot pulsar 220f bike, excellent condition..all tax cleared upto 2075..no need 2 repair..good mileage nd great pickup.. blue black color. interested people direct call/viber me 9841181143..Rs 125000 only.', '125000', 37, 38, 'Lalitpur', 1, 0, 0, 0, 0, '2017-11-06 12:54:34', '0000-00-00', 0),
  580. (72, '201711078145', 89, 9, 'Air elliptical ', 'Well condition ', '25000', 9, 5, 'Eklane bazar', 0, 0, 0, 0, 0, '2017-11-07 12:27:30', '0000-00-00', 0),
  581. (73, '20171108BDD2', 46, 72, 'Royal Enfield 350 classic', 'Out country jana pareko hunale urgent sale ma \r\nContact no.9827167198\r\nCall me only interested persons\r\n', '290000', 36, 39, 'pokhara', 1, 0, 0, 0, 0, '2017-11-08 11:51:24', '0000-00-00', 0),
  582. (74, '201711081102', 46, 78, 'r15', '9806898270', '1', 78, 40, 'chitwan', 1, 0, 0, 0, 0, '2017-11-08 11:59:31', '0000-00-00', 0),
  583. (75, '201711085EF9', 57, 79, 'Cannon 7D with Original Battry Grip', 'Emergency on Sale \r\nContact 9806668526 for more infromation .Thank u !', '600', 36, 0, 'pokhara', 1, 0, 0, 0, 0, '2017-11-08 12:09:16', '0000-00-00', 0),
  584. (76, '201711084D88', 46, 80, 'FZS Bike', 'Bike is in excellent condition Ga 4 pa last tira ko ho. .All tax is clear and both tyres are also new. if anybody interested plz, call 9856072009 0r 9803832009', '72000', 36, 0, 'pokhara', 1, 0, 0, 0, 0, '2017-11-08 12:15:48', '0000-00-00', 0),
  585. (77, '201711116DFA', 46, 81, 'Rs pulsar 200', 'Na 26 17000km run bike fresh cha kai problem caian\r\n', '260000', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2017-11-11 10:42:15', '0000-00-00', 0),
  586. (78, '201711112BB2', 47, 82, 'Dio scooty', 'Urgent sell New Scooty Only Running 7400 km \r\nContact: 9809232697', '135000', 78, 42, 'narayangarh', 1, 0, 0, 0, 0, '2017-11-11 10:48:54', '0000-00-00', 0),
  587. (79, '201711113ED1', 57, 83, 'camera', 'Cannon 70d .....three month used...contact num 9868288144', '400', 78, 43, 'bharatpur', 1, 0, 0, 0, 0, '2017-11-11 10:57:14', '0000-00-00', 0),
  588. (80, '20171111A261', 46, 84, 'Bike bullet', 'Bidesh janu pareko le ramro condition ko single handed bike bikrima (ga 12 pa 6867) contact no 9825114210\r\n', '430000', 36, 0, 'pokhara', 1, 0, 0, 0, 0, '2017-11-11 11:09:25', '0000-00-00', 0),
  589. (81, '20171114F833', 52, 86, 'Led ', 'Urgent sell', '1', 14, 44, 'Kshetrapur Chitwan', 1, 0, 0, 0, 0, '2017-11-14 14:52:31', '0000-00-00', 0),
  590. (82, '201711143FA0', 40, 87, 'Shop bikrima', 'Bedesh janu parne vayekale bikrima ', '1050000', 37, 45, 'A', 1, 0, 0, 0, 0, '2017-11-14 15:01:07', '0000-00-00', 0),
  591. (83, '201711156AE2', 43, 88, 'hohohohihho', 'kjnkjnkjnkjnkjnk', '890', 9, 46, 'new', 0, 0, 0, 0, 0, '2017-11-15 01:50:56', '0000-00-00', 0),
  592. (84, '2017111652C3', 46, 77, 'Suzuki Gixer', 'Good condition ', '190000', 9, 47, 'Dhamboji', 0, 0, 0, 0, 0, '2017-11-16 08:37:04', '0000-00-00', 0),
  593. (85, '201711190088', 60, 94, 'Iphone 4s 32gb', 'I want to sell or exchange with samsung mobile. for detail call at 9849260568.', '1', 37, 0, 'putalisadak', 1, 0, 0, 0, 0, '2017-11-19 13:37:39', '0000-00-00', 0),
  594. (86, '20171119DD4D', 57, 95, 'Digital camera', '8gb memory ..... contact number.. 9808772982\r\n', '5000', 37, 48, 'pepsicola', 1, 0, 0, 0, 0, '2017-11-19 13:42:23', '0000-00-00', 0),
  595. (87, '201711191C06', 57, 95, 'Digital camera', '8gb memory ..... contact number.. 9808772982\r\n', '5000', 37, 0, 'pepsicola', 1, 1, 0, 0, 0, '2017-11-19 14:25:46', '0000-00-00', 0),
  596. (88, '2017111903B9', 60, 94, 'Iphone 4s 32gb', 'I want to sell or exchange with samsung mobile. for detail call at 9849260568.\r\n', '1', 37, 0, 'putalisadak', 1, 0, 0, 0, 0, '2017-11-19 14:32:28', '0000-00-00', 0),
  597. (89, '201711190AF2', 60, 96, 'MI A1 (64GB) FRESH CONDITION', '12/5mp camera \r\n64gb internal memory \r\n4gb ram \r\n10days check time \r\nBill will be provided \r\nCall me 9841270365', '22000', 37, 49, 'biswojoyti mall', 1, 0, 0, 0, 0, '2017-11-19 14:36:14', '0000-00-00', 0),
  598. (90, '20171119F8A3', 46, 35, '44 lot Pulsor 150cc', 'Call : 9851099315\r\nFresh Condition , Single Handed used\r\nKharcha khi xaina\r\nOnly serious buyer can call me\r\n', '89000', 37, 19, 'Bike and Scooty HUB', 1, 0, 0, 0, 0, '2017-11-19 14:41:00', '0000-00-00', 0),
  599. (91, '201711192E7F', 106, 97, 'LABRADOR PUPPIES FOR SALE', 'Call 9860673710', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 14:46:06', '0000-00-00', 0),
  600. (92, '20171119732D', 40, 98, 'HOUSE SELL IN KAPAN TENJING CHOK', '??? ??????? ??? ???? ? ??? ? ?????? ??? ????????????? ????? ??? ?? ?????? ???? ?????? ???????? ????? ??????? ????? ???? ????\r\n\r\n???? ????? ....? ???? ?? ??? \r\n???? .... ? ??? ? ????\r\n??? ...... ? ( ? ????? , ? ????? , ? ??????)\r\n????????....?(? ??? ?', '14000000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 14:57:57', '0000-00-00', 0),
  601. (93, '20171119BF48', 60, 17, 'Samsung galaxy j2', 'set fresh xa .not any scratch.not any internal problam..bill provided.7 days check time from my shop..serious buyer not cmnt direct call me-9813000411 /9845523686', '6500', 37, 50, 'newroad', 1, 0, 0, 0, 0, '2017-11-19 15:02:08', '0000-00-00', 0),
  602. (94, '20171119F4D4', 60, 94, 'Iphone 4s 32gb', 'I want to sell or exchange with samsung mobile. for detail call at 9849260568.\r\n', '6000', 37, 0, 'putalisadak', 1, 0, 0, 0, 0, '2017-11-19 15:07:01', '0000-00-00', 0),
  603. (95, '201711191334', 60, 99, 'Manoj Basnet 23 hrs Sony xperia z5 premium dual 32 gb storage 3 gb ram in great condition', 'Bid your price\r\n9818525956', '355', 37, 51, 'budhanilkantha', 1, 0, 0, 0, 0, '2017-11-19 15:10:59', '0000-00-00', 0),
  604. (96, '20171119EEB6', 46, 100, 'Fzs 52 lot on sale', '-fully fersh.\r\n-1rs pani kharcha chhaina.\r\n-25000km run.\r\n-not even single scratch.\r\n-dami pickup .\r\n_kei prblm chhaina\r\n#onehandbike.\r\n9843258093', '103000', 37, 0, 'ktm', 1, 1, 0, 0, 0, '2017-11-19 15:15:56', '0000-00-00', 0),
  605. (97, '20171119B6D9', 48, 101, 'RAINBOW Cycle aalu ko Dam ma', 'Cycle is 6 months old\r\nNo gears\r\nDouble disbrake\r\nTyres both Are in good condition\r\nAnd shock\r\nSafety bell\r\nSingle break \r\nYesko paidal Bigreko xa ra paxadi Ko fidball fernu parxa so \r\nEverything is fine except Paidal and fidball\r\nContact 9863786560', '2500', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 15:19:43', '0000-00-00', 0),
  606. (98, '201711194C2B', 40, 102, 'house', '7_Ana\'s land on Good location, contact _ 9851029823', '32500000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 15:23:42', '0000-00-00', 0),
  607. (99, '20171119FF3C', 60, 31, 'redmi note 4 (4/64)', '\r\nlike new condition...no exchange....fixed price call me @ 9823830990', '16000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 15:26:59', '0000-00-00', 0),
  608. (100, '2017111983BB', 57, 103, 'camera', 'Sony nex 5 \r\n?? youtube ?? sony nex 5 type garera feature ????? ?????? ? \r\n16gb sd \r\n2 batries \r\nCharger\r\nLens \r\nIncloud fresh ? ? \r\nPrice 32k ?? ?? ????? call soon 9844398817', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 15:30:26', '0000-00-00', 0),
  609. (101, '201711191543', 47, 104, 'Yamaha zr 76lot fresh condition', 'Scuty is Fresh condition\r\nNo any mentinence \r\nNo any problem\r\nOnly 5000km run \r\nScuty is one hand use \r\nSerious byer only direct call me 9843440241/9813944300\r\nPlease dont coment', '140999', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-11-19 15:34:10', '0000-00-00', 0),
  610. (102, '20171119580E', 66, 105, 'TV rack', 'Tv rack on sale!!\r\nRs 3000\r\nContact no 9815132187\r\n', '3000', 36, 52, 'pk', 1, 0, 0, 0, 0, '2017-11-19 15:39:39', '0000-00-00', 0),
  611. (103, '2017112067DE', 42, 106, 'Volkswagen Polo', 'Volkswagen Polo 1.6\r\nModel: 2016\r\nBrand new..No scratch no accident purchased only before 7 months. \r\nCall : 9856003600', '2900000', 36, 53, 'Pkr', 1, 0, 0, 0, 0, '2017-11-20 06:45:53', '0000-00-00', 0),
  612. (104, '201711207EAC', 60, 107, 'MI Note 4', 'Urgent sales no any skrech fresh conditions and 3Gb ram finger sensors also 13mp camera bty capacity 4100mah 32gb internal storage 8dayz check times also if you interest then direct call me ', '15500', 37, 54, 'Tamrakar Mobile Complex New Road', 1, 0, 0, 0, 0, '2017-11-20 06:52:10', '0000-00-00', 0),
  613. (105, '201711205CB4', 60, 52, 'IPhone 7 brand new 32GB 1 yr warranty', 'call directly (Fully unlocked) its a brandnew iphone7 sent from Australia just 1day ago. in beautiful rosegold/white color. Not a single scratch nor any defect.you can see the orginal photos below. Not used even for 1hour. I have my own iphone7 Plus ', '48000', 12, 55, 'A', 1, 0, 0, 0, 0, '2017-11-20 06:56:44', '0000-00-00', 0),
  614. (106, '20171120EE23', 103, 62, 'Hair fixing nepal', '9816305901=imo vibar whatspp ', '20000', 36, 56, '1', 1, 0, 0, 0, 0, '2017-11-20 07:03:22', '0000-00-00', 0),
  615. (107, '20171120218B', 68, 108, 'Rolex Automatic watch ', 'Water resistant, scratch resistant,1year battery warranty.\r\nDelivery also available inside the \r\nFor order plz Viber and call 9801003557', '4499', 37, 57, '1', 1, 0, 0, 0, 0, '2017-11-20 08:00:17', '0000-00-00', 0),
  616. (108, '20171120DBC6', 60, 109, 'IPhone 6 plus 64gb with box', 'Iphone 6plus 64gb Golden colour sabai perfect xa kunai sano pani problem xaina \r\nFactory unlock ho \r\nSell or exchange with same ranges phone Samsung iphone \r\nMy no.9818815643 plz call me after 12pm or viber me anytime or inbox me\r\nPrice is fixed', '38000', 37, 0, '1', 1, 0, 0, 0, 0, '2017-11-20 08:04:40', '0000-00-00', 0),
  617. (109, '20171120FF68', 48, 110, 'Activ Cycle', 'Fix price contact me 9811516061 cycle good condition need money so sell', '7000', 37, 58, '2', 1, 0, 0, 0, 0, '2017-11-20 08:09:03', '0000-00-00', 0),
  618. (110, '201711200362', 60, 111, 'Used moto mobile on sale', 'Contact 9840425334\r\nMoto : \r\nMoto E3 Power @ Rs. 8,500.\r\nMoto G4 Plus 32GB @ Rs. 12,000.\r\nMoto E4 Plus 32GB @ Rs. 14,000.\r\nMoto X Stylus 32GB @ Rs. 16,000.\r\nMoto G5 Plus 32GB @ Rs. 18,000.\r\nMoto Z P', '0', 37, 0, 'New Road', 1, 0, 0, 0, 0, '2017-11-20 08:13:11', '0000-00-00', 0),
  619. (111, '2017112013E8', 63, 112, 'Wedding Sofa Karkhana', 'High quality foam and wood\r\nComfortable seat and nice looks\r\nContact no. 9869074305 \r\nLocation gangabu,teaching hospital paxadi, and balaju new bajar', '0', 37, 59, 'Balaju', 1, 0, 0, 0, 0, '2017-11-20 08:16:25', '0000-00-00', 0),
  620. (112, '20171120F740', 85, 113, 'Job, Vacancy Announcement fot Youth Person ', 'VACANCY ANNOUNCEMENT FOR YOUTH PERSONS. (Freshers are warmly welcome.) 01-4111714\r\nOfficial job as a post of C.S.R. (100% GUARANTEED) \r\nMinimum Qualification: S.L.C/ TEST or above.\r\nDuty : Phone Call handling\r\nPost : C.S.R (Customer Service Represent', '0', 37, 0, '1', 1, 0, 0, 0, 0, '2017-11-20 08:21:49', '0000-00-00', 0),
  621. (113, '20171120AEDB', 46, 114, 'Motrec 125cc', 'Bike fresh chh 1 month matra bhayo paisa.ko urgent bhayakakoo bhayar bechanu lako', '310000', 37, 0, '1', 1, 0, 0, 0, 0, '2017-11-20 08:28:42', '0000-00-00', 0),
  622. (114, '20171120B939', 47, 115, 'Honda Dio 43 Lot ', '2000km running Single hand tex74/75 samma ko chukta Call 9823560512', '65000', 37, 60, 'Patan', 1, 0, 0, 0, 0, '2017-11-20 08:38:22', '0000-00-00', 0),
  623. (115, '20171120B627', 46, 116, '37lot unicorn', 'Sabb fyn xa.. Kei maintenance xaina juss side maa tanki halka kuchcheko xa.. Tax clear upto75... 9860763900', '65000', 37, 61, 'tinkune', 1, 0, 0, 0, 0, '2017-11-20 15:11:19', '0000-00-00', 0),
  624. (116, '201711201B50', 60, 117, 'Letv 1s (3GB, 32GB) brand new condition', 'No any defect brand new condition serious buyer call 9818225541\r\nCome with phone only..\r\nFiced price..\r\nFast fingerprint sensor...', '11000', 37, 0, 'patan', 1, 0, 0, 0, 0, '2017-11-20 15:15:14', '0000-00-00', 0),
  625. (117, '201711207FE6', 68, 118, 'Laptop Bags', 'Sterling Laptop Bags\r\nOffer Sale\r\nRs.499/-\r\nGet it from here: http://www.pulsebest.com/sterling-laptop-back…/pid_113857125\r\nFor More Details Contact: 8667818675 / 9884976548...', '499', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-20 15:19:46', '0000-00-00', 0),
  626. (118, '20171120F430', 50, 119, 'acer laptop', 'Windows 8.1 Hard disk 5000 all works r fine ,good candication no any problems original charger available ex also with high reng phone if u intersteted call me \r\nContact:9808907608', '15000', 37, 62, 'newbaneshwor', 1, 0, 0, 0, 0, '2017-11-20 15:23:26', '0000-00-00', 0),
  627. (119, '2017112058F2', 46, 120, '44lot honda unicorn fresh condition urgent sell', 'Golden chance please dont miss\r\nOnly 2 days offfffffeeeeeeerrrrrr\r\nHello guys i have a Honda unicorn 44lot bike is in exculent condition no any problem no any small scratch no need to any mentinence only 23000km run inside valley office to home recen', '89999', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-20 15:30:10', '0000-00-00', 0),
  628. (120, '201711204A89', 46, 35, '43 lot Pulsor 180', 'Call : 9851099315\r\nFresh Condition ma xa\r\nKharcha khi pani xaina\r\nSerious buyer can call me\r\n', '83000', 37, 19, 'Bike and Scooty HUB', 1, 0, 0, 0, 0, '2017-11-20 15:36:48', '0000-00-00', 0),
  629. (121, '20171120704C', 60, 121, 'Iphone 6 64 go sale or exc', 'Fresh xa no any pro .full unlock. ..64gb ..iso .11.1.1....great battery backup great camera...silver color ..mb only ..fast finger print ..exc with any set cal me 9817815665..\r\n', '31500', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-20 15:42:43', '0000-00-00', 0),
  630. (122, '20171120FC49', 46, 114, 'New brnd', 'Bike fresh chh 1 month matra bhayo paisa.ko urgent bhayakakoo bhayar bechanu lako \r\ncont no 9818035874 ...\r\n', '10000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-20 15:46:30', '0000-00-00', 0),
  631. (123, '201711215AC6', 60, 122, 'LG V10 Dual 64 GB/4 GB Ram Brand New Box Packed', 'Call me 9823209963\r\nits brand new box packed LG V10 dual 64 gb/4 GB Ram with box and all accessories..unused set imported frm abroad..\r\n5.7 inch Quad hd 515 ppi high resolution display\r\n4 gb ram with snapdragon 808 hexa core processor\r\n64 gb internal', '24999', 37, 63, 'old baneshwor', 1, 1, 0, 0, 0, '2017-11-21 14:44:25', '0000-00-00', 0),
  632. (124, '20171121176E', 50, 123, 'Hp I5 laptop', 'Hp Elitebook 250p\r\nCore I5 processor\r\n4gb ram\r\n320 gb hardisk\r\n13\" display\r\nFinger print\r\n2-3 hour battery backup\r\ncall me.9851242333 viber/imo\r\n', '1', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-21 14:53:09', '0000-00-00', 0),
  633. (125, '2017112180D3', 68, 48, 'SUPA FLEECE', 'SUPA FLEECE POLAR JACKET\r\nRs. 1050/- Only\r\nPlz Inbox Us To Order, \r\nOr, Contact Us at .. 9861561088\r\n', '1050', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-21 14:58:43', '0000-00-00', 0),
  634. (126, '20171121080E', 47, 124, 'Itally company ko ho 125 cc ko 50% off company price 410000', 'no screach every things is good \r\ncont 9851103722 \r\nurgent urgent urgent', '1', 37, 0, 'KTM', 1, 1, 0, 0, 0, '2017-11-21 15:02:47', '0000-00-00', 0),
  635. (127, '201711214303', 50, 125, 'MSI Laptop', 'It\'s urgent. ..\r\nProceser: Dual core\r\n2 gb ram \r\nfinger print scanner\r\nAll good condition\r\nComes with original charger and Web cam camera\r\nBattery back up 4/5 hours. ..\r\nAnyone interested call me 9861611227 or inbox me', '16000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-11-21 15:08:03', '0000-00-00', 0),
  636. (128, '20171121B5A4', 46, 126, 'Bike', 'Bike Ramro Condition Ma Xa\r\nNaya Tyre Naya Battery \r\nWell Maintained Fresh \r\nUrgent Sell \r\nContact Number 9860124131\r\nOr inbox me', '75000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-11-21 15:12:52', '0000-00-00', 0),
  637. (129, '20171121E58A', 57, 127, 'Canod Rebel XT DSLR', 'Canon Rebel Xt dslr with 18-55 and 70-300 lense \r\ncontact 9845028213\r\n', '35000', 43, 64, 'hetauda', 1, 0, 0, 0, 0, '2017-11-21 15:16:08', '0000-00-00', 0),
  638. (130, '2017112129B9', 68, 128, 'Duloz orginal Watch water proof 1 year warranty', 'Great gift for your bf\r\nCall:9861571012', '1', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-21 15:19:53', '0000-00-00', 0),
  639. (131, '201711227592', 46, 129, 'Duke 200', 'Bike fresh xa \r\nEngine sab thik xa\r\nScratch kai pani xina like showroom bike\r\nIf u wnt contact or inbox me \r\n9860365847\r\n9845985393\r\n', '395000', 37, 65, 'kalanki', 1, 1, 0, 0, 0, '2017-11-22 15:16:52', '0000-00-00', 0),
  640. (132, '201711228A3A', 46, 130, 'Duke bike', 'Urgent sell\r\n69 lot \r\n12k km\r\nContact no 9818758358\r\n', '310000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-22 15:20:38', '0000-00-00', 0),
  641. (133, '201711227142', 46, 131, 'Second-hand bike & Scootys just likenew condition', 'Fine outlooks\r\nFine engine\r\nEasy to start\r\nPowerful pickup\r\nWell maintained\r\nCallme 9813222023,9841705799', '1', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-22 15:27:06', '0000-00-00', 0),
  642. (134, '201711220F17', 46, 132, 'r15 v1', 'half engine banaunuparcha 7/8 hajar kharcha huncha aru sub new feray ko clutch plate brake shoe tyire 90/130 size ko running condition ko bike ekdam cheap price ma hurry up price ale kati ghatai dimla... tax all clear 40 lot milage 45 around km 65000', '95000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-22 15:33:16', '0000-00-00', 0),
  643. (135, '20171122E3B8', 68, 133, '5 in 1 magnetic sunglasses', 'Cash on delivery in Kathmandu valley..no delivery charge..call at 9808875957', '1000', 37, 0, 'KTM', 1, 1, 0, 0, 0, '2017-11-22 15:36:51', '0000-00-00', 0),
  644. (136, '201711224EA7', 46, 134, 'R15v2', 'Exchange wid ns ;rs apache200 above 80 lot .aru information ko lagi directly call me 9818593022\r\n', '280000', 37, 0, 'KTM', 1, 0, 0, 0, 0, '2017-11-22 15:41:03', '0000-00-00', 0),
  645. (137, '201711234ED2', 57, 135, 'Brand New Canon Eos 750D Dslr camera', 'Brand New Canon Eos 750D Dslr camera\r\nItems available after unboxing:\r\nItems available inside canon 750D box\r\n1) DSLR camera-750D\r\n2) lens - EF s18-55mm\r\n3) canon strap \r\n4) memory card-16GB (Sony Class 10, 94Mbps)\r\n5) battery & charger\r\n6) USB cable', '85000', 36, 29, 'Lakeside', 1, 0, 0, 0, 0, '2017-11-23 15:08:06', '0000-00-00', 0),
  646. (138, '20171123BEBF', 46, 136, 'Crossfire', 'Ga 11 pa\r\n2016 model\r\nContact no 9819144511\r\n', '1', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:12:25', '0000-00-00', 0),
  647. (139, '201711230858', 60, 137, 'Ipad mini', 'Like new ipad mini on sale.\r\nNo problem.\r\nSabai thik chalxa.battery backuo is awesome.\r\nWifi device ho.\r\n10 inch display.\r\nSabai button chalxa.\r\nNo lock..everything is unlocked.\r\nInterested can msg or viber me.\r\nExchange is also availabke for similar', '30000', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:15:15', '0000-00-00', 0),
  648. (140, '20171123D942', 40, 138, 'RESTRO & BAR', 'POKHARA NEWROAD MA RAHEKO RESTRO & BAR BIKRIMA . SAMPARKO LAGI\r\n**\"*\"\"*MOBILE NO *\"\"\'***\"*****\"\"\r\n9806549549\r\n9806613866\r\n9825165879\r\nDANYABAD', '3200000', 36, 66, 'newroad', 1, 1, 0, 0, 0, '2017-11-23 15:20:05', '0000-00-00', 0),
  649. (141, '20171123175D', 47, 139, 'Vespa', 'Fresh engine, Excellent condition, Tax clear . If u r interested then plz contact me 9816673600/9826139555.', '240000', 36, 0, 'pkr', 1, 1, 0, 0, 0, '2017-11-23 15:22:37', '0000-00-00', 0),
  650. (142, '20171123618C', 42, 140, 'Car', 'Hundai Getz\r\nmodel-2009\r\ncondition:Very Good\r\nKilometer running: 33945km\r\ncontact:9846024649,9817187434\r\n', '1225000', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:25:54', '0000-00-00', 0),
  651. (143, '201711230DBC', 46, 141, '220 pulsar', '2017 model n 13 lot good n fresh condition\r\n', '250000', 36, 67, 'syangja', 1, 0, 0, 0, 0, '2017-11-23 15:32:16', '0000-00-00', 0),
  652. (144, '20171123CFAA', 41, 142, 'Flat in rent', 'Tv room and kitcheen attachment \r\n2 bed room\r\n1 toilent\r\nLocation:lekhnath,powerhouse\r\nIf u r comment below:\r\nContract ph no:9846027220.\r\n', '10000', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:35:52', '0000-00-00', 0),
  653. (145, '201711231EF4', 68, 143, 'clothing store', 'If anyone interested thn plz contact 9815134463.\r\n', '1200000', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:40:46', '0000-00-00', 0),
  654. (146, '201711235994', 42, 144, 'Car', '9855060879\r\n', '649000', 78, 0, 'chitwan', 1, 0, 0, 0, 0, '2017-11-23 15:45:07', '0000-00-00', 0),
  655. (147, '201711231981', 47, 53, 'scooty', 'ekda ramro cundeson vaeko ra kehi samaseya lea garda Bech na lageko ho kasai lai manprema please contact...09824165089..\r\n', '70000', 36, 0, 'pkr', 1, 0, 0, 0, 0, '2017-11-23 15:50:50', '0000-00-00', 0),
  656. (148, '201711248A19', 60, 1, 'सैमसंग मोबाइल फ़ोन बेचना है जल्दी से जल्दी मात्रा 7500', 'सैमसंग मोबाइल फ़ोन बेचना है जल्दी से जल्दी मात्रा 7500 में नया है ज्यादा इस्तेमाल नहीं हुआ है ', '7500', 37, 68, 'thamel', 1, 0, 0, 0, 0, '2017-11-24 11:52:13', '0000-00-00', 0),
  657. (149, '2017112465B6', 46, 1, 'पलसर', 'पलसर150सीसी ', '25000', 37, 69, 'Lucknow', 1, 0, 0, 0, 0, '2017-11-24 12:05:08', '0000-00-00', 0),
  658. (150, '2017113007DD', 71, 145, 'Online Jobs in India - without any investment', 'Are You Looking for Home-Based Online Jobs? Are You a Student, Housewife, jobseeker ? Just Work 1 to 2 Hours daily at own Free Time. Get Guaranteed Monthly Payments. Here is the best Guide for Online jobs. http://www.dataentrycareer.com\r\nDATA0006482 ', '0', 8, 70, 'bajura', 0, 0, 0, 0, 0, '2017-11-30 10:22:46', '0000-00-00', 0),
  659. (151, '20171130373C', 71, 146, 'Online Jobs in India - without any investment', 'Are You Looking for Home-Based Online Jobs? Are You a Student, Housewife, jobseeker ? Just Work 1 to 2 Hours daily at own Free Time. Get Guaranteed Monthly Payments. Here is the best Guide for Online jobs. http://www.dataentrycareer.com\r\nDATA0006482 ', '0', 8, 0, 'bajura', 0, 0, 0, 0, 0, '2017-11-30 10:23:39', '0000-00-00', 0),
  660. (152, '20171205DAE3', 71, 148, 'online Copy Paste Jobs - Work form Home at your Free time', '1. You Can work from Home, Office , college, Anywhere @ your own timings. 2. No need to work daily, You can also work in weekends. 3. 100% Guaranteed Monthly Payments. 4. You can see your Work, Earnings and Payments status 24X7. 5. Payment will be ma', '12000', 0, 71, '', 0, 0, 0, 0, 0, '2017-12-05 10:47:27', '0000-00-00', 0),
  661. (153, '20171211E8AE', 90, 149, 'Very old coin of ram sita with hanuman', 'Ram sita hanuman 1818 very old coin.call 9801025584 if interested.', '300000', 79, 72, '1', 1, 0, 0, 0, 0, '2017-12-11 06:23:00', '0000-00-00', 0),
  662. (154, '20171211830F', 46, 150, 'VR Bike', '7 lot VR on sell serious buyer call 9806733612', '160000', 36, 0, 'Birauta', 1, 0, 0, 0, 0, '2017-12-11 06:26:18', '0000-00-00', 0),
  663. (155, '201712114497', 46, 151, 'Puslar 180 at 90k', 'Fresh condition bike puslar 180 gray . Lot 6 antim antim ko . Tax is clear ..wanna purchase another one so selling it .price is negotaiable .. contact on 9805852332 . Come and visit once.', '90000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 06:29:19', '0000-00-00', 0),
  664. (156, '201712117426', 46, 152, 'Pulsar 220cc flame', '2015 model\r\nGa 11 Pa 6646\r\n17195 km till today\r\nGovernment tax is paid till next yr\r\nFull servicing is just done last month \r\nPrice is notiable a bit\r\nInterested can contact 9827161409\r\nUrgent sale', '190000', 80, 73, 'ShuklaGandaki ', 1, 0, 0, 0, 0, '2017-12-11 06:42:47', '0000-00-00', 0),
  665. (157, '201712117449', 57, 153, 'Nikon camera lens sigma 70-300mm ', 'Very Good Condition Nikon camera lens sigma 70-300mm ', '11000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:22:38', '0000-00-00', 0),
  666. (158, '2017121136CA', 60, 154, 'I phone 6s 16 gb (sell or exchange with same range phone like s6 edge plus or s7edge)', 'Brand new condition just 2.5months used\r\nFull factory unlocked\r\nInterested can inbox me or can dial on 9825168686.\r\nFix price no bargain.\r\nExchange with s6 edge plus or s7 edge is first priority.', '35499', 37, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:28:21', '0000-00-00', 0),
  667. (159, '20171211D49E', 62, 155, '3D custom mobile phone sticker design', '(3D custom mobile phone sticker design) \r\nनेपालमै पहिलो पटक आफुले चाहेको photo sticker आफ्नो मोबाइल वा कभर मा यसरी राख्नुहोस् ल \r\nRESHAM MOBILE ACCESSORIES \r\nDelevery all over nepal', '1000', 36, 74, 'Lekhnath ', 1, 0, 0, 0, 0, '2017-12-11 07:34:36', '0000-00-00', 0),
  668. (160, '20171211F63F', 46, 156, 'Hyper sport DSR bike', 'It\'s 10 months running fresh bike . Only 10 months has been used new bike and so fresh .if u need bike call this number 9846350258', '3500000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:38:10', '0000-00-00', 0),
  669. (161, '20171211CBF9', 46, 157, 'FZS bike', 'Its in good condition \r\nIf u want please contract on this number 9844795864', '110000', 79, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:46:08', '0000-00-00', 0),
  670. (162, '20171211BD06', 50, 158, 'Laptop', 'dell i3 ( 4GB RAM , 500 GB HDD) Silver colour ', '28000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:49:18', '0000-00-00', 0),
  671. (163, '20171211F001', 42, 159, 'Tata Indica Car', '2011 Model Tata indica Car Diesel engine', '850000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:52:43', '0000-00-00', 0),
  672. (164, '201712110378', 47, 137, 'Electric scooter on sale', 'Electric scooter ahthawa battery bata chakna scooter.\r\nCondition sabai ramro xa.\r\nKei bigrako xaina.\r\nSingle hand ho.\r\nEkdamai ramro xa ane double load pani ramro tanxa.\r\nFull Battery charge lay 30 to 40 km samma dinxa.\r\nLicense chahedaina,tax tirna ', '85000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 07:58:08', '0000-00-00', 0),
  673. (165, '201712117E56', 40, 160, 'घर बिक्रिमा House for Sale', 'पोखरा,लेखनाथ-२९ (तालचोक, धर्मकांटा नजिक ) रहेको १ तले सबै व्यवस्था भएको भूकम्प प्रतिरोधात्मक (नयां तरिका को+ साढे २ तला को नक्सा बनिसकेको ) घर बिक्री मा छ ।\r\nरूमहरू - ४ ओटा + भित्रि र बाहिरी टोईलेट बाथरूम + बाहिरी स्टोररूम)\r\nअन्य - गार्डेन / सागसब्ज़', '17000000', 36, 75, 'TalChowk Lekhnath', 1, 0, 0, 0, 0, '2017-12-11 08:18:16', '0000-00-00', 0),
  674. (166, '20171211EB83', 60, 161, 'Samsung galaxy grand neo plus set', 'set fresh xa. Kei defect xaina. \r\nPrice negotiable. \r\nOnly serious buyers call me', '12000', 79, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 08:26:03', '0000-00-00', 0),
  675. (167, '20171211900C', 46, 162, 'Royal Enfield Bullet', '2015model bullet \r\nBike yekdam fresh xa\r\n2075samma tax ni clear cha', '330000', 36, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 11:53:51', '0000-00-00', 0),
  676. (168, '2017121193A2', 69, 163, 'Bag', 'To order ☎️ Call / Viber us at 9851151342/9808358230 or Inbox for order.\r\nDelivery ', '25', 37, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 12:36:47', '0000-00-00', 0),
  677. (169, '20171211995F', 46, 164, 'Bike NS200 model 2016', '14000 km ns 200 ko 26 pa ithari cn 9810582264', '220000', 37, 0, '1', 1, 0, 0, 0, 0, '2017-12-11 12:42:17', '0000-00-00', 0),
  678. (170, '20171211B454', 46, 165, '390 Duke ', '16 model\r\nGa 12 lot\r\n390 duke for sale', '400000', 81, 76, 'Ranipauwa', 1, 0, 0, 0, 0, '2017-12-11 12:56:00', '0000-00-00', 0),
  679. (171, '201712128031', 60, 166, 'oppo nd xiomee', '9818788509\r\nmi 5s 25000\r\noppo f3 plus 29000\r\n', '1234', 37, 0, 'newroad', 1, 0, 0, 0, 0, '2017-12-12 09:33:20', '0000-00-00', 0),
  680. (172, '201712120BE5', 60, 52, 'iPhone6 32gb Brandnew 1year warranty', 'call directly at 9841468652 \r\n(Fully unlocked) its a brandnew iphone6 sent from Australia just 1day ago. in beautiful spacegrey/black color. Not a single scratch nor any defect.you can see the orginal photos below. Not used even for 1hour. I have my ', '28000', 12, 25, 'bhaktapur', 1, 0, 0, 0, 0, '2017-12-12 09:39:09', '0000-00-00', 0),
  681. (173, '20171212FE6D', 46, 167, 'Pulsar 220 65 lot', 'bike ni condition 21k running intrested person can call or viver (9818148207)', '145000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-12-12 09:41:35', '0000-00-00', 0),
  682. (174, '2017121256F1', 42, 168, 'Land Rover 2008 (Freelander 2) on Sale', 'Single handled, excellent condition, well-maintained Land Rover 2008 Freelander 2 HSE TD4 model on Sale. Interest person can contact to Prashant (9841-889725).\r\nPrice (Rs. 74,50,000)\r\nPrice Negotiable: Yes\r\nType: Jeep / SUV\r\nMake Year: 2008\r\nKilomete', '7450000', 37, 77, 'nayabazaar', 1, 0, 0, 0, 0, '2017-12-12 10:10:26', '0000-00-00', 0),
  683. (175, '201712123300', 60, 169, 'Moto e3 power', 'Few time used but fresh mobile\r\n2gb ram 16gb internal interested buyer call me. 9808607074\r\nFix price', '8000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-12 10:14:55', '0000-00-00', 0),
  684. (176, '201712124F7F', 50, 170, 'Dell laptop', 'Dell laptop fresh xa \r\n500gb hd\r\n4gb ram \r\nIntrested can directly call me @9869160202', '20000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-12 10:18:39', '0000-00-00', 0),
  685. (177, '2017121270FE', 47, 171, 'Fresh dio sale or exchange', 'Fresh xa scoty ladies lee chalauni scoty ho.only 29000 km running.both tyre nai fresh xa.tax sabai clear xa interest people can call or viber me 9808394068\r\n', '67000', 37, 78, 'shoyambhu', 1, 0, 0, 0, 0, '2017-12-12 10:22:18', '0000-00-00', 0),
  686. (178, '20171212F090', 46, 172, '32lot black color fzs urgent sell very low rate ma 59thu', 'Byk ko condation ramro 6 line vaya matra call garnu hola post ma msg nagarnus tesko rep hodaina tax clear gara dinchu no bargaining no coment direct call me fix price 9813722193\r\n', '59000', 12, 79, 'pepsicola', 1, 0, 0, 0, 0, '2017-12-12 10:30:04', '0000-00-00', 0),
  687. (179, '201712124784', 46, 35, '82 lot 220F No single scratch', 'Call : 9851099315\r\nFresh Condition like brand new\r\nNo single scratch , single Handed used\r\nSerious buyer can call me \r\nExchange also available', '224000', 37, 80, 'bike and scooter hub', 1, 0, 0, 0, 0, '2017-12-12 10:34:19', '0000-00-00', 0),
  688. (180, '2017121267FA', 46, 167, 'Royal enfiled 350', '67 lot only 13000 km runniing intrested can contact me (9818148207) tax clear upto 2075 chaitra. bahira jana parekole matra bechna lageko.bike in good condition new tyre new battery new everything', '350000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-12-12 10:40:33', '0000-00-00', 0),
  689. (181, '20171212EDCB', 46, 173, 'Yamaha r15 v2', '25000km run bike singal hand ho fresh xa 2015 model ko ho.\r\nIf intrested direct call 9821838579', '160000', 12, 81, 'bhaktpur', 1, 0, 0, 0, 0, '2017-12-12 10:44:29', '0000-00-00', 0),
  690. (182, '2017121271A2', 60, 174, 'Vivo v5s', 'Fix price\r\n4gb ram 64 internal\r\nSet only\r\n10 days check time\r\nCall-9861021664', '18999', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-12 10:50:46', '0000-00-00', 0),
  691. (183, '201712137B7F', 40, 98, 'ARJENT ARJENT ARJENT.....HOUSE SELL IN SATDOBATO HATTIBAN', 'लिटिल एन्जल स्कुल , I.J पाइनिएर स्कुल , जेम्स स्कुल , सुमेरु हस्पिटल , नेपाल क्यान्सर हस्पिटल , सम्पुर्ण दृष्टिकोण बाट सुबिधा सम्मपन्न आधुनिक घर बिकृमा ।।। कृपया नलिनेले वाइयत कमेन्ट नगर्नु होला लिने ले मात्र सम्पर्क गर्नु होला --- ९८००८१३६८०/9800813', '24000000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 10:02:41', '0000-00-00', 0),
  692. (184, '20171213DBFC', 46, 175, 'R15s urgent sale', 'Ba 74 lot. 2016 model. 16200km run. Plz contact 9843319793', '210000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 10:15:40', '0000-00-00', 0),
  693. (185, '201712136807', 46, 176, '84 lot dominar for sale 5000km run', 'Call me for details 9801000603\r\n', '360000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 11:20:05', '0000-00-00', 0),
  694. (186, '20171213851F', 60, 177, 'Mi note 3', 'imei matching box..3/32 ram rom..4000 mah battery...selk or exchange urgent..fix price..call or inbox 9813857981', '13500', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 12:25:39', '0000-00-00', 0),
  695. (187, '201712139897', 46, 178, 'R15 Black', 'New fresh n condation ko byk \r\nFor sell (lot 48)\r\nIf u interested cl me 9863790702\r\n9841726574\r\n', '130', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 12:28:21', '0000-00-00', 0);
  696. INSERT INTO `oc_listing` (`id`, `code`, `category`, `user_id`, `title`, `description`, `price`, `city_id`, `area_id`, `area_name`, `status`, `feature`, `sponsor`, `views`, `block`, `created`, `f_expiry`, `new_list`) VALUES
  697. (188, '20171213F3BF', 60, 179, 'VIVO V7 PLUS (64GB)BRAND NEW CONDITION', '16/24mp camera \r\n64gb internal memory \r\n4gb ram \r\n10days check time \r\nBill will be provided \r\nCall me 9841270365', '26500', 37, 82, 'vishwojoyti mall', 1, 0, 0, 0, 0, '2017-12-13 12:31:32', '0000-00-00', 0),
  698. (189, '20171213882D', 60, 180, 'Galaxy s8', 'GALAXY S8 TOUCH CRACK XA BT WORK FINE \r\nKhalli touch CRC xa aru kei xn\r\nCall me 9861662050\r\n', '30000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 12:34:49', '0000-00-00', 0),
  699. (190, '201712131451', 106, 181, 'Gog', '3 months male spitz puppy 9840071569', '123', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 12:42:25', '0000-00-00', 0),
  700. (191, '20171213F8EA', 60, 182, 'Samsung A5 on exchange/sale', 'camera very gud cha 13mp\r\n16/2 gb\r\nmetel slim body\r\nmobile gud condition ma xa \r\nekchoti pani banako xina\r\nSamsung flaship phone\r\n', '10999', 37, 83, 'gangabu', 1, 0, 0, 0, 0, '2017-12-13 12:45:55', '0000-00-00', 0),
  701. (192, '201712138F60', 68, 183, 'Electronics Gadgets', 'Electronics Gadgets\r\nOPENING SALE OFFER!!!\r\nSale Flat 30% Offer\r\nAddress: Ghattekulo chowk next to Sagar dairy( way to Pipalbot. Or 5min walk from Anamnagar, Maitidevi, Dillibazar and Putalisadak).\r\nContact us at 9815658205, or inbox us for more deta', '30', 37, 84, 'ghattekulo', 1, 0, 0, 0, 0, '2017-12-13 12:52:23', '0000-00-00', 0),
  702. (193, '20171213C081', 60, 184, 'Samsung A9 pro 4gb 32gb 5000mah', 'Comes with all its accesorries and 1 year warranty bill from our store..\r\nFor more info call 9813951819 or viber at 9860305121', '30000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-12-13 12:55:44', '0000-00-00', 0),
  703. (194, '20171213B1EF', 60, 96, 'SAMSUNG GALAXY J7 MAX (4GB RAM) BRAND NEW CONDITION', '13/13mp camera \r\n32gb internal memory \r\n4gb ram \r\n10days check time \r\nBill will be provided \r\nCall me 9841270365', '20000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-13 12:58:37', '0000-00-00', 0),
  704. (195, '201712142560', 101, 185, 'BBS 4th ye Tuition Class ', 'BBS 4th ye Tuition Class Start Now\r\n4:15 Pm Corporate\r\n5:00Pm Investment\r\n5:45 Pm FIM\r\nOdyssey institute Kirtipur Kathmandu\r\nPh 016201920/9849652028', '1', 37, 85, 'Kirtipur', 1, 0, 0, 0, 0, '2017-12-14 10:39:13', '0000-00-00', 0),
  705. (196, '201712154EA8', 101, 185, 'Korean Language ', 'Basic to diploma full course and free provide to all books, CD and exam', '12000', 10, 86, 'Kirtipur ', 0, 0, 0, 0, 0, '2017-12-15 15:58:39', '0000-00-00', 0),
  706. (197, '2017121634CC', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 1, 0, 0, 0, 0, '2017-12-16 06:53:55', '0000-00-00', 0),
  707. (198, '201712161861', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:54:01', '0000-00-00', 0),
  708. (199, '201712160A1A', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:54:23', '0000-00-00', 0),
  709. (200, '20171216BDC2', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:54:30', '0000-00-00', 0),
  710. (201, '201712168D4C', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:54:35', '0000-00-00', 0),
  711. (202, '201712163287', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:54:39', '0000-00-00', 0),
  712. (203, '20171216EF5A', 101, 185, 'Korean Language ', 'Qualified teacher and Daily & weekly exam\r\nAll book & CD free ', '12000', 37, 85, 'Kirtipur', 0, 0, 0, 0, 0, '2017-12-16 06:59:57', '0000-00-00', 0),
  713. (204, '201712177DF6', 85, 186, 'Online Jobs | Part Time Jobs | Home Based Online jobs | Data Entry Jobs Without Investment.', 'An ultimate free guide to find part time jobs, online jobs, data entry jobs, internet jobs. start your home based online jobs right now without any investment. http://www.dataentrycareer.in\r\nDATA0010243 17 12 2017 15:26:22', '2000', 14, 87, 'Bharatpur', 0, 0, 0, 0, 0, '2017-12-17 10:14:57', '0000-00-00', 0),
  714. (205, '201712201810', 58, 187, 'Tv', '24 inch LG color TV ', '2000', 9, 88, 'Karkado', 1, 0, 0, 0, 0, '2017-12-20 17:28:52', '0000-00-00', 0),
  715. (206, '2017122128D9', 62, 27, 'Iphone 5D Glasses', 'Iphone X\r\nIphone 8/8+ 7/7+ 6s+/6s 6+/6\r\nBlack and white\r\nEasy delivery\r\nFor order inbox or call 9813791882', '123', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-21 04:26:06', '0000-00-00', 0),
  716. (207, '20171221B87C', 60, 188, 'gr5', 'as a new no scretch if u want den call me or viber mee \r\n9861343984', '13500', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-12-21 04:29:17', '0000-00-00', 0),
  717. (208, '20171221419F', 46, 189, 'Fz s 32 lot', 'Bike fresh xa battery and half engine new xa tyre new xa urgent sell price can be negotiate\r\n9808570065', '65000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-21 05:17:44', '0000-00-00', 0),
  718. (209, '201712213506', 60, 190, 's7 edge silver', 'comes with 7 days trial\r\n9843631171', '36000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-21 05:21:07', '0000-00-00', 0),
  719. (210, '201712213686', 60, 191, 'Vivo Y55L (2GB,16GB) brand new condition', 'Like brand new condition no any defect serious buyer call 9809400926\r\nCome with phone only..\r\n1 week check time\r\nFixed price...', '10-500', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-21 05:23:53', '0000-00-00', 0),
  720. (211, '201712211B5A', 60, 192, 'SAMSUNG J7 ( SELL & EXCHANGE)', 'Not a single problem in my phone excng also avilable iphone.oppo.huawei.gionee and other android ph about google ma hernus ph ko barema direct call malae fingerprint vako ph chahiyako ho like mi note 3 2 gb to 16 gb bishes...iphhone 5 16 gb vaepani h', '13599', 37, 89, 'koteshwor', 1, 0, 0, 0, 0, '2017-12-21 05:27:14', '0000-00-00', 0),
  721. (212, '20171221780E', 46, 193, 'Bajaj discover', 'Bike ekdam condition ma xa\r\nmore info 9860304111', '75000', 37, 90, 'shakhu', 1, 0, 0, 0, 0, '2017-12-21 05:37:17', '0000-00-00', 0),
  722. (213, '20171221AF1B', 60, 194, '(SOLD)Iphone 5 32gb', 'Good condition with geniune set 7 days check time call 9849072018', '11500', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-21 05:40:02', '0000-00-00', 0),
  723. (214, '2017122207E5', 68, 128, 'Man new korean damm boot size 43 and 44 on stock', 'Korean festive offer Big festival discount till Dec 30\r\n\r\nMen\'s Winter New korean brand stylish outdoor waterproof Boots sell on cheap price in Nepal First time.\r\n\r\nFor order phone call/imo/whatsap/imo : +9779861571012\r\nPrice. : Rs:1650\r\nSize. : 43-4', '1650', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 03:31:11', '0000-00-00', 0),
  724. (215, '201712220C38', 60, 196, 'Samsung Galaxy A5 2016 Duos Gold Like New', 'Call me 9823209963\r\n\r\nLike new condition..gold in color..no any defects or problems..comes set only with one week checktime warranty..price fix..dont bargain..\r\n', '16500', 37, 0, 'old baneshwor', 1, 0, 0, 0, 0, '2017-12-22 03:37:16', '0000-00-00', 0),
  725. (216, '201712220C8B', 68, 128, 'Man new korean damm boot size 43 and 44 on stock', 'Korean festive offer Big festival discount till Dec 30\r\n\r\nMen\'s Winter New korean brand stylish outdoor waterproof Boots sell on cheap price in Nepal First time.\r\n\r\nFor order phone call/imo/whatsap/imo : +9779861571012\r\nPrice. : Rs:1650\r\nSize. : 43-4', '1650', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 03:41:30', '0000-00-00', 0),
  726. (217, '20171222C3C1', 68, 128, 'Multifunction USB charging Laptop Backpacks For Teenager Fashion Male Mochila Leisure Travel', 'Multifunction USB charging Laptop Backpacks For Teenager Fashion Male Mochila Leisure Travel Backpack Anti Thief Bags.\r\nRs.2650\r\nFor order call:9861571012', '2650', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 03:46:36', '0000-00-00', 0),
  727. (218, '2017122280F8', 0, 128, 'Man New Feshionable korean shirt', '100 % new and brand.\r\nFor order phone imo Viber call messages 9861571012', '1650', 0, 0, '', 0, 0, 0, 0, 0, '2017-12-22 03:49:23', '0000-00-00', 0),
  728. (219, '20171222A904', 68, 128, 'Man high personalised Military watch first time available in Nepal', 'Man New Brand International Military watch available in Nepal.\r\n\r\nBrand:Militraty Wrist watches\r\n\r\nStyle:Quartz Watch Men\r\n\r\nSize:(Approximate)\r\n\r\n-Dial Diameter:56*48mm\r\n\r\n-Band Width: 24mm\r\n\r\n-Band Length:27.5cm\r\n\r\n-Case Thickness:10.5mm\r\n\r\n-Weight', '4150', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 03:51:34', '0000-00-00', 0),
  729. (220, '201712220C83', 69, 128, '8 carat diamond plated ring for gf', 'For order phone imo Viber call messages 9861571012\r\n', '1650', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 03:56:06', '0000-00-00', 0),
  730. (221, '201712226877', 60, 122, 'Samsung Galaxy S6 Edge 32 GB Gold Like New', 'Call me 9823209963\r\n\r\nFresh like new..gold in color..32 gb storage..no any defects or problems..comes set only with one week checktime warranty..price fix..dont bargain..', '23999', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 04:01:12', '0000-00-00', 0),
  731. (222, '20171222B18F', 69, 128, 'Braclet watch', 'For order phone imo Viber call messages 9861571012', '1000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 04:05:52', '0000-00-00', 0),
  732. (223, '201712226D8E', 47, 198, 'Scooter pleasyre', '11817 jamma gudeko 7 lot ekdam condtition ma xa kiney ley samparka grrnus 9824139990', '110', 36, 91, 'pkh', 1, 0, 0, 0, 0, '2017-12-22 15:35:24', '0000-00-00', 0),
  733. (224, '2017122219E9', 70, 199, 'केटाहरुको लुगा पत्याउनै नसकिने दाममा किन्नको लागि हमिकाहा आउनुहोस्', 'Price guaranteed सस्तो , quality धेरै राम्रो \r\n-----1, 2, 3 जति पिस नि पाइन्छ ------\r\nसिधै manufacturer बाट किन्नुस, सस्तोमा किन्नुस \r\nरु. 3000/- भन्दा बढीको सामान घरैमा लाइदिनेछौम', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 15:40:38', '0000-00-00', 0),
  734. (225, '20171222453F', 40, 200, 'very rare banknotes of Nepal', 'Very first banknotes of Nepal very rare king Tribhuwan ko palako Khajansi (Governor) Janakraj Pandit 100% original pauna garo. Interested??? Call, viber, WhatsApp, imo, or WeChat 9810205580', '55000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 15:44:39', '0000-00-00', 0),
  735. (226, '2017122241D4', 68, 200, 'souvenir coin set', 'Saal 2031 King Birendra ko rajyabhisekh, (coronation) ko bela bitaran gariyeka souvenir coin set. Brand new uncirculated condition. Interested???? Call, viber, WhatsApp, imo or WeChat 9810205580\r\n', '8000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 15:50:27', '0000-00-00', 0),
  736. (227, '20171222E2BB', 40, 68, 'pokhara buy and sell', 'Hello everyone!! Pokhara ko ghar haru sell garnu xa ya bechnu xa vane yo number ma contact garnu hola 9805893181 /whatsapp /emo/messanger/viper/ jun ma contact gare ne hunxa hami sanga pokhara ko nadipur/khaukhola/bhadrakali/sangamtoal/rambazar/chaut', '1200000', 36, 92, 'pok', 1, 0, 0, 0, 0, '2017-12-22 15:55:12', '0000-00-00', 0),
  737. (228, '20171222A98E', 44, 201, 'Truck ho 3 lat ko', 'Call me9803061068', '775000', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-22 15:58:50', '0000-00-00', 0),
  738. (229, '201712248E53', 60, 122, 'Lenovo k6 Note 32 GB/4 GB Ram Like New', 'Call me 9823209963\r\n\r\nLike new condition..gold in color..no any defects or problems..32 gb/4 gb ram..comes set only with one week checktime warranty..price fix..dont bargain..\r\n', '13999', 37, 93, 'old ba', 1, 0, 0, 0, 0, '2017-12-24 13:06:24', '0000-00-00', 0),
  739. (230, '201712243E61', 58, 202, 'Bluetooth speaker', 'With clock \r\n5-6 hrs back up\r\nEasy delivery\r\nFor order inbox or call 9801001940/9801001941\r\n', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-24 13:08:33', '0000-00-00', 0),
  740. (231, '20171224DC30', 46, 51, 'TVS APACHE 160 57 LOT FRESH', 'Please Dont comments direct call imo or viber @9849930361\r\nBike fresh xa....\r\nBoth new tyres....\r\nVery smooth engine and pick up....\r\nWell maintained......\r\nAll tax clear 2075', '113000', 37, 0, 'maitidevi', 1, 0, 0, 0, 0, '2017-12-24 13:10:44', '0000-00-00', 0),
  741. (232, '20171224B62D', 60, 122, 'Samsung Galaxy S7 Edge Dual Sim Brand New Condition', 'Call me 9823209963\r\n\r\nSet is in brand new condition..gold in color..no any defects or problems..32 gb int/dual hybrid sim slot..comes set only with back cover and one week checktime warranty..price fix..dont bargain..', '33999', 37, 63, 'old baneshwor', 1, 0, 0, 0, 0, '2017-12-24 13:13:47', '0000-00-00', 0),
  742. (233, '201712245DE0', 60, 122, 'Samsung Galaxy S8 Dual 64 GB Brand New Condition', 'Call me 9823209963\r\n\r\nBrand new condition..gold in color..no any defects or problems..64 gb int/dual hybrid sim slot..comes set only with one week checktime warranty..price fix..dont bargain..\r\n', '49999', 37, 63, 'old baneshwor', 1, 0, 0, 0, 0, '2017-12-24 13:15:56', '0000-00-00', 0),
  743. (234, '20171224D9B6', 60, 122, 'Samsung Galaxy S8 64 GB Dual Brand New Condition', 'Call me 9823209963\r\n\r\nBrand new condition..gold in color..no any defects or single scratch..paxadi ko ime sticker ni xa ajhai..64 gb int/dual hybrid sim slot..comes set only with one week checktime warranty..price fix..dont bargain..\r\n', '49999', 37, 0, 'old baneshwor', 1, 0, 0, 0, 0, '2017-12-24 13:20:18', '0000-00-00', 0),
  744. (235, '201712248CF1', 60, 196, 'Samsung Galaxy Note 5 32 GB Gold', 'Call me 9823209963\r\n\r\nFresh condition..gold in color..no any defects or problems..just home button discolor vako cha..comes set only with one week checktime warranty..price fix..dont bargain..', '25999', 37, 63, 'old baneshwor', 1, 0, 0, 0, 0, '2017-12-24 13:23:10', '0000-00-00', 0),
  745. (236, '201712240E66', 46, 51, 'YAMAHA FZS 54 LOTRED WHITE', 'DONT COMENT.DIRECT CALL OR VIBER 9849930361.bike ekdam fresh xa.no any defect.taken care very proporly as u can see in picture.perfect condition.both new tyres.all tax clear up to 2075.exchange also available.#finance facilty available#please feel fr', '108000', 37, 0, 'maitidevi', 1, 0, 0, 0, 0, '2017-12-24 13:25:42', '0000-00-00', 0),
  746. (237, '20171224FB14', 46, 51, 'BAJAJ PULSAR 220 81 LOT FRESH', 'Bajaj pulsar 220 81 lot \r\nExcellent condition\r\nEuro 4 model.....\r\n8000 km run till now.....\r\nSingle handed....\r\nWell maintained and timely serviced.....\r\nGood pick up milage and smooth handling.....\r\nAll tax clear......', '215000', 37, 0, 'maitidevi', 1, 0, 0, 0, 0, '2017-12-24 13:30:39', '0000-00-00', 0),
  747. (238, '20171224059D', 46, 203, '36 lot 220pulsar on sale', 'bike on fresh condition....serious buyers can directly contact me.price is negotiable....9860342444', '90000', 37, 0, 'lalitpur', 1, 0, 0, 0, 0, '2017-12-24 13:36:35', '0000-00-00', 0),
  748. (239, '20171224E37A', 51, 202, 'Bluetooth earpods', 'Single piece for one side \r\nEasy delivery\r\nFor order inbox or call 9801001940/9801001941', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-24 13:48:36', '0000-00-00', 0),
  749. (240, '20171224A605', 68, 204, 'Shoes for men', '\r\nContact Us: 9841080407/9803900015\r\nK and B Online Shopping......', '1', 37, 0, 'ktm', 1, 0, 0, 0, 0, '2017-12-24 13:54:18', '0000-00-00', 0),
  750. (241, '20171228215D', 40, 68, 'pokhara ko ghar sell ma', 'Kosailai pokhara ma ghar kinnu xa vane malai contact garnu hola', '30000000', 36, 94, 'degopatan', 0, 0, 0, 0, 0, '2017-12-28 05:52:12', '0000-00-00', 0),
  751. (242, '20180103F21E', 46, 206, 'Bullet bike', 'bullet 350 classic \r\n2011 Model', '240000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:22:27', '0000-00-00', 0),
  752. (243, '201801034B4E', 50, 207, 'Toshiba laptop', '2gb ram 128gb rom\r\nSerious buyer only call me 9805832324\r\nExcellent battery backup\r\nFixed price', '8500', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:25:28', '0000-00-00', 0),
  753. (244, '20180103A9BE', 46, 208, 'Pulsar bike', 'Ga 14 Pa 367 no 9856053136', '195000', 73, 95, 'Syangja', 1, 0, 0, 0, 0, '2018-01-03 07:30:10', '0000-00-00', 0),
  754. (245, '2018010348A8', 46, 209, 'FZ-S bike', 'fresh bike.. ride first\r\n\r\n', '72000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:38:02', '0000-00-00', 0),
  755. (246, '201801037277', 46, 210, 'pulsar 150 ', 'model=2012\r\nfresh condition \r\ncontact num =9846523316', '120000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:41:22', '0000-00-00', 0),
  756. (247, '201801033946', 40, 211, 'बन्दिपुर नगरपालिका वडा न ३ ( थारुबान ) मा 9-5-2-2 तुरन्त बिक्री मा', 'गण्डकी अञ्चल, तनहुँ जिल्ला, बन्दिपुर नगरपालिका वडा न ३ ( थारुबान ) मा भएको ९ रोपनी ५ आना २ दाम २ पैसा जग्गा तुरन्त बिक्री मा छन । लिनु इछुक मनुभाव ले सिधै संपर्क गर्नु होस् । पूर्व र दक्छिण मा - २० फुटे मोटर बाटो, एउटै कित्ता न: ३८७. मुल्य : रोपनी को', '1200000', 80, 96, 'wada No 3 Tharuban Bandipur', 1, 0, 0, 0, 0, '2018-01-03 07:48:12', '0000-00-00', 0),
  757. (248, '20180103D889', 60, 174, 'Vivo v5 lite', 'Fresh like new\r\n3gb ram 32 internal\r\n16mp front 13 mp back camera\r\nSet only. No exchange. No bargains', '15999', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:51:15', '0000-00-00', 0),
  758. (249, '201801036939', 59, 212, 'Best Brand Rechargeable Trimmer For Men`s.', 'Best Brand Rechargeable Trimmer For Men`s.\r\nRs. 500/-\r\nCall : 9869002073 / 9869002074', '500', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 07:55:05', '0000-00-00', 0),
  759. (250, '2018010317FC', 68, 133, 'Shoes goldstar @Rs 6,30 only', 'Cash on delivery inside Kathmandu valley & all over the Nepal\r\nFor delivery call us at 9808875957 or visit office located at Krishnagalli lalitpur', '630', 37, 97, 'Krishnagalli Lalitpur', 1, 0, 0, 0, 0, '2018-01-03 07:57:57', '0000-00-00', 0),
  760. (251, '201801036053', 46, 136, 'Pulsar 220', 'Condition fresh xa\r\nContact no 9819144511', '95000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:07:48', '0000-00-00', 0),
  761. (252, '201801035952', 68, 212, 'Rolex Watch Gold', 'Rolex Watch Gold', '3000', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:08:12', '0000-00-00', 0),
  762. (253, '201801036A41', 68, 212, 'Rolex Watch Silver', 'Rolex Watch Silver', '3000', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:09:10', '0000-00-00', 0),
  763. (254, '201801035D3E', 62, 212, 'Mini Music Speaker', 'Bluetooth Mini Speaker with SD Card. Wireless FM. AUX Output', '450', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:11:00', '0000-00-00', 0),
  764. (255, '201801030097', 58, 212, 'Winter Combo Heater & Hot Bag', 'Winter Combo Heater & Hot Bag', '1000', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:12:40', '0000-00-00', 0),
  765. (256, '201801039FB7', 40, 213, 'Land Biratnagar-19', 'जग्गा बिक्रीमा छ, इच्छुक खरिदकर्ताले सम्पर्क गर्नुहोला ', '1900000', 45, 98, 'Baijnathpur', 1, 0, 0, 0, 0, '2018-01-03 08:14:17', '0000-00-00', 0),
  766. (257, '20180103B9E5', 58, 212, 'Winter Combo Heater & Jug', 'Winter Combo Heater & Jug', '1200', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:14:28', '0000-00-00', 0),
  767. (258, '201801032CA4', 58, 212, 'Winter Combo Heater & Rod', 'Winter Combo Heater & Rod', '900', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-03 08:15:37', '0000-00-00', 0),
  768. (259, '201801038B7B', 46, 214, '220 pulsar. (lu 15 pa)', '47000 k.m running. Sabai fresh xa. Kunai Scratch xaena. Contact me: 9857016076.', '130000', 79, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:17:01', '0000-00-00', 0),
  769. (260, '201801030212', 60, 215, 'Moto g5s', 'Fresh like new\r\n4gb ram 32 Internal\r\nFingerprint sensor\r\nSet only. No exchange. No bargains\r\n10 days check time\r\n\r\nCall-9802676074', '16999', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:19:19', '0000-00-00', 0),
  770. (261, '20180103A61D', 42, 216, 'ford figo', 'Ac,power window, DVD player, fog light contact9856058676 2010 model', '1250000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:23:31', '0000-00-00', 0),
  771. (262, '201801035B84', 42, 217, 'Luxery Sedan Tata Indigo Full option ma', 'Diseal Engion 2075 sammako TAX CLERA XA jaado ma Bike vanda sasto ma...Luxery Sedan Car... Back Gear Camera Touch LED WITH FULL OPTIONS Hurry up...984721533 ; 98144 68877', '1', 78, 99, '1', 1, 0, 0, 0, 0, '2018-01-03 08:28:11', '0000-00-00', 0),
  772. (263, '20180103B488', 46, 218, 'R15 V1', 'Tyres new both n all cleared of to 2075. More details call 9803906863.only interested wann call me. Exchange also available.', '95000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:32:37', '0000-00-00', 0),
  773. (264, '201801035BF9', 62, 155, 'Delevery all over world. आफुले चाहेको photo sticker आफ्नो मोबाइल वा कभर मा यसरी राख्नुहोस् ल (3D cu', 'Delevery all over world.\r\nआफुले चाहेको photo sticker आफ्नो मोबाइल वा कभर मा यसरी राख्नुहोस् ल \r\n(3D custom mobile phone sticker design) \r\nनेपालमै पहिलो पटक :-\r\nRESHAM MOBILE ACCESSORIES \r\nPokhara Lekhnath- 27 \r\narghaun chok \r\ncontact. 9816639743', '1000', 36, 74, 'Lekhnath ', 1, 0, 0, 0, 0, '2018-01-03 08:36:12', '0000-00-00', 0),
  774. (265, '201801033CED', 46, 207, 'Ktm rc 200 ', 'Fresh xa bike tax cleared\r\n2016 model \r\nCallme 9805832324\r\nOnly serious buyer callme', '310000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 08:38:34', '0000-00-00', 0),
  775. (266, '201801035B59', 46, 219, 'Pulsar sport 200 ns', 'Lu 35 pa 6388 \r\nContact no: 9867547614\r\nOnly 3200 km has a run \r\nBike ', '270000', 52, 100, 'Palpa', 1, 0, 0, 0, 0, '2018-01-03 08:42:42', '0000-00-00', 0),
  776. (267, '20180103835F', 77, 220, 'Career Oriented Training', 'We are from Travel Talents-School of Airline Studies, Hattisar\r\nWe provide Training on Various Travel and Tourism Course.\r\nIATA/ UFTAA Diploma in Travel and Tourism is certified from Canada.\r\nThe Class of IATA/UFTAA Diploma starts from 14 JAN 2018 fo', '90000', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 09:21:55', '0000-00-00', 0),
  777. (268, '201801038DCA', 60, 221, 'Mobile urgent sell and exchange', 'Condition good.. cantac number 9846980230', '7000', 36, 101, 'Prithive Chowk', 1, 0, 0, 0, 0, '2018-01-03 09:24:09', '0000-00-00', 0),
  778. (269, '201801037A33', 60, 222, 'iPhone X', 'Now iPhone X available on our store..\r\nSealed packing with accessories.\r\nFree 4D full glass.\r\nKS MOBILE CENTRE\r\nContact no.:9801255557,9801892780\r\nBaneshwor plaza ,New Baneshwor', '130000', 37, 0, 'New Baneshwor', 1, 0, 0, 0, 0, '2018-01-03 09:40:08', '0000-00-00', 0),
  779. (270, '201801035613', 101, 223, 'SOUTH KOREA मा अध्य्ययनसंगै रोजगारीको सुवर्ण अवसर !', 'SOUTH KOREA को प्रतिष्ठित VISION UNIVERSITY बाट MARCH INTAKE-2018 को लागि २५ जना नेपाली विद्यार्थीहरुको माग भएको हुँदा इच्छुकहरुले चाँडै सम्पर्क गर्नुहोला, सिट सिमित छ ।\r\nविशेषताहरु: \r\n१. Part Time Job University ले नै उपलब्ध गराउने । \r\n२. E-7 Visa म', '1', 37, 0, 'Tinkune', 1, 0, 0, 0, 0, '2018-01-03 09:42:35', '0000-00-00', 0),
  780. (271, '2018010387EF', 51, 224, 'JBL Charge 3', 'Works as both power bank and speaker\r\nEasy delivery \r\nFor order inbox or call 9801001940/9801001941', '1', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 09:46:00', '0000-00-00', 0),
  781. (272, '201801039789', 60, 225, 'Oppo F3 64 GB/4 GB Ram Like New', 'like new condition..no any defects or problems..64 gb/4 gb ram..dual 16 mp front cam..gold in color..comes set only with one week checktime warranty..price fix..dont bargain.', '19999', 37, 0, 'Old Baneshwor', 1, 0, 0, 0, 0, '2018-01-03 09:49:54', '0000-00-00', 0),
  782. (273, '20180103ECE2', 60, 226, 'Samsung A7 2016', 'Fully fresh set.no any dents and scratches.like brand new.price is negotiable.only serious can call me or inbox me@9843422084.comes with charger too.no exchange only cash', '21500', 37, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 09:53:05', '0000-00-00', 0),
  783. (274, '2018010357B7', 40, 227, 'house in pokhara parsyang', 'Parking, good environment, 16 moda 39 pichad, 20 feet pitched road bandai cha', '15000000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 10:02:23', '0000-00-00', 0),
  784. (275, '20180103E329', 85, 65, 'Great Career Opportunity Job Vacancy', ' BABA Education Consultancy\r\nGreat Career Opportunity !! #Job_Vacancy \r\nYour new job offer may come through News feed !! \r\nIf you are interested and want to join our vibrant team please visit our office with your Resume ASAP.\r\nContact:\r\nPokhara-9, Ch', '1', 36, 102, 'Chipledhunga', 1, 0, 0, 0, 0, '2018-01-03 10:10:12', '0000-00-00', 0),
  785. (276, '20180103F8B3', 41, 228, 'Flat bhadama', 'Sittigroom, kitchen ra 2 ota kotha vyako attach toielt /washroom pani ko kahae aasubedha nahuna flat khali bayako huda aabasak parako la 9856022197 ma phn gare aauna saknu hunxa i(last floor)', '13000', 36, 103, '12 Matepani', 1, 0, 0, 0, 0, '2018-01-03 10:13:48', '0000-00-00', 0),
  786. (277, '201801035FA5', 57, 229, 'Sony handycam', 'Model no:Hdr-cx130', '20000', 36, 0, '1', 1, 0, 0, 0, 0, '2018-01-03 10:17:08', '0000-00-00', 0),
  787. (278, '201801166278', 0, 230, 'Hi', 'Hi ! \r\nThe promising unemployment amount is now at great alarming fee. Actually, often there are hands down lots with factors defective a organization simultaneously. Who should not need income today? \r\nWould more investigating before putting their s', '7543', 0, 0, '', 0, 0, 0, 0, 0, '2018-01-16 16:11:23', '0000-00-00', 0),
  788. (279, '201801175DAD', 85, 231, 'All kind of Free jobs available', 'All kind of Free jobs available with Shri Sai Info Tech\r\n1)Ad posting\r\n2)Ad clicking\r\n3)Video watching\r\n4)Video anchoring\r\n.......... and many more..\r\n \\r\\ncontact:Mrs Smita vibhute\\r\\nMob.+91-9881125230\\r\\n+91-240-2551767\\r\\nEmail:xlinfomedia@gmail.', '00', 37, 41, 'kathmandu', 0, 0, 0, 0, 0, '2018-01-17 03:21:22', '0000-00-00', 0),
  789. (280, '201801187E9F', 104, 232, 'Medical & Nursing Recruitment Services', 'Ajeets specialise in nursing staffing for all areas of the healthcare sector. Ajeets Group provides a comprehensive recruitment service which includes the supply of qualified and experienced Nursing candidates. Ajeets is provider of Medical Nursing R', '1', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-18 11:39:10', '0000-00-00', 0),
  790. (281, '20180118F9E3', 104, 233, 'Medical & Nursing Recruitment Services', 'Ajeets specialise in nursing staffing for all areas of the healthcare sector. Ajeets Group provides a comprehensive recruitment service which includes the supply of qualified and experienced Nursing candidates. Ajeets is provider of Medical Nursing R', '1', 37, 41, 'kathmandu', 0, 0, 0, 0, 0, '2018-01-18 11:46:37', '0000-00-00', 0),
  791. (282, '20180118A4EB', 104, 233, 'Medical & Nursing Recruitment Services', 'Ajeets specialise in nursing staffing for all areas of the healthcare sector. Ajeets Group provides a comprehensive recruitment service which includes the supply of qualified and experienced Nursing candidates. Ajeets is provider of Medical Nursing R', '1', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-01-18 11:48:17', '0000-00-00', 0),
  792. (283, '20180118ACDC', 104, 233, 'Medical & Nursing Recruitment Services', 'Ajeets specialise in nursing staffing for all areas of the healthcare sector. Ajeets Group provides a comprehensive recruitment service which includes the supply of qualified and experienced Nursing candidates. Ajeets is provider of Medical Nursing R', '1', 37, 41, 'kathmandu', 0, 0, 0, 0, 0, '2018-01-18 11:50:43', '0000-00-00', 0),
  793. (284, '20180118C06B', 104, 233, 'Oil and Gas Recruitment services ', 'Ajeets have an excellent track record as a prominent manpower recruiter in this field as we focus on the needs of the clients related to the oil and gas industries. Our key strength in oil and gas sector is the ability to find the required profession', '1', 67, 104, 'kathmandu', 0, 0, 0, 0, 0, '2018-01-18 11:56:59', '0000-00-00', 0),
  794. (285, '20180121D2DA', 85, 235, 'All kind of Free jobs available', 'All kind of Free jobs available with Shri Sai Info Tech\r\n1)Ad posting\r\n2)Ad clicking\r\n3)Video watching\r\n4)Video anchoring\r\n.......... and many more..\r\n\\r\\ncontact:Mrs Smita vibhute\\r\\nMob.+91-9881125230\\r\\n+91-240-2551767\\r\\nEmail:xlinfomedia@gmail.c', '00', 40, 105, 'patan', 0, 0, 0, 0, 0, '2018-01-21 13:30:38', '0000-00-00', 0),
  795. (286, '2018012512DE', 71, 236, 'Instant $25 Payments to any account (5231)', 'Process online orders from home and earn $25 instantly for every order you process.\r\nGet paid $100, $200 $500 every day. The more orders you process, the bigger your income!\r\nhttp://bit.do/d3DQH\r\n', '123', 14, 106, 'congress chowk', 1, 0, 0, 0, 0, '2018-01-25 10:52:10', '0000-00-00', 0),
  796. (287, '201802023DAC', 71, 237, ' Simple Work At Home Jobs(5218)', 'Simple Part Time Full Time Home Based Data Entry Jobs, writing, editing, compiling, coding, graphics\r\ndesign, customer service, admin and more.\r\nYou can earn money by spending 2-6 hours a day at home.\r\nThis work can be done from any location in the w', '2300', 78, 40, 'chitwan', 1, 0, 0, 0, 0, '2018-02-02 17:58:00', '0000-00-00', 0),
  797. (288, '20180205F838', 71, 238, 'Unlimited Earning Potential at Home (4991)', 'Unlimited earning opportunity. You can make huge amount of Money from your computer.\r\nReal Payment Proofs. Real Online jobs with guaranteed incomes, instant payments and more.\r\nWe can help you make money. Legitimate Online Jobs for all.\r\nhttp://bit.d', '80', 37, 38, 'Lalitpur', 0, 0, 0, 0, 0, '2018-02-05 13:08:37', '0000-00-00', 0),
  798. (289, '201802061F53', 71, 239, ' Data Entry Jobs that Pay!(5236)', 'Start your Dream Job as an ad typist!\r\nAnyone can do this! Work from your home computer, laptop or any cyber cafe.\r\nNo selling, clicks or recruiting. This is not some get-rich-quick scheme,\r\nthis is a REAL Job that will pay you on a \"Per Form Filled\"', '11', 41, 107, 'chitwan', 0, 0, 0, 0, 0, '2018-02-06 11:22:08', '0000-00-00', 0),
  799. (290, '20180207BFFD', 104, 240, 'Paid Typing Jobs that Pay ( 3860)', 'Work at home and be your own boss. Start making money right away by posting links.\r\nJust copy and paste and you’re on your way to making a great income at home.\r\n\r\nhttp://bit.do/d43UP', '100000', 37, 41, 'kathmandu', 1, 0, 0, 0, 0, '2018-02-07 04:44:10', '0000-00-00', 0),
  800. (291, '20180302A254', 0, 243, 'Ayurveda Medicinal Properties of a Banana', ' By dealing together, the two of you can address problems of self-esteem and mutual trust. Once you discover the most effective natural remedies, it is possible to again have full charge of your sexual pleasures. \r\nhttps://www.cialissansordonnancefr', '3176', 0, 0, '', 0, 0, 0, 0, 0, '2018-03-02 06:51:14', '0000-00-00', 0),
  801. (292, '201803063472', 71, 244, 'Online Jobs in India - without any investment', ' Are You Looking for Home-Based Online Jobs? Are You a Student, Housewife, jobseeker ? Just Work 1 to 2 Hours daily at own Free Time. Get Guaranteed Monthly Payments. Here is the best Guide for Online jobs. http://www.dataentrycareer.com\r\nDATA000624', '1100', 37, 41, 'kathmandu', 0, 0, 0, 0, 0, '2018-03-06 01:04:13', '0000-00-00', 0),
  802. (293, '20180323E3D9', 71, 246, 'Unlimited Earning Potential at Home (5282)', 'Unlimited earning opportunity. You can make huge amount of Money from your computer.\r\nReal Payment Proofs. Real Online jobs with guaranteed incomes, instant payments and more.\r\nWe can help you make money. Legitimate Online Jobs for all.\r\nhttp://bit.d', '80', 37, 97, 'Krishnagalli Lalitpur', 0, 0, 0, 0, 0, '2018-03-23 16:08:32', '0000-00-00', 0),
  803. (294, '201803235E4B', 71, 238, 'Unlimited Earning Potential at Home (5282)', 'Unlimited earning opportunity. You can make huge amount of Money from your computer.\r\nReal Payment Proofs. Real Online jobs with guaranteed incomes, instant payments and more.\r\nWe can help you make money. Legitimate Online Jobs for all.\r\nhttp://bit.d', '80', 37, 97, 'Krishnagalli Lalitpur', 0, 0, 0, 0, 0, '2018-03-23 16:15:12', '0000-00-00', 0),
  804. (295, '20180403CE18', 85, 247, 'Vacances Announcement ', 'Kribhani offers numerous opportunities for both job providers and job seekers. Here, we have brought to you a wide variety of job offers from various categories.\r\nMay this week bring more opportunities\r\nInterested candidates can Apply for the positio', '1', 37, 0, '1', 0, 0, 0, 0, 0, '2018-04-03 13:12:41', '0000-00-00', 0),
  805. (296, '20180403B363', 85, 248, 'Vacances Announcement ', 'Kribhani offers numerous opportunities for both job providers and job seekers. Here, we have brought to you a wide variety of job offers from various categories.\r\nMay this week bring more opportunities\r\nInterested candidates can Apply for the positio', '1', 37, 0, 'A', 1, 0, 0, 0, 0, '2018-04-03 13:20:25', '0000-00-00', 0),
  806. (297, '20180410D97F', 71, 237, 'Legitimate Home Based Jobs Start Making Money Today (5218)', 'Earn an unlimited income from home starting today. International company\r\nnow hiring data entry typists, order processors and more.\r\nMultiple legitimate jobs from home, earning you multiple income streams available check it out today\r\nhttp://bit.do/e', '2300', 37, 108, 'Boudha', 0, 0, 0, 0, 0, '2018-04-10 02:28:34', '0000-00-00', 0),
  807. (298, '20180410DF33', 104, 249, 'Hotel in Kathmandu | Nana Hotels', 'Visit http://www.hotelnana.com.np\r\nNana Hotels is one of the leading and affordable chain hotels in Kathmandu, Patan, Pokhara and Sauraha. We provide bed and breakfast service with clean and comfortable accommodation, free Wi-Fi and high pressure hot', '1050', 37, 68, 'thamel', 1, 0, 0, 0, 0, '2018-04-10 09:04:21', '0000-00-00', 0),
  808. (299, '2018041072AC', 104, 249, 'Hotel in Thamel, Kathmandu | Hotel Nana Thamel', 'Visit http://www.hotelnana.com.np/thamel\r\nHotel Nana Thamel is one of the leading budget chain hotel in Thamel, Kathmandu which is the major tourist hub of the capital city. We provide clean and comfortable accommodation with 24 hours free Wi-Fi, hig', '1050', 37, 68, 'thamel', 1, 0, 0, 0, 0, '2018-04-10 09:05:23', '0000-00-00', 0),
  809. (300, '20180410BE23', 104, 249, 'Hotel in Sauraha, Chitwan | Sauraha Nana Hotel', 'Visit http://www.hotelnana.com.np/sauraha\r\nSauraha Nana Hotel is our newest addition chain hotel in Sauraha, Chitwan. The Hotel is built with all the modern facilities near the Chitwan National Park. We provide clean and comfortable accommodation wit', '1050', 78, 109, 'Ratnanagar', 1, 0, 0, 0, 0, '2018-04-10 09:06:31', '0000-00-00', 0),
  810. (301, '201804100862', 104, 249, 'Hotel in Patan, Lalitpur | Nana Yala Chhen', 'Visit http://www.hotelnana.com.np/patan\r\nNana Yala Chhen is the latest addition chain hotel in Patan, Lalitpur by the Nana Hotels. We provide standard and luxurious hotel service with 24 hours free Wi-Fi, high pressure hot and cold water in a safe an', '1400', 40, 105, 'patan', 1, 0, 0, 0, 0, '2018-04-10 09:07:30', '0000-00-00', 0),
  811. (302, '20180410FEED', 104, 249, 'Hotel in Lakeside, Pokhara | Hotel Nana Pokhara', 'Visit http://www.hotelnana.com.np/pokhara\r\nHotel Nana Pokhara is one of our finest chain hotel in Pokhara. We offer comfortable accommodation with 24 hours free Wi-Fi, high pressure hot and cold water in a safe, peaceful and friendly atmosphere at bu', '1050', 36, 39, 'pokhara', 1, 0, 0, 0, 0, '2018-04-10 09:08:36', '0000-00-00', 0),
  812. (303, '201804164046', 0, 250, 'Ifheij', 'Ifheij ihfijwidwhdiwjd wih https://vdcnjsebf389ur74.com', '8260', 0, 0, '', 0, 0, 0, 0, 0, '2018-04-16 12:37:35', '0000-00-00', 0),
  813. (304, '201805043870', 0, 253, 'Top list', 'Top casino \r\nhttp://topratinglist.com/', '1', 0, 0, '', 0, 0, 0, 0, 0, '2018-05-03 23:27:24', '0000-00-00', 0);
  814.  
  815. -- --------------------------------------------------------
  816.  
  817. --
  818. -- Table structure for table `oc_listing_image`
  819. --
  820.  
  821. CREATE TABLE `oc_listing_image` (
  822. `id` int(11) NOT NULL,
  823. `list_id` int(11) NOT NULL,
  824. `image` varchar(255) NOT NULL,
  825. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  826. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  827.  
  828. --
  829. -- Dumping data for table `oc_listing_image`
  830. --
  831.  
  832. INSERT INTO `oc_listing_image` (`id`, `list_id`, `image`, `created`) VALUES
  833. (5, 2, 'post-img-17102515089110720.jpg', '2017-10-25 05:57:53'),
  834. (6, 3, 'post-img-17102615090116140.jpg', '2017-10-26 09:53:34'),
  835. (7, 3, 'post-img-17102615090116151.jpg', '2017-10-26 09:53:35'),
  836. (8, 3, 'post-img-17102615090116152.jpg', '2017-10-26 09:53:35'),
  837. (9, 3, 'post-img-17102615090116163.jpg', '2017-10-26 09:53:36'),
  838. (10, 4, 'post-img-17102715091062560.jpg', '2017-10-27 12:10:56'),
  839. (11, 4, 'post-img-17102715091062561.jpg', '2017-10-27 12:10:57'),
  840. (12, 4, 'post-img-17102715091062572.jpg', '2017-10-27 12:10:58'),
  841. (14, 6, 'post-img-17102815092063880.jpg', '2017-10-28 15:59:49'),
  842. (15, 7, 'post-img-17103115094626990.jpg', '2017-10-31 15:11:40'),
  843. (16, 8, 'post-img-1711115095288550.png', '2017-11-01 09:34:15'),
  844. (17, 8, 'post-img-1711115095288551.jpg', '2017-11-01 09:34:16'),
  845. (18, 8, 'post-img-1711115095288562.jpg', '2017-11-01 09:34:18'),
  846. (19, 9, 'post-img-1711215096111670.jpg', '2017-11-02 08:26:07'),
  847. (20, 9, 'post-img-1711215096111671.jpg', '2017-11-02 08:26:07'),
  848. (21, 10, 'post-img-1711215096113800.jpg', '2017-11-02 08:29:40'),
  849. (22, 11, 'post-img-1711215096134490.jpg', '2017-11-02 09:04:10'),
  850. (23, 11, 'post-img-1711215096134501.jpg', '2017-11-02 09:04:10'),
  851. (24, 12, 'post-img-1711215096147500.jpg', '2017-11-02 09:25:50'),
  852. (25, 12, 'post-img-1711215096147501.jpg', '2017-11-02 09:25:51'),
  853. (26, 12, 'post-img-1711215096147512.jpg', '2017-11-02 09:25:51'),
  854. (27, 13, 'post-img-1711215096151400.jpg', '2017-11-02 09:32:20'),
  855. (28, 13, 'post-img-1711215096151401.jpg', '2017-11-02 09:32:20'),
  856. (29, 13, 'post-img-1711215096151402.jpg', '2017-11-02 09:32:20'),
  857. (30, 14, 'post-img-1711215096151420.jpg', '2017-11-02 09:32:23'),
  858. (31, 14, 'post-img-1711215096151431.jpg', '2017-11-02 09:32:23'),
  859. (32, 14, 'post-img-1711215096151432.jpg', '2017-11-02 09:32:23'),
  860. (33, 16, 'post-img-1711215096160290.jpg', '2017-11-02 09:47:09'),
  861. (34, 17, 'post-img-1711215096168570.jpg', '2017-11-02 10:00:57'),
  862. (35, 17, 'post-img-1711215096168571.jpg', '2017-11-02 10:00:58'),
  863. (36, 17, 'post-img-1711215096168582.jpg', '2017-11-02 10:00:58'),
  864. (37, 17, 'post-img-1711215096168583.jpg', '2017-11-02 10:00:58'),
  865. (38, 18, 'post-img-1711215096171080.jpg', '2017-11-02 10:05:08'),
  866. (39, 19, 'post-img-1711215096342880.jpg', '2017-11-02 14:51:28'),
  867. (40, 20, 'post-img-1711215096345760.jpg', '2017-11-02 14:56:16'),
  868. (41, 21, 'post-img-1711215096351450.jpg', '2017-11-02 15:05:45'),
  869. (42, 22, 'post-img-1711215096355350.jpg', '2017-11-02 15:12:15'),
  870. (43, 22, 'post-img-1711215096355351.jpg', '2017-11-02 15:12:15'),
  871. (44, 22, 'post-img-1711215096355352.jpg', '2017-11-02 15:12:16'),
  872. (45, 22, 'post-img-1711215096355363.jpg', '2017-11-02 15:12:16'),
  873. (46, 23, 'post-img-1711215096359470.jpg', '2017-11-02 15:19:07'),
  874. (47, 24, 'post-img-1711215096363580.jpg', '2017-11-02 15:25:58'),
  875. (48, 24, 'post-img-1711215096363581.jpg', '2017-11-02 15:25:59'),
  876. (49, 24, 'post-img-1711215096363592.jpg', '2017-11-02 15:25:59'),
  877. (50, 25, 'post-img-1711215096367040.jpg', '2017-11-02 15:31:45'),
  878. (51, 25, 'post-img-1711215096367051.jpg', '2017-11-02 15:31:45'),
  879. (52, 26, 'post-img-1711315096963040.jpg', '2017-11-03 08:05:04'),
  880. (53, 26, 'post-img-1711315096963041.jpg', '2017-11-03 08:05:04'),
  881. (54, 26, 'post-img-1711315096963042.jpg', '2017-11-03 08:05:05'),
  882. (55, 26, 'post-img-1711315096963053.jpg', '2017-11-03 08:05:05'),
  883. (56, 27, 'post-img-1711315096968180.jpg', '2017-11-03 08:13:38'),
  884. (57, 27, 'post-img-1711315096968181.jpg', '2017-11-03 08:13:39'),
  885. (58, 28, 'post-img-1711315096971370.jpg', '2017-11-03 08:18:57'),
  886. (59, 28, 'post-img-1711315096971371.jpg', '2017-11-03 08:18:57'),
  887. (60, 28, 'post-img-1711315096971372.jpg', '2017-11-03 08:18:57'),
  888. (61, 29, 'post-img-1711315096973910.jpg', '2017-11-03 08:23:12'),
  889. (62, 29, 'post-img-1711315096973921.jpg', '2017-11-03 08:23:12'),
  890. (63, 29, 'post-img-1711315096973922.jpg', '2017-11-03 08:23:12'),
  891. (64, 29, 'post-img-1711315096973923.jpg', '2017-11-03 08:23:12'),
  892. (65, 30, 'post-img-1711315096975610.jpg', '2017-11-03 08:26:02'),
  893. (66, 30, 'post-img-1711315096975621.jpg', '2017-11-03 08:26:02'),
  894. (67, 31, 'post-img-1711315096977550.jpg', '2017-11-03 08:29:15'),
  895. (68, 32, 'post-img-1711315096983290.jpg', '2017-11-03 08:38:49'),
  896. (69, 32, 'post-img-1711315096983291.jpg', '2017-11-03 08:38:49'),
  897. (70, 32, 'post-img-1711315096983292.jpg', '2017-11-03 08:38:50'),
  898. (71, 32, 'post-img-1711315096983303.jpg', '2017-11-03 08:38:50'),
  899. (72, 33, 'post-img-1711315096986890.jpg', '2017-11-03 08:44:49'),
  900. (73, 33, 'post-img-1711315096986891.jpg', '2017-11-03 08:44:49'),
  901. (74, 33, 'post-img-1711315096986892.jpg', '2017-11-03 08:44:50'),
  902. (75, 33, 'post-img-1711315096986903.jpg', '2017-11-03 08:44:50'),
  903. (76, 34, 'post-img-1711315096988970.jpg', '2017-11-03 08:48:17'),
  904. (77, 35, 'post-img-1711315096991500.jpg', '2017-11-03 08:52:30'),
  905. (78, 35, 'post-img-1711315096991501.jpg', '2017-11-03 08:52:30'),
  906. (79, 36, 'post-img-1711315096993850.jpg', '2017-11-03 08:56:26'),
  907. (80, 37, 'post-img-1711315097004820.jpg', '2017-11-03 09:14:42'),
  908. (81, 38, 'post-img-1711315097004860.jpg', '2017-11-03 09:14:46'),
  909. (82, 39, 'post-img-1711315097007360.jpg', '2017-11-03 09:18:56'),
  910. (83, 39, 'post-img-1711315097007361.jpg', '2017-11-03 09:18:56'),
  911. (84, 39, 'post-img-1711315097007362.jpg', '2017-11-03 09:18:57'),
  912. (85, 40, 'post-img-1711315097011510.jpg', '2017-11-03 09:25:51'),
  913. (86, 41, 'post-img-1711315097013280.jpg', '2017-11-03 09:28:48'),
  914. (87, 42, 'post-img-1711315097015750.jpg', '2017-11-03 09:32:55'),
  915. (88, 42, 'post-img-1711315097015751.jpg', '2017-11-03 09:32:55'),
  916. (89, 42, 'post-img-1711315097015752.jpg', '2017-11-03 09:32:56'),
  917. (90, 43, 'post-img-1711315097017770.jpg', '2017-11-03 09:36:17'),
  918. (91, 43, 'post-img-1711315097017771.jpg', '2017-11-03 09:36:18'),
  919. (92, 44, 'post-img-1711615099634270.jpg', '2017-11-06 10:17:08'),
  920. (93, 45, 'post-img-1711615099636360.jpg', '2017-11-06 10:20:36'),
  921. (94, 45, 'post-img-1711615099636361.jpg', '2017-11-06 10:20:36'),
  922. (95, 45, 'post-img-1711615099636362.jpg', '2017-11-06 10:20:36'),
  923. (96, 45, 'post-img-1711615099636363.jpg', '2017-11-06 10:20:36'),
  924. (97, 46, 'post-img-1711615099639820.jpg', '2017-11-06 10:26:22'),
  925. (98, 46, 'post-img-1711615099639821.jpg', '2017-11-06 10:26:22'),
  926. (99, 46, 'post-img-1711615099639822.jpg', '2017-11-06 10:26:22'),
  927. (100, 46, 'post-img-1711615099639823.jpg', '2017-11-06 10:26:23'),
  928. (101, 47, 'post-img-1711615099640980.jpg', '2017-11-06 10:28:18'),
  929. (102, 48, 'post-img-1711615099642910.jpg', '2017-11-06 10:31:31'),
  930. (103, 48, 'post-img-1711615099642911.jpg', '2017-11-06 10:31:32'),
  931. (104, 48, 'post-img-1711615099642922.jpg', '2017-11-06 10:31:32'),
  932. (105, 49, 'post-img-1711615099646970.jpg', '2017-11-06 10:38:17'),
  933. (106, 49, 'post-img-1711615099646971.jpg', '2017-11-06 10:38:17'),
  934. (107, 50, 'post-img-1711615099650380.jpg', '2017-11-06 10:43:58'),
  935. (108, 50, 'post-img-1711615099650381.jpg', '2017-11-06 10:43:58'),
  936. (109, 50, 'post-img-1711615099650382.jpg', '2017-11-06 10:43:58'),
  937. (110, 51, 'post-img-1711615099651890.jpg', '2017-11-06 10:46:30'),
  938. (111, 53, 'post-img-1711615099660530.jpg', '2017-11-06 11:00:54'),
  939. (112, 54, 'post-img-1711615099662620.jpg', '2017-11-06 11:04:23'),
  940. (113, 54, 'post-img-1711615099662631.jpg', '2017-11-06 11:04:23'),
  941. (114, 54, 'post-img-1711615099662632.jpg', '2017-11-06 11:04:23'),
  942. (115, 54, 'post-img-1711615099662633.jpg', '2017-11-06 11:04:23'),
  943. (116, 55, 'post-img-1711615099664520.jpg', '2017-11-06 11:07:32'),
  944. (117, 56, 'post-img-1711615099690530.jpg', '2017-11-06 11:50:54'),
  945. (118, 57, 'post-img-1711615099692000.jpg', '2017-11-06 11:53:21'),
  946. (119, 58, 'post-img-1711615099698050.png', '2017-11-06 12:03:26'),
  947. (120, 59, 'post-img-1711615099703900.jpg', '2017-11-06 12:13:11'),
  948. (121, 59, 'post-img-1711615099703911.jpg', '2017-11-06 12:13:11'),
  949. (122, 60, 'post-img-1711615099705900.jpg', '2017-11-06 12:16:30'),
  950. (123, 60, 'post-img-1711615099705901.jpg', '2017-11-06 12:16:30'),
  951. (124, 61, 'post-img-1711615099707550.jpg', '2017-11-06 12:19:15'),
  952. (125, 61, 'post-img-1711615099707551.jpg', '2017-11-06 12:19:16'),
  953. (126, 62, 'post-img-1711615099710070.jpg', '2017-11-06 12:23:28'),
  954. (127, 62, 'post-img-1711615099710081.jpg', '2017-11-06 12:23:29'),
  955. (128, 62, 'post-img-1711615099710092.jpg', '2017-11-06 12:23:29'),
  956. (129, 63, 'post-img-1711615099712150.jpg', '2017-11-06 12:26:55'),
  957. (130, 63, 'post-img-1711615099712151.jpg', '2017-11-06 12:26:56'),
  958. (131, 64, 'post-img-1711615099713450.jpg', '2017-11-06 12:29:06'),
  959. (132, 64, 'post-img-1711615099713461.jpg', '2017-11-06 12:29:06'),
  960. (133, 64, 'post-img-1711615099713462.jpg', '2017-11-06 12:29:07'),
  961. (134, 65, 'post-img-1711615099716810.jpg', '2017-11-06 12:34:41'),
  962. (135, 65, 'post-img-1711615099716811.jpg', '2017-11-06 12:34:41'),
  963. (136, 65, 'post-img-1711615099716812.jpg', '2017-11-06 12:34:42'),
  964. (137, 65, 'post-img-1711615099716823.jpg', '2017-11-06 12:34:42'),
  965. (138, 66, 'post-img-1711615099717920.jpg', '2017-11-06 12:36:32'),
  966. (139, 67, 'post-img-1711615099719790.jpg', '2017-11-06 12:39:39'),
  967. (140, 67, 'post-img-1711615099719791.jpg', '2017-11-06 12:39:39'),
  968. (141, 67, 'post-img-1711615099719792.jpg', '2017-11-06 12:39:40'),
  969. (142, 67, 'post-img-1711615099719803.jpg', '2017-11-06 12:39:40'),
  970. (143, 68, 'post-img-1711615099725790.jpg', '2017-11-06 12:49:39'),
  971. (144, 68, 'post-img-1711615099725791.jpg', '2017-11-06 12:49:40'),
  972. (145, 69, 'post-img-1711615099728740.jpg', '2017-11-06 12:54:34'),
  973. (146, 69, 'post-img-1711615099728741.jpg', '2017-11-06 12:54:34'),
  974. (147, 69, 'post-img-1711615099728742.jpg', '2017-11-06 12:54:35'),
  975. (150, 72, 'post-img-1711715100576510.JPG', '2017-11-07 12:27:32'),
  976. (151, 73, 'post-img-1711815101418840.jpg', '2017-11-08 11:51:24'),
  977. (152, 73, 'post-img-1711815101418841.jpg', '2017-11-08 11:51:25'),
  978. (153, 73, 'post-img-1711815101418852.jpg', '2017-11-08 11:51:25'),
  979. (154, 73, 'post-img-1711815101418853.jpg', '2017-11-08 11:51:25'),
  980. (155, 74, 'post-img-1711815101423710.jpg', '2017-11-08 11:59:31'),
  981. (156, 74, 'post-img-1711815101423711.jpg', '2017-11-08 11:59:32'),
  982. (157, 74, 'post-img-1711815101423722.jpg', '2017-11-08 11:59:32'),
  983. (158, 74, 'post-img-1711815101423723.jpg', '2017-11-08 11:59:32'),
  984. (159, 75, 'post-img-1711815101429560.jpg', '2017-11-08 12:09:16'),
  985. (160, 75, 'post-img-1711815101429561.jpg', '2017-11-08 12:09:16'),
  986. (161, 76, 'post-img-1711815101433480.jpg', '2017-11-08 12:15:49'),
  987. (162, 77, 'post-img-17111115103969350.jpg', '2017-11-11 10:42:15'),
  988. (163, 78, 'post-img-17111115103973340.jpg', '2017-11-11 10:48:54'),
  989. (164, 79, 'post-img-17111115103978340.jpg', '2017-11-11 10:57:15'),
  990. (165, 79, 'post-img-17111115103978351.jpg', '2017-11-11 10:57:15'),
  991. (166, 79, 'post-img-17111115103978352.jpg', '2017-11-11 10:57:15'),
  992. (167, 80, 'post-img-17111115103985650.jpg', '2017-11-11 11:09:25'),
  993. (168, 81, 'post-img-17111415106711510.jpeg', '2017-11-14 14:52:31'),
  994. (169, 82, 'post-img-17111415106716670.jpeg', '2017-11-14 15:01:07'),
  995. (170, 82, 'post-img-17111415106716671.jpeg', '2017-11-14 15:01:07'),
  996. (171, 82, 'post-img-17111415106716672.jpeg', '2017-11-14 15:01:08'),
  997. (172, 83, 'post-img-17111515107106580.jpg', '2017-11-15 01:50:58'),
  998. (173, 84, 'post-img-17111615108214260.jpeg', '2017-11-16 08:37:07'),
  999. (174, 84, 'post-img-17111615108214271.jpeg', '2017-11-16 08:37:07'),
  1000. (175, 84, 'post-img-17111615108214272.jpeg', '2017-11-16 08:37:07'),
  1001. (176, 85, 'post-img-17111915110986600.jpg', '2017-11-19 13:37:40'),
  1002. (177, 85, 'post-img-17111915110986601.jpg', '2017-11-19 13:37:40'),
  1003. (178, 86, 'post-img-17111915110989430.jpg', '2017-11-19 13:42:23'),
  1004. (179, 86, 'post-img-17111915110989431.jpg', '2017-11-19 13:42:23'),
  1005. (180, 86, 'post-img-17111915110989432.jpg', '2017-11-19 13:42:24'),
  1006. (181, 86, 'post-img-17111915110989443.jpg', '2017-11-19 13:42:24'),
  1007. (182, 87, 'post-img-17111915111015460.jpg', '2017-11-19 14:25:46'),
  1008. (183, 87, 'post-img-17111915111015461.jpg', '2017-11-19 14:25:47'),
  1009. (184, 87, 'post-img-17111915111015472.jpg', '2017-11-19 14:25:47'),
  1010. (185, 87, 'post-img-17111915111015473.jpg', '2017-11-19 14:25:47'),
  1011. (186, 88, 'post-img-17111915111019480.jpg', '2017-11-19 14:32:28'),
  1012. (187, 88, 'post-img-17111915111019481.jpg', '2017-11-19 14:32:28'),
  1013. (188, 89, 'post-img-17111915111021740.jpg', '2017-11-19 14:36:14'),
  1014. (189, 90, 'post-img-17111915111024600.jpg', '2017-11-19 14:41:00'),
  1015. (190, 90, 'post-img-17111915111024601.jpg', '2017-11-19 14:41:00'),
  1016. (191, 90, 'post-img-17111915111024602.jpg', '2017-11-19 14:41:01'),
  1017. (192, 91, 'post-img-17111915111027660.jpg', '2017-11-19 14:46:06'),
  1018. (193, 91, 'post-img-17111915111027661.jpg', '2017-11-19 14:46:06'),
  1019. (194, 91, 'post-img-17111915111027662.jpg', '2017-11-19 14:46:06'),
  1020. (195, 91, 'post-img-17111915111027663.jpg', '2017-11-19 14:46:06'),
  1021. (196, 92, 'post-img-17111915111034770.jpg', '2017-11-19 14:57:57'),
  1022. (197, 92, 'post-img-17111915111034771.jpg', '2017-11-19 14:57:57'),
  1023. (198, 92, 'post-img-17111915111034772.jpg', '2017-11-19 14:57:57'),
  1024. (199, 92, 'post-img-17111915111034773.jpg', '2017-11-19 14:57:58'),
  1025. (200, 93, 'post-img-17111915111037280.jpg', '2017-11-19 15:02:08'),
  1026. (201, 93, 'post-img-17111915111037281.jpg', '2017-11-19 15:02:08'),
  1027. (202, 94, 'post-img-17111915111040210.jpg', '2017-11-19 15:07:01'),
  1028. (203, 94, 'post-img-17111915111040211.jpg', '2017-11-19 15:07:01'),
  1029. (204, 95, 'post-img-17111915111042590.jpg', '2017-11-19 15:10:59'),
  1030. (205, 96, 'post-img-17111915111045560.jpg', '2017-11-19 15:15:57'),
  1031. (206, 97, 'post-img-17111915111047830.jpg', '2017-11-19 15:19:43'),
  1032. (207, 97, 'post-img-17111915111047831.jpg', '2017-11-19 15:19:43'),
  1033. (208, 97, 'post-img-17111915111047832.jpg', '2017-11-19 15:19:44'),
  1034. (209, 98, 'post-img-17111915111050220.jpg', '2017-11-19 15:23:42'),
  1035. (210, 99, 'post-img-17111915111052190.jpg', '2017-11-19 15:26:59'),
  1036. (211, 99, 'post-img-17111915111052191.jpg', '2017-11-19 15:26:59'),
  1037. (212, 100, 'post-img-17111915111054260.jpg', '2017-11-19 15:30:27'),
  1038. (213, 101, 'post-img-17111915111056500.jpg', '2017-11-19 15:34:10'),
  1039. (214, 101, 'post-img-17111915111056501.jpg', '2017-11-19 15:34:11'),
  1040. (215, 101, 'post-img-17111915111056512.jpg', '2017-11-19 15:34:11'),
  1041. (216, 101, 'post-img-17111915111056513.jpg', '2017-11-19 15:34:11'),
  1042. (217, 102, 'post-img-17111915111059790.jpg', '2017-11-19 15:39:39'),
  1043. (218, 102, 'post-img-17111915111059791.jpg', '2017-11-19 15:39:39'),
  1044. (219, 102, 'post-img-17111915111059792.jpg', '2017-11-19 15:39:39'),
  1045. (220, 103, 'post-img-17112015111603530.jpeg', '2017-11-20 06:45:53'),
  1046. (221, 104, 'post-img-17112015111607300.jpeg', '2017-11-20 06:52:10'),
  1047. (222, 104, 'post-img-17112015111607301.jpeg', '2017-11-20 06:52:11'),
  1048. (223, 104, 'post-img-17112015111607312.jpeg', '2017-11-20 06:52:11'),
  1049. (224, 105, 'post-img-17112015111610040.jpeg', '2017-11-20 06:56:44'),
  1050. (225, 105, 'post-img-17112015111610041.jpeg', '2017-11-20 06:56:45'),
  1051. (226, 105, 'post-img-17112015111610052.jpeg', '2017-11-20 06:56:46'),
  1052. (227, 105, 'post-img-17112015111610063.jpeg', '2017-11-20 06:56:47'),
  1053. (228, 106, 'post-img-17112015111614020.jpeg', '2017-11-20 07:03:22'),
  1054. (229, 106, 'post-img-17112015111614021.jpeg', '2017-11-20 07:03:23'),
  1055. (230, 106, 'post-img-17112015111614032.jpeg', '2017-11-20 07:03:23'),
  1056. (231, 106, 'post-img-17112015111614033.jpeg', '2017-11-20 07:03:24'),
  1057. (232, 107, 'post-img-17112015111648170.jpeg', '2017-11-20 08:00:17'),
  1058. (233, 107, 'post-img-17112015111648171.jpeg', '2017-11-20 08:00:17'),
  1059. (234, 107, 'post-img-17112015111648172.jpeg', '2017-11-20 08:00:18'),
  1060. (235, 107, 'post-img-17112015111648183.jpeg', '2017-11-20 08:00:18'),
  1061. (236, 108, 'post-img-17112015111650800.jpeg', '2017-11-20 08:04:40'),
  1062. (237, 108, 'post-img-17112015111650801.jpeg', '2017-11-20 08:04:40'),
  1063. (238, 108, 'post-img-17112015111650802.jpeg', '2017-11-20 08:04:40'),
  1064. (239, 108, 'post-img-17112015111650803.jpeg', '2017-11-20 08:04:40'),
  1065. (240, 109, 'post-img-17112015111653430.jpeg', '2017-11-20 08:09:04'),
  1066. (241, 109, 'post-img-17112015111653441.jpeg', '2017-11-20 08:09:04'),
  1067. (242, 109, 'post-img-17112015111653442.jpeg', '2017-11-20 08:09:04'),
  1068. (243, 109, 'post-img-17112015111653443.jpeg', '2017-11-20 08:09:04'),
  1069. (244, 110, 'post-img-17112015111655910.jpeg', '2017-11-20 08:13:12'),
  1070. (245, 110, 'post-img-17112015111655921.jpeg', '2017-11-20 08:13:12'),
  1071. (246, 110, 'post-img-17112015111655922.jpeg', '2017-11-20 08:13:12'),
  1072. (247, 110, 'post-img-17112015111655923.jpeg', '2017-11-20 08:13:12'),
  1073. (248, 111, 'post-img-17112015111657850.jpeg', '2017-11-20 08:16:25'),
  1074. (249, 111, 'post-img-17112015111657851.jpeg', '2017-11-20 08:16:25'),
  1075. (250, 111, 'post-img-17112015111657852.jpeg', '2017-11-20 08:16:25'),
  1076. (251, 111, 'post-img-17112015111657853.jpeg', '2017-11-20 08:16:26'),
  1077. (252, 112, 'post-img-17112015111661090.jpeg', '2017-11-20 08:21:49'),
  1078. (253, 113, 'post-img-17112015111665220.jpeg', '2017-11-20 08:28:43'),
  1079. (254, 113, 'post-img-17112015111665231.jpeg', '2017-11-20 08:28:43'),
  1080. (255, 114, 'post-img-17112015111671020.jpeg', '2017-11-20 08:38:23'),
  1081. (256, 114, 'post-img-17112015111671031.jpeg', '2017-11-20 08:38:23'),
  1082. (257, 114, 'post-img-17112015111671032.jpeg', '2017-11-20 08:38:23'),
  1083. (258, 114, 'post-img-17112015111671033.jpeg', '2017-11-20 08:38:24'),
  1084. (259, 115, 'post-img-17112015111906790.jpg', '2017-11-20 15:11:19'),
  1085. (260, 116, 'post-img-17112015111909140.jpg', '2017-11-20 15:15:14'),
  1086. (261, 116, 'post-img-17112015111909141.jpg', '2017-11-20 15:15:14'),
  1087. (262, 117, 'post-img-17112015111911860.jpg', '2017-11-20 15:19:46'),
  1088. (263, 118, 'post-img-17112015111914060.jpg', '2017-11-20 15:23:27'),
  1089. (264, 118, 'post-img-17112015111914071.jpg', '2017-11-20 15:23:27'),
  1090. (265, 118, 'post-img-17112015111914072.jpg', '2017-11-20 15:23:27'),
  1091. (266, 119, 'post-img-17112015111918100.jpg', '2017-11-20 15:30:10'),
  1092. (267, 119, 'post-img-17112015111918101.jpg', '2017-11-20 15:30:10'),
  1093. (268, 119, 'post-img-17112015111918102.jpg', '2017-11-20 15:30:10'),
  1094. (269, 120, 'post-img-17112015111922080.jpg', '2017-11-20 15:36:48'),
  1095. (270, 120, 'post-img-17112015111922081.jpg', '2017-11-20 15:36:48'),
  1096. (271, 121, 'post-img-17112015111925630.jpg', '2017-11-20 15:42:43'),
  1097. (272, 121, 'post-img-17112015111925631.jpg', '2017-11-20 15:42:43'),
  1098. (273, 121, 'post-img-17112015111925632.jpg', '2017-11-20 15:42:43'),
  1099. (274, 121, 'post-img-17112015111925633.jpg', '2017-11-20 15:42:43'),
  1100. (275, 122, 'post-img-17112015111927900.jpg', '2017-11-20 15:46:31'),
  1101. (276, 122, 'post-img-17112015111927911.jpg', '2017-11-20 15:46:31'),
  1102. (277, 123, 'post-img-17112115112754650.jpg', '2017-11-21 14:44:25'),
  1103. (278, 124, 'post-img-17112115112759890.jpg', '2017-11-21 14:53:10'),
  1104. (279, 125, 'post-img-17112115112763230.jpg', '2017-11-21 14:58:43'),
  1105. (280, 125, 'post-img-17112115112763231.jpg', '2017-11-21 14:58:43'),
  1106. (281, 125, 'post-img-17112115112763232.jpg', '2017-11-21 14:58:44'),
  1107. (282, 126, 'post-img-17112115112765670.jpg', '2017-11-21 15:02:47'),
  1108. (283, 126, 'post-img-17112115112765671.jpg', '2017-11-21 15:02:47'),
  1109. (284, 126, 'post-img-17112115112765672.jpg', '2017-11-21 15:02:47'),
  1110. (285, 127, 'post-img-17112115112768830.jpg', '2017-11-21 15:08:03'),
  1111. (286, 127, 'post-img-17112115112768831.jpg', '2017-11-21 15:08:04'),
  1112. (287, 127, 'post-img-17112115112768842.jpg', '2017-11-21 15:08:04'),
  1113. (288, 128, 'post-img-17112115112771720.jpg', '2017-11-21 15:12:52'),
  1114. (289, 128, 'post-img-17112115112771721.jpg', '2017-11-21 15:12:53'),
  1115. (290, 128, 'post-img-17112115112771732.jpg', '2017-11-21 15:12:53'),
  1116. (291, 129, 'post-img-17112115112773680.jpg', '2017-11-21 15:16:08'),
  1117. (292, 130, 'post-img-17112115112775930.jpg', '2017-11-21 15:19:53'),
  1118. (293, 130, 'post-img-17112115112775931.jpg', '2017-11-21 15:19:53'),
  1119. (294, 131, 'post-img-17112215113638120.jpg', '2017-11-22 15:16:52'),
  1120. (295, 131, 'post-img-17112215113638121.jpg', '2017-11-22 15:16:52'),
  1121. (296, 132, 'post-img-17112215113640380.jpg', '2017-11-22 15:20:39'),
  1122. (297, 132, 'post-img-17112215113640391.jpg', '2017-11-22 15:20:39'),
  1123. (298, 133, 'post-img-17112215113644260.jpg', '2017-11-22 15:27:06'),
  1124. (299, 133, 'post-img-17112215113644261.jpg', '2017-11-22 15:27:06'),
  1125. (300, 133, 'post-img-17112215113644262.jpg', '2017-11-22 15:27:06'),
  1126. (301, 133, 'post-img-17112215113644263.jpg', '2017-11-22 15:27:06'),
  1127. (302, 134, 'post-img-17112215113647960.jpg', '2017-11-22 15:33:16'),
  1128. (303, 134, 'post-img-17112215113647961.jpg', '2017-11-22 15:33:16'),
  1129. (304, 134, 'post-img-17112215113647962.jpg', '2017-11-22 15:33:17'),
  1130. (305, 135, 'post-img-17112215113650110.jpg', '2017-11-22 15:36:51'),
  1131. (306, 135, 'post-img-17112215113650111.jpg', '2017-11-22 15:36:51'),
  1132. (307, 136, 'post-img-17112215113652630.jpg', '2017-11-22 15:41:04'),
  1133. (308, 136, 'post-img-17112215113652641.jpg', '2017-11-22 15:41:04'),
  1134. (309, 136, 'post-img-17112215113652642.jpg', '2017-11-22 15:41:04'),
  1135. (310, 137, 'post-img-17112315114496860.jpg', '2017-11-23 15:08:06'),
  1136. (311, 137, 'post-img-17112315114496861.jpg', '2017-11-23 15:08:06'),
  1137. (312, 137, 'post-img-17112315114496862.jpg', '2017-11-23 15:08:06'),
  1138. (313, 138, 'post-img-17112315114499450.jpg', '2017-11-23 15:12:26'),
  1139. (314, 138, 'post-img-17112315114499461.jpg', '2017-11-23 15:12:26'),
  1140. (315, 139, 'post-img-17112315114501150.jpg', '2017-11-23 15:15:15'),
  1141. (316, 139, 'post-img-17112315114501151.jpg', '2017-11-23 15:15:15'),
  1142. (317, 140, 'post-img-17112315114504050.jpg', '2017-11-23 15:20:05'),
  1143. (318, 140, 'post-img-17112315114504051.jpg', '2017-11-23 15:20:06'),
  1144. (319, 140, 'post-img-17112315114504062.jpg', '2017-11-23 15:20:06'),
  1145. (320, 140, 'post-img-17112315114504063.jpg', '2017-11-23 15:20:06'),
  1146. (321, 141, 'post-img-17112315114505570.jpg', '2017-11-23 15:22:37'),
  1147. (322, 141, 'post-img-17112315114505571.jpg', '2017-11-23 15:22:37'),
  1148. (323, 142, 'post-img-17112315114507540.jpg', '2017-11-23 15:25:54'),
  1149. (324, 142, 'post-img-17112315114507541.jpg', '2017-11-23 15:25:54'),
  1150. (325, 142, 'post-img-17112315114507542.jpg', '2017-11-23 15:25:55'),
  1151. (326, 142, 'post-img-17112315114507553.jpg', '2017-11-23 15:25:55'),
  1152. (327, 143, 'post-img-17112315114511360.jpg', '2017-11-23 15:32:16'),
  1153. (328, 143, 'post-img-17112315114511361.jpg', '2017-11-23 15:32:16'),
  1154. (329, 144, 'post-img-17112315114513520.jpg', '2017-11-23 15:35:52'),
  1155. (330, 144, 'post-img-17112315114513521.jpg', '2017-11-23 15:35:52'),
  1156. (331, 144, 'post-img-17112315114513522.jpg', '2017-11-23 15:35:52'),
  1157. (332, 144, 'post-img-17112315114513523.jpg', '2017-11-23 15:35:52'),
  1158. (333, 145, 'post-img-17112315114516460.jpg', '2017-11-23 15:40:46'),
  1159. (334, 146, 'post-img-17112315114519070.jpg', '2017-11-23 15:45:07'),
  1160. (335, 146, 'post-img-17112315114519071.jpg', '2017-11-23 15:45:07'),
  1161. (336, 146, 'post-img-17112315114519072.jpg', '2017-11-23 15:45:07'),
  1162. (337, 146, 'post-img-17112315114519073.jpg', '2017-11-23 15:45:07'),
  1163. (338, 147, 'post-img-17112315114522500.jpg', '2017-11-23 15:50:50'),
  1164. (339, 147, 'post-img-17112315114522501.jpg', '2017-11-23 15:50:50'),
  1165. (340, 147, 'post-img-17112315114522502.jpg', '2017-11-23 15:50:51'),
  1166. (341, 147, 'post-img-17112315114522513.jpg', '2017-11-23 15:50:51'),
  1167. (342, 148, 'post-img-17112415115243340.jpg', '2017-11-24 11:52:14'),
  1168. (343, 148, 'post-img-17112415115243341.jpeg', '2017-11-24 11:52:14'),
  1169. (344, 148, 'post-img-17112415115243342.jpg', '2017-11-24 11:52:15'),
  1170. (345, 149, 'post-img-17112415115251100.jpg', '2017-11-24 12:05:11'),
  1171. (346, 149, 'post-img-17112415115251111.jpg', '2017-11-24 12:05:11'),
  1172. (347, 149, 'post-img-17112415115251112.jpg', '2017-11-24 12:05:12'),
  1173. (348, 149, 'post-img-17112415115251123.jpg', '2017-11-24 12:05:12'),
  1174. (349, 150, 'post-img-17113015120373670.jpg', '2017-11-30 10:22:48'),
  1175. (350, 151, 'post-img-17113015120374200.jpg', '2017-11-30 10:23:41'),
  1176. (351, 153, 'post-img-17121115129733800.jpg', '2017-12-11 06:23:01'),
  1177. (352, 153, 'post-img-17121115129733811.jpg', '2017-12-11 06:23:01'),
  1178. (353, 154, 'post-img-17121115129735780.jpg', '2017-12-11 06:26:19'),
  1179. (354, 154, 'post-img-17121115129735791.jpg', '2017-12-11 06:26:19'),
  1180. (355, 155, 'post-img-17121115129737590.jpg', '2017-12-11 06:29:19'),
  1181. (356, 155, 'post-img-17121115129737591.jpg', '2017-12-11 06:29:19'),
  1182. (357, 156, 'post-img-17121115129745670.jpg', '2017-12-11 06:42:47'),
  1183. (358, 156, 'post-img-17121115129745671.jpg', '2017-12-11 06:42:47'),
  1184. (359, 156, 'post-img-17121115129745672.jpg', '2017-12-11 06:42:47'),
  1185. (360, 157, 'post-img-17121115129769580.jpg', '2017-12-11 07:22:39'),
  1186. (361, 157, 'post-img-17121115129769591.jpg', '2017-12-11 07:22:39'),
  1187. (362, 157, 'post-img-17121115129769592.jpg', '2017-12-11 07:22:39'),
  1188. (363, 157, 'post-img-17121115129769593.jpg', '2017-12-11 07:22:40'),
  1189. (364, 158, 'post-img-17121115129773010.jpg', '2017-12-11 07:28:21'),
  1190. (365, 158, 'post-img-17121115129773011.jpg', '2017-12-11 07:28:22'),
  1191. (366, 158, 'post-img-17121115129773022.jpg', '2017-12-11 07:28:22'),
  1192. (367, 158, 'post-img-17121115129773023.jpg', '2017-12-11 07:28:22'),
  1193. (368, 159, 'post-img-17121115129776760.jpg', '2017-12-11 07:34:36'),
  1194. (369, 159, 'post-img-17121115129776761.jpg', '2017-12-11 07:34:36'),
  1195. (370, 160, 'post-img-17121115129778900.jpg', '2017-12-11 07:38:10'),
  1196. (371, 160, 'post-img-17121115129778901.jpg', '2017-12-11 07:38:10'),
  1197. (372, 160, 'post-img-17121115129778902.jpg', '2017-12-11 07:38:11'),
  1198. (373, 160, 'post-img-17121115129778913.jpg', '2017-12-11 07:38:11'),
  1199. (374, 161, 'post-img-17121115129783680.jpg', '2017-12-11 07:46:09'),
  1200. (375, 162, 'post-img-17121115129785580.jpg', '2017-12-11 07:49:19'),
  1201. (376, 162, 'post-img-17121115129785591.jpg', '2017-12-11 07:49:19'),
  1202. (377, 163, 'post-img-17121115129787630.jpg', '2017-12-11 07:52:43'),
  1203. (378, 163, 'post-img-17121115129787631.jpg', '2017-12-11 07:52:43'),
  1204. (379, 163, 'post-img-17121115129787632.jpg', '2017-12-11 07:52:43'),
  1205. (380, 164, 'post-img-17121115129790880.jpg', '2017-12-11 07:58:08'),
  1206. (381, 164, 'post-img-17121115129790881.jpg', '2017-12-11 07:58:08'),
  1207. (382, 164, 'post-img-17121115129790882.jpg', '2017-12-11 07:58:09'),
  1208. (383, 165, 'post-img-17121115129802960.jpg', '2017-12-11 08:18:17'),
  1209. (384, 165, 'post-img-17121115129802971.jpg', '2017-12-11 08:18:17'),
  1210. (385, 165, 'post-img-17121115129802972.jpg', '2017-12-11 08:18:17'),
  1211. (386, 165, 'post-img-17121115129802973.jpg', '2017-12-11 08:18:17'),
  1212. (387, 166, 'post-img-17121115129807630.jpg', '2017-12-11 08:26:04'),
  1213. (388, 166, 'post-img-17121115129807641.jpg', '2017-12-11 08:26:04'),
  1214. (389, 166, 'post-img-17121115129807642.jpg', '2017-12-11 08:26:04'),
  1215. (390, 166, 'post-img-17121115129807643.jpg', '2017-12-11 08:26:04'),
  1216. (391, 167, 'post-img-17121115129932310.jpg', '2017-12-11 11:53:52'),
  1217. (392, 167, 'post-img-17121115129932321.jpg', '2017-12-11 11:53:52'),
  1218. (393, 167, 'post-img-17121115129932322.jpg', '2017-12-11 11:53:52'),
  1219. (394, 168, 'post-img-17121115129958070.jpg', '2017-12-11 12:36:47'),
  1220. (395, 168, 'post-img-17121115129958071.jpg', '2017-12-11 12:36:48'),
  1221. (396, 168, 'post-img-17121115129958082.jpg', '2017-12-11 12:36:48'),
  1222. (397, 169, 'post-img-17121115129961370.jpg', '2017-12-11 12:42:17'),
  1223. (398, 170, 'post-img-17121115129969600.jpg', '2017-12-11 12:56:00'),
  1224. (399, 170, 'post-img-17121115129969601.jpg', '2017-12-11 12:56:01'),
  1225. (400, 170, 'post-img-17121115129969612.jpg', '2017-12-11 12:56:01'),
  1226. (401, 170, 'post-img-17121115129969613.jpg', '2017-12-11 12:56:01'),
  1227. (402, 171, 'post-img-17121215130712000.jpg', '2017-12-12 09:33:20'),
  1228. (403, 171, 'post-img-17121215130712001.jpg', '2017-12-12 09:33:20'),
  1229. (404, 172, 'post-img-17121215130715490.jpg', '2017-12-12 09:39:09'),
  1230. (405, 172, 'post-img-17121215130715491.jpg', '2017-12-12 09:39:09'),
  1231. (406, 172, 'post-img-17121215130715492.jpg', '2017-12-12 09:39:09'),
  1232. (407, 172, 'post-img-17121215130715493.jpg', '2017-12-12 09:39:09'),
  1233. (408, 173, 'post-img-17121215130716950.jpg', '2017-12-12 09:41:35'),
  1234. (409, 174, 'post-img-17121215130734260.jpg', '2017-12-12 10:10:26'),
  1235. (410, 174, 'post-img-17121215130734261.jpg', '2017-12-12 10:10:27'),
  1236. (411, 174, 'post-img-17121215130734272.jpg', '2017-12-12 10:10:27'),
  1237. (412, 174, 'post-img-17121215130734273.jpg', '2017-12-12 10:10:27'),
  1238. (413, 175, 'post-img-17121215130736950.jpg', '2017-12-12 10:14:55'),
  1239. (414, 176, 'post-img-17121215130739190.jpg', '2017-12-12 10:18:39'),
  1240. (415, 176, 'post-img-17121215130739191.jpg', '2017-12-12 10:18:39'),
  1241. (416, 176, 'post-img-17121215130739192.jpg', '2017-12-12 10:18:39'),
  1242. (417, 176, 'post-img-17121215130739193.jpg', '2017-12-12 10:18:40'),
  1243. (418, 177, 'post-img-17121215130741380.jpg', '2017-12-12 10:22:18'),
  1244. (419, 177, 'post-img-17121215130741381.jpg', '2017-12-12 10:22:18'),
  1245. (420, 177, 'post-img-17121215130741382.jpg', '2017-12-12 10:22:18'),
  1246. (421, 178, 'post-img-17121215130746040.jpg', '2017-12-12 10:30:05'),
  1247. (422, 178, 'post-img-17121215130746051.jpg', '2017-12-12 10:30:05'),
  1248. (423, 178, 'post-img-17121215130746052.jpg', '2017-12-12 10:30:06'),
  1249. (424, 178, 'post-img-17121215130746063.jpg', '2017-12-12 10:30:06'),
  1250. (425, 179, 'post-img-17121215130748590.jpg', '2017-12-12 10:34:19'),
  1251. (426, 179, 'post-img-17121215130748591.jpg', '2017-12-12 10:34:20'),
  1252. (427, 179, 'post-img-17121215130748602.jpg', '2017-12-12 10:34:20'),
  1253. (428, 179, 'post-img-17121215130748603.jpg', '2017-12-12 10:34:20'),
  1254. (429, 180, 'post-img-17121215130752330.jpg', '2017-12-12 10:40:33'),
  1255. (430, 181, 'post-img-17121215130754690.jpg', '2017-12-12 10:44:30'),
  1256. (431, 181, 'post-img-17121215130754701.jpg', '2017-12-12 10:44:30'),
  1257. (432, 181, 'post-img-17121215130754702.jpg', '2017-12-12 10:44:30'),
  1258. (433, 182, 'post-img-17121215130758460.jpg', '2017-12-12 10:50:46'),
  1259. (434, 182, 'post-img-17121215130758461.jpg', '2017-12-12 10:50:46'),
  1260. (435, 183, 'post-img-17121315131593610.jpg', '2017-12-13 10:02:42'),
  1261. (436, 183, 'post-img-17121315131593621.jpg', '2017-12-13 10:02:42'),
  1262. (437, 183, 'post-img-17121315131593622.jpg', '2017-12-13 10:02:42'),
  1263. (438, 183, 'post-img-17121315131593623.jpg', '2017-12-13 10:02:42'),
  1264. (439, 184, 'post-img-17121315131601400.jpg', '2017-12-13 10:15:40'),
  1265. (440, 184, 'post-img-17121315131601401.jpg', '2017-12-13 10:15:41'),
  1266. (441, 185, 'post-img-17121315131640050.jpg', '2017-12-13 11:20:05'),
  1267. (442, 185, 'post-img-17121315131640051.jpg', '2017-12-13 11:20:05'),
  1268. (443, 186, 'post-img-17121315131679390.jpg', '2017-12-13 12:25:39'),
  1269. (444, 187, 'post-img-17121315131681010.jpg', '2017-12-13 12:28:21'),
  1270. (445, 188, 'post-img-17121315131682920.jpg', '2017-12-13 12:31:32'),
  1271. (446, 189, 'post-img-17121315131684890.jpg', '2017-12-13 12:34:49'),
  1272. (447, 190, 'post-img-17121315131689450.jpg', '2017-12-13 12:42:26'),
  1273. (448, 190, 'post-img-17121315131689461.jpg', '2017-12-13 12:42:26'),
  1274. (449, 191, 'post-img-17121315131691550.jpg', '2017-12-13 12:45:55'),
  1275. (450, 191, 'post-img-17121315131691551.jpg', '2017-12-13 12:45:55'),
  1276. (451, 191, 'post-img-17121315131691552.jpg', '2017-12-13 12:45:55'),
  1277. (452, 192, 'post-img-17121315131695430.jpg', '2017-12-13 12:52:23'),
  1278. (453, 192, 'post-img-17121315131695431.jpg', '2017-12-13 12:52:24'),
  1279. (454, 192, 'post-img-17121315131695442.jpg', '2017-12-13 12:52:24'),
  1280. (455, 192, 'post-img-17121315131695443.jpg', '2017-12-13 12:52:24'),
  1281. (456, 193, 'post-img-17121315131697440.jpg', '2017-12-13 12:55:44'),
  1282. (457, 193, 'post-img-17121315131697441.jpg', '2017-12-13 12:55:44'),
  1283. (458, 193, 'post-img-17121315131697442.jpg', '2017-12-13 12:55:44'),
  1284. (459, 193, 'post-img-17121315131697443.jpg', '2017-12-13 12:55:44'),
  1285. (460, 194, 'post-img-17121315131699170.jpg', '2017-12-13 12:58:38'),
  1286. (461, 195, 'post-img-17121415132479530.jpeg', '2017-12-14 10:39:14'),
  1287. (462, 196, 'post-img-17121515133535220.jpg', '2017-12-15 15:58:42'),
  1288. (463, 197, 'post-img-17121615134072380.jpg', '2017-12-16 06:53:58'),
  1289. (464, 198, 'post-img-17121615134072420.jpg', '2017-12-16 06:54:03'),
  1290. (465, 199, 'post-img-17121615134072650.jpg', '2017-12-16 06:54:25'),
  1291. (466, 200, 'post-img-17121615134072720.jpg', '2017-12-16 06:54:32'),
  1292. (467, 201, 'post-img-17121615134072770.jpg', '2017-12-16 06:54:37'),
  1293. (468, 202, 'post-img-17121615134072800.jpg', '2017-12-16 06:54:41'),
  1294. (469, 203, 'post-img-17121615134075970.jpg', '2017-12-16 06:59:57'),
  1295. (470, 204, 'post-img-17121715135056990.jpg', '2017-12-17 10:14:59'),
  1296. (471, 205, 'post-img-17122015137909320.JPG', '2017-12-20 17:28:53'),
  1297. (472, 206, 'post-img-17122115138303660.jpg', '2017-12-21 04:26:06'),
  1298. (473, 206, 'post-img-17122115138303661.jpg', '2017-12-21 04:26:07'),
  1299. (474, 206, 'post-img-17122115138303672.jpg', '2017-12-21 04:26:07'),
  1300. (475, 207, 'post-img-17122115138305570.jpg', '2017-12-21 04:29:17'),
  1301. (476, 207, 'post-img-17122115138305571.jpg', '2017-12-21 04:29:17'),
  1302. (477, 208, 'post-img-17122115138334640.jpg', '2017-12-21 05:17:44'),
  1303. (478, 208, 'post-img-17122115138334641.jpg', '2017-12-21 05:17:45'),
  1304. (479, 209, 'post-img-17122115138336670.jpg', '2017-12-21 05:21:07'),
  1305. (480, 209, 'post-img-17122115138336671.jpg', '2017-12-21 05:21:07'),
  1306. (481, 210, 'post-img-17122115138338330.jpg', '2017-12-21 05:23:53'),
  1307. (482, 211, 'post-img-17122115138340340.jpg', '2017-12-21 05:27:14'),
  1308. (483, 211, 'post-img-17122115138340341.jpg', '2017-12-21 05:27:14'),
  1309. (484, 212, 'post-img-17122115138346370.jpg', '2017-12-21 05:37:17'),
  1310. (485, 212, 'post-img-17122115138346371.jpg', '2017-12-21 05:37:17'),
  1311. (486, 212, 'post-img-17122115138346372.jpg', '2017-12-21 05:37:18'),
  1312. (487, 213, 'post-img-17122115138348020.jpg', '2017-12-21 05:40:02'),
  1313. (488, 213, 'post-img-17122115138348021.jpg', '2017-12-21 05:40:03'),
  1314. (489, 215, 'post-img-17122215139138360.jpg', '2017-12-22 03:37:16'),
  1315. (490, 215, 'post-img-17122215139138361.jpg', '2017-12-22 03:37:16'),
  1316. (491, 216, 'post-img-17122215139140900.jpg', '2017-12-22 03:41:30'),
  1317. (492, 216, 'post-img-17122215139140901.jpg', '2017-12-22 03:41:31'),
  1318. (493, 216, 'post-img-17122215139140912.jpg', '2017-12-22 03:41:31'),
  1319. (494, 217, 'post-img-17122215139143960.jpg', '2017-12-22 03:46:37'),
  1320. (495, 217, 'post-img-17122215139143971.jpg', '2017-12-22 03:46:37'),
  1321. (496, 217, 'post-img-17122215139143972.jpg', '2017-12-22 03:46:37'),
  1322. (497, 217, 'post-img-17122215139143973.jpg', '2017-12-22 03:46:38'),
  1323. (498, 219, 'post-img-17122215139146940.jpg', '2017-12-22 03:51:35'),
  1324. (499, 219, 'post-img-17122215139146951.jpg', '2017-12-22 03:51:35'),
  1325. (500, 219, 'post-img-17122215139146952.jpg', '2017-12-22 03:51:35'),
  1326. (501, 219, 'post-img-17122215139146953.jpg', '2017-12-22 03:51:36'),
  1327. (502, 220, 'post-img-17122215139149660.jpg', '2017-12-22 03:56:07'),
  1328. (503, 220, 'post-img-17122215139149671.jpg', '2017-12-22 03:56:07'),
  1329. (504, 220, 'post-img-17122215139149672.jpg', '2017-12-22 03:56:07'),
  1330. (505, 220, 'post-img-17122215139149673.jpg', '2017-12-22 03:56:08'),
  1331. (506, 221, 'post-img-17122215139152720.jpg', '2017-12-22 04:01:12'),
  1332. (507, 221, 'post-img-17122215139152721.jpg', '2017-12-22 04:01:13'),
  1333. (508, 222, 'post-img-17122215139155520.jpg', '2017-12-22 04:05:53'),
  1334. (509, 222, 'post-img-17122215139155531.jpg', '2017-12-22 04:05:53'),
  1335. (510, 222, 'post-img-17122215139155532.jpg', '2017-12-22 04:05:53'),
  1336. (511, 222, 'post-img-17122215139155533.jpg', '2017-12-22 04:05:54'),
  1337. (512, 223, 'post-img-17122215139569240.jpg', '2017-12-22 15:35:25'),
  1338. (513, 223, 'post-img-17122215139569251.jpg', '2017-12-22 15:35:25'),
  1339. (514, 223, 'post-img-17122215139569252.jpg', '2017-12-22 15:35:25'),
  1340. (515, 224, 'post-img-17122215139572380.jpg', '2017-12-22 15:40:38'),
  1341. (516, 224, 'post-img-17122215139572381.jpg', '2017-12-22 15:40:38'),
  1342. (517, 224, 'post-img-17122215139572382.jpg', '2017-12-22 15:40:39'),
  1343. (518, 225, 'post-img-17122215139574790.jpg', '2017-12-22 15:44:40'),
  1344. (519, 225, 'post-img-17122215139574801.jpg', '2017-12-22 15:44:40'),
  1345. (520, 226, 'post-img-17122215139578270.jpg', '2017-12-22 15:50:27'),
  1346. (521, 226, 'post-img-17122215139578271.jpg', '2017-12-22 15:50:27'),
  1347. (522, 226, 'post-img-17122215139578272.jpg', '2017-12-22 15:50:27'),
  1348. (523, 227, 'post-img-17122215139581120.jpg', '2017-12-22 15:55:12'),
  1349. (524, 227, 'post-img-17122215139581121.jpg', '2017-12-22 15:55:12'),
  1350. (525, 227, 'post-img-17122215139581122.jpg', '2017-12-22 15:55:12'),
  1351. (526, 227, 'post-img-17122215139581123.jpg', '2017-12-22 15:55:13'),
  1352. (527, 228, 'post-img-17122215139583300.jpg', '2017-12-22 15:58:51'),
  1353. (528, 229, 'post-img-17122415141207840.jpg', '2017-12-24 13:06:24'),
  1354. (529, 229, 'post-img-17122415141207841.jpg', '2017-12-24 13:06:24'),
  1355. (530, 230, 'post-img-17122415141209130.jpg', '2017-12-24 13:08:33'),
  1356. (531, 231, 'post-img-17122415141210440.jpg', '2017-12-24 13:10:45'),
  1357. (532, 232, 'post-img-17122415141212270.jpg', '2017-12-24 13:13:47'),
  1358. (533, 232, 'post-img-17122415141212271.jpg', '2017-12-24 13:13:47'),
  1359. (534, 233, 'post-img-17122415141213560.jpg', '2017-12-24 13:15:57'),
  1360. (535, 234, 'post-img-17122415141216180.jpg', '2017-12-24 13:20:18'),
  1361. (536, 234, 'post-img-17122415141216181.jpg', '2017-12-24 13:20:18'),
  1362. (537, 235, 'post-img-17122415141217900.jpg', '2017-12-24 13:23:10'),
  1363. (538, 235, 'post-img-17122415141217901.jpg', '2017-12-24 13:23:10'),
  1364. (539, 236, 'post-img-17122415141219420.jpg', '2017-12-24 13:25:42'),
  1365. (540, 237, 'post-img-17122415141222390.jpg', '2017-12-24 13:30:39'),
  1366. (541, 237, 'post-img-17122415141222391.jpg', '2017-12-24 13:30:39'),
  1367. (542, 238, 'post-img-17122415141225950.jpg', '2017-12-24 13:36:35'),
  1368. (543, 238, 'post-img-17122415141225951.jpg', '2017-12-24 13:36:35'),
  1369. (544, 238, 'post-img-17122415141225952.jpg', '2017-12-24 13:36:35'),
  1370. (545, 239, 'post-img-17122415141233160.jpg', '2017-12-24 13:48:36'),
  1371. (546, 239, 'post-img-17122415141233161.jpg', '2017-12-24 13:48:36'),
  1372. (547, 239, 'post-img-17122415141233162.jpg', '2017-12-24 13:48:36'),
  1373. (548, 240, 'post-img-17122415141236580.jpg', '2017-12-24 13:54:18'),
  1374. (549, 240, 'post-img-17122415141236581.jpg', '2017-12-24 13:54:18'),
  1375. (550, 240, 'post-img-17122415141236582.jpg', '2017-12-24 13:54:18'),
  1376. (551, 240, 'post-img-17122415141236583.jpg', '2017-12-24 13:54:19'),
  1377. (552, 241, 'post-img-17122815144403320.jpeg', '2017-12-28 05:52:13'),
  1378. (553, 242, 'post-img-181315149641470.jpg', '2018-01-03 07:22:28'),
  1379. (554, 242, 'post-img-181315149641481.jpg', '2018-01-03 07:22:28'),
  1380. (555, 242, 'post-img-181315149641482.jpg', '2018-01-03 07:22:28'),
  1381. (556, 243, 'post-img-181315149643280.jpg', '2018-01-03 07:25:29'),
  1382. (557, 243, 'post-img-181315149643291.jpg', '2018-01-03 07:25:29'),
  1383. (558, 244, 'post-img-181315149646100.jpg', '2018-01-03 07:30:10'),
  1384. (559, 245, 'post-img-181315149650820.jpg', '2018-01-03 07:38:02'),
  1385. (560, 245, 'post-img-181315149650821.jpg', '2018-01-03 07:38:02'),
  1386. (561, 245, 'post-img-181315149650822.jpg', '2018-01-03 07:38:02'),
  1387. (562, 245, 'post-img-181315149650823.jpg', '2018-01-03 07:38:03'),
  1388. (563, 246, 'post-img-181315149652820.jpg', '2018-01-03 07:41:23'),
  1389. (564, 246, 'post-img-181315149652831.jpg', '2018-01-03 07:41:23'),
  1390. (565, 246, 'post-img-181315149652832.jpg', '2018-01-03 07:41:24'),
  1391. (566, 246, 'post-img-181315149652843.jpg', '2018-01-03 07:41:24'),
  1392. (567, 247, 'post-img-181315149656920.jpg', '2018-01-03 07:48:13'),
  1393. (568, 247, 'post-img-181315149656931.jpg', '2018-01-03 07:48:13'),
  1394. (569, 247, 'post-img-181315149656932.jpg', '2018-01-03 07:48:13'),
  1395. (570, 247, 'post-img-181315149656933.jpg', '2018-01-03 07:48:14'),
  1396. (571, 248, 'post-img-181315149658750.jpg', '2018-01-03 07:51:16'),
  1397. (572, 248, 'post-img-181315149658761.jpg', '2018-01-03 07:51:16'),
  1398. (573, 249, 'post-img-181315149661050.jpg', '2018-01-03 07:55:05'),
  1399. (574, 250, 'post-img-181315149662770.jpg', '2018-01-03 07:57:58'),
  1400. (575, 250, 'post-img-181315149662781.jpg', '2018-01-03 07:57:58'),
  1401. (576, 250, 'post-img-181315149662782.jpg', '2018-01-03 07:57:59'),
  1402. (577, 250, 'post-img-181315149662793.jpg', '2018-01-03 07:57:59'),
  1403. (578, 251, 'post-img-181315149668680.jpg', '2018-01-03 08:07:48'),
  1404. (579, 251, 'post-img-181315149668681.jpg', '2018-01-03 08:07:48'),
  1405. (580, 252, 'post-img-181315149668920.jpg', '2018-01-03 08:08:12'),
  1406. (581, 253, 'post-img-181315149669510.jpg', '2018-01-03 08:09:12'),
  1407. (582, 254, 'post-img-181315149670620.jpg', '2018-01-03 08:11:03'),
  1408. (583, 255, 'post-img-181315149671620.jpg', '2018-01-03 08:12:42'),
  1409. (584, 256, 'post-img-181315149672570.jpg', '2018-01-03 08:14:17'),
  1410. (585, 257, 'post-img-181315149672680.jpg', '2018-01-03 08:14:28'),
  1411. (586, 258, 'post-img-181315149673370.jpg', '2018-01-03 08:15:38'),
  1412. (587, 259, 'post-img-181315149674210.jpg', '2018-01-03 08:17:01'),
  1413. (588, 259, 'post-img-181315149674211.jpg', '2018-01-03 08:17:02'),
  1414. (589, 260, 'post-img-181315149675590.jpg', '2018-01-03 08:19:19'),
  1415. (590, 260, 'post-img-181315149675591.jpg', '2018-01-03 08:19:19'),
  1416. (591, 261, 'post-img-181315149678110.jpg', '2018-01-03 08:23:32'),
  1417. (592, 261, 'post-img-181315149678121.jpg', '2018-01-03 08:23:32'),
  1418. (593, 262, 'post-img-181315149680910.jpg', '2018-01-03 08:28:11'),
  1419. (594, 262, 'post-img-181315149680911.jpg', '2018-01-03 08:28:11'),
  1420. (595, 262, 'post-img-181315149680912.jpg', '2018-01-03 08:28:11'),
  1421. (596, 263, 'post-img-181315149683570.jpg', '2018-01-03 08:32:37'),
  1422. (597, 264, 'post-img-181315149685720.jpg', '2018-01-03 08:36:14'),
  1423. (598, 265, 'post-img-181315149687140.jpg', '2018-01-03 08:38:35'),
  1424. (599, 266, 'post-img-181315149689620.jpg', '2018-01-03 08:42:42'),
  1425. (600, 266, 'post-img-181315149689621.jpg', '2018-01-03 08:42:42'),
  1426. (601, 266, 'post-img-181315149689622.jpg', '2018-01-03 08:42:43'),
  1427. (602, 266, 'post-img-181315149689633.jpg', '2018-01-03 08:42:43'),
  1428. (603, 267, 'post-img-181315149713150.jpg', '2018-01-03 09:21:55'),
  1429. (604, 268, 'post-img-181315149714490.jpg', '2018-01-03 09:24:09'),
  1430. (605, 268, 'post-img-181315149714491.jpg', '2018-01-03 09:24:09'),
  1431. (606, 269, 'post-img-181315149724080.jpg', '2018-01-03 09:40:08'),
  1432. (607, 270, 'post-img-181315149725550.jpg', '2018-01-03 09:42:35'),
  1433. (608, 271, 'post-img-181315149727600.jpg', '2018-01-03 09:46:00'),
  1434. (609, 271, 'post-img-181315149727601.jpg', '2018-01-03 09:46:00'),
  1435. (610, 271, 'post-img-181315149727602.jpg', '2018-01-03 09:46:01'),
  1436. (611, 272, 'post-img-181315149729940.jpg', '2018-01-03 09:49:54'),
  1437. (612, 272, 'post-img-181315149729941.jpg', '2018-01-03 09:49:54'),
  1438. (613, 273, 'post-img-181315149731850.jpg', '2018-01-03 09:53:05'),
  1439. (614, 273, 'post-img-181315149731851.jpg', '2018-01-03 09:53:05'),
  1440. (615, 274, 'post-img-181315149737430.jpg', '2018-01-03 10:02:24'),
  1441. (616, 275, 'post-img-181315149742120.jpg', '2018-01-03 10:10:13'),
  1442. (617, 276, 'post-img-181315149744280.jpg', '2018-01-03 10:13:48'),
  1443. (618, 277, 'post-img-181315149746280.jpg', '2018-01-03 10:17:08'),
  1444. (619, 277, 'post-img-181315149746281.jpg', '2018-01-03 10:17:08'),
  1445. (620, 277, 'post-img-181315149746282.jpg', '2018-01-03 10:17:09'),
  1446. (621, 277, 'post-img-181315149746293.jpg', '2018-01-03 10:17:09'),
  1447. (622, 279, 'post-img-1811715161592840.jpg', '2018-01-17 03:21:24'),
  1448. (623, 280, 'post-img-1811815162755510.jpg', '2018-01-18 11:39:12'),
  1449. (624, 281, 'post-img-1811815162759980.jpg', '2018-01-18 11:46:39'),
  1450. (625, 282, 'post-img-1811815162760970.jpg', '2018-01-18 11:48:17'),
  1451. (626, 283, 'post-img-1811815162762430.jpg', '2018-01-18 11:50:44'),
  1452. (627, 284, 'post-img-1811815162766210.jpg', '2018-01-18 11:57:01'),
  1453. (628, 285, 'post-img-1812115165414400.jpg', '2018-01-21 13:30:40'),
  1454. (629, 286, 'post-img-1812515168775320.jpg', '2018-01-25 10:52:12'),
  1455. (630, 287, 'post-img-182215175942810.jpg', '2018-02-02 17:58:03'),
  1456. (631, 288, 'post-img-182515178361200.jpg', '2018-02-05 13:08:40'),
  1457. (632, 289, 'post-img-182615179161280.jpg', '2018-02-06 11:22:08'),
  1458. (633, 290, 'post-img-182715179786510.jpg', '2018-02-07 04:44:12'),
  1459. (634, 292, 'post-img-183615202982540.jpg', '2018-03-06 01:04:15'),
  1460. (635, 293, 'post-img-1832315218213120.jpg', '2018-03-23 16:08:33'),
  1461. (636, 294, 'post-img-1832315218217140.jpg', '2018-03-23 16:15:14'),
  1462. (637, 295, 'post-img-184315227611610.jpeg', '2018-04-03 13:12:42'),
  1463. (638, 296, 'post-img-184315227616250.jpeg', '2018-04-03 13:20:26'),
  1464. (639, 297, 'post-img-1841015233273160.jpg', '2018-04-10 02:28:37'),
  1465. (640, 298, 'post-img-1841015233510630.jpg', '2018-04-10 09:04:23'),
  1466. (641, 299, 'post-img-1841015233511230.jpg', '2018-04-10 09:05:24'),
  1467. (642, 300, 'post-img-1841015233511920.jpg', '2018-04-10 09:06:33'),
  1468. (643, 301, 'post-img-1841015233512520.jpg', '2018-04-10 09:07:33'),
  1469. (644, 302, 'post-img-1841015233513180.jpg', '2018-04-10 09:08:38');
  1470.  
  1471. -- --------------------------------------------------------
  1472.  
  1473. --
  1474. -- Table structure for table `oc_package`
  1475. --
  1476.  
  1477. CREATE TABLE `oc_package` (
  1478. `id` int(11) NOT NULL,
  1479. `title` varchar(200) NOT NULL,
  1480. `price` varchar(120) NOT NULL,
  1481. `days` varchar(100) NOT NULL,
  1482. `description` text NOT NULL,
  1483. `status` int(11) NOT NULL DEFAULT '0',
  1484. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  1485. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1486.  
  1487. --
  1488. -- Dumping data for table `oc_package`
  1489. --
  1490.  
  1491. INSERT INTO `oc_package` (`id`, `title`, `price`, `days`, `description`, `status`, `created`) VALUES
  1492. (2, '7Day Boost Pack', '351', '7', 'Boost your for 7 days with this package', 1, '2017-10-25 07:03:05'),
  1493. (3, '15 Days Boost Ad Pack', '750', '15', 'Boost your ad for 15 days on top of category', 1, '2017-10-25 07:51:43'),
  1494. (4, '30 Day Ad Boost Exclusive Pack ', '900', '30', 'Exclusive Pack for 30 days boost your ad for long time', 1, '2017-10-25 07:53:05');
  1495.  
  1496. -- --------------------------------------------------------
  1497.  
  1498. --
  1499. -- Table structure for table `oc_siteconfig`
  1500. --
  1501.  
  1502. CREATE TABLE `oc_siteconfig` (
  1503. `id` int(11) NOT NULL,
  1504. `company_name` varchar(150) NOT NULL,
  1505. `image` varchar(220) NOT NULL,
  1506. `email` varchar(150) NOT NULL,
  1507. `phone` varchar(15) NOT NULL,
  1508. `mobile` varchar(12) NOT NULL,
  1509. `owner_name` varchar(50) NOT NULL,
  1510. `address` varchar(120) NOT NULL,
  1511. `mail_user` varchar(100) NOT NULL,
  1512. `mail_key` varchar(100) NOT NULL,
  1513. `status` int(11) NOT NULL DEFAULT '1'
  1514. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1515.  
  1516. --
  1517. -- Dumping data for table `oc_siteconfig`
  1518. --
  1519.  
  1520. INSERT INTO `oc_siteconfig` (`id`, `company_name`, `image`, `email`, `phone`, `mobile`, `owner_name`, `address`, `mail_user`, `mail_key`, `status`) VALUES
  1521. (1, 'MeroMitra', 'img-1710131507897875.png', 'info@meromitra.com', '', '9812542425', '', '', 'eyeweb2010', 'eyeweb2017', 1);
  1522.  
  1523. -- --------------------------------------------------------
  1524.  
  1525. --
  1526. -- Table structure for table `oc_sponsor`
  1527. --
  1528.  
  1529. CREATE TABLE `oc_sponsor` (
  1530. `id` int(11) NOT NULL,
  1531. `title` varchar(180) NOT NULL,
  1532. `url` varchar(200) NOT NULL,
  1533. `description` varchar(250) NOT NULL,
  1534. `expiry` date NOT NULL,
  1535. `image` varchar(250) NOT NULL,
  1536. `status` int(11) NOT NULL DEFAULT '0',
  1537. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  1538. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1539.  
  1540. --
  1541. -- Dumping data for table `oc_sponsor`
  1542. --
  1543.  
  1544. INSERT INTO `oc_sponsor` (`id`, `title`, `url`, `description`, `expiry`, `image`, `status`, `created`) VALUES
  1545. (1, 'Akaash Tutorial Classes For PCM/JEE', '', 'Aakash institute started new batch for IIT/JEE and PCM Limited seat only Hurry ', '2017-11-10', 'img-1508935099.jpg', 0, '2017-10-25 12:38:20'),
  1546. (2, 'Plus 2 Tuition Classes, Odyssey Institute, Kirtipur Kathmandu Nepal', 'https://www.facebook.com/photo.php?fbid=508446092840332&set=a.168518550166423.1073741828.100010248378883&type=3', 'Hurry Up ! Hurry Up !! Hurry Up !!! \r\nPlus 2 Tuition Classes are Start Now Qualified Teacher & Many Year Experience No 1 Tuition Center Plz Contact us Ph 9848500050 / 9849652028 \r\nOdyssey Institute, Kirtipur Kathmandu Nepal', '2017-12-31', 'img-1509599689.jpeg', 1, '2017-11-02 05:14:49');
  1547.  
  1548. -- --------------------------------------------------------
  1549.  
  1550. --
  1551. -- Table structure for table `oc_state`
  1552. --
  1553.  
  1554. CREATE TABLE `oc_state` (
  1555. `id` int(11) NOT NULL,
  1556. `name` varchar(120) NOT NULL,
  1557. `status` int(11) NOT NULL DEFAULT '0',
  1558. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  1559. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1560.  
  1561. --
  1562. -- Dumping data for table `oc_state`
  1563. --
  1564.  
  1565. INSERT INTO `oc_state` (`id`, `name`, `status`, `created`) VALUES
  1566. (2, 'Nepal', 1, '2017-10-27 15:19:18');
  1567.  
  1568. -- --------------------------------------------------------
  1569.  
  1570. --
  1571. -- Table structure for table `oc_user`
  1572. --
  1573.  
  1574. CREATE TABLE `oc_user` (
  1575. `id` int(11) NOT NULL,
  1576. `fb_id` varchar(200) NOT NULL,
  1577. `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  1578. `email` varchar(150) NOT NULL,
  1579. `mobile` varchar(15) NOT NULL,
  1580. `password` varchar(250) NOT NULL,
  1581. `city` int(11) NOT NULL,
  1582. `image` varchar(200) NOT NULL,
  1583. `status` int(11) NOT NULL DEFAULT '1',
  1584. `verify` int(11) NOT NULL DEFAULT '0',
  1585. `block` int(11) NOT NULL DEFAULT '0',
  1586. `mail_key` varchar(200) NOT NULL,
  1587. `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  1588. `new_usr` int(11) NOT NULL DEFAULT '1'
  1589. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1590.  
  1591. --
  1592. -- Dumping data for table `oc_user`
  1593. --
  1594.  
  1595. INSERT INTO `oc_user` (`id`, `fb_id`, `name`, `email`, `mobile`, `password`, `city`, `image`, `status`, `verify`, `block`, `mail_key`, `created`, `new_usr`) VALUES
  1596. (1, '', 'Ashraf Ali1', 'ashrafeyeweb@gmail.com', '8565900597', 'falcon@123', 1, '', 1, 1, 0, 'aed899ce4dbe47db0d8e1063fadad187', '2017-10-25 05:13:44', 0),
  1597. (2, '', 'NAVEEN MANI', 'naveeneyeweb@gmail.com', '7309650036', 'nmt@1234', 1, '', 1, 0, 0, '', '2017-10-25 05:54:07', 0),
  1598. (3, '', 'Sharad Rawat', 'sharadeyeweb@gmail.com', '7905782779', '123456789', 1, '', 1, 1, 0, '', '2017-10-26 09:53:33', 0),
  1599. (5, '', 'Ali Akhtar', 'itsali107@gmail.com', '9140740297', '123456', 1, '', 1, 0, 0, '', '2017-10-27 05:52:11', 0),
  1600. (6, '', 'Mahi Verma', 'mahieyeweb@gmail.com', '9935452222', 'admin123', 1, '', 1, 0, 0, '', '2017-10-27 06:03:34', 0),
  1601. (7, '', 'Javed Mohammad', 'javedmohd32@gmail.com', '8960030888', '123456789', 1, '', 1, 0, 0, '', '2017-10-27 11:39:58', 0),
  1602. (8, '', 'javed', 'info.meromitra@gmail.com', '9935452222', '123456789', 9, '', 1, 0, 0, '', '2017-10-28 06:40:11', 0),
  1603. (9, '', 'Munna Nawab ', 'riyajaan_m@yahoo.com', '9848030375', 'nepalgunj123glory', 9, '', 1, 1, 0, '', '2017-10-28 12:33:00', 0),
  1604. (10, '', 'Munna Nawab ', 'riyajaan_m@yahoo.com', '9848030375', 'nepalgunj123glory', 9, '', 1, 0, 0, '', '2017-10-28 12:33:01', 0),
  1605. (11, '', 'Riyazna Rimal ', 'Riyaznarimal@gmail.com', '9843755037', 'riyaz768na', 37, '', 1, 0, 0, '', '2017-10-28 15:37:46', 0),
  1606. (12, '', 'riya', '', '9818262421', '', 37, '', 1, 0, 0, '', '2017-10-28 15:59:48', 0),
  1607. (13, '', 'Shivtosh Dwivedi', 'shiveyeweb@gmail.com', '8127773333', 'abcd1234', 28, '', 1, 0, 0, 'ab2f1551801b43b0d7c06bd28a7c6578', '2017-10-30 09:01:12', 0),
  1608. (14, '', 'Naeemhashmi', 'naeemhashmi132@gmail.com', '9810232992', 'Nanparan', 37, '', 1, 0, 0, '5d0c9b104bc1bb413ea71cf3cad9bf70', '2017-10-31 14:56:02', 0),
  1609. (15, '', 'mahi', 'mahivexil@gmail.com', '9450648501', 'mahiyao9', 37, '', 1, 0, 0, '', '2017-11-01 12:38:07', 0),
  1610. (16, '', 'Ugain Clpcar', '', '9841110111', 'NP79I3GX82R6', 12, '', 1, 0, 0, '', '2017-11-02 08:26:07', 0),
  1611. (17, '', 'Dev Bhandari', '', '9845523686', '67GNI39R8XP2', 37, '', 1, 0, 0, '', '2017-11-02 08:29:40', 0),
  1612. (18, '', 'CN Krischal Dulal', '', '9849927438', '6G8NR9X3I2P7', 37, '', 1, 0, 0, '', '2017-11-02 09:04:09', 0),
  1613. (19, '', 'Wobin Lohala', '', '9843212633', 'PXN678I3R2G9', 37, '', 1, 0, 0, '', '2017-11-02 09:25:50', 0),
  1614. (20, '', 'Sujeet Malakar', '', '9861234553', 'PX67923R8ING', 37, '', 1, 0, 0, '', '2017-11-02 09:32:20', 0),
  1615. (21, '', 'Santosh Baniya', '', '9861247345', 'N2X8PR369I7G', 37, '', 1, 0, 0, '', '2017-11-02 09:36:04', 0),
  1616. (22, '', 'Khadka Gyanendra', '', '9841044578', 'I8P6237RN9GX', 37, '', 1, 0, 0, '', '2017-11-02 09:47:09', 0),
  1617. (23, '', 'Sudip Shrestha', '', '9864829574', '867GP3NRXI92', 37, '', 1, 0, 0, '', '2017-11-02 10:00:57', 0),
  1618. (24, '', 'Suraj Limbu', '', '9815363933', '8RG32P79I6NX', 37, '', 1, 0, 0, '', '2017-11-02 10:05:08', 0),
  1619. (25, '', 'De Hams', '', '9818134624', 'XRNGI2P67983', 37, '', 1, 0, 0, '', '2017-11-02 14:51:28', 0),
  1620. (26, '', 'Metallic Kanchan', '', '9813386925', '6X8P37I2GN9R', 37, '', 1, 0, 0, '', '2017-11-02 14:56:16', 0),
  1621. (27, '', 'Royal Batc', '', '9813791882', '8INGR2937PX6', 37, '', 1, 0, 0, '', '2017-11-02 15:05:45', 0),
  1622. (28, '', 'Suraj Raj Giri', '', '9818065386', '3I76PRNX8G92', 37, '', 1, 0, 0, '', '2017-11-02 15:12:15', 0),
  1623. (29, '', 'Sojen Bhote', '', '9813407760', 'G69NI238P7XR', 37, '', 1, 0, 0, '', '2017-11-02 15:19:07', 0),
  1624. (30, '', 'Vi Dh Yanchal Sinha', '', '9813932440', 'R9PXG768I3N2', 10, '', 1, 0, 0, '', '2017-11-02 15:25:58', 0),
  1625. (31, '', 'Km Mobiles', '', '9823830990', 'X29NGPI7R638', 37, '', 1, 0, 0, '', '2017-11-02 15:31:44', 0),
  1626. (32, '', 'Deoraj Bhattarai', '', '9863720076', 'X67P29RN38GI', 37, '', 1, 0, 0, '', '2017-11-03 08:05:04', 0),
  1627. (33, '', 'Summitt Sh', '', '9813044854', 'IP2XR637G8N9', 37, '', 1, 0, 0, '', '2017-11-03 08:13:38', 0),
  1628. (34, '', 'Johnny English Khadka Chettri', '', '9861922657', '2R8XP6GIN397', 37, '', 1, 0, 0, '', '2017-11-03 08:18:57', 0),
  1629. (35, '', 'Šh?? P???', '', '9851099315', 'G27N8RX9I63P', 37, '', 1, 0, 0, '', '2017-11-03 08:23:11', 0),
  1630. (36, '', 'Bhim Deuba Bibash', '', '9868423281', '73NR9P6G82XI', 37, '', 1, 0, 0, '', '2017-11-03 08:26:01', 0),
  1631. (37, '', 'Leo Ravi Pandey', '', '9806900668', 'XRI38G2N769P', 37, '', 1, 0, 0, '', '2017-11-03 08:29:15', 0),
  1632. (38, '', 'Sushant Manandhar', '', '9861944396', '382P7R9IN6XG', 37, '', 1, 0, 0, '', '2017-11-03 08:38:49', 0),
  1633. (39, '', 'Ram Gurung', '', '9818224164', '8937RGI6NXP2', 37, '', 1, 0, 0, '', '2017-11-03 08:44:49', 0),
  1634. (40, '', '????? ???????', '', '9842115319', 'N2G9P68X37RI', 37, '', 1, 0, 0, '', '2017-11-03 08:48:17', 0),
  1635. (41, '', 'Joseph Floyd', '', '9860009087', 'R8IGPX6329N7', 37, '', 1, 0, 0, '', '2017-11-03 08:52:30', 0),
  1636. (42, '', 'Sohan Rajkarnikar', '', '9812514429', '6GNRP89X3I27', 37, '', 1, 0, 0, '', '2017-11-03 08:56:25', 0),
  1637. (43, '', 'Shuvarna Subedi', '', '9861998913', '67I3R82PN9XG', 37, '', 1, 0, 0, '', '2017-11-03 09:14:42', 0),
  1638. (44, '', 'Shabnam Kumar Rai', '', '9851060248', 'N8PXI3R962G7', 37, '', 1, 0, 0, '', '2017-11-03 09:18:56', 0),
  1639. (45, '', '????????? ????', '', '9860187868', 'NI93PXR276G8', 37, '', 1, 0, 0, '', '2017-11-03 09:25:51', 0),
  1640. (46, '', 'Kumar Tamang Syangtan', '', '9802084848', 'G7I28R3P6XN9', 37, '', 1, 0, 0, '', '2017-11-03 09:28:48', 0),
  1641. (47, '', 'javed', 'javedmohd33@gmail.com', '9812542426', '12345678', 37, '', 1, 1, 0, '', '2017-11-03 09:30:23', 0),
  1642. (48, '', 'Sunil Joshi', '', '9861561088', '79R8X3NIG2P6', 37, '', 1, 0, 0, '', '2017-11-03 09:32:55', 0),
  1643. (49, '', 'Niraj Sah', '', '9811702268', '82PR96NG3X7I', 37, '', 1, 0, 0, '', '2017-11-03 09:36:17', 0),
  1644. (50, '', 'Akhil', 'mobink822@gmail.com', '9815510086', 'lallan480', 9, '', 1, 1, 0, '', '2017-11-04 00:48:49', 0),
  1645. (51, '', 'Wobin Lohala', '', '9849930361', '9G87PNRX32I6', 37, '', 1, 0, 0, '', '2017-11-06 10:17:06', 0),
  1646. (52, '', 'Subash Shrestha', '', '9841468652', 'PN2R6X37I8G9', 12, '', 1, 0, 0, '', '2017-11-06 10:20:36', 0),
  1647. (53, '', 'Pradeep Acharya Chhetri', '', '9824165089', 'R3P826GNIX97', 36, '', 1, 0, 0, '', '2017-11-06 10:26:22', 0),
  1648. (54, '', 'Ganesh Garbuja', '', '9805822649', 'P32G7XNI69R8', 36, '', 1, 0, 0, '', '2017-11-06 10:28:18', 0),
  1649. (55, '', 'Khem Ghataney', '', '9860255060', '38GNPX697I2R', 36, '', 1, 0, 0, '', '2017-11-06 10:31:31', 0),
  1650. (56, '', 'Binod Giri', '', '9869128059', '9N68R7GXIP23', 78, '', 1, 0, 0, '', '2017-11-06 10:38:17', 0),
  1651. (57, '', 'Nirmal Timalsina', '', '9845324326', 'PNR8723IX9G6', 36, '', 1, 0, 0, '', '2017-11-06 10:43:58', 0),
  1652. (58, '', 'Baburam Bhandari', '', '9856033109', '8G9R2X7P63IN', 36, '', 1, 0, 0, '', '2017-11-06 10:46:29', 0),
  1653. (59, '', 'Krishna Paundel', '', '9856027461', 'GP728IRN396X', 36, '', 1, 0, 0, '', '2017-11-06 10:55:19', 0),
  1654. (60, '', 'Suraj Kafle', '', '9810207256', '8P2X379GR6NI', 36, '', 1, 0, 0, '', '2017-11-06 11:00:53', 0),
  1655. (61, '', 'SanZv Paul', '', '9851193562', 'P8GNX962I37R', 36, '', 1, 0, 0, '', '2017-11-06 11:04:22', 0),
  1656. (62, '', 'Hair Fixing Nepal', '', '9846993130', 'G72R938N6XPI', 36, '', 1, 0, 0, '', '2017-11-06 11:07:32', 0),
  1657. (63, '', 'Shir Thapa', '', '9823837324', '8RGX3N29PI67', 36, '', 1, 0, 0, '', '2017-11-06 11:50:53', 0),
  1658. (64, '', 'Sajan Gurung', '', '9818320706', 'I9N678XRP2G3', 36, '', 1, 0, 0, '', '2017-11-06 11:53:20', 0),
  1659. (65, '', 'BABA Education Consultancy', '', '9856025655', '2PI8X3NG7R96', 36, '', 1, 0, 0, '', '2017-11-06 12:03:25', 0),
  1660. (66, '', 'Pra Dip', '', '9860970729', 'GIX63N9PR827', 36, '', 1, 0, 0, '', '2017-11-06 12:13:10', 0),
  1661. (67, '', 'Dekesh Xetri Xetrii', '', '9848114005', '78P6RNI9G2X3', 37, '', 1, 0, 0, '', '2017-11-06 12:16:30', 0),
  1662. (68, '', 'Sultaan Mirzaa', '', '9805893181', 'N362P987IXRG', 36, '', 1, 1, 0, '', '2017-11-06 12:19:15', 0),
  1663. (69, '', 'Ishwor Sharma', '', '9803168113', '2XR38GP796NI', 36, '', 1, 0, 0, '', '2017-11-06 12:23:27', 0),
  1664. (70, '', 'Zack Grg', '', '9815161167', '692X73NR8IPG', 36, '', 1, 0, 0, '', '2017-11-06 12:26:55', 0),
  1665. (71, '', 'Suraj Vanje', '', '9825121650', 'I6P79R8X3G2N', 36, '', 1, 0, 0, '', '2017-11-06 12:29:05', 0),
  1666. (72, '', 'Nirajan Gotame', '', '9827167198', '2N7PGIXR3986', 36, '', 1, 0, 0, '', '2017-11-06 12:34:41', 0),
  1667. (73, '', '??? ??', '', '9856072009', '7X6I293PRGN8', 36, '', 1, 0, 0, '', '2017-11-06 12:36:32', 0),
  1668. (74, '', 'Sabin Subedi', '', '9806549549', 'P37GIRN8692X', 36, '', 1, 0, 0, '', '2017-11-06 12:39:39', 0),
  1669. (75, '', 'Øppu Lama Gurung', '', '9827185009', '2X6NI97RP8G3', 36, '', 1, 0, 0, '', '2017-11-06 12:49:39', 0),
  1670. (76, '', 'Pramish Shakya', '', '9841181143', '36GP9INX872R', 37, '', 1, 0, 0, '', '2017-11-06 12:54:34', 0),
  1671. (77, '', 'mahi', 'javedmohd31@gmail.com', '9812542425', 'meromitra1', 37, '', 1, 1, 0, '', '2017-11-07 11:06:47', 0),
  1672. (78, '', 'Rubbel King King? ', '', '9806898270', '3P2RN98GX76I', 78, '', 1, 0, 0, '', '2017-11-08 11:59:31', 0),
  1673. (79, '', 'Rakesh Gurung', '', '9806668526', '2XIN8P3G9R67', 36, '', 1, 0, 0, '', '2017-11-08 12:09:16', 0),
  1674. (80, '', '??? ??', '', '9803832009', 'PXNRG89263I7', 36, '', 1, 0, 0, '', '2017-11-08 12:15:48', 0),
  1675. (81, '', '?Raza Mandal', '', '9846753323', 'I6N2X78PGR39', 37, '', 1, 0, 0, '', '2017-11-11 10:42:15', 0),
  1676. (82, '', '?Tanka Prasad Sapkota', '', '9809232697', '798NIG36X2RP', 78, '', 1, 0, 0, '', '2017-11-11 10:48:54', 0),
  1677. (83, '', '?Pra-vin Dhakal? ', '', '9868288144', '9I672XP3RGN8', 78, '', 1, 0, 0, '', '2017-11-11 10:57:14', 0),
  1678. (84, '', '?Ashim Gurung', '', '9825114210', 'X83N2IG769PR', 36, '', 1, 0, 0, '', '2017-11-11 11:09:25', 0),
  1679. (85, '', 'Abbas Rizvi', 'akbarraza338@gmail.com', '7985901732', 'fatalist786', 5, '', 1, 0, 0, '', '2017-11-14 08:05:48', 0),
  1680. (86, '', 'Rabbel ', '', '9824290644', 'P7N68G2R3I9X', 14, '', 1, 0, 0, '', '2017-11-14 14:52:31', 0),
  1681. (87, '', 'Devoad Chand Thakuri', '', '9814663675', '6XR8GNPI9237', 37, '', 1, 0, 0, '', '2017-11-14 15:01:07', 0),
  1682. (88, '', '[removed]alert(1)[removed]', '', '9807127112', '', 9, '', 1, 0, 0, '', '2017-11-15 01:50:56', 0),
  1683. (89, '', 'Subhash Thapa', 'subhash90125@gmail.com', '9868052026', 'inspiron14', 9, '', 1, 1, 0, '', '2017-11-15 11:46:55', 0),
  1684. (90, '', 'Ariz javed', 'arizjaved@gmail.com', '7014247894', 'asdfghjkl', 9, '', 1, 0, 0, '', '2017-11-16 04:47:35', 0),
  1685. (91, '', 'nawab Hussain', 'hussainnawab123@gmail.com', '9848030376', 'arham786', 9, '', 1, 0, 0, '', '2017-11-16 07:55:55', 0),
  1686. (92, '', 'Amir Hasan', 'demo@gmail.com', '7896001253', '12345678', 37, '', 1, 1, 0, '', '2017-11-16 09:07:13', 0),
  1687. (93, '', 'Mahi', 'honeyg.poo@gmail.com', '9935182222', 'mahiyao9', 37, '', 1, 0, 0, '', '2017-11-16 14:02:38', 0),
  1688. (94, '', 'Sohit Ranjit Park', '', '9849260568', '', 37, '', 1, 0, 0, '', '2017-11-19 13:37:39', 0),
  1689. (95, '', 'Pskyo Boy San', '', '9808772982', '', 37, '', 1, 0, 0, '', '2017-11-19 13:42:23', 0),
  1690. (96, '', 'Biju Nepal', '', '9841270365', '89N6PXR23G7I', 37, '', 1, 0, 0, '', '2017-11-19 14:36:14', 0),
  1691. (97, '', 'Rahul Shrestha', '', '9860673710', '3R89XI27PN6G', 37, '', 1, 0, 0, '', '2017-11-19 14:46:06', 0),
  1692. (98, '', 'Dorje Lama', '', '9800813680', 'RPN893GI7X62', 37, '', 1, 0, 0, '', '2017-11-19 14:57:57', 0),
  1693. (99, '', 'Manoj Basnet', '', '9818525956', 'PIGN87X9R623', 37, '', 1, 0, 0, '', '2017-11-19 15:10:59', 0),
  1694. (100, '', 'Rbhandari Bhandari', '', '9843258093', '7X698N3P2GIR', 37, '', 1, 0, 0, '', '2017-11-19 15:15:56', 0),
  1695. (101, '', '???? ??? ??? ???', '', '9863786560', 'I2X6R89NG7P3', 37, '', 1, 0, 0, '', '2017-11-19 15:19:43', 0),
  1696. (102, '', 'Kumar Johny', '', '9851029823', '9IX6N27P8R3G', 37, '', 1, 0, 0, '', '2017-11-19 15:23:42', 0),
  1697. (103, '', '??????????? ???? ??????', '', '9844398817', 'GP8NXR67I239', 37, '', 1, 0, 0, '', '2017-11-19 15:30:26', 0),
  1698. (104, '', 'Hari Pandey', '', '9843440241', 'NG736IR9XP28', 37, '', 1, 0, 0, '', '2017-11-19 15:34:10', 0),
  1699. (105, '', 'Lazybone Bd', '', '9815132187', '6PI3R89G2XN7', 36, '', 1, 0, 0, '', '2017-11-19 15:39:39', 0),
  1700. (106, '', 'Ashish shrestha', '', '9846528051', 'RXN237I96G8P', 36, '', 1, 0, 0, '', '2017-11-20 06:45:53', 0),
  1701. (107, '', 'Rush Maharzan', '', '9808825577', '3X6NIP9R7G82', 37, '', 1, 0, 0, '', '2017-11-20 06:52:10', 0),
  1702. (108, '', 'Mazzako Kinbech', '', '9801003557', '3R69P872XNGI', 37, '', 1, 0, 0, '', '2017-11-20 08:00:17', 0),
  1703. (109, '', 'MD Anjer', '', '9818815643', 'GNPR6IX38927', 37, '', 1, 0, 0, '', '2017-11-20 08:04:40', 0),
  1704. (110, '', 'Monglian king', '', '9811516061', 'GP9NX68I7R23', 37, '', 1, 0, 0, '', '2017-11-20 08:09:03', 0),
  1705. (111, '', 'Joseb lama', '', '9840425334', 'P7XI96G8NR32', 37, '', 1, 0, 0, '', '2017-11-20 08:13:11', 0),
  1706. (112, '', 'Lovely Sofa Karkhana', '', '9869074305', '67IN29RG3PX8', 37, '', 1, 0, 0, '', '2017-11-20 08:16:25', 0),
  1707. (113, '', 'Ricky Rai', '', '9808900159', '9R3PNIG2X687', 37, '', 1, 0, 0, '', '2017-11-20 08:21:49', 0),
  1708. (114, '', 'Tshering Lama Hyolmo', '', '9818035874', '36P2GX89RN7I', 37, '', 1, 0, 0, '', '2017-11-20 08:28:42', 0),
  1709. (115, '', 'Bikash Gurung', '', '9823560512', '972RX36I8PGN', 37, '', 1, 0, 0, '', '2017-11-20 08:38:22', 0),
  1710. (116, '', 'Bishal Biz', '', '9860763900', 'I9N683RGXP27', 37, '', 1, 0, 0, '', '2017-11-20 15:11:19', 0),
  1711. (117, '', 'Íí Nischal', '', '9818225541', 'I6RG23XN897P', 37, '', 1, 0, 0, '', '2017-11-20 15:15:13', 0),
  1712. (118, '', 'Kashif Ahamed', '', '9884976548', 'PIGR786NX923', 37, '', 1, 0, 0, '', '2017-11-20 15:19:46', 0),
  1713. (119, '', '?øšhÂ? ???wö?', '', '9808907608', 'R7GN23PI968X', 37, '', 1, 0, 0, '', '2017-11-20 15:23:26', 0),
  1714. (120, '', 'Hari Pandey', '', '9813944300', '2I8XN6G9R7P3', 37, '', 1, 0, 0, '', '2017-11-20 15:30:10', 0),
  1715. (121, '', 'Wi?? Ki?g', '', '9817815665', '2IXP89RG37N6', 37, '', 1, 0, 0, '', '2017-11-20 15:42:43', 0),
  1716. (122, '', 'Gold Berg', '', '9823209963', 'G6R32PNI978X', 37, '', 1, 0, 0, '', '2017-11-21 14:44:25', 0),
  1717. (123, '', 'Gp Panthi', '', '9851242333', '8R7P3IGX629N', 37, '', 1, 0, 0, '', '2017-11-21 14:53:09', 0),
  1718. (124, '', 'Suvraj Bimali', '', '9851103722', '2RP36INX89G7', 37, '', 1, 0, 0, '', '2017-11-21 15:02:47', 0),
  1719. (125, '', 'BG Biren', '', '9861611227', '8RXN37GI9P62', 37, '', 1, 0, 0, '', '2017-11-21 15:08:03', 0),
  1720. (126, '', 'Prabin Poudel', '', '9860124131', '2PG68NIXR397', 37, '', 1, 0, 0, '', '2017-11-21 15:12:52', 0),
  1721. (127, '', 'Binod Baniya', '', '9845028213', 'G3N9RI867P2X', 43, '', 1, 0, 0, '', '2017-11-21 15:16:08', 0),
  1722. (128, '', 'Sunil Surkheti', '', '9861571012', 'RP96NG8X37I2', 37, '', 1, 0, 0, '', '2017-11-21 15:19:53', 0),
  1723. (129, '', 'Sanam Khadgi', '', '9845985393', 'RN3678IX29PG', 37, '', 1, 0, 0, '', '2017-11-22 15:16:52', 0),
  1724. (130, '', 'Su Jan Grg', '', '9818758358', '9P7R3GN28I6X', 37, '', 1, 0, 0, '', '2017-11-22 15:20:38', 0),
  1725. (131, '', 'Nimit Khadgi', '', '9841705799', 'G32IN9X8P6R7', 37, '', 1, 0, 0, '', '2017-11-22 15:27:06', 0),
  1726. (132, '', 'Raja Au Desh Bachau', '', '9818065005', 'XG6973IP2NR8', 37, '', 1, 0, 0, '', '2017-11-22 15:33:16', 0),
  1727. (133, '', 'Sandip Khadka', '', '9808875957', 'XRPG23I9N678', 37, '', 1, 0, 0, '', '2017-11-22 15:36:51', 0),
  1728. (134, '', 'Aamos Tmg', '', '9819593022', 'G9NR723I8P6X', 37, '', 1, 0, 0, '', '2017-11-22 15:41:03', 0),
  1729. (135, '', 'Acs Aryal', '', '9801022828', 'R6IGX8N2739P', 36, '', 1, 0, 0, '', '2017-11-23 15:08:06', 0),
  1730. (136, '', 'Safal Lama', '', '9819144511', '279836NIXRGP', 36, '', 1, 0, 0, '', '2017-11-23 15:12:25', 0),
  1731. (137, '', 'Suyash Tajhya', '', '9817143945', 'PIN278X693RG', 36, '', 1, 0, 0, '', '2017-11-23 15:15:15', 0),
  1732. (138, '', 'Sabin Subedi', '', '9825165879', 'PN93XI2R76G8', 36, '', 1, 0, 0, '', '2017-11-23 15:20:05', 0),
  1733. (139, '', 'Nikesh Shrestha', '', '9816673600', '7896RG2IP3NX', 36, '', 1, 0, 0, '', '2017-11-23 15:22:37', 0),
  1734. (140, '', '??? ??', '', '9817187434', 'P982G63XR7NI', 36, '', 1, 0, 0, '', '2017-11-23 15:25:54', 0),
  1735. (141, '', 'Sabin Kanxo', '', '9801350922', 'P73GI8R629NX', 36, '', 1, 0, 0, '', '2017-11-23 15:32:16', 0),
  1736. (142, '', 'Sachin Lamichhane', '', '9846027220', '3RI72PXN896G', 36, '', 1, 0, 0, '', '2017-11-23 15:35:52', 0),
  1737. (143, '', 'Bishal Gautam', '', '9815134463', 'P9IR867XG23N', 36, '', 1, 0, 0, '', '2017-11-23 15:40:46', 0),
  1738. (144, '', ' Binod Sharma', '', '9855060879', '3XI9RP6N2G87', 78, '', 1, 0, 0, '', '2017-11-23 15:45:06', 0),
  1739. (145, '', 'Deepika', '', '7010969695', '', 8, '', 1, 0, 0, '', '2017-11-30 10:22:46', 0),
  1740. (146, '', 'Deepika', '', '9952657395', '', 8, '', 1, 0, 0, '', '2017-11-30 10:23:39', 0),
  1741. (147, '', 'Arman', 'redheart.arman@gmail.com', '9057600701', 'aRMAN786', 37, '', 1, 0, 0, '', '2017-11-30 19:51:56', 0),
  1742. (148, '', 'data', '', '9865224152', '', 0, '', 1, 0, 0, '', '2017-12-05 10:47:27', 0),
  1743. (149, '', 'Suzzan Boudel', '', '9801025584', '83P62IRG9NX7', 79, '', 1, 0, 0, '', '2017-12-11 06:23:00', 0),
  1744. (150, '', 'Prashant Lama Gurung', '', '9806733612', 'G8P3679RNI2X', 36, '', 1, 0, 0, '', '2017-12-11 06:26:18', 0),
  1745. (151, '', 'Sagar Uchiha', '', '9805852332', 'PXN3R6I879G2', 36, '', 1, 0, 0, '', '2017-12-11 06:29:19', 0),
  1746. (152, '', 'Gagan Shrestha', '', '9827161409', 'P2GNI8X9R376', 80, '', 1, 0, 0, '', '2017-12-11 06:42:47', 0),
  1747. (153, '', 'Bikash Gurung', '', '9817132553', '9P38RX27I6NG', 36, '', 1, 0, 0, '', '2017-12-11 07:22:38', 0),
  1748. (154, '', 'Pradip Kshetri', '', '9825168686', 'R693I2N8PG7X', 37, '', 1, 0, 0, '', '2017-12-11 07:28:21', 0),
  1749. (155, '', 'Resham Phagami', '', '9816639743', '3XN8I7P962GR', 36, '', 1, 1, 0, '', '2017-12-11 07:34:36', 0),
  1750. (156, '', 'Abin Poon', '', '9846350258', 'N2GR8XPI9376', 36, '', 1, 0, 0, '', '2017-12-11 07:38:10', 0),
  1751. (157, '', 'Preetam Bhusal', '', '9844795864', '3R67NP2XI9G8', 79, '', 1, 0, 0, '', '2017-12-11 07:46:08', 0),
  1752. (158, '', 'Sri Krishna', '', '9806594204', '6I7P8GRNX239', 36, '', 1, 0, 0, '', '2017-12-11 07:49:18', 0),
  1753. (159, '', 'Krishna Thapa', '', '9846081224', 'GX2I9R673PN8', 36, '', 1, 0, 0, '', '2017-12-11 07:52:43', 0),
  1754. (160, '', 'Rishi Sunar', '', '9813507388', 'N87362GIX9PR', 36, '', 1, 0, 0, '', '2017-12-11 08:18:16', 0),
  1755. (161, '', 'Ravi Keshari', '', '9804443416', 'RIG97XP2683N', 79, '', 1, 0, 0, '', '2017-12-11 08:26:03', 0),
  1756. (162, '', ' Aammrreett Thapa', '', '9823335904', 'IP7X269G8R3N', 36, '', 1, 0, 0, '', '2017-12-11 11:53:51', 0),
  1757. (163, '', 'Royal NepStore', '', '9851151342', '9PGR7I28N63X', 37, '', 1, 0, 0, '', '2017-12-11 12:36:47', 0),
  1758. (164, '', 'Suman Shrestha', '', '9810582264', 'XR68PG9IN273', 37, '', 1, 0, 0, '', '2017-12-11 12:42:17', 0),
  1759. (165, '', 'Arbin Stha', '', '9856048106', '73I2GP968NXR', 81, '', 1, 0, 0, '', '2017-12-11 12:56:00', 0),
  1760. (166, '', 'SU SH IL', '', '9818788509', '3I28N6P97RXG', 37, '', 1, 0, 0, '', '2017-12-12 09:33:20', 0),
  1761. (167, '', 'Raja Sap', '', '9818148207', '9NRP36IG728X', 37, '', 1, 0, 0, '', '2017-12-12 09:41:35', 0),
  1762. (168, '', 'Promish Shrestha', '', '9841889725', 'NP6IXGR72398', 37, '', 1, 0, 0, '', '2017-12-12 10:10:26', 0),
  1763. (169, '', 'Subash Xettri', '', '9809860707', 'RXGNIP289637', 37, '', 1, 0, 0, '', '2017-12-12 10:14:55', 0),
  1764. (170, '', 'Kushal Shrestha', '', '9869160202', '78P96GRIXN32', 37, '', 1, 1, 0, '', '2017-12-12 10:18:39', 0),
  1765. (171, '', 'Be N\'y', '', '9808394068', 'N26RG97XP3I8', 37, '', 1, 1, 0, '', '2017-12-12 10:22:18', 0),
  1766. (172, '', 'Yogesh Khadka', '', '9813722193', '9R68I7X2G3NP', 12, '', 1, 0, 0, '', '2017-12-12 10:30:04', 0),
  1767. (173, '', 'Baa Bu', '', '9821838579', 'IXGRN783296P', 12, '', 1, 0, 0, '', '2017-12-12 10:44:29', 0),
  1768. (174, '', 'HaNzy MaLla', '', '9861021664', 'RG867X923PIN', 37, '', 1, 1, 0, '', '2017-12-12 10:50:46', 0),
  1769. (175, '', 'Anail Shrestha', '', '9843319793', 'N26P7RG8X39I', 37, '', 1, 0, 0, '', '2017-12-13 10:15:40', 0),
  1770. (176, '', 'Suman Baniya', '', '9801000603', '82RP7IG3N6X9', 37, '', 1, 0, 0, '', '2017-12-13 11:20:05', 0),
  1771. (177, '', 'Bikal Shrestha', '', '9813857981', 'I8XP9G6R2N37', 37, '', 1, 0, 0, '', '2017-12-13 12:25:39', 0),
  1772. (178, '', 'Jaya Jung Chettri', '', '984126574', 'R2GX97P8IN63', 37, '', 1, 0, 0, '', '2017-12-13 12:28:21', 0),
  1773. (179, '', 'Biju Nepal', '', '984170365', 'P9XI3NGR6278', 37, '', 1, 0, 0, '', '2017-12-13 12:31:32', 0),
  1774. (180, '', 'Sailesh Neupane', '', '9861662050', 'P3X67NRI8G29', 37, '', 1, 0, 0, '', '2017-12-13 12:34:49', 0),
  1775. (181, '', 'Pankaj Shrestha', '', '9840071569', '9P28NX7G3R6I', 37, '', 1, 0, 0, '', '2017-12-13 12:42:25', 0),
  1776. (182, '', 'Sank Haram', '', '9861062232', 'GP86XRN2973I', 37, '', 1, 0, 0, '', '2017-12-13 12:45:55', 0),
  1777. (183, '', 'Sathi Ko Pasal', '', '9815658205', '2X3P6I7N9R8G', 37, '', 1, 0, 0, '', '2017-12-13 12:52:23', 0),
  1778. (184, '', 'IxZy KaNg', '', '9813951819', 'RXI3GN79P268', 37, '', 1, 0, 0, '', '2017-12-13 12:55:44', 0),
  1779. (185, '', 'Odyssey institute', '', '9849652028', 'Odyssey12345', 37, '', 1, 1, 0, '', '2017-12-14 10:39:13', 0),
  1780. (186, '', 'Prabhat Tigga', '', '7488576253', '', 14, '', 1, 0, 0, '', '2017-12-17 10:14:57', 0),
  1781. (187, '', 'erum sharma', 'sharma.erum@gmail.com', '9843517474', 'makemesmile12', 9, '', 1, 1, 0, '', '2017-12-19 14:07:10', 0),
  1782. (188, '', 'Kar Ke Aasu', '', '9861343984', 'X6ING2P7R983', 37, '', 1, 0, 0, '', '2017-12-21 04:29:17', 0),
  1783. (189, '', 'Ëxø-m Lãst Kïñg', '', '9808570065', 'X7RGI63P8N29', 37, '', 1, 0, 0, '', '2017-12-21 05:17:44', 0),
  1784. (190, '', 'Ravee Khadgi', '', '9843631171', '6G2RXP9IN378', 37, '', 1, 0, 0, '', '2017-12-21 05:21:07', 0),
  1785. (191, '', 'Ñéëss Çhåll', '', '9809400926', '9P682I73XNRG', 37, '', 1, 0, 0, '', '2017-12-21 05:23:53', 0),
  1786. (192, '', 'Čåř Kēý Űbëy', '', '9849387605', '2I763R8G9XPN', 37, '', 1, 0, 0, '', '2017-12-21 05:27:14', 0),
  1787. (193, '', 'C-resta Animesh', '', '9860304111', 'NGPI7X39R682', 37, '', 1, 0, 0, '', '2017-12-21 05:37:17', 0),
  1788. (194, '', 'Arjun Vai', '', '9849072018', 'RP2I3X869NG7', 37, '', 1, 0, 0, '', '2017-12-21 05:40:02', 0),
  1789. (195, '', 'binod rinal', 'binod.rimal974@gmail.com', '9849669734', 'washingtondc977', 37, '', 1, 0, 0, '', '2017-12-21 16:04:39', 0),
  1790. (196, '', 'Gold Berg', '', '982309963', '9XGI682RN37P', 37, '', 1, 0, 0, '', '2017-12-22 03:37:16', 0),
  1791. (197, '', 'NN store', 'pradipbhandari2074@gmail.com', '9861571012', 'maya@12', 0, '', 1, 1, 0, '', '2017-12-22 03:45:26', 0),
  1792. (198, '', 'Alin Luhan', '', '9824139990', '2R8X6I9NPG73', 36, '', 1, 0, 0, '', '2017-12-22 15:35:24', 0),
  1793. (199, '', 'पसल होलसेल', '', '9823237566', '782XRGI639NP', 37, '', 1, 0, 0, '', '2017-12-22 15:40:38', 0),
  1794. (200, '', 'Mero Khoj', '', '9810205580', 'XNR6GI3792P8', 37, '', 1, 0, 0, '', '2017-12-22 15:44:39', 0),
  1795. (201, '', 'Purshotam Sharma', '', '9803061068', '7GXPR263IN89', 37, '', 1, 0, 0, '', '2017-12-22 15:58:50', 0),
  1796. (202, '', 'Royal Batch', '', '9801001941', '2978NR3GP6XI', 37, '', 1, 0, 0, '', '2017-12-24 13:08:33', 0),
  1797. (203, '', 'Anjel Karki', '', '9860342444', '6RXGP37IN829', 37, '', 1, 0, 0, '', '2017-12-24 13:36:35', 0),
  1798. (204, '', 'Rauniyar Rouni', '', '9803900015', 'NXIRG97P8236', 37, '', 1, 0, 0, '', '2017-12-24 13:54:18', 0),
  1799. (205, '', 'Gyanu', 'tgyan_21@yahoo.com', '9804522811', 'gchaudhary', 9, '', 1, 1, 0, '', '2018-01-01 04:33:00', 0),
  1800. (206, '', 'Dev Sapkota', '', '9806775975', 'P8G6RXI37N29', 36, '', 1, 0, 0, '', '2018-01-03 07:22:27', 0),
  1801. (207, '', 'Manish Giri', '', '9805832324', '6G879INP3R2X', 36, '', 1, 0, 0, '', '2018-01-03 07:25:28', 0),
  1802. (208, '', 'Jeewan Ji Danav', '', '9856053136', '93N86PGX2IR7', 73, '', 1, 0, 0, '', '2018-01-03 07:30:10', 0),
  1803. (209, '', 'Ananta Bhandari', '', '9846014492', 'R69387PNXG2I', 36, '', 1, 0, 0, '', '2018-01-03 07:38:02', 0),
  1804. (210, '', 'Anuj Subedi', '', '9846523316', '3I8GPRN9762X', 36, '', 1, 0, 0, '', '2018-01-03 07:41:22', 0),
  1805. (211, '', 'रोशन तामाङ', '', '9804143649', '9N8R76P2IG3X', 80, '', 1, 0, 0, '', '2018-01-03 07:48:12', 0),
  1806. (212, '', 'Sasto Sewa Nepal', '', '9869002073', 'KALEDAI123', 37, '', 1, 1, 0, '', '2018-01-03 07:55:05', 0),
  1807. (213, '', 'Purbeli Bazar', '', '9804398256', 'IN398G6P7X2R', 45, '', 1, 0, 0, '', '2018-01-03 08:14:17', 0),
  1808. (214, '', 'Bpals Gautam', '', '9857016076', '72RIPNXG6398', 79, '', 1, 0, 0, '', '2018-01-03 08:17:01', 0),
  1809. (215, '', 'Mk Mobiles', '', '9802676074', '7R6X39NIP2G8', 37, '', 1, 0, 0, '', '2018-01-03 08:19:19', 0),
  1810. (216, '', 'मिने नेपाली', '', '9856058676', '6728GIX3PN9R', 36, '', 1, 0, 0, '', '2018-01-03 08:23:31', 0),
  1811. (217, '', 'Rajan Raaz Poudel', '', '984721533', 'GN6IPX2378R9', 78, '', 1, 0, 0, '', '2018-01-03 08:28:11', 0),
  1812. (218, '', 'Ninza Cool', '', '9803906863', 'N8XP7R6I3G92', 36, '', 1, 0, 0, '', '2018-01-03 08:32:37', 0),
  1813. (219, '', 'Kiran Aryal', '', '9867547614', '8397P62XINRG', 52, '', 1, 0, 0, '', '2018-01-03 08:42:42', 0),
  1814. (220, '', 'Rajkumar Subedi', '', '9841442464', 'N2R3G9P68XI7', 37, '', 1, 0, 0, '', '2018-01-03 09:21:55', 0),
  1815. (221, '', 'Suzaynn Tmg', '', '9846980230', '76IR89NX32GP', 36, '', 1, 0, 0, '', '2018-01-03 09:24:09', 0),
  1816. (222, '', 'कमल ', '', '9801255557', '26R87P39NGIX', 37, '', 1, 0, 0, '', '2018-01-03 09:40:07', 0),
  1817. (223, '', 'Dhirendra Shrestha‎', '', '9851107822', 'R3I298N7GXP6', 37, '', 1, 1, 0, '', '2018-01-03 09:42:35', 0),
  1818. (224, '', 'Royal Batch', '', '9801001940', 'R2687N3P9GXI', 37, '', 1, 1, 0, '', '2018-01-03 09:46:00', 0),
  1819. (225, '', 'Hauley Lorenzo', '', '9818343174', '2P6I79X8NGR3', 37, '', 1, 0, 0, '', '2018-01-03 09:49:54', 0),
  1820. (226, '', 'Nischal Pradhan', '', '9843422084', '98G7PIX32NR6', 37, '', 1, 0, 0, '', '2018-01-03 09:53:05', 0),
  1821. (227, '', 'Sasto Pokhara Kharid Bikri', '', '9801344050', 'G7N8XR236P9I', 36, '', 1, 0, 0, '', '2018-01-03 10:02:23', 0),
  1822. (228, '', 'Niruta Karki', '', '9856022197', 'NI78R92XP63G', 36, '', 1, 0, 0, '', '2018-01-03 10:13:48', 0),
  1823. (229, '', 'Rajan Shrestha', '', '9806525100', '3P6G89X72NRI', 36, '', 1, 0, 0, '', '2018-01-03 10:17:08', 0),
  1824. (230, '', 'SimonSargy', '', '83895621283', '', 0, '', 1, 0, 0, '', '2018-01-16 16:11:22', 0),
  1825. (231, '', 'mpd', '', '8830122742', '', 37, '', 1, 0, 0, '', '2018-01-17 03:21:22', 0),
  1826. (232, '', 'Davidmora', '', '9813809625', '', 37, '', 1, 0, 0, '', '2018-01-18 11:39:10', 0),
  1827. (233, '', 'Davidmora', '', '9803395899', '', 37, '', 1, 0, 0, '', '2018-01-18 11:46:37', 0),
  1828. (234, '', 'Davidmora', 'ajeets.com@gmail.com', '9090095993', 'hardrock12', 37, '', 1, 0, 0, '', '2018-01-18 11:52:52', 0),
  1829. (235, '', 'mpd', '', '8830122742', '', 40, '', 1, 0, 0, '', '2018-01-21 13:30:38', 0),
  1830. (236, '', 'Sanjay Rana', 'computersanjay69@gmail.com', '9814422008', 'password123', 14, '', 1, 1, 0, '', '2018-01-25 10:52:10', 0),
  1831. (237, '', 'uma shrestha', 'umas3447@gmail.com', '9803472340', 'Boudhanath9', 6, '', 1, 1, 0, '', '2018-02-02 17:49:01', 0),
  1832. (238, '', 'Rojina', 'rojithapa00@gmail.com', '9803301125', 'rojina123', 37, '', 1, 1, 0, '', '2018-02-05 13:08:37', 0),
  1833. (239, '', 'harishankar', 'laukesh08@gmail.com', '9804291213', 'lovehari', 41, '', 1, 1, 0, '', '2018-02-06 11:22:08', 0),
  1834. (240, '', 'Gaurab BC', 'es9475750@gmail.com', '9823703702', '19930303', 37, '', 1, 1, 0, '', '2018-02-07 04:44:10', 0),
  1835. (241, '', 'hari paudel', 'paudelharip27@gmail.com', '9855083607', 'satsahebji', 78, '', 1, 0, 0, '', '2018-02-07 14:42:11', 0),
  1836. (242, '', 'Simon thapa magar', 'Simonmagar90@yahoo.com', '9816153960', 'petermagar', 25, '', 1, 1, 0, '', '2018-02-09 08:15:12', 0),
  1837. (243, '', 'Ascomeobby', '', '84765965629', '', 0, '', 1, 0, 0, '', '2018-03-02 06:51:14', 0),
  1838. (244, '', 'sonu khurana', 'sonukhurana581@gmail.com', '9728001279', 'P!@#$1234', 29, '', 1, 0, 0, '', '2018-03-06 00:57:17', 0),
  1839. (245, '', 'keshab parajuli', 'bishnusharma008@gmail.com', '9842730824', '8170973992', 30, '', 1, 1, 0, '', '2018-03-10 21:41:31', 0),
  1840. (246, '', 'Rojina', '', '9803301125', '', 37, '', 1, 1, 0, '', '2018-03-23 16:08:32', 0),
  1841. (247, '', 'Kirty Agrawal', '', '01620132', 'I329GNRP6X78', 37, '', 1, 0, 0, '', '2018-04-03 13:12:41', 0),
  1842. (248, '', 'Kirty Agrawal ', '', '1620132', '937P86NG2RXI', 37, '', 1, 0, 0, '', '2018-04-03 13:20:25', 0),
  1843. (249, '', 'Nana Hotels', 'thenanagroups@gmail.com', '9841554206', '123@nana', 37, '', 1, 1, 0, '', '2018-04-10 09:00:43', 0),
  1844. (250, '', 'VernonBeEld', '', '83569224478', '', 0, '', 1, 0, 0, '', '2018-04-16 12:37:35', 0),
  1845. (251, '', 'krishna kumari mahato', 'krishna.formfilling@gmail.com', '9824446933', '9824446933', 16, '', 1, 0, 0, '', '2018-04-21 02:30:41', 0),
  1846. (252, '', 'Daily Coding Challenge', 'codersuraz@gmail.com', '9898989898', '12345678', 8, '', 1, 0, 0, '', '2018-04-28 09:14:03', 0),
  1847. (253, '', 'Richardflout', '', 'Top list', '', 0, '', 1, 0, 0, '', '2018-05-03 23:27:24', 0),
  1848. (254, '', 'Azhar Khan', 'admin@azhark.com', '9450706720', 'azharkhan1', 37, '', 1, 0, 0, '', '2018-06-19 10:56:06', 0);
  1849.  
  1850. --
  1851. -- Indexes for dumped tables
  1852. --
  1853.  
  1854. --
  1855. -- Indexes for table `oc_admin`
  1856. --
  1857. ALTER TABLE `oc_admin`
  1858. ADD PRIMARY KEY (`id`);
  1859.  
  1860. --
  1861. -- Indexes for table `oc_ads`
  1862. --
  1863. ALTER TABLE `oc_ads`
  1864. ADD PRIMARY KEY (`id`);
  1865.  
  1866. --
  1867. -- Indexes for table `oc_areas`
  1868. --
  1869. ALTER TABLE `oc_areas`
  1870. ADD PRIMARY KEY (`id`);
  1871.  
  1872. --
  1873. -- Indexes for table `oc_banner`
  1874. --
  1875. ALTER TABLE `oc_banner`
  1876. ADD PRIMARY KEY (`id`);
  1877.  
  1878. --
  1879. -- Indexes for table `oc_categories`
  1880. --
  1881. ALTER TABLE `oc_categories`
  1882. ADD PRIMARY KEY (`id`);
  1883.  
  1884. --
  1885. -- Indexes for table `oc_chat`
  1886. --
  1887. ALTER TABLE `oc_chat`
  1888. ADD PRIMARY KEY (`id`);
  1889.  
  1890. --
  1891. -- Indexes for table `oc_chat_message`
  1892. --
  1893. ALTER TABLE `oc_chat_message`
  1894. ADD PRIMARY KEY (`id`);
  1895.  
  1896. --
  1897. -- Indexes for table `oc_cities`
  1898. --
  1899. ALTER TABLE `oc_cities`
  1900. ADD PRIMARY KEY (`id`);
  1901.  
  1902. --
  1903. -- Indexes for table `oc_listing`
  1904. --
  1905. ALTER TABLE `oc_listing`
  1906. ADD PRIMARY KEY (`id`);
  1907.  
  1908. --
  1909. -- Indexes for table `oc_listing_image`
  1910. --
  1911. ALTER TABLE `oc_listing_image`
  1912. ADD PRIMARY KEY (`id`);
  1913.  
  1914. --
  1915. -- Indexes for table `oc_package`
  1916. --
  1917. ALTER TABLE `oc_package`
  1918. ADD PRIMARY KEY (`id`);
  1919.  
  1920. --
  1921. -- Indexes for table `oc_siteconfig`
  1922. --
  1923. ALTER TABLE `oc_siteconfig`
  1924. ADD PRIMARY KEY (`id`);
  1925.  
  1926. --
  1927. -- Indexes for table `oc_sponsor`
  1928. --
  1929. ALTER TABLE `oc_sponsor`
  1930. ADD PRIMARY KEY (`id`);
  1931.  
  1932. --
  1933. -- Indexes for table `oc_state`
  1934. --
  1935. ALTER TABLE `oc_state`
  1936. ADD PRIMARY KEY (`id`);
  1937.  
  1938. --
  1939. -- Indexes for table `oc_user`
  1940. --
  1941. ALTER TABLE `oc_user`
  1942. ADD PRIMARY KEY (`id`);
  1943.  
  1944. --
  1945. -- AUTO_INCREMENT for dumped tables
  1946. --
  1947.  
  1948. --
  1949. -- AUTO_INCREMENT for table `oc_admin`
  1950. --
  1951. ALTER TABLE `oc_admin`
  1952. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  1953.  
  1954. --
  1955. -- AUTO_INCREMENT for table `oc_ads`
  1956. --
  1957. ALTER TABLE `oc_ads`
  1958. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
  1959.  
  1960. --
  1961. -- AUTO_INCREMENT for table `oc_areas`
  1962. --
  1963. ALTER TABLE `oc_areas`
  1964. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;
  1965.  
  1966. --
  1967. -- AUTO_INCREMENT for table `oc_banner`
  1968. --
  1969. ALTER TABLE `oc_banner`
  1970. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
  1971.  
  1972. --
  1973. -- AUTO_INCREMENT for table `oc_categories`
  1974. --
  1975. ALTER TABLE `oc_categories`
  1976. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109;
  1977.  
  1978. --
  1979. -- AUTO_INCREMENT for table `oc_chat`
  1980. --
  1981. ALTER TABLE `oc_chat`
  1982. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
  1983.  
  1984. --
  1985. -- AUTO_INCREMENT for table `oc_chat_message`
  1986. --
  1987. ALTER TABLE `oc_chat_message`
  1988. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
  1989.  
  1990. --
  1991. -- AUTO_INCREMENT for table `oc_cities`
  1992. --
  1993. ALTER TABLE `oc_cities`
  1994. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=82;
  1995.  
  1996. --
  1997. -- AUTO_INCREMENT for table `oc_listing`
  1998. --
  1999. ALTER TABLE `oc_listing`
  2000. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305;
  2001.  
  2002. --
  2003. -- AUTO_INCREMENT for table `oc_listing_image`
  2004. --
  2005. ALTER TABLE `oc_listing_image`
  2006. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=645;
  2007.  
  2008. --
  2009. -- AUTO_INCREMENT for table `oc_package`
  2010. --
  2011. ALTER TABLE `oc_package`
  2012. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
  2013.  
  2014. --
  2015. -- AUTO_INCREMENT for table `oc_siteconfig`
  2016. --
  2017. ALTER TABLE `oc_siteconfig`
  2018. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  2019.  
  2020. --
  2021. -- AUTO_INCREMENT for table `oc_sponsor`
  2022. --
  2023. ALTER TABLE `oc_sponsor`
  2024. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
  2025.  
  2026. --
  2027. -- AUTO_INCREMENT for table `oc_state`
  2028. --
  2029. ALTER TABLE `oc_state`
  2030. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
  2031.  
  2032. --
  2033. -- AUTO_INCREMENT for table `oc_user`
  2034. --
  2035. ALTER TABLE `oc_user`
  2036. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=255;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement