Jump to content

Admin part not inputting into database


purge08

Recommended Posts

So - have you added some debugging code to the script to find out what exactly it is accomplishing?  Some echos to track the progress of the script?  How far it gets?  AND - do you have any error checking turned on and any checks of results of your queries perhaps?  This is why people code in error checking so they can see right away where a script is going wrong.  Obviously you haven't done this or you would be seeing some of your messages.

BTW - usually people post code here.  Not all of it, but the parts that seem to be the trouble areas.

Link to comment
Share on other sites

so does that mean you aren't going to share your problem code with us?  Clicking on links is not something that everyone likes to do, that's why we have the handy link (<>) to place pasted code into here.  And again - only that portion that you can't figure out, not the whole thing.

Link to comment
Share on other sites

2 hours ago, ginerjm said:

so does that mean you aren't going to share your problem code with us?  Clicking on links is not something that everyone likes to do, that's why we have the handy link (<>) to place pasted code into here.  And again - only that portion that you can't figure out, not the whole thing.

If I knew how the persons script was fully made I would know where to pinpoint a certain php page. But I don’t know how it was made, and functions as it is made differently than the last. 

Link to comment
Share on other sites

1 hour ago, benanamen said:

Can you please provide the default sql so we can run the code.

-- phpMyAdmin SQL Dump
-- version 4.2.10
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: May 16, 2015 at 01:55 PM
-- Server version: 5.5.38
-- PHP Version: 5.6.2

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `smartshop`
--

-- --------------------------------------------------------

--
-- Table structure for table `ads`
--

CREATE TABLE `ads` (
`id` int(11) NOT NULL,
  `ad250` text NOT NULL,
  `ad720` text NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ads`
--

INSERT INTO `ads` (`id`, `ad250`, `ad720`) VALUES
(1, '<a href="http://www.kqzyfj.com/click-7058689-10888673" target="_blank">\r\n<img src="http://www.ftjcfx.com/image-7058689-10888673" width="250" height="250" alt="Web Hosting at InMotion Hosting" border="0"/></a>', '<a href="http://www.kqzyfj.com/click-7058689-10833186" target="_blank">\r\n<img src="http://www.lduhtrp.net/image-7058689-10833186" width="728" height="90" alt="$1/ mo Hosting + Free domain! Stick it to the slow websites!" border="0"/></a>');

-- --------------------------------------------------------

--
-- Table structure for table `cats`
--

CREATE TABLE `cats` (
`id` int(11) NOT NULL,
  `cid` int(11) NOT NULL,
  `cat` varchar(150) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cats`
--

INSERT INTO `cats` (`id`, `cid`, `cat`) VALUES
(1, 0, 'Computers & Laptops'),
(2, 0, 'Tablets'),
(4, 0, 'Mobiles'),
(5, 0, 'Cameras'),
(6, 0, 'eBook Readers'),
(7, 0, 'TV & Audio');

-- --------------------------------------------------------

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
`id` int(11) NOT NULL,
  `lang` varchar(150) NOT NULL,
  `langchar` varchar(9) NOT NULL,
  `dircetionx` varchar(3) NOT NULL,
  `lang1` varchar(150) NOT NULL,
  `lang2` varchar(150) NOT NULL,
  `lang3` varchar(150) NOT NULL,
  `lang4` varchar(150) NOT NULL,
  `lang5` varchar(150) NOT NULL,
  `lang6` varchar(150) NOT NULL,
  `lang7` varchar(150) NOT NULL,
  `lang8` varchar(150) NOT NULL,
  `lang9` varchar(150) NOT NULL,
  `lang10` varchar(150) NOT NULL,
  `lang11` varchar(150) NOT NULL,
  `lang12` varchar(150) NOT NULL,
  `lang13` varchar(150) NOT NULL,
  `lang14` varchar(150) NOT NULL,
  `lang15` varchar(150) NOT NULL,
  `lang16` varchar(150) NOT NULL,
  `lang17` varchar(150) NOT NULL,
  `lang18` varchar(150) NOT NULL,
  `lang19` varchar(150) NOT NULL,
  `lang20` varchar(150) NOT NULL,
  `lang21` varchar(150) NOT NULL,
  `lang22` varchar(150) NOT NULL,
  `lang23` varchar(150) NOT NULL,
  `lang24` varchar(150) NOT NULL,
  `lang25` varchar(150) NOT NULL,
  `lang26` varchar(150) NOT NULL,
  `lang27` varchar(150) NOT NULL,
  `lang28` varchar(150) NOT NULL,
  `lang29` varchar(150) NOT NULL,
  `lang30` varchar(150) NOT NULL,
  `lang31` varchar(150) NOT NULL,
  `lang32` varchar(150) NOT NULL,
  `lang33` varchar(150) NOT NULL,
  `lang34` varchar(150) NOT NULL,
  `lang35` varchar(150) NOT NULL,
  `lang36` varchar(150) NOT NULL,
  `lang37` varchar(150) NOT NULL,
  `lang38` varchar(150) NOT NULL,
  `lang39` varchar(150) NOT NULL,
  `lang40` varchar(150) NOT NULL,
  `lang41` varchar(150) NOT NULL,
  `lang42` varchar(150) NOT NULL,
  `lang43` varchar(150) NOT NULL,
  `lang44` varchar(25) NOT NULL,
  `lang45` varchar(25) NOT NULL,
  `lang46` varchar(75) NOT NULL,
  `lang47` varchar(75) NOT NULL,
  `lang48` varchar(75) NOT NULL,
  `lang49` varchar(75) NOT NULL,
  `lang50` varchar(75) NOT NULL,
  `lang51` varchar(75) NOT NULL,
  `lang52` varchar(75) NOT NULL,
  `lang53` varchar(25) NOT NULL,
  `lang54` varchar(75) NOT NULL,
  `lang55` varchar(75) NOT NULL,
  `lang56` varchar(75) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `lang`, `langchar`, `dircetionx`, `lang1`, `lang2`, `lang3`, `lang4`, `lang5`, `lang6`, `lang7`, `lang8`, `lang9`, `lang10`, `lang11`, `lang12`, `lang13`, `lang14`, `lang15`, `lang16`, `lang17`, `lang18`, `lang19`, `lang20`, `lang21`, `lang22`, `lang23`, `lang24`, `lang25`, `lang26`, `lang27`, `lang28`, `lang29`, `lang30`, `lang31`, `lang32`, `lang33`, `lang34`, `lang35`, `lang36`, `lang37`, `lang38`, `lang39`, `lang40`, `lang41`, `lang42`, `lang43`, `lang44`, `lang45`, `lang46`, `lang47`, `lang48`, `lang49`, `lang50`, `lang51`, `lang52`, `lang53`, `lang54`, `lang55`, `lang56`) VALUES
(1, 'English', 'en', 'ltr', 'Home', 'Categories', 'Offers', 'Sale', 'Login', 'Contact Us', 'Sell Product', 'Register', 'Feedback', 'Search', 'Subscribe', 'Featured Products', 'Top Products', 'More Details', 'All Products', 'Sort By', 'Create Seller Account', 'If you already have an account with us', 'please login', 'Personal Details', 'Full Name', 'Address', 'City', 'Zip', 'Country', 'Phone', 'Login Details', 'Email', 'Password', 'Password Confirm', 'Register', 'Subject', 'Message', 'Send', 'Search here', 'Subscribe to Newsletter', 'Select Order Option', 'Newest', 'Title (A-Z)', 'Title (Z-A)', 'Price (High to Low)', 'Price (Low to High)', 'Languages', 'Next', 'Prev', 'Description', 'Specifications', 'Comments', 'Contact Seller', 'Availability', 'items in stock', 'Related Products', 'Submit', 'Write Comment', 'Title', 'Rate'),
(2, 'Español', 'es', 'ltr', 'página de inicio', 'Categorías', 'Ofertas', 'Venta', 'Entrar', 'Contáctenos', 'Venta de productos', 'Registrarse', 'Realimentación', 'Búsqueda', 'Suscribir', 'Productos Destacados', 'Productos principales', 'Más Detalles', 'Todos los productos', 'Ordenar Por', 'Crear Cuenta Vendedor', 'Si ya tiene una cuenta con nosotros', 'por favor Iniciar sesión', 'Detalles Personales', 'Nombre Completo', 'Dirección', 'Ciudad', 'Zip', 'País', 'Teléfono', 'Entrar Detalles', 'Email', 'Contraseña', 'Contraseña Confirmada', 'Registrarse', 'Sujeto', 'Mensaje', 'Enviar', 'Busca aquí', 'Suscríbete al boletín de noticias', 'Seleccione la opción Orden', 'el más nuevo', 'Título (A-Z)', 'Título (Z-A)', 'Precio (de mayor a menor)', 'Precio (de menor a mayor)', 'Idiomas', 'Siguiente', 'Anterior', 'Descripción', 'Especificaciones', 'Comentarios', 'Contactar al Vendedor', 'Disponibilidad', 'artículos en stock', 'Productos Relacionados', 'Presentar', 'Agrega tu comentario', 'Título', 'Tarifa'),
(3, 'العربية', 'ar', 'rtl', 'الصفحة الرئيسية', 'الأقسام', 'عروض', 'تخفضات', 'دخول', 'إتصل بنا', 'بيع منتجك', 'سجل', 'إتصل بنا', 'بحث', 'إشترك', 'المنتجات المميزة', 'أفضل المنتجات', 'المزيد من التفاصيل', 'كل المنتجات', 'الترتيب', 'إنشئ حساب بائع', 'لو كنت تمتلك حساب', 'إضغط هنا', 'المعلومات الشخصية', 'الاسم بالكامل', 'العنوان', 'المدينة', 'صندوق البريد', 'الدولة', 'التليفون', 'معلومات الدخول', 'البريد الالكتروني', 'كلمة السر', 'تأكيد كلمة السر', 'سجل', 'الموضوع', 'الرسالة', 'إرسل', 'إبحث هنا', 'اشترك في رسائل البريد الاكتروني', 'إختار نظام الترتيب', 'الأحدث', 'بالعنوان تصاعدي', 'بالعنوان تنازلي', 'بالسعر تنازلي', 'بالسعر تصاعدي', 'اللغات', 'التالي', 'السابق', 'الوصف', 'المواصفات', 'التعليقات', 'إتصل بالبائع', 'الكمية المتاحة', 'منتج في المخزن', 'منتجات مشابهه', 'موافق', 'اكتب تعليق', 'عنوان', 'تقييم'),
(4, 'فارسی', 'fa', 'rtl', 'صفحه اصلی وب سایت', 'دسته', 'پیشنهادات', 'فروش', 'ورود به سیستم', 'تماس با ما', 'فروش محصولات', 'ثبت نام', 'باز خورد', 'جستجو', 'اشتراک', 'محصولات ویژه', 'محصولات بالا', 'جزئیات بیشتر', 'همه محصولات', 'مرتب سازی بر اساس', 'ایجاد حساب فروشنده', 'اگر شما در حال حاضر یک حساب کاربری با ما', 'لطفا وارد شوید', 'اطلاعات شخصی', 'نام و نام خانوادگی', 'نشانی', 'شهرستان', 'کد پستی', 'کشور', 'تلفن', 'جزئیات ورود', 'ایمیل', 'رمز عبور', 'تکرار رمز عبور', 'ثبت نام', 'موضوع', 'پیام', 'ارسال', 'جستجو در اینجا', 'مشترک شدن در خبرنامه', 'انتخاب ترتیب گزینه', 'پاسخ تازهترین پاسخ است', 'عنوان (A-Z)', 'عنوان (Z-A)', 'قیمت (بالا پایین تا)', 'قیمت (پایین به بالا)', 'زبان', 'بعد', 'قبلی', 'شرح', 'مشخصات', 'نظرات', 'تماس با فروشنده', 'دسترسی', 'قلم موجود در انبار', 'محصولات مرتبط', 'ثبت کردن', 'نوشتن نظر', 'عنوان', 'نرخ'),
(5, 'Deutsch', 'de', 'ltr', 'Startseite', 'Kategorien', 'Angebote', 'Verkauf', 'Login', 'Kontaktieren Sie uns', 'Sell Produkt', 'Registrieren', 'Rückkopplung', 'Suche', 'Zeichnen', 'Ausgewählte Artikel', 'Top Produkte', 'Weitere Infos', 'Alle Produkte', 'Sortieren nach', 'Erstellen Verkäuferkonto', 'Wenn Sie bereits ein Konto bei uns', 'bitte anmelden', 'Persönliche Details', 'Vor- und Nachname', 'Adresse', 'City', 'PLZ', 'Land', 'Telefon', 'Login-Daten', 'E-Mail', 'Passwort', 'Kennwort bestätigen', 'Registrieren', 'Gegenstand', 'Nachricht', 'Senden', 'Suchen Sie hier', 'Abonnieren Sie den Newsletter', 'Wählen Sie Order Option', 'Neueste', 'Titel (A-Z)', 'Titel (Z-A)', 'Preis (absteigend)', 'Preis (aufsteigend)', 'Sprachen', 'Nächste', 'Zurück', 'Beschreibung', 'Technische Daten', 'Comments', 'Verkäufer kontaktieren', 'Verfügbarkeit', 'artikel auf Lager', 'Ähnliche Produkte', 'Einreichen', 'Kommentar schreiben', 'Titel', 'Preis'),
(6, 'Français', 'fr', 'ltr', 'Page d''accueil', 'Catégories', 'Offres', 'Vente', 'Login', 'Contactez Nous', 'Vendre produit', 'Inscription', 'Réaction', 'ٍRecherche', 'S''abonner', 'Produits Présentés', 'Top Produits', 'Plus De Détails', 'tous les produits', 'Trier Par', 'Créer un compte vendeur', 'Si vous avez déjà un compte avec nous', 's''il vous plaît vous identifier', 'Details Personnels', 'Nom et prénom', 'Adresse', 'Ville', 'Code postal', 'Pays', 'Téléphone', 'Connexion Détails', 'Email', 'Mot de passe', 'Mot De Passe Confirmé', 'Inscription', 'Sujet', 'Message', 'Envoyer', 'Rechercher ici', 'S''inscrire à la Newsletter', 'Sélectionnez l''option Ordre', 'Date', 'Titre (A à Z)', 'Titre (Z-A)', 'Prix (décroissant)', 'Prix (croissant)', 'Langues', 'Prochaine', 'Précédent', 'Description', 'Caractéristiques', 'Commentaires', 'Contacter le vendeur', 'Disponibilité', 'pièces en stock', 'Produits Connexes', 'Soumettre', 'Ecrire un commentaire', 'Titre', 'Taux'),
(7, 'Türk', 'tr', 'ltr', 'Ana Sayfa', 'Kategoriler', 'Teklifler', 'Satış', 'Oturum Aç', 'Bize Ulaşın', 'Satış Ürün', 'Kayıt', 'Geribesleme', 'Arama', 'Abone', 'Özel Ürünler', 'En Ürünleri', 'Daha Fazla Ayrıntı', 'Tüm Ürünler', 'Göre Sırala', 'Satıcı Hesap Oluştur', 'Zaten bir hesabınız varsa,', 'lütfen giriş yapın', 'Kişisel Detaylar', 'Ad Soyad', 'Adres', 'şehir', 'Posta Kodu', 'ülke', 'Telefon', 'Giriş Detayları', 'E-posta', 'şifre', 'Şifre Onayla', 'Kayıt', 'konu', 'Mesaj', 'Göndermek', 'burada ara', 'Gazetemize abone', 'Sipariş Seçeneği Seçin', 'en yeni', 'Başlık (A-Z)', 'Başlık (A-Z)', 'Fiyat (Yüksekten Düşüğe)', 'Fiyat (Düşükten Yükseğe)', 'Diller', 'sonraki', 'Önceki', 'Tanım', 'Özellikler', 'Yorumlar', 'Satıcıyla', 'Kullanılabilirlik', 'Stoktaki ürünler', 'İlgili Ürünler', 'Sunmak', 'Yorum Yaz', 'Başlık', 'oran'),
(8, 'русский', 'ru', 'ltr', 'Главная страница', 'категории', 'предложения', 'продажа', 'Войти', 'Связаться С Нами', 'Продам товаров', 'Регистрация', 'обратная связь', 'поиск', 'подписываться', 'Популярные продукты', 'Лучшие продукты', 'Подробнее', 'Все продукты', 'Сортировать По', 'Создать аккаунт продавца', 'Если у вас уже есть аккаунт с нами', 'пожалуйста, войдите', 'Личная Информация', 'Полное Имя', 'адрес', 'город', 'Почтовый Индекс', 'страна', 'телефон', 'Войти Подробнее', 'E-mail', 'пароль', 'Подтвердить Пароль', 'Регистрация', 'предмет', 'сообщение', 'послать', 'Поиск здесь', 'Подписаться на рассылку', 'Выберите вариант заказа', 'новейший', 'Название (А-Я)', 'Название (Я-А)', 'Цена (от высокой к низкой)', 'Цена (от низкого до высокого)', 'Языки', 'следующий', 'Предыдущая', 'описание', 'спецификации', 'Комментарии', 'Связаться С Продавцом', 'наличие', 'на складе', 'Сопутствующие Товары', 'представить', 'Написать комментарий', 'название', 'ставка'),
(9, '中国', 'zh-Hans', 'ltr', '主页', '分类', '报价', '卖', '注册', '联系我们', '卖产品', '注册', '信息反馈', '搜索', '订阅', '特色产品', '热门产品', '更多详细信息', '所有产品', '排序方式', '创建卖家帐户', '如果您已经有我们的帐户', '请登录', '个人资料', '姓名', '地址', '城市', '邮政编码', '国家', '电话', '登录详细信息', '电子邮件', '密码', '密码确认', '注册', '主题', '信息', '发送', '在这里搜索', '订阅电子报', '选择订购选项', '最新', '标题(A-Z)', '标题(Z-A)', '价格(从高到低)', '价格(从低到高)', '语言', '下一个', '上一页', '描述', '技术指标', '评论', '联系卖家', '可用性', '在库存产品', '相关产品', '提交', '发表评论', '称号', '率');

-- --------------------------------------------------------

--
-- Table structure for table `productimages`
--

CREATE TABLE `productimages` (
`id` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `pimage` varchar(250) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `productimages`
--

INSERT INTO `productimages` (`id`, `pid`, `pimage`) VALUES
(12, 8, 'dxz9vOGxQgr8PSuyJUCH6zUme.JPG'),
(13, 9, 'DZAxNSKLGXYAApd4xtEPYb6h7.JPG'),
(14, 9, 'oZTc1ifPMjUp2frCQC9wH8hMe.JPG'),
(15, 9, 'LiadEhtbk7RzyJACXS60t6g79.JPG'),
(16, 9, 'B9Psf4IjTbC9xrLMBzsl0Ve6L.JPG'),
(17, 10, 'oCReGh0ZseDJHO4PGDoqe1o68.JPG'),
(18, 10, 'L5eo3kMzo8J9kb63v72cHqMJs.JPG'),
(19, 11, '4juxiDinSGrct0BCKKXVR0rY3.JPG'),
(20, 11, 'T7gf6VeMayqZSsCoRX2NkeHjF.JPG'),
(21, 11, 'ex1o4eZd4st8bM1moaUPWHqw9.JPG'),
(22, 12, 'YhQPh7tMP6Oz7yV84VirXPKSp.JPG'),
(23, 12, 'YYhcekk2gesnyUdXr3CLtkCtI.JPG'),
(24, 12, '9Glr7ePj1HHQBnWsEsazYT1XF.JPG'),
(25, 12, '0NIuVlUKANpHiO8LBAz1owCxB.JPG'),
(26, 13, 'yVPy3nFpmsE1HRcs1yUXPBINo.JPG'),
(27, 13, '5TDO4btnxwyKd5AWH25sgqN1d.JPG'),
(28, 13, 'Dy1opkw9YDZyjVZ5YSlmatRNi.JPG'),
(29, 14, 'ZmM8UdjMLrTGYOqiFbEvIx9Zv.JPG'),
(30, 0, 'qrFWoAUaOvMC34sO3JpZZlvrD.JPG'),
(31, 0, '038XeO5yDQCjJxpeHtCj15XJf.JPG'),
(32, 0, 'FBiDqnQ94StrJDRJYd6WbHiCh.JPG'),
(33, 15, 'jUzjd9XLalbvSkuwk2Pf2UdUf.JPG'),
(34, 15, 'UX7ESkcNaLRyqgVSVWzM91OHW.JPG'),
(35, 15, '412VyuUVh3PumCgNwXMkn4ZzJ.JPG'),
(36, 16, 'ne1tsrUI4P4DgzS1aysx6rX62.JPG'),
(37, 17, 'KZidj8BftZ3DQ2rb8Wd6UM7Qj.JPG'),
(38, 18, 'q2c07VnmWQOoKwsAB6RaZSlyk.JPG'),
(39, 18, '7OCNyKs935ArWJvOcWyQOhP1n.JPG'),
(40, 18, 'rTAHK1oF6TVvf2azLSH4NFcqr.JPG'),
(41, 18, 'ov8xSSiSavbj6rN6vrWxT7GPl.JPG'),
(42, 19, 'SwuH8JDrBy6BYxA7tw7YlPKil.JPG'),
(43, 20, 'FBqqJZ22vrCr6fFAtkcP27YGr.JPG'),
(44, 20, 'YhvTtv6sKsL6qt3jr8YaEdCag.JPG'),
(45, 20, '2dEoqPxsTKcMJHlnhlDFHhcDJ.JPG'),
(46, 20, 'zTTu6mPGbeknfmy3JWPH6ebi8.JPG'),
(47, 21, 'wsIWFDjbbZPPmBXsTRMOsRMVM.JPG'),
(48, 21, 'cAGJRVRWD5TA5y8q3biuowJtp.JPG'),
(49, 21, 'DoBw6XFUYHA9nkVwc8cSlNNTR.JPG'),
(50, 21, 'bkz43IDWB82XXJ8b3vrq4u90j.JPG'),
(51, 21, 'ktX6i5CKOzqrTCDSrse3qHXht.JPG'),
(52, 22, 'BSt7EjtDWYcSgJ117Bly3327F.JPG'),
(53, 22, 'tQ2DpahNLNUItOHboQyIM4VUh.JPG'),
(54, 22, 'LKkxF7S95ZraBbYbCq4e4WFxb.JPG');

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
`id` int(11) NOT NULL,
  `ptitle` varchar(150) NOT NULL,
  `nprice` decimal(11,2) NOT NULL,
  `oldprice` decimal(11,0) NOT NULL,
  `catid` int(11) NOT NULL,
  `cattxt` varchar(150) NOT NULL,
  `pdescription` text NOT NULL,
  `pimage` varchar(150) NOT NULL,
  `pseo` varchar(150) NOT NULL,
  `shortdesc` varchar(200) NOT NULL,
  `sellerid` int(11) NOT NULL,
  `pstatus` tinyint(4) NOT NULL,
  `topproduct` tinyint(11) NOT NULL,
  `availability` int(11) NOT NULL,
  `saleoffer` varchar(15) NOT NULL,
  `newused` varchar(15) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `ptitle`, `nprice`, `oldprice`, `catid`, `cattxt`, `pdescription`, `pimage`, `pseo`, `shortdesc`, `sellerid`, `pstatus`, `topproduct`, `availability`, `saleoffer`, `newused`) VALUES
(8, 'MACBOOK AIR MD760LL/B 13.3', 935.00, 1050, 1, 'Computers & Laptops', '<h2 style="margin: 10px 0px 15px; font-family: Ubuntu, sans-serif; font-weight: normal; line-height: 40px; color: #666666; text-rendering: optimizelegibility; font-size: 20px; text-shadow: #ffffff 1px 1px 1px; padding: 0px 0px 8px;">Lorem Ipsum</h2>\r\n<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''../images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''../images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''../images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''../images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'dxz9vOGxQgr8PSuyJUCH6zUme.JPG', 'macbook-air-md760llb-133', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 1, 15, 'sale', 'New'),
(9, 'MacBook Pro - Intel i5 2.5GHz - 4GB RAM - 500GB HDD', 899.00, 1199, 1, 'Computers & Laptops', '<p><span style="color: #333333; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; font-size: 13px; line-height: 13px;">New:&nbsp;</span><span id="vi-cond-addl-info" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; color: #333333; line-height: 13px;">A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is&nbsp;</span><span id="hiddenContent" class="u-dspn" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; display: inline; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; color: #333333; line-height: 13px;">applicable). Packaging should be the same as what is found in a retail store, unless the item is handmade or was packaged by the manufacturer in non-retail packaging, such as an unprinted box or plastic bag.</span></p>', 'DZAxNSKLGXYAApd4xtEPYb6h7.JPG', 'macbook-pro-intel-i5-25ghz-4gb-ram-500gb-hdd', 'Apple 13.3 MacBook Pro - Intel i5 2.5GHz - 4GB RAM - 500GB HDD - OS X Yosemite , A brand-new, unused, unopened, undamaged item in its original packaging ', 1, 1, 1, 15, 'offer', 'New'),
(10, 'MacBook Air 11.6 Laptop - MC969LL/A 128gb Ssd 4gb Ram', 380.00, 400, 1, 'Computers & Laptops', '<p><span style="color: #333333; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; font-size: small; line-height: 13px;">Discover superior performance and reliability with the MacBook Air notebook, powered by <span style="color: #ff0000;"><strong>1.6GHz</strong></span> dual-core Intel Core i5 processor. The <span style="color: #008000;"><strong>11.6</strong></span>-inch high-resolution LED-backlit display of this Apple laptop delivers crisp and clear images. This Apple notebook gives you loads of space to store your files, documents, videos, pictures, applications, etc. Equipped with Intel HD Graphics 3000 processor, this Apple laptop renders blazing-fast image transitions, during games, sports programs, movies, 3D images, and more. Baosting 802.11n Wi-Fi wireless networking, this Apple notebook enables web surfing, downloading, video streaming, with faster than ever speed. Built with thin, glossy and lightweight design, the MacBook Air gives better portability.</span></p>', 'oCReGh0ZseDJHO4PGDoqe1o68.JPG', 'macbook-air-116-laptop-mc969lla-128gb-ssd-4gb-ram', 'Used Apple MacBook Air 11.6 Laptop - MC969LL/A 128gb Ssd 4gb Ram high-resolution LED-backlit display of this Apple laptop delivers crisp and clear images.', 1, 1, 1, 1, 'none', 'Used'),
(11, 'Canon EOS 20D 8.2MP Digital SLR Camera Body', 60.00, 120, 5, 'Cameras', '<p><span style="font-family: Arial; font-size: small;">LISTED IS A MUCH USED CANON 20 D DIGITAL EOS 8.2 MP CAMERA BODY , IN NEED OF REPAIR , SOLD AS IS NO RETURNS, COMES WITH BATTERY , NO MEMORY CARD OR CHARGER</span></p>', '4juxiDinSGrct0BCKKXVR0rY3.JPG', 'canon-eos-20d-82mp-digital-slr-camera-body', 'LISTED IS A MUCH USED CANON 20 D DIGITAL EOS 8.2 MP CAMERA BODY , IN NEED OF REPAIR , SOLD AS IS NO RETURNS, COMES WITH BATTERY , NO MEMORY CARD OR CHARGER', 1, 1, 1, 1, 'none', 'Used'),
(12, 'Canon 5D with BG-E4 Grip', 425.00, 500, 5, 'Cameras', '<p><span style="color: #333333; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; font-size: 13px; line-height: 13px;">Used:&nbsp;</span><span id="vi-cond-addl-info" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; color: #333333; line-height: 13px;">An item that has been used previously. The item may have some signs of cosmetic wear, but is fully&nbsp;</span><span id="hiddenContent" class="u-dspn" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; display: inline; font-family: ''Helvetica neue'', Helvetica, Verdana, sans-serif; color: #333333; line-height: 13px;">operational and functions as intended. This item may be a floor model or store return that has been used. See the seller&rsquo;s listing for full details and description of any imperfections.</span></p>', 'YhQPh7tMP6Oz7yV84VirXPKSp.JPG', 'canon-5d-with-bg-e4-grip', 'The item may have some signs of cosmetic wear, but is fully operational and functions as intended.', 1, 1, 1, 21, 'none', 'New'),
(13, '10.1 Google Android 4.4 Tablet Smartphone Dual Sim 4CORE 2GB RAM 2Cam 3G SP', 121.95, 130, 2, 'Tablets', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'yVPy3nFpmsE1HRcs1yUXPBINo.JPG', '101-google-android-44-tablet-smartphone-dual-sim-4core-2gb-ram-2cam-3g-sp', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 0, 25, 'none', 'New'),
(14, 'Asus Nexus 7 16GB 7" K008 tablet w/ Wi-Fi', 109.95, 135, 2, 'Tablets', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'ZmM8UdjMLrTGYOqiFbEvIx9Zv.JPG', 'asus-nexus-7-16gb-7-k008-tablet-w-wi-fi', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 1, 5, 'sale', 'New'),
(15, 'Apple iPad 4th Generation 16GB w 9.7 Retina Display Wi-Fi + 4G Unlocked GSM', 260.00, 280, 2, 'Tablets', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'jUzjd9XLalbvSkuwk2Pf2UdUf.JPG', 'apple-ipad-4th-generation-16gb-w-97-retina-display-wi-fi-4g-unlocked-gsm', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 1, 7, 'offer', 'New'),
(16, 'Apple iPhone 4S 16GB for Sprint iOS Smartphone in Black', 79.00, 100, 4, 'Mobiles', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'ne1tsrUI4P4DgzS1aysx6rX62.JPG', 'apple-iphone-4s-16gb-for-sprint-ios-smartphone-in-black', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 0, 1, 'none', 'Used'),
(17, 'Apple iPhone 4S 16GB ', 124.95, 150, 4, 'Mobiles', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'KZidj8BftZ3DQ2rb8Wd6UM7Qj.JPG', 'apple-iphone-4s-16gb-factory-unlocked-black-smartphone', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 0, 19, 'none', 'New'),
(18, 'Samsung Galaxy SII S2 GT-I9100-16GB-White(Unlocked)', 145.95, 169, 4, 'Mobiles', '<p><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><span style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /><br style="color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;" /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'q2c07VnmWQOoKwsAB6RaZSlyk.JPG', 'samsung-galaxy-sii-s2-gt-i9100-16gb-whiteunlocked', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 1, 1, 1, 13, 'offer', 'New'),
(20, 'MICROSOFT Surface Pro 3 12 128GB SSD Intel Core i5', 799.99, 900, 2, 'Tablets', '<p style="margin: 0px 0px 10px; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;<br /><br />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.<br /><br /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'FBqqJZ22vrCr6fFAtkcP27YGr.JPG', 'microsoft-surface-pro-3-12-128gb-ssd-intel-core-i5', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 2, 1, 1, 45, 'none', 'New'),
(21, 'Asus 15.6 HD Gaming Notebook i7 4720HQ 12GB DDR3 750GB HDD', 815.00, 999, 1, 'Computers & Laptops', '<p style="margin: 0px 0px 10px; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;<br /><br />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.<br /><br /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'wsIWFDjbbZPPmBXsTRMOsRMVM.JPG', 'asus-156-hd-gaming-notebook-i7-4720hq-12gb-ddr3-750gb-hdd', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 2, 1, 1, 6, 'offer', 'New'),
(22, 'Lenovo ThinkPad Helix Core i5-3337U, 4GB, 128GB SSD', 530.00, 600, 1, 'Computers & Laptops', '<p style="margin: 0px 0px 10px; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&nbsp;<br /><br />Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.<br /><br /></p>\r\n<ul class="listoption3" style="padding: 0px; margin: 0px; list-style: none; color: #999999; font-family: ''Open Sans'', calibri, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;">\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Lorem ipsum dolor sit amet Consectetur adipiscing elit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Integer molestie lorem at massa Facilisis in pretium nisl aliquet</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Nulla volutpat aliquam velit</li>\r\n<li style="line-height: 20px; list-style: none; display: block; padding: 5px 0px 5px 15px; background: url(''file:///Projects/Web%20Apps/Themes/StyleShop%20-%20eCommerce%20Theme/images/list3.png'') 0px 9px no-repeat scroll;">Faucibus porta lacus fringilla vel Aenean sit amet erat nunc Eget porttitor lorem</li>\r\n</ul>', 'BSt7EjtDWYcSgJ117Bly3327F.JPG', 'lenovo-thinkpad-helix-core-i5-3337u-4gb-128gb-ssd', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s', 2, 1, 0, 1, 'none', 'Used');

-- --------------------------------------------------------

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
`id` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `rtitle` varchar(150) NOT NULL,
  `rrate` tinyint(4) NOT NULL,
  `rdesc` varchar(500) NOT NULL,
  `rdate` date NOT NULL,
  `rstatus` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`id`, `pid`, `rtitle`, `rrate`, `rdesc`, `rdate`, `rstatus`) VALUES
(1, 8, 'goog product', 3, 'this is test review', '2015-03-12', 0),
(2, 8, 'nice product', 5, 'orem Ipsum is simply dummy text of the printing and typesetting industry.', '2015-03-12', 0),
(3, 9, 'good product', 5, 'nice product', '2015-04-09', 0);

-- --------------------------------------------------------

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
`id` int(11) NOT NULL,
  `address` varchar(150) NOT NULL,
  `city` varchar(75) NOT NULL,
  `state` varchar(25) NOT NULL,
  `zip` varchar(25) NOT NULL,
  `country` varchar(75) NOT NULL,
  `email` varchar(75) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `sitetitle` varchar(150) NOT NULL,
  `facebook` varchar(150) NOT NULL,
  `twitter` varchar(150) NOT NULL,
  `linkedin` varchar(150) NOT NULL,
  `rss` varchar(150) NOT NULL,
  `google` varchar(150) NOT NULL,
  `skype` varchar(150) NOT NULL,
  `flickr` varchar(150) NOT NULL,
  `aboutus` text NOT NULL,
  `wdescription` varchar(250) NOT NULL,
  `wkeywords` varchar(250) NOT NULL,
  `ccurrency` varchar(25) NOT NULL,
  `csymbol` varchar(5) NOT NULL,
  `langid` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `address`, `city`, `state`, `zip`, `country`, `email`, `phone`, `sitetitle`, `facebook`, `twitter`, `linkedin`, `rss`, `google`, `skype`, `flickr`, `aboutus`, `wdescription`, `wkeywords`, `ccurrency`, `csymbol`, `langid`) VALUES
(1, '3558 WESTLINE DR          ', 'MEMPHIS', 'TN', '38128', 'USA', 'support@website.com', '+123456789', 'MC Smart Shop | Buy and sell everything', 'https://www.facebook.com/', 'http://twitter.com/', 'https://www.linkedin.com/', 'https://www.website.com/rss', 'https://plus.google.com/', 'http://www.skype.com/en/', 'https://www.flickr.com/', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris congue vehicula enim id condimentum.\r\n Integer at leo lobortis libero fermentum cursus. Mauris nulla nibh, condimentum ac cursus ac, ullamcorper eu orci.\r\n\r\n                        Quisque at vehicula ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed turpis felis, egestas vitae tincidunt nec, ullamcorper non nisi. Vivamus venenatis consectetur libero quis consequat. Vivamus ut lorem diam. Cras interdum sem sed risus dictum fringilla. Sed sagittis turpis ut nisi faucibus pellentesque. Nunc sit amet semper eratx\r\n', 'Sell and buy products                             ', 'sell, buy, prducts', 'USD', '$', 1);

-- --------------------------------------------------------

--
-- Table structure for table `sliderimages`
--

CREATE TABLE `sliderimages` (
`id` int(11) NOT NULL,
  `simage` varchar(250) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `sliderimages`
--

INSERT INTO `sliderimages` (`id`, `simage`) VALUES
(7, 'erdkNcKPCdhmCrgyl9sslgu0A.jpg'),
(8, 'GhCAX3EhvRrgSw83tLk5AcPTo.jpg'),
(9, '5Sqk6IAOQ56RBbOPELJntp6oQ.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `specifications`
--

CREATE TABLE `specifications` (
`id` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `speci` varchar(150) NOT NULL,
  `pvalue` varchar(250) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `specifications`
--

INSERT INTO `specifications` (`id`, `pid`, `speci`, `pvalue`) VALUES
(1, 9, 'Processor Type', 'Intel Core i5'),
(2, 9, 'Processor Speed', '2.50 GHz'),
(3, 9, 'Operating System', 'Mac OS X 10.7'),
(4, 9, 'Release Year', '2012'),
(5, 9, 'Product Family', 'MacBook Pro'),
(6, 9, 'Screen Size', '13.3'),
(7, 9, 'Memory', '4 GB'),
(8, 9, 'Hard Drive Capacity', '500 GB'),
(9, 9, 'UPC', '411378263568'),
(10, 10, 'Brand', 'Apple'),
(11, 10, 'Product Family', 'MacBook Air'),
(12, 10, 'Screen Size', '11.6'),
(13, 10, 'Memory', '4 GB'),
(14, 10, 'Hard Drive Capacity', '128 GB'),
(15, 10, 'Processor Type', 'Intel Core i5'),
(16, 10, 'Processor Speed', '1.60 GHz'),
(17, 10, 'Operating System', 'Mac OS X 10.7'),
(18, 10, 'Release Year', '2011'),
(19, 10, 'UPC', '885909464043'),
(20, 11, 'Condition', 'Used'),
(21, 11, 'Brand', 'Canon'),
(22, 11, 'Model', '20D'),
(23, 11, 'Type', 'Digital SLR'),
(24, 11, 'Megapixels', '8.2 MP'),
(25, 11, 'Series', 'Canon EOS'),
(26, 11, 'Battery Type', 'Lithium-ion'),
(27, 11, 'Country of Manufacture', 'Japan'),
(28, 11, 'MPN', '541167300'),
(29, 11, 'UPC', '013803044430'),
(30, 12, 'Condition', 'Used'),
(31, 12, 'Brand', 'Canon'),
(32, 13, 'Condition', 'New'),
(33, 14, 'Condition', 'New'),
(34, 14, 'Product Line', 'Nexus'),
(35, 14, 'Operating System', 'Android'),
(36, 14, 'Storage Capacity', '16GB'),
(37, 14, 'Resolution', '1920 x 1200'),
(38, 14, 'Processor', 'Quad core, 1.5 GHz'),
(39, 14, 'RAM', '2 GB Memory'),
(40, 0, 'Condition', 'New'),
(41, 15, 'Condition', 'New'),
(42, 15, 'Brand', 'Apple'),
(43, 15, 'Storage Capacity', '16 GB'),
(44, 15, 'Operating System', 'iOS'),
(45, 15, 'Internet Connectivity', 'Wi-Fi + 4G'),
(46, 15, 'Carrier', 'Unlocked'),
(47, 15, 'Screen Size', '9.7'),
(48, 16, 'Condition', 'Used'),
(49, 17, 'Condition', 'New'),
(50, 18, 'Condition', 'New'),
(51, 18, 'Storage Capacity', '16 GB'),
(52, 18, 'Brand', 'Samsung'),
(53, 18, 'Colour', 'Ceramic White'),
(54, 18, 'Camera Resolution', '8.0MP'),
(55, 18, 'Carrier', 'Unlocked'),
(56, 18, 'Screen Size', '4.27 in'),
(57, 19, 'Condition', 'New'),
(58, 20, 'Condition', 'New'),
(59, 20, 'Resolution', '2160 x 1440'),
(60, 20, 'Brand', 'Microsoft'),
(61, 20, 'Operating System', 'Windows 8.1 Pro'),
(62, 20, 'Storage Capacity', '128GB'),
(63, 20, 'Processor Speed', '1.9 GHz'),
(64, 21, 'Condition', 'New'),
(65, 21, 'Brand', 'ASUS'),
(66, 21, 'Model', 'GL551JX-ES71'),
(67, 21, 'Graphics Processing Type', 'Dedicated Graphics'),
(68, 21, 'Hard Drive Capacity', '750GB'),
(69, 21, 'Memory', '12GB'),
(70, 21, 'Processor Speed', '2.60GHz'),
(71, 21, 'Screen Size', '15.6'),
(72, 21, 'Operating System', 'Windows 8'),
(73, 22, 'Condition', 'Used'),
(74, 22, 'Brand', 'Lenovo'),
(75, 22, 'Processor Type', 'Intel Core i5-3337U'),
(76, 22, 'Memory', '4GB'),
(77, 22, 'Screen Size', '11.6'),
(78, 22, 'Hard Drive Capacity', '128GB SSD');

-- --------------------------------------------------------

--
-- Table structure for table `subscribers`
--

CREATE TABLE `subscribers` (
`id` int(11) NOT NULL,
  `subscriber` varchar(150) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `subscribers`
--

INSERT INTO `subscribers` (`id`, `subscriber`) VALUES
(1, 'email@domain.com');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
`id` int(11) NOT NULL,
  `fname` varchar(75) NOT NULL,
  `address` varchar(250) NOT NULL,
  `city` varchar(50) NOT NULL,
  `zip` varchar(15) NOT NULL,
  `country` varchar(50) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `email` varchar(75) NOT NULL,
  `password` varchar(25) NOT NULL,
  `urole` tinyint(4) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `fname`, `address`, `city`, `zip`, `country`, `phone`, `email`, `password`, `urole`) VALUES
(1, 'Administrator', 'My Address                 ', 'New York', '12345', 'USA', '+123456789', 'admin@gmail.com', 'admin', 0),
(2, 'Jon Deo', 'My Address                       ', 'New York', '12345', 'USA', '123456789', 'email@gmail.com', 'password', 1);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `ads`
--
ALTER TABLE `ads`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cats`
--
ALTER TABLE `cats`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `languages`
--
ALTER TABLE `languages`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `productimages`
--
ALTER TABLE `productimages`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `settings`
--
ALTER TABLE `settings`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sliderimages`
--
ALTER TABLE `sliderimages`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `specifications`
--
ALTER TABLE `specifications`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `subscribers`
--
ALTER TABLE `subscribers`
 ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
 ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `ads`
--
ALTER TABLE `ads`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `cats`
--
ALTER TABLE `cats`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `languages`
--
ALTER TABLE `languages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `productimages`
--
ALTER TABLE `productimages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=55;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `sliderimages`
--
ALTER TABLE `sliderimages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `specifications`
--
ALTER TABLE `specifications`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=79;
--
-- AUTO_INCREMENT for table `subscribers`
--
ALTER TABLE `subscribers`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.