· 8 years ago · Jan 18, 2018, 05:20 AM
1-- phpMyAdmin SQL Dump
2-- version 4.0.9
3-- http://www.phpmyadmin.net
4--
5-- Inang: localhost
6-- Waktu pembuatan: 18 Jan 2018 pada 06.17
7-- Versi Server: 5.6.14
8-- Versi PHP: 5.5.6
9
10SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11SET time_zone = "+00:00";
12
13--
14-- Basis data: `scring`
15--
16
17-- --------------------------------------------------------
18
19--
20-- Struktur dari tabel `xmall_category`
21--
22
23CREATE TABLE IF NOT EXISTS `xmall_category` (
24 `id` int(11) NOT NULL AUTO_INCREMENT,
25 `sort_seq` int(11) DEFAULT NULL,
26 `category` varchar(255) DEFAULT NULL,
27 `img` varchar(255) DEFAULT NULL,
28 PRIMARY KEY (`id`)
29) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;
30
31--
32-- Dumping data untuk tabel `xmall_category`
33--
34
35INSERT INTO `xmall_category` (`id`, `sort_seq`, `category`, `img`) VALUES
36(1, 1, 'Female Fashion', 'https://www.fashionghana.com/wp-content/uploads/Creative-Female-Fashion-Photography-by-Andrea-Olivo-7.jpg'),
37(2, 2, 'Male Fashion', 'https://i.pinimg.com/736x/a3/c0/27/a3c027d8a4ca5b9f01c8217756e11f61--male-fashion-bloggers-male-fashion-designers.jpg'),
38(3, 3, 'Moslem Fashion', 'http://cdn2.tstatic.net/makassar/foto/bank/images/indonesia-moslem-fashion-expo-2016_20160428_225156.jpg'),
39(4, 4, 'Kids Fashion', 'http://www.fashioncentral.pk/blog/wp-content/uploads/2013/09/kids-fashion-accessories-2013.jpg'),
40(5, 5, 'Beauty Product', 'http://glamsel.com/wp-content/uploads/2014/08/Where-to-Shop-for-Beauty-Products-Makeup-in-Mumbai-1.jpg'),
41(6, 6, 'Health & Body Care', 'http://www.menshealth.com.sg/sites/default/files/oimg/shared/style-grooming/body_care.jpg'),
42(7, 7, 'Mom & Kids', 'http://www.weddingthingz.com/wp-content/uploads/2015/04/mom.jpg'),
43(8, 8, 'Household', 'https://2.imimg.com/data2/VT/MG/MY-302018/household-products-250x250.jpg'),
44(9, 9, 'Kitchen Appliances', 'http://www.butterflyindia.com/wp-content/themes/butterfly/images/kitchenappliances-img.png'),
45(10, 10, 'Food & Drinks', 'http://www.internetbusinessideas-viralmarketing.com/images/Food-And-Drink12.jpg'),
46(11, 11, 'Souvenir', 'https://s.inyourpocket.com/gallery/162977.jpg'),
47(12, 12, 'Books', 'https://i.ebayimg.com/images/g/l6IAAOxyUrZS64di/s-l300.jpg'),
48(13, 13, 'Handphone & Tablet', 'http://www.tipehp.net/wp-content/uploads/2015/03/Daftar-Harga-HP-Hari-Ini-Semua-merk-dan-tipe-Android-BB-WP-Tablet-dll.jpg'),
49(14, 14, 'Laptop & Accessories', 'https://heavyeditorial.files.wordpress.com/2015/08/laptop-accessories-for-students.jpg?quality=65&strip=all&w=780'),
50(15, 15, 'PC & Accessories', 'http://haterateindia.com/wp-content/uploads/2017/02/Computer-Accessories.jpg'),
51(16, 16, 'Electronics', 'http://www.godominion.com/content/images/feature-img-small-appliance-electronics.png'),
52(17, 17, 'Camera', 'https://static.bhphoto.com/images/images250x250/1458920064000_1238183.jpg'),
53(18, 18, 'Gaming', 'http://www.pcsfixer.com/wp-content/uploads/2015/04/PC-Fixer-Mac-gaming-controller.jpg'),
54(19, 19, 'Automotive', 'https://3.bp.blogspot.com/-Tshh7yOh5qA/V5QPF2xKa4I/AAAAAAAABN0/v7hsztuOP4IaBTgBCUKrfJx8X1e65vajgCLcB/s1600/Otomotif-Logo-Mobil.jpg'),
55(20, 20, 'Sports', 'https://vignette4.wikia.nocookie.net/phobia/images/2/28/Sports.jpg/revision/latest?cb=20161230010824'),
56(21, 21, 'Film & Music', 'http://www.weeatfilms.com/wp-content/uploads/2013/01/film-and-music-e1358875748783.jpg'),
57(22, 22, 'Stationary', 'http://www.dpointernational.com/images/SFI/office%20stationary.png'),
58(23, 23, 'Toys & Hobbies', 'https://brandsmart.com.au/wp-content/uploads/2013/11/toys-hobbies.jpg'),
59(24, 24, 'Software', 'https://userscontent2.emaze.com/images/62e9ecd5-b7cd-4ef2-915c-a537c15d6265/ef42dad19db49a4e706eb1eeeac49529.jpg');