-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: Feb 07, 2023 at 06:11 PM
-- Server version: 10.6.11-MariaDB-cll-lve
-- 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: `u215421366_gestion`
--

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

--
-- Table structure for table `addons`
--

CREATE TABLE `addons` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `unique_identifier` varchar(255) NOT NULL,
  `version` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL,
  `created_at` int(11) DEFAULT NULL,
  `updated_at` int(11) DEFAULT NULL,
  `about` longtext DEFAULT NULL,
  `purchase_code` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `applications`
--

CREATE TABLE `applications` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `address` longtext DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `document` varchar(255) DEFAULT NULL,
  `status` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `blog_id` int(11) NOT NULL,
  `blog_category_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `keywords` text NOT NULL,
  `description` longtext NOT NULL,
  `thumbnail` varchar(100) NOT NULL,
  `banner` varchar(100) NOT NULL,
  `is_popular` int(11) NOT NULL,
  `likes` longtext NOT NULL,
  `added_date` varchar(100) NOT NULL,
  `updated_date` varchar(100) NOT NULL,
  `status` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `blog_category`
--

CREATE TABLE `blog_category` (
  `blog_category_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `added_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `blog_comments`
--

CREATE TABLE `blog_comments` (
  `blog_comment_id` int(11) NOT NULL,
  `blog_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `comment` longtext NOT NULL,
  `likes` longtext NOT NULL,
  `added_date` varchar(100) NOT NULL,
  `updated_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `category`
--

CREATE TABLE `category` (
  `id` int(11) UNSIGNED NOT NULL,
  `code` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `parent` int(11) DEFAULT 0,
  `slug` varchar(255) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `font_awesome_class` varchar(255) DEFAULT NULL,
  `thumbnail` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `category`
--

INSERT INTO `category` (`id`, `code`, `name`, `parent`, `slug`, `date_added`, `last_modified`, `font_awesome_class`, `thumbnail`) VALUES
(1, '2d588bd16f', 'Web Development', 0, 'web-development', 1675641600, NULL, 'fas fa-sun', '8b30a7dea79f76b5b2b2c569fb348205.jpg'),
(2, 'a06015855b', 'App Development', 0, 'app-development', 1675641600, 1675641600, 'fab fa-app-store-ios', '13a97e26b78879cb8e57fae3fbd15d3b.jpg'),
(3, '9097dae727', 'Digital Marketing', 0, 'digital-marketing', 1675641600, NULL, 'fas fa-search-minus', '9181b7727d140d928211dcf125e2d53d.jpg'),
(4, 'a0b54cd3f5', 'Wordpress Development', 1, 'wordpress-development', 1675641600, NULL, 'fas fa-sun', NULL);

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

--
-- Table structure for table `ci_sessions`
--

CREATE TABLE `ci_sessions` (
  `id` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `data` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `ci_sessions`
--

INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('1c26d484b9a8f4efa1b3aa4afc147ca2fe1680fa', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('3cd4ad5c77b5ab1f7ae291b538bc94aa3a2822c8', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('f8e5066a0e962ef1dbf0e5cb58f1499f51f19839', '58.65.128.192', 1675264038, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363132383033303b757365725f69647c733a313a2231223b726f6c655f69647c733a313a2231223b726f6c657c733a353a2241646d696e223b6e616d657c733a31313a2261646d696e2061646d696e223b69735f696e7374727563746f727c733a313a2231223b61646d696e5f6c6f67696e7c733a313a2231223b),
('dbfb110b7a25a313e7dbbe2008bd15856b2a8adf', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('722857dc9eabc5d3485c42f9822a58b4e940b1da', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('eb9a7838313d2eca2f076c65b287420a4410bed6', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('c204171420be979e49af6dbf77207566891b798b', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('2712daef05e6e5e25b1a41d067204f1c2d0e78f6', '58.65.128.192', 1675263972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236333937323b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('cef8e8168006bf2bb4c195f01564d165a489f661', '58.65.128.192', 1675357089, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353236363138303b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363232313038383b757365725f69647c733a313a2231223b726f6c655f69647c733a313a2231223b726f6c657c733a353a2241646d696e223b6e616d657c733a31313a2261646d696e2061646d696e223b69735f696e7374727563746f727c733a313a2231223b61646d696e5f6c6f67696e7c733a313a2231223b),
('08e9caba08530ff51f8fd88989e91bd0f125d2b5', '103.16.29.235', 1675673612, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353331343734313b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363533373631323b757365725f69647c733a313a2231223b726f6c655f69647c733a313a2231223b726f6c657c733a353a2241646d696e223b6e616d657c733a31313a2261646d696e2061646d696e223b69735f696e7374727563746f727c733a313a2231223b61646d696e5f6c6f67696e7c733a313a2231223b),
('248c42081932fc4d579c09c2985fcf9455400a41', '66.249.79.228', 1675334009, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353333343030383b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b),
('e1e16c8bac44d39e58b59840290eb9cbdea5179f', '103.16.29.44', 1675501099, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313039393b),
('c457a591810bc373459789b879bf8b38063cdb9b', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('0bc84d895d8fd279fc39a51f32009fd2d0979619', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('a6c6e4f8d35a6726b7418945d101e9d2456e3c84', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('115fd38b017b8ee13249d0b028ec0285769c0516', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('34cb602f94eb9a8a2893206f2b1e6f2357e621b4', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('15e9f7c498521857dfea2bffd463367507e87bd7', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('9e8f6dd0b879df3ca544bdd9f0944ccf1d826662', '103.16.29.44', 1675501102, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130323b),
('887c13567c49a6f441adda9bae8848294b9202e1', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('6ac832a71694b9bd37a79c2bc10665acf15ed15d', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('77862c9720b355d60b0dd11a4586e73a3b760524', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('a2a0e948b33fcc254e6fe9a1aafe0c45a3a104e7', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('e02f8601edade8581244f734205a70e5d575207e', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('2cbeb4f11e6848509e2bf0caf2ed3de2092bb9ee', '103.16.29.44', 1675501105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313130353b),
('48c4e4ad4b34077b61726d3da09cb12e3a51d19b', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('2d9b77f8bfe4ffb4ebbc79fbf18b3af7e9cc93bd', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('82049626aae074ec0c94b739ff2d964690d2df04', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('d8e3538cd67f1d629ba507df7597619c67940359', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('e72ef3381f073969e13cb0cb4b9803811b833276', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('0a7ae9805fa1b9394f119d14451eb72b5ca8ec7a', '103.16.29.44', 1675501110, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131303b),
('36550d67b17dbe96766c711647e0c065438987ca', '103.16.29.44', 1675501113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131333b),
('c46b98d01cc5f6cc5547a93fd018f5d89ffe62ed', '103.16.29.44', 1675501113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131333b),
('43cdbdf1dfbe635c13adfc036e20a8d2f83288a6', '103.16.29.44', 1675501113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313131333b),
('d87294c0d2456508fdb6797782e5ac35e255d735', '103.16.29.44', 1675501133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313133333b),
('434e4c2d781d509eda0e62e3bd0e7463c909132b', '103.16.29.44', 1675501143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134333b),
('16bdc4fe6e995377ca883a0da38bce02d3b02b01', '103.16.29.44', 1675501143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134333b),
('52bf33c115505388b6e80f6e2f890d43ba1a36e3', '103.16.29.44', 1675501143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134333b),
('532ec2099aaef97db661954fde55e9330da53f38', '103.16.29.44', 1675501143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134333b),
('69b8469e48c1f7a795d3d0f8721cfaf03fd6eb10', '103.16.29.44', 1675501143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134333b),
('8cfac8cd5c9035564fb26e21aa6e33271b4c21e5', '103.16.29.44', 1675501144, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134343b),
('4e0d7edf6b4ba50032321a5d11e5877e376787ee', '103.16.29.44', 1675501144, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134343b),
('6af47a43e41a292fc892275a90578f7109c3bee4', '103.16.29.44', 1675501144, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134343b),
('cb2d293c862eb4a945e1c034e4371bfd77f0855c', '103.16.29.44', 1675501147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134373b),
('6c1fd349bc94e502657dfc6af0b96d4167a1cb29', '103.16.29.44', 1675501147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134373b),
('2d19cac383fdb54eb674eead7c2ffb7ad8e07414', '103.16.29.44', 1675501147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134373b),
('59f8fcf733639d868998638b2d916acc13d0f017', '103.16.29.44', 1675501147, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313134373b),
('fbbaa76ba5cd1d2686a7d85e0de3e31ae8c299f6', '103.16.29.44', 1675501150, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135303b),
('de4db966f3712f56a23c12d5621f2ef8bb73b862', '103.16.29.44', 1675501150, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135303b),
('b7b66943c55dc656bba6dfb66888fc1ac2e1d2dd', '103.16.29.44', 1675501151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135313b),
('8afa00469b300a635d470baaa0f5409706384a3b', '103.16.29.44', 1675501151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135313b),
('e3b7f41454896abe897f1a17db315f3321ada4c5', '103.16.29.44', 1675501152, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135323b),
('fbabc2f6a49f67db1b172b9483d8979aa6c07281', '103.16.29.44', 1675501152, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135323b),
('3ea24ddf22e3566ba72fc5e0d228d4720d229cb9', '103.16.29.44', 1675501152, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135323b),
('f17c7f6706a8725f8bf5ad108ddb1d47b76a22fe', '103.16.29.44', 1675501153, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135333b),
('604b221a34b1cc2dbe2a29d268abd02e60d0f349', '103.16.29.44', 1675501153, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135333b),
('bf8f3bfa97f075a7d46ba7d552f53f7ffa53f815', '103.16.29.44', 1675501153, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135333b),
('a32881a6e3e270749372d112be1a8e75c7042e5f', '103.16.29.44', 1675501156, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135363b),
('323659d4bb0e38aeeaf27b165d2bfc91914f87ae', '103.16.29.44', 1675501156, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135363b),
('154db1cdf832baadfe4e4370c05896a28dc09cff', '103.16.29.44', 1675501156, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313135363b),
('ec2d55913ac1bd0b586182ceb0d45d092e97fc3e', '103.16.29.44', 1675501244, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234343b),
('3feb008c3e36844a78b79038f17d7ed6890dee30', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('bc48b105f22d6e1bcbddc841a6fe1edd3a2c501c', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('8991eacc8b830190ca9366f7e38807d940170a11', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('531b4beb0e471aca562e4cce9f2cda6d0004fa13', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('241f643d90029f420cd21f6d4bb4367ac80c423d', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('f9dcfec67923e10a0d85c52516ac20af720aac8f', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('ce25cf2a0602c8cca980f336377814510fa883c1', '103.16.29.44', 1675501246, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234363b),
('d309f4d85e96ced6cc1657b7f61745ed71507a7f', '103.16.29.44', 1675501249, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234393b),
('4fa0ed77bbf697f156534dc140588aded8154b11', '103.16.29.44', 1675501249, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234393b),
('c8442367ad36b557e46a96d6c1c72c54c1bb6b76', '103.16.29.44', 1675501249, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234393b),
('76d981eba6910fbe9752686e0c50018b29a6e2d7', '103.16.29.44', 1675501249, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313234393b),
('631fd2d579c045a2415b6459cc15de5966b02404', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('bc316a7a7a99b24ac9fbd9df8276b84dc5be0e92', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('c5b666d29863da5f9ce3a020b7fc58045bb54c90', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('19d96507c15dd1f8d7d518ad0181fc9ccc1cd0a4', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('6322a6708105e42f2035a365745030e69a6cfe9e', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('78b89b7208b8fb20edbcd8ee970aaa2f57cf6635', '103.16.29.44', 1675501250, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235303b),
('55feebf66d488adc72a018c42ac1fd05176d7fab', '103.16.29.44', 1675501251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235313b),
('377e599a0eef37ed818aad0dda1bb5eefbf38e70', '103.16.29.44', 1675501251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235313b),
('dfebac39aeb75426d3f5c25cd52c265982fbe90a', '103.16.29.44', 1675501251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235313b),
('427936bdcba4928b6e71cfe35d709f9bd08faaa1', '103.16.29.44', 1675501251, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235313b),
('ed2bb132e81bcf5ca643f48197735f3d5fc5f4df', '103.16.29.44', 1675501252, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353530313235323b),
('6f64699898555966d90aa02f79d7b27d36132431', '2405:204:30a8:d19::2317:c8b0', 1675568321, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353536383332313b),
('da0d1042c243bbd67dbee6d93f7e1706e24d4157', '2405:204:30a8:d19::2317:c8b0', 1675568324, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353536383332343b),
('e17f4ce8fda2a4e840c3dfdb0320716c088044a2', '2405:204:30a8:d19::2317:c8b0', 1675568324, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353536383332343b),
('8feca5f63340c34aa9ce4ebf3bee21a555f44332', '2405:204:30a8:d19::2317:c8b0', 1675568324, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353536383332343b),
('55aed068e36db9eaefdae4d6150bce0d73cd7f9a', '103.16.29.76', 1675576475, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437353b),
('060dfd8798596c053c87b85b7887e573d0592a5b', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('d2c0356c82c04d91484a88384e4b4ef99eba2f42', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('7793a205bf7e6db0df95f2dd0e8327164791d125', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('4485c0fd8cd4dcb0507101b3b80de24df10ae007', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('5bcd951084015319836c3403f8f14235c5f644dc', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('770510d0ae5fdc1f9a67c2f20c36cb04eb256e0b', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('66a031ee9e90a926441488d414ad87f09895eef1', '103.16.29.76', 1675576477, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363437373b),
('40c54bd49c6b3cde8831de61c9ed8a95b406643e', '103.16.29.76', 1675576481, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438313b),
('8a933bf2c39d27d9e0a63339f4e62692a9dc23c3', '103.16.29.76', 1675576482, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438323b),
('bdf9229c010df582542c1c073efced605c56fd9c', '103.16.29.76', 1675576483, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438333b),
('e7093f86061ecda437dc8cff14d6f66223473a42', '103.16.29.76', 1675576483, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438333b),
('4b4a7decdd82a469f438d7371e05062bfca211df', '103.16.29.76', 1675576483, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438333b),
('bdd042e99a107912095a0899ee4d1b5d66e85dd7', '103.16.29.76', 1675576483, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438333b),
('6521f446c9a3081081ce255074b8d88c1fd28b69', '103.16.29.76', 1675576483, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438333b),
('d9deb020c58b32d52662eb69dfc223cc946fe31d', '103.16.29.76', 1675576484, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353537363438343b),
('f6dc061b4fa41665dce17c6f981f7ea78967e41d', '2409:4050:2e8f:8337::a60b:d10f', 1675589901, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353538393930313b),
('713ffd3d735f9bd679044795e77370ce7835a243', '103.16.29.118', 1675742673, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637363435373b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363630363637323b757365725f69647c733a313a2231223b726f6c655f69647c733a313a2231223b726f6c657c733a353a2241646d696e223b6e616d657c733a31313a2261646d696e2061646d696e223b69735f696e7374727563746f727c733a313a2231223b61646d696e5f6c6f67696e7c733a313a2231223b),
('ccefc84fa063321cf85eccb37ff4041d10450b0c', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('8abcc5685bb3e829427b4c4509066464eddfe032', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('75ff3568ff6da3493f6ea562acca2ff24e6846a9', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('e94c27f5e91c32d917447ef66a398cfb3641abd5', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('75264e52cbc976770c36ee96a7752099d48eaeb4', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('911308dd61f58d3a8698ced163edbc4036e5ad9c', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('150fc99523c38f6518a349c3054f13cf8178b843', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('394613a993d1461b4512cdc74dfb5231a44e4eb6', '103.16.29.118', 1675678467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383436373b),
('be6339cb95528c7b53d7c10407c36e19e314e39c', '103.16.29.118', 1675678470, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437303b),
('eb8a94df7b9e1152d3c88045863f948b0d27c98a', '103.16.29.118', 1675678470, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437303b),
('78a5d83f76741877393c0eac41438ca8acb484c1', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('c3fc4f312518da94c22793c5963d8d070841c876', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('6cd068475c061d756d9e607c3c37516d5d74365b', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('9138117996316d9554f40565275b47364ab7bb58', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('2ce0d7fa32419d00f35bac9395b0bd1194fa2f74', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('591169265cf5d654149521be17a09c2fe1eed9d4', '103.16.29.118', 1675678471, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437313b),
('328f9a4acbb5b30a7b8ff0fd9cea6f63956ddbcb', '103.16.29.118', 1675678473, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437333b),
('ac3e4f0ef91fd2c352a7e836d9b5b150ef393d10', '103.16.29.118', 1675678473, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437333b),
('c2af2e751bb96393fd489f54c2a8c3b08da90f76', '103.16.29.118', 1675678473, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637383437333b),
('995501f6a99765184b309d5a5ed71da54fdb78d1', '103.16.29.118', 1675679014, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031343b),
('694b1134ef7797b1c2da0f0d05524aade2c2216a', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('aac0807d58dd7d43c13ad4256001ecde4d71c249', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('b9f2cd2b91acf9653adefcca54cd89f625d29314', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('1e2a80071d7c9660fbf2b452e62eb5538948f9f6', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('987251cb05e6044bd469dffb27535ab90f868894', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('3caae0ec99afc92de173b7bbe4d9f3f2013c7be1', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('a6a4d8976fd029409fa378f9ee589a00f903356c', '103.16.29.118', 1675679018, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393031383b),
('33d61b456d1680228339176b1311a4b18fa7b3ce', '103.16.29.118', 1675679058, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393035383b),
('92199e48e2d472df59f1bcbe08a94f05643dc057', '103.16.29.118', 1675679058, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393035383b),
('2be457d17778119887c5078e4bf7f801ee5d4089', '103.16.29.118', 1675679062, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036323b),
('7f020e9cd526f0702ded03b4933bc3de5c49c02f', '103.16.29.118', 1675679063, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036333b),
('37630aa5ca32bc4b84baf414bb7459efc7c7db43', '103.16.29.118', 1675679063, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036333b),
('82eaa94b7b423b4d7f348d69a4a9b7892ac62f83', '103.16.29.118', 1675679063, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036333b),
('93d4c2b9740064097bbff749f1f1042af1a80b4f', '103.16.29.118', 1675679064, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036343b),
('aece886227deb592d140c0b446158a8d7c999db4', '103.16.29.118', 1675679064, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036343b),
('74e357d19cc51acd45938483cfe8a3431379f239', '103.16.29.118', 1675679064, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036343b),
('db38d2741dd09183d19664577bc4f96127df5925', '103.16.29.118', 1675679064, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036343b),
('456239ead53c0f09617ced7352e03668e33dc534', '103.16.29.118', 1675679067, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036373b),
('fa540545861d86d1baebe128f1e3c55eca2b45f6', '103.16.29.118', 1675679067, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036373b),
('92f3179bb258c18f73c258ed9819650407b14b43', '103.16.29.118', 1675679067, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036373b),
('1b1897c70862828ba402e64b660ccd42b0229cc5', '103.16.29.118', 1675679067, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036373b),
('79bcf75d6095095c473226897b9c9b18ba0c9dfa', '103.16.29.118', 1675679067, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036373b),
('ac85de3e71c0caad210f51fe06b16e6d6ac98716', '103.16.29.118', 1675679068, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393036383b),
('fd47a0a76f526453c89a63ff1a9fd1b7ce2c8c4f', '103.16.29.118', 1675679363, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336333b),
('7106c186a007bbcec8aa951e3aabb9f161aa0e1e', '103.16.29.118', 1675679363, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336333b),
('99c6e5e355204159ed180a8d5122582fc301b95c', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('ff4e4213bc7616506ec8498d8ba9075c5db334ab', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('59a0c626ae61cb513d56cc6332b215867945d511', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('28fa0967dbe086b64316cc7fc04c7e325baad627', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('97e441ce3a936b082330ca3196c8c53801a24488', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('8253fd3f39f80da4cb29abe3c4740159705431a2', '103.16.29.118', 1675679364, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353637393336343b),
('d20144a8f589737eb4bc620282df6d30302013bd', '103.16.29.118', 1675680178, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303137383b),
('feb611f1b3b48aed964ba55c645c13852a58851a', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('bec6327c0387fe23d57c7e50b5bb0c038cf98705', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('107bb59ffb68f49f7dcc724d38b9bf3593783132', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('2a9e135184190fc43a7a4290db86c5a4e1c51ee8', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('219769f11006cb11561689af1c2352be22d8e513', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('43eb857d63f73b35ac8e2833e21f9071c096c482', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('578e0b302d68042cddd676469bed955ff14e8d80', '103.16.29.118', 1675680181, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303138313b),
('d39f338e1b40404d6f4edfa75ab7a0cc73fcb902', '103.16.29.118', 1675680303, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330333b),
('9077958ce92b7a9ff2c8183d95355ecb5e25668e', '103.16.29.118', 1675680303, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330333b),
('e48f485355eb9faeccbe259695986eaf60584559', '103.16.29.118', 1675680303, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330333b),
('d4472e0ea58dd0bbf61c9729726afa5d72999534', '103.16.29.118', 1675680304, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330333b),
('fa67ebab7bfc39a1f19ff2fd140ba91fc30c8bbe', '103.16.29.118', 1675680304, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330343b),
('773e9632c4468565a2f0907475ab1a3cc5d1cd00', '103.16.29.118', 1675680304, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330343b),
('55c5d79dcb9339616578e0bf710db66e822ab00c', '103.16.29.118', 1675680304, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303330343b),
('0b742f334e8e20191e9b6e78b26681e517640213', '103.16.29.118', 1675680696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303639363b),
('960d06bf6223052b0bbe413c2ec48eeaa8ded61a', '103.16.29.118', 1675680696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303639363b),
('1b0cb597ec115ba6396b146787220588c7001aa1', '103.16.29.118', 1675680696, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303639363b),
('e1cdfc69bf4ade5a0c7616746928ef9aafc74b1b', '103.16.29.118', 1675680699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303639393b),
('4c9c2a5b3a8bb39bb9051868811014e5512aa124', '103.16.29.118', 1675680699, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303639393b),
('0419160598d9dea23f6d7158b38ccda75d206ff4', '103.16.29.118', 1675680700, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303730303b),
('771f703bebe46d76a30a36678fdc1459dfd5f819', '103.16.29.118', 1675680703, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303730333b),
('6f0bddd008751c1afcc576c0ab8123e54c22d810', '103.16.29.118', 1675680703, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303730333b),
('ea9733e95ab6afe1d7d20a6c2f7542f6a9a804be', '103.16.29.118', 1675680704, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303730343b),
('d296f2d4be82da0955c0c31a0e91edad11766bcd', '103.16.29.118', 1675680707, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303730373b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363238353530373b757365725f69647c733a313a2232223b726f6c655f69647c733a313a2232223b726f6c657c733a343a2255736572223b6e616d657c733a353a226b6b206b6b223b69735f696e7374727563746f727c733a313a2230223b757365725f6c6f67696e7c733a313a2231223b6170705f75726c7c733a32343a2261636164656d79627963726561746976656974656d3a2f2f223b666c6173685f6d6573736167657c733a31333a2257656c636f6d65206b6b206b6b223b5f5f63695f766172737c613a313a7b733a31333a22666c6173685f6d657373616765223b733a333a226f6c64223b7d636172745f6974656d737c613a313a7b693a303b733a313a2231223b7d746f74616c5f70726963655f6f665f636865636b696e675f6f75747c693a31303b6c616e67756167657c733a373a22656e676c697368223b),
('aae3c5dc27716b23732a7b99d7e0a25811ffa7b4', '103.16.29.118', 1675680722, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303732323b),
('c8c4ce728a1304934bd622f3fc7df47b8785bca0', '103.16.29.118', 1675680723, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303732333b),
('e21f3df2f934eff671107b52c549168f377950aa', '103.16.29.118', 1675680952, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935323b),
('4054bfa922f9ba102959decba214b1ff86995e03', '103.16.29.118', 1675680952, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935323b),
('b095940e5a4a02f8dc9a570ce10047aa595258fb', '103.16.29.118', 1675680953, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935333b),
('b9fb80fc3373f88e03bc14af92bce30d05097ba0', '103.16.29.118', 1675680953, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935333b),
('61e3638ac963163ba1f2102c49a75fc13759b457', '103.16.29.118', 1675680954, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935343b),
('35f2d9ac05c4297b20ea1ca8543f56753d00f58b', '103.16.29.118', 1675680954, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303935343b),
('29b1026a39fa771e4aa0c91f62c5c6ecebc9833f', '103.16.29.118', 1675680972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937323b),
('4df274d1d73551a064aed53e1cc154326f29e3b7', '103.16.29.118', 1675680972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937323b),
('13d44b2136159b0b18fe53e9c10ff52afb95ad99', '103.16.29.118', 1675680972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937323b),
('7d162c39f80c67069ace5bb118c8962b74058b91', '103.16.29.118', 1675680972, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937323b),
('d7a8480e0d176c8ce5bd6ac95e64a16917577693', '103.16.29.118', 1675680973, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937333b),
('40bc84ff4b54c0c24085b273e83b57718f226838', '103.16.29.118', 1675680973, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937333b),
('15b1611e01d0b4f3617e5f7e2be7cd49de28634c', '103.16.29.118', 1675680973, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303937333b),
('0dad76147290dcdd4bc3e42de226dfd6472aa541', '103.16.29.118', 1675680981, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938313b),
('b12cc79bf8587630e3b9578289aa217818535141', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('3b4b84710e2c69d1874c68ea0d613c7586437faa', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('b75dbdcb650e90af0c0dda83de76fb4bf3c306bc', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('b8d8a028278c21c2a2ae02668820c2220d26d222', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('863ed167089bb982a434f1e16c0e4d620a0749cf', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('564278df726fc449dfb392bff6651be8d8f77ad6', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('95bb454182b6f2d1e74d2bb80c7330d51e23dbb4', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('91f13ec3cebfbe690450af2fa5202967127df894', '103.16.29.118', 1675680985, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638303938353b),
('7e42f0be2551996bdd01074b5e66de79bea75060', '103.16.29.118', 1675681387, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638313338373b),
('e65bf5f443c9673bf49aae56c95403af04ae277f', '103.16.29.118', 1675681387, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638313338373b),
('c31b840663127d21dda7812f8fa8206d933bf57f', '103.16.29.118', 1675681389, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638313338393b),
('9fe534ce8e251d4eed3d3e3ac9b4ed3106feb977', '103.16.29.118', 1675681389, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638313338393b),
('63b3ea422abe1b56ee4358569e1e2c48eaf9451c', '103.16.29.118', 1675681389, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638313338393b),
('c9f35ebb02664a6b6e08fbe095308005e8974ab1', '66.102.8.181', 1675682394, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339343b),
('ae5da2689ec4df63b9713531df588d3d21ec4fae', '66.102.8.181', 1675682396, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339363b),
('5139b438fb7dd7dc32c0cf73911732975826bfb4', '66.102.8.181', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('fe71cf16b77825f0c47587911dd191c67f6d5332', '66.102.8.179', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('5dd9929e982e07ce7a343986820d8ece37b427fb', '66.102.8.179', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('0d9d4fa92f596a802ff1d0ffde66a1d4fc287a05', '66.102.8.177', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('236c32862c8f910de64b124197c8da6a50370182', '66.102.8.177', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('1779a9254bb7da5deac3a9b2c873e42529358ec0', '66.102.8.181', 1675682397, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323339373b),
('a70e13be7b353aa142b86850aa9437d29a060c05', '66.102.8.179', 1675682480, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323438303b),
('f10db79a08ee6b711d04802a8fb404f7d62844ed', '66.102.8.179', 1675682515, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323531353b),
('3ca92d31735d9d77571abd76b5b405f0044c6544', '66.102.8.179', 1675682515, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323531353b),
('623d8e55ff2624fb246fbd6b2bbdd62943dbd7fb', '66.102.8.179', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('95e279bbe8020c682a5dc4c5230e5d04afc49145', '66.102.8.181', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('d5e0b8e66064f501458156aabfecba2c79492bc7', '66.102.8.181', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('bbdfeeeee7a4427c56903488cc145c10b45ef204', '66.102.8.179', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('cab83a340f3953bc22ecbc7e65d52b824579477d', '66.102.8.177', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('12cbf8db989003a7ef2222f4b771be86c8772546', '66.102.8.181', 1675682527, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323532373b),
('172b85fd78bf9a3a23ebaad8180c97a05d1499e4', '66.102.8.181', 1675682536, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323533363b),
('db485c656bb509f2b565ac030863072e8aae3565', '66.102.8.181', 1675682536, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323533363b),
('8f78b652ffad76f6b57866300ae76f1ffe656567', '66.102.8.177', 1675682604, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323630343b),
('6cdf058e30347f6ee0e7c98e40d51851074ec0ad', '66.102.8.181', 1675682605, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638323630353b),
('43d2bbabe3ca0a35bb0d027e5917c3e992e28957', '2800:484:8281:3360:8967:5e0e:621f:be6', 1675689959, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373139393b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363535333935393b757365725f69647c733a313a2231223b726f6c655f69647c733a313a2231223b726f6c657c733a353a2241646d696e223b6e616d657c733a31313a2261646d696e2061646d696e223b69735f696e7374727563746f727c733a313a2231223b61646d696e5f6c6f67696e7c733a313a2231223b),
('490d91fa0ae4557adbdca00b9c0c81dcbc0b4751', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687416, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373431363b),
('a6f072987ce72a787d70264c86dae33913ebfd92', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('76ef5d86e73aeddc6565ea3e92c0ec26f51f0880', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('f0fc5f072aaf667c09819cb3d97b38945084e0f1', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('2b245e1831fb597fcfc1d596ada9e751ca9cb74c', '186.146.214.168', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('0c3e1a6f88b7722a152b6ae4e19e84fab56a1c9e', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('1b8b2faad691f09b0890a2d08a382969fd7527d8', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687420, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432303b),
('35525ce65379de5ce7b1f4375541d1c00ed54553', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687422, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373432323b),
('bfe2b6dffc920e5719d71d808f64b8b3c4b2b9d7', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687459, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373435393b),
('7f221d9d82f801615d42f6947c85460330d34349', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('2d8d673e2275b100d08ef3d97e39ee2f4898c562', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('083af4c9a4b905f8489175162a5f84f3d1e29942', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('c594582e5f09739a21201b2c78de7bd4f89a0b41', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('30b51d2f1916b7e0faf6a9c04a8833707a2b17b6', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('dda1f7a0c9c03dbba52d91beb8cdfabcf01049ac', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687460, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436303b),
('0307d4949790bcc0ffdfb3670f45b28717bc745c', '186.146.214.168', 1675687462, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436323b),
('da80aaa7611d75bcde54ec531907f06e798c7f83', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687466, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436363b),
('b7f7845323b8bdf8d410e8d311ee0da870d0601e', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687466, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436363b),
('a00a535c2c009867b46cdfe0cb49a5bee0a88661', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687467, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373436373b),
('14254803bb1445966ee80cafe4f68a2bc0ab8488', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687479, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373437393b),
('fe77ef4024210b357838557f101c125a7cf1eeab', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687480, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438303b),
('a1ddac1382394bcc1a0a9153aa2c30ec5d853ff9', '186.146.214.168', 1675687484, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438343b),
('cc4670e17eed1b12d2dddf275ae47eb083adf63c', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687484, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438343b),
('e0066ddd7f93fc689bc801b3ded9fbae1048f26f', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687486, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438363b),
('c2f23bc52049336bd5281f0b99f12c937966e335', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687486, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438363b),
('f6bb7a543279c2e996f1864973998edec11ca926', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687486, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438363b),
('804bbee030a2696ce1c4f5cf3aa8320d63be7e4c', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687487, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373438373b),
('247ded447776145fd8df9eac28b246c18265bed1', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687490, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373439303b),
('4636bd54f9e9876fbd7a9e2600c748b2a4058c4f', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687490, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373439303b),
('0aee434f56a1f483b3c7de6a26af805c53f50c1f', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675687497, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638373439373b),
('44c0bd28eb3041460d8f9871410c2478f6d97739', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688051, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035313b),
('1cae383155472d5ffede69772e0991251a39983c', '186.146.214.168', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('4d2a57f6c8bd9daa51358658bdbf52c872fcc3bd', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('c8d1c092660f01ef68c19f6b72d0aedd17bfb8b6', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('a31e39d45266ffef81095e301978902197d1544f', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('dd8677a6d347c003312dc9ec80621ba45dd960b2', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('139d85991957999b8b138e8b47a5bc64243fe9f2', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688054, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035343b),
('37c981e8f7203bc0c15a4196e7d76cd84e1593f0', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675688055, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638383035353b),
('76c1e938956fe5fd27b744bb0ca749c340c2e47a', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689929, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393932393b),
('7532c21553d953b7c99e5bbb33397f2ae1ba2182', '186.146.214.168', 1675689929, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393932393b),
('dd24ee14723036d21ce04c85f426e81707fa8f01', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689929, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393932393b),
('7b373c6ce3926d6b31927ffae3b0eeca381ce393', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689930, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393933303b),
('77bb18474f358a77c8e0926ba821e0c0bc381565', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689934, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393933343b),
('46c4640ee36e78082babc3fe9c7df57bff3e2483', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689934, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393933343b),
('e72a8354c13926efc08c8c3498b2800dbda37bd9', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689936, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393933363b),
('a20e4c72e3f6e5b17f19a23874fc19f52a297f2a', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689938, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393933383b),
('76364ce7e607f2beb7eb82ed15ea6410696be8de', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689942, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934323b),
('515879d106212aaae7c1af329a5cd8ac4dcab5b8', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689942, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934323b),
('69560280f019ec7cf16a3e22c8c3418679452c8e', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689942, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934323b),
('82b7f4297982182c1aeac926703cd50f353ebbba', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689942, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934323b),
('86337ef7fb4b67c1b7bcf09709237115e150098c', '186.146.214.168', 1675689942, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934323b),
('c3c1ed29b6b96d8fada93c4a8a6925aa96c2d260', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689943, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393934333b),
('affcf229a7b9606129d69eff027651a6f28849a1', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689951, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393935313b),
('b5decf9adb1efb432f685b84d6c396dcdb456e48', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689951, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393935313b),
('b3ccc17698ffcc1baf287b5e58f97e49f1253d4b', '2800:484:8281:3360:e4bd:9d64:ad9:3f23', 1675689952, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393935323b),
('78e189334eaecf239f2b8ae5251317f91b024cf5', '2800:484:8281:3360:8967:5e0e:621f:be6', 1675690105, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353638393937393b636172745f6974656d737c613a303a7b7d6c616e67756167657c733a373a22656e676c697368223b637573746f6d5f73657373696f6e5f6c696d69747c693a313637363535343030353b757365725f69647c733a313a2232223b726f6c655f69647c733a313a2232223b726f6c657c733a343a2255736572223b6e616d657c733a353a226b6b206b6b223b69735f696e7374727563746f727c733a313a2230223b757365725f6c6f67696e7c733a313a2231223b6c61796f75747c733a343a226c697374223b),
('3a06a0a7165214e9b70ad83a9b3ea458fa584b55', '103.16.29.118', 1675698215, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231343b),
('674bbe768423473dbefca6a343d45bec73dcd691', '103.16.29.118', 1675698217, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('bd903055395194e5b770cc863799f46c1ce84b9c', '103.16.29.118', 1675698217, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('7b4225da69fbc78f2422c6c6214e208b8204597f', '103.16.29.118', 1675698217, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('c281f0db8ae64ab4e47f464b9e1f324933b58f5b', '103.16.29.118', 1675698217, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('b6cc9ae9ae883a15b656fdcafcd311fca4c676fc', '103.16.29.118', 1675698217, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('5b724a3c0876ef2c9096b33c737e8bf31ad5a920', '103.16.29.118', 1675698218, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231373b),
('0c054aabdd5ce8e027a934ddbdbde588a9ac2a6a', '103.16.29.118', 1675698218, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383231383b),
('878a3c512d785c9ce285b47318a88f136fcd674d', '103.16.29.118', 1675698220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232303b),
('f45fbb2d107384098f54acd83d9fff2a315bcd67', '103.16.29.118', 1675698220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232303b),
('abc74beded9224deb730f4020057265f148c0c61', '103.16.29.118', 1675698220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232303b),
('7338d64667914baad529092e235a00159e2caf54', '103.16.29.118', 1675698220, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232303b),
('90027911fea9840d0cea49aecf4ee5b77642b347', '103.16.29.118', 1675698222, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232323b),
('d7bec575da4c395971d1defd8a0072573fda9c3b', '103.16.29.118', 1675698222, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232323b),
('4ca8ec82d2ea10f940f5c6d6694d64702703dece', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('ae1537130f3a8840fb6ad313ea3bf9dcdf39466b', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('6ab67679403fa018d9fad72efad16a63067e4714', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('9f8b388f0253dfdf7d27463d948edf004a8975a9', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('3d387416b1aa49c69cf3d2b7fe3d9f3ccb652fbf', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('4c0bd35d857e389bd70fe022b20eb6fea39db361', '103.16.29.118', 1675698224, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232343b),
('cc36941c2ea0b9a9af56180ce8bf27b2f42bf0b4', '103.16.29.118', 1675698225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232353b),
('c8d381d397e8922a6bbaa2b23831109643572e63', '103.16.29.118', 1675698225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232353b),
('98496de5051b58aa23aa0bd480b535f6196d5fc2', '103.16.29.118', 1675698225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232353b);
INSERT INTO `ci_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('8add54f595d47e92283e543881623debd0f29213', '103.16.29.118', 1675698225, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232353b),
('61d19d64b1c624a82715d2c832ae370553179c94', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('cc5346ba2ecc1c9aba7a92a8e769d05ec9e1ff06', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('0d649e7e2b49cfa8ee56e8912400c15e01f027ff', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('ec51e82829a4d7f2dd90c38094af99aa286f8006', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('af531f785d28c982e30942e3cf9a2406f47b4835', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('e175c990f67667cd876e8726bfb9061aeac26fda', '103.16.29.118', 1675698227, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383232373b),
('719f1ef25170d9718f5b49fd8588b714b4839492', '103.16.29.118', 1675698377, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383337373b),
('02075a59847792001140ff34dd794d17f8d1acd1', '103.16.29.118', 1675698387, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353639383338373b),
('472a506e6246dbe3f811de15bf789d9bead0fdaf', '112.198.86.166', 1675743111, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131313b),
('1e829e6d9888e959ddca4c85146d64be02a4d308', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('c2bf44b474876df5ccb8a7fd4f89f617d5a5a03a', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('8ddd20dbb1cec5e65b37aedd0a15f12208f57a00', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('54871471dd1a0f232d1d2ed5d2da361cf2c4acd2', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('1cbb89e3f5e4dc91d25c92f90545cdab14cf10df', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('003290b691759233bac1fce79d04b6947daece79', '112.198.86.166', 1675743113, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131333b),
('61f9bcbaddda15b4e7c33e9989aba7bbb0065e49', '112.198.86.166', 1675743114, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333131343b),
('5699f9144df724f8a78718f9d95feeafb6aa88df', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133323b),
('1add06d99c387083e989d04238821f50468f7519', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('44c289d98010763c84c7cbba2948540a77e18b0f', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('ec52a08b2891cf43d35d5aa427decc580e1bd79e', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('9949d8e224304f298f4df7dbd800d1cf942ee6c4', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('009953f1f3d19812c9a693c4cc94184f9f9bb32a', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('78160508d185b0b08549a37c46017338f445e9d0', '112.198.86.166', 1675743133, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133333b),
('6567560e16c44cdb39d48fc4c1f20a6cd3afd66f', '112.198.86.166', 1675743134, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133343b),
('5f78b7d32830f21d8bfd94b78bee356c6df72884', '112.198.86.166', 1675743139, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333133393b),
('f9f687d582e30f4286ce24055e5b14ee0d17631d', '112.198.86.166', 1675743140, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134303b),
('f3976f68cac74a8fa3bd3b4d4ca298d614369504', '112.198.86.166', 1675743141, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134313b),
('825d1765d612cb0451751e3cd200bee919ad0109', '112.198.86.166', 1675743141, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134313b),
('7aa1c7326a83b5a6d7c6c442180d92b049b6ce8f', '112.198.86.166', 1675743143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134333b),
('1e30334dd8bb14e76048c80b8b58db028c634dd1', '112.198.86.166', 1675743143, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134333b),
('060fcb0f5be2eff636ba5d8a1bb78ce6570ae8a0', '112.198.86.166', 1675743146, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134363b),
('65a1857f571b664f8d8e5167ebf403879ecc3c6f', '112.198.86.166', 1675743146, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134363b),
('a1d8d1319869d85f5fa5da63afc57ab87035cd21', '112.198.86.166', 1675743146, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134363b),
('fce4c12ac1a3edbe82b5b6e42ac1966eb13159cf', '112.198.86.166', 1675743146, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333134363b),
('7679f64ffa1e1214d16ad3b869b08e130b0caabf', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('6da882c3dd123d77c2baff6a361bb62bc9f0a9a3', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('55bb0998fa6012d8be8d9d45d0d5069dd387cdca', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('32511cb5935111d92c717e56a073b221172ac003', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('7f8a9fdd39d37bbec73b62a06aa28feccfcb6432', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('7e482836c3fa9c6bee8c13101e0727d7aca74135', '112.198.86.166', 1675743151, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734333135313b),
('b9d32cec47273542f1cbdf17b3edd29bbb5ae914', '103.16.29.118', 1675748856, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835363b),
('fdd0206f445b7dc59064d54e004a73685c9351ad', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('0397845852caeae9a6c7e08bc3a41d8f75dec655', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('440132f910701554c29369e996be90de9312eb69', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('e7a27f110bb149b44edbcd826ba41a98dc8dab0b', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('22f98fdda13ea0ce3e3845b7a1fd827f9d5d8b61', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('dd62a025c0f2dcc16ba7cd0722451495f5778c4b', '103.16.29.118', 1675748858, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835383b),
('dc55eb54046d4065644e02d257f71de5d3adf7f6', '103.16.29.118', 1675748859, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353734383835393b),
('58d55c564e15ac0f66aa4e751e854c46175e97bf', '103.16.29.5', 1675774367, 0x5f5f63695f6c6173745f726567656e65726174657c693a313637353737343336373b);

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

--
-- Table structure for table `comment`
--

CREATE TABLE `comment` (
  `id` int(11) UNSIGNED NOT NULL,
  `body` longtext DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `commentable_id` int(11) DEFAULT NULL,
  `commentable_type` varchar(50) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(255) DEFAULT NULL,
  `discount_percentage` varchar(255) DEFAULT NULL,
  `created_at` int(11) DEFAULT NULL,
  `expiry_date` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `course`
--

CREATE TABLE `course` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `short_description` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `outcomes` longtext DEFAULT NULL,
  `faqs` text NOT NULL,
  `language` varchar(255) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `sub_category_id` int(11) DEFAULT NULL,
  `section` longtext DEFAULT NULL,
  `requirements` longtext DEFAULT NULL,
  `price` double DEFAULT NULL,
  `discount_flag` int(11) DEFAULT 0,
  `discounted_price` double DEFAULT NULL,
  `level` varchar(50) DEFAULT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  `thumbnail` varchar(255) DEFAULT NULL,
  `video_url` varchar(255) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `course_type` varchar(255) DEFAULT NULL,
  `is_top_course` int(11) DEFAULT 0,
  `is_admin` int(11) DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `course_overview_provider` varchar(255) DEFAULT NULL,
  `meta_keywords` longtext DEFAULT NULL,
  `meta_description` longtext DEFAULT NULL,
  `is_free_course` int(11) DEFAULT NULL,
  `multi_instructor` int(11) NOT NULL DEFAULT 0,
  `enable_drip_content` int(11) NOT NULL,
  `creator` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `course`
--

INSERT INTO `course` (`id`, `title`, `short_description`, `description`, `outcomes`, `faqs`, `language`, `category_id`, `sub_category_id`, `section`, `requirements`, `price`, `discount_flag`, `discounted_price`, `level`, `user_id`, `thumbnail`, `video_url`, `date_added`, `last_modified`, `course_type`, `is_top_course`, `is_admin`, `status`, `course_overview_provider`, `meta_keywords`, `meta_description`, `is_free_course`, `multi_instructor`, `enable_drip_content`, `creator`) VALUES
(1, 'WordPress Theme Development with Bootstrap', 'Learn how to confidently develop custom &amp; profitable Responsive WordPress Themes and Websites with no prior experience.\r\n\r\n', '<div class=\"description-box view-more-parent expanded\" xss=removed><div class=\"description-content-wrap\"><div class=\"description-content\"><p xss=\"removed\" xss=removed><span xss=\"removed\"><span xss=removed>Do you want to supercharge your HTML, CSS & PHP knowledge and learn how to turn them into a real business that can make you more money as a freelancer?</span></span><br></p><p xss=\"removed\" xss=removed>Whether you\'re a freelance designer, entrepreneur, employee for a company, code hobbyist, or looking for a new career — this course gives you an immensely valuable skill that will enable you to either:</p><p xss=\"removed\" xss=removed><span xss=\"removed\"><span xss=removed>Make money on the side</span></span></p><p xss=\"removed\" xss=removed>So you can save up for that Hawaiian vacation you\'ve been wanting, help pay off your debt, your car, your mortgage, or simply just to have bonus cash laying around.</p><p xss=\"removed\" xss=removed><span xss=\"removed\"><span xss=removed>Create a full-time income</span></span></p><p xss=\"removed\" xss=removed>WordPress developers have options. Many developers make a generous living off of creating custom WordPress themes and selling them on websites like ThemeForest. Freelance designers and developers can also take on WordPress projects and make an extra $1,000 - $5,000+ per month.</p><p xss=\"removed\" xss=removed><span xss=\"removed\"><em><span xss=removed>Who Should Take This Course?</span></em></span></p><p xss=\"removed\" xss=removed><span xss=\"removed\"><span xss=removed>Graphic & Web Designers</span></span></p><p xss=\"removed\" xss=removed>Graphic designers are extremely talented, but ask them to code their designs and they\'ll freeze up! This leaves them with no other choice but to hire a web developer. Any professional graphic designers knows web developers can be expensive.</p></div></div></div><h4 class=\"py-3\" xss=removed>What will i learn?</h4><div class=\"what-you-get-box\" xss=removed><ul class=\"what-you-get__items\" xss=removed><li xss=removed>Have the skills to start making money on the side, as a casual freelancer, or full time as a work-from-home freelancer</li><li xss=removed>Easily create a beautiful HTML & CSS website with Bootstrap (that doesn\'t look like generic Bootstrap websites!)</li><li xss=removed>Convert any static HTML & CSS website into a Custom WordPress Theme</li><li xss=removed>Have a thorough understanding of utilizing PHP to create WordPress websites & themes</li><li xss=removed>Feel comfortable with the process of turning static websites into dynamic WordPress websites</li><li xss=removed>Fully understand how to use Custom Post Types and Advanced Custom Fields in WordPress</li></ul></div><div class=\"requirements-box\" xss=removed><div class=\"requirements-title\" xss=removed>Requirements</div><div class=\"requirements-content\"><ul class=\"requirements__list\" xss=removed><li xss=removed>Have a basic understanding of HTML, CSS and PHP (all courses I offer)</li><li xss=removed>Have access to a code editor, free or otherwise. I suggest Coda 2, as that\'s the editor I use exclusively.</li><li xss=removed>An Internet connection is required.</li><li xss=removed>A fresh copy of Bootstrap and WordPress (we will go over this in the beginning of the course).</li><li>Download & Install MAMP (or alternatives — we cover this in the course)</li></ul></div></div>', '[]', '[]', 'english', 1, 4, '[]', '[]', 10, NULL, 8, 'beginner', '1', NULL, '#', 1675641600, NULL, 'general', 1, 1, 'active', 'youtube', '', '', NULL, 0, 0, 1);

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

--
-- Table structure for table `currency`
--

CREATE TABLE `currency` (
  `id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `code` varchar(255) DEFAULT NULL,
  `symbol` varchar(255) DEFAULT NULL,
  `paypal_supported` int(11) DEFAULT NULL,
  `stripe_supported` int(11) DEFAULT NULL,
  `ccavenue_supported` int(11) DEFAULT 0,
  `iyzico_supported` int(11) DEFAULT 0,
  `paystack_supported` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `currency`
--

INSERT INTO `currency` (`id`, `name`, `code`, `symbol`, `paypal_supported`, `stripe_supported`, `ccavenue_supported`, `iyzico_supported`, `paystack_supported`) VALUES
(1, 'US Dollar', 'USD', '$', 1, 1, 0, 0, 0),
(2, 'Albanian Lek', 'ALL', 'Lek', 0, 1, 0, 0, 0),
(3, 'Algerian Dinar', 'DZD', 'دج', 1, 1, 0, 0, 0),
(4, 'Angolan Kwanza', 'AOA', 'Kz', 1, 1, 0, 0, 0),
(5, 'Argentine Peso', 'ARS', '$', 1, 1, 0, 0, 0),
(6, 'Armenian Dram', 'AMD', '֏', 1, 1, 0, 0, 0),
(7, 'Aruban Florin', 'AWG', 'ƒ', 1, 1, 0, 0, 0),
(8, 'Australian Dollar', 'AUD', '$', 1, 1, 0, 0, 0),
(9, 'Azerbaijani Manat', 'AZN', 'm', 1, 1, 0, 0, 0),
(10, 'Bahamian Dollar', 'BSD', 'B$', 1, 1, 0, 0, 0),
(11, 'Bahraini Dinar', 'BHD', '.د.ب', 1, 1, 0, 0, 0),
(12, 'Bangladeshi Taka', 'BDT', '৳', 1, 1, 0, 0, 0),
(13, 'Barbadian Dollar', 'BBD', 'Bds$', 1, 1, 0, 0, 0),
(14, 'Belarusian Ruble', 'BYR', 'Br', 0, 0, 0, 0, 0),
(15, 'Belgian Franc', 'BEF', 'fr', 1, 1, 0, 0, 0),
(16, 'Belize Dollar', 'BZD', '$', 1, 1, 0, 0, 0),
(17, 'Bermudan Dollar', 'BMD', '$', 1, 1, 0, 0, 0),
(18, 'Bhutanese Ngultrum', 'BTN', 'Nu.', 1, 1, 0, 0, 0),
(19, 'Bitcoin', 'BTC', '฿', 1, 1, 0, 0, 0),
(20, 'Bolivian Boliviano', 'BOB', 'Bs.', 1, 1, 0, 0, 0),
(21, 'Bosnia', 'BAM', 'KM', 1, 1, 0, 0, 0),
(22, 'Botswanan Pula', 'BWP', 'P', 1, 1, 0, 0, 0),
(23, 'Brazilian Real', 'BRL', 'R$', 1, 1, 0, 0, 0),
(24, 'British Pound Sterling', 'GBP', '£', 1, 1, 0, 0, 0),
(25, 'Brunei Dollar', 'BND', 'B$', 1, 1, 0, 0, 0),
(26, 'Bulgarian Lev', 'BGN', 'Лв.', 1, 1, 0, 0, 0),
(27, 'Burundian Franc', 'BIF', 'FBu', 1, 1, 0, 0, 0),
(28, 'Cambodian Riel', 'KHR', 'KHR', 1, 1, 0, 0, 0),
(29, 'Canadian Dollar', 'CAD', '$', 1, 1, 0, 0, 0),
(30, 'Cape Verdean Escudo', 'CVE', '$', 1, 1, 0, 0, 0),
(31, 'Cayman Islands Dollar', 'KYD', '$', 1, 1, 0, 0, 0),
(32, 'CFA Franc BCEAO', 'XOF', 'CFA', 1, 1, 0, 0, 0),
(33, 'CFA Franc BEAC', 'XAF', 'FCFA', 1, 1, 0, 0, 0),
(34, 'CFP Franc', 'XPF', '₣', 1, 1, 0, 0, 0),
(35, 'Chilean Peso', 'CLP', '$', 1, 1, 0, 0, 0),
(36, 'Chinese Yuan', 'CNY', '¥', 1, 1, 0, 0, 0),
(37, 'Colombian Peso', 'COP', '$', 1, 1, 0, 0, 0),
(38, 'Comorian Franc', 'KMF', 'CF', 1, 1, 0, 0, 0),
(39, 'Congolese Franc', 'CDF', 'FC', 1, 1, 0, 0, 0),
(40, 'Costa Rican ColÃ³n', 'CRC', '₡', 1, 1, 0, 0, 0),
(41, 'Croatian Kuna', 'HRK', 'kn', 1, 1, 0, 0, 0),
(42, 'Cuban Convertible Peso', 'CUC', '$, CUC', 1, 1, 0, 0, 0),
(43, 'Czech Republic Koruna', 'CZK', 'Kč', 1, 1, 0, 0, 0),
(44, 'Danish Krone', 'DKK', 'Kr.', 1, 1, 0, 0, 0),
(45, 'Djiboutian Franc', 'DJF', 'Fdj', 1, 1, 0, 0, 0),
(46, 'Dominican Peso', 'DOP', '$', 1, 1, 0, 0, 0),
(47, 'East Caribbean Dollar', 'XCD', '$', 1, 1, 0, 0, 0),
(48, 'Egyptian Pound', 'EGP', 'ج.م', 1, 1, 0, 0, 0),
(49, 'Eritrean Nakfa', 'ERN', 'Nfk', 1, 1, 0, 0, 0),
(50, 'Estonian Kroon', 'EEK', 'kr', 1, 1, 0, 0, 0),
(51, 'Ethiopian Birr', 'ETB', 'Nkf', 1, 1, 0, 0, 0),
(52, 'Euro', 'EUR', '€', 1, 1, 0, 0, 0),
(53, 'Falkland Islands Pound', 'FKP', '£', 1, 1, 0, 0, 0),
(54, 'Fijian Dollar', 'FJD', 'FJ$', 1, 1, 0, 0, 0),
(55, 'Gambian Dalasi', 'GMD', 'D', 1, 1, 0, 0, 0),
(56, 'Georgian Lari', 'GEL', 'ლ', 1, 1, 0, 0, 0),
(57, 'German Mark', 'DEM', 'DM', 1, 1, 0, 0, 0),
(58, 'Ghanaian Cedi', 'GHS', 'GH₵', 1, 1, 0, 0, 0),
(59, 'Gibraltar Pound', 'GIP', '£', 1, 1, 0, 0, 0),
(60, 'Greek Drachma', 'GRD', '₯, Δρχ, Δρ', 1, 1, 0, 0, 0),
(61, 'Guatemalan Quetzal', 'GTQ', 'Q', 1, 1, 0, 0, 0),
(62, 'Guinean Franc', 'GNF', 'FG', 1, 1, 0, 0, 0),
(63, 'Guyanaese Dollar', 'GYD', '$', 1, 1, 0, 0, 0),
(64, 'Haitian Gourde', 'HTG', 'G', 1, 1, 0, 0, 0),
(65, 'Honduran Lempira', 'HNL', 'L', 1, 1, 0, 0, 0),
(66, 'Hong Kong Dollar', 'HKD', '$', 1, 1, 0, 0, 0),
(67, 'Hungarian Forint', 'HUF', 'Ft', 1, 1, 0, 0, 0),
(68, 'Icelandic KrÃ³na', 'ISK', 'kr', 1, 1, 0, 0, 0),
(69, 'Indian Rupee', 'INR', '₹', 1, 1, 1, 0, 0),
(70, 'Indonesian Rupiah', 'IDR', 'Rp', 1, 1, 0, 0, 0),
(71, 'Iranian Rial', 'IRR', '﷼', 1, 1, 0, 0, 0),
(72, 'Iraqi Dinar', 'IQD', 'د.ع', 1, 1, 0, 0, 0),
(73, 'Israeli New Sheqel', 'ILS', '₪', 1, 1, 0, 0, 0),
(74, 'Italian Lira', 'ITL', 'L,£', 1, 1, 0, 0, 0),
(75, 'Jamaican Dollar', 'JMD', 'J$', 1, 1, 0, 0, 0),
(76, 'Japanese Yen', 'JPY', '¥', 1, 1, 0, 0, 0),
(77, 'Jordanian Dinar', 'JOD', 'ا.د', 1, 1, 0, 0, 0),
(78, 'Kazakhstani Tenge', 'KZT', 'лв', 1, 1, 0, 0, 0),
(79, 'Kenyan Shilling', 'KES', 'KSh', 1, 1, 0, 0, 0),
(80, 'Kuwaiti Dinar', 'KWD', 'ك.د', 1, 1, 0, 0, 0),
(81, 'Kyrgystani Som', 'KGS', 'лв', 1, 1, 0, 0, 0),
(82, 'Laotian Kip', 'LAK', '₭', 1, 1, 0, 0, 0),
(83, 'Latvian Lats', 'LVL', 'Ls', 0, 0, 0, 0, 0),
(84, 'Lebanese Pound', 'LBP', '£', 1, 1, 0, 0, 0),
(85, 'Lesotho Loti', 'LSL', 'L', 1, 1, 0, 0, 0),
(86, 'Liberian Dollar', 'LRD', '$', 1, 1, 0, 0, 0),
(87, 'Libyan Dinar', 'LYD', 'د.ل', 1, 1, 0, 0, 0),
(88, 'Lithuanian Litas', 'LTL', 'Lt', 0, 0, 0, 0, 0),
(89, 'Macanese Pataca', 'MOP', '$', 1, 1, 0, 0, 0),
(90, 'Macedonian Denar', 'MKD', 'ден', 1, 1, 0, 0, 0),
(91, 'Malagasy Ariary', 'MGA', 'Ar', 1, 1, 0, 0, 0),
(92, 'Malawian Kwacha', 'MWK', 'MK', 1, 1, 0, 0, 0),
(93, 'Malaysian Ringgit', 'MYR', 'RM', 1, 1, 0, 0, 0),
(94, 'Maldivian Rufiyaa', 'MVR', 'Rf', 1, 1, 0, 0, 0),
(95, 'Mauritanian Ouguiya', 'MRO', 'MRU', 1, 1, 0, 0, 0),
(96, 'Mauritian Rupee', 'MUR', '₨', 1, 1, 0, 0, 0),
(97, 'Mexican Peso', 'MXN', '$', 1, 1, 0, 0, 0),
(98, 'Moldovan Leu', 'MDL', 'L', 1, 1, 0, 0, 0),
(99, 'Mongolian Tugrik', 'MNT', '₮', 1, 1, 0, 0, 0),
(100, 'Moroccan Dirham', 'MAD', 'MAD', 1, 1, 0, 0, 0),
(101, 'Mozambican Metical', 'MZM', 'MT', 1, 1, 0, 0, 0),
(102, 'Myanmar Kyat', 'MMK', 'K', 1, 1, 0, 0, 0),
(103, 'Namibian Dollar', 'NAD', '$', 1, 1, 0, 0, 0),
(104, 'Nepalese Rupee', 'NPR', '₨', 1, 1, 0, 0, 0),
(105, 'Netherlands Antillean Guilder', 'ANG', 'ƒ', 1, 1, 0, 0, 0),
(106, 'New Taiwan Dollar', 'TWD', '$', 1, 1, 0, 0, 0),
(107, 'New Zealand Dollar', 'NZD', '$', 1, 1, 0, 0, 0),
(108, 'Nicaraguan CÃ³rdoba', 'NIO', 'C$', 1, 1, 0, 0, 0),
(109, 'Nigerian Naira', 'NGN', '₦', 1, 1, 0, 0, 1),
(110, 'North Korean Won', 'KPW', '₩', 0, 0, 0, 0, 0),
(111, 'Norwegian Krone', 'NOK', 'kr', 1, 1, 0, 0, 0),
(112, 'Omani Rial', 'OMR', '.ع.ر', 0, 0, 0, 0, 0),
(113, 'Pakistani Rupee', 'PKR', '₨', 1, 1, 0, 0, 0),
(114, 'Panamanian Balboa', 'PAB', 'B/.', 1, 1, 0, 0, 0),
(115, 'Papua New Guinean Kina', 'PGK', 'K', 1, 1, 0, 0, 0),
(116, 'Paraguayan Guarani', 'PYG', '₲', 1, 1, 0, 0, 0),
(117, 'Peruvian Nuevo Sol', 'PEN', 'S/.', 1, 1, 0, 0, 0),
(118, 'Philippine Peso', 'PHP', '₱', 1, 1, 0, 0, 0),
(119, 'Polish Zloty', 'PLN', 'zł', 1, 1, 0, 0, 0),
(120, 'Qatari Rial', 'QAR', 'ق.ر', 1, 1, 0, 0, 0),
(121, 'Romanian Leu', 'RON', 'lei', 1, 1, 0, 0, 0),
(122, 'Russian Ruble', 'RUB', '₽', 1, 1, 0, 0, 0),
(123, 'Rwandan Franc', 'RWF', 'FRw', 1, 1, 0, 0, 0),
(124, 'Salvadoran ColÃ³n', 'SVC', '₡', 0, 0, 0, 0, 0),
(125, 'Samoan Tala', 'WST', 'SAT', 1, 1, 0, 0, 0),
(126, 'Saudi Riyal', 'SAR', '﷼', 1, 1, 0, 0, 0),
(127, 'Serbian Dinar', 'RSD', 'din', 1, 1, 0, 0, 0),
(128, 'Seychellois Rupee', 'SCR', 'SRe', 1, 1, 0, 0, 0),
(129, 'Sierra Leonean Leone', 'SLL', 'Le', 1, 1, 0, 0, 0),
(130, 'Singapore Dollar', 'SGD', '$', 1, 1, 0, 0, 0),
(131, 'Slovak Koruna', 'SKK', 'Sk', 1, 1, 0, 0, 0),
(132, 'Solomon Islands Dollar', 'SBD', 'Si$', 1, 1, 0, 0, 0),
(133, 'Somali Shilling', 'SOS', 'Sh.so.', 1, 1, 0, 0, 0),
(134, 'South African Rand', 'ZAR', 'R', 1, 1, 0, 0, 0),
(135, 'South Korean Won', 'KRW', '₩', 1, 1, 0, 0, 0),
(136, 'Special Drawing Rights', 'XDR', 'SDR', 1, 1, 0, 0, 0),
(137, 'Sri Lankan Rupee', 'LKR', 'Rs', 1, 1, 0, 0, 0),
(138, 'St. Helena Pound', 'SHP', '£', 1, 1, 0, 0, 0),
(139, 'Sudanese Pound', 'SDG', '.س.ج', 1, 1, 0, 0, 0),
(140, 'Surinamese Dollar', 'SRD', '$', 1, 1, 0, 0, 0),
(141, 'Swazi Lilangeni', 'SZL', 'E', 1, 1, 0, 0, 0),
(142, 'Swedish Krona', 'SEK', 'kr', 1, 1, 0, 0, 0),
(143, 'Swiss Franc', 'CHF', 'CHf', 1, 1, 0, 0, 0),
(144, 'Syrian Pound', 'SYP', 'LS', 0, 0, 0, 0, 0),
(145, 'São Tomé and Príncipe Dobra', 'STD', 'Db', 1, 1, 0, 0, 0),
(146, 'Tajikistani Somoni', 'TJS', 'SM', 1, 1, 0, 0, 0),
(147, 'Tanzanian Shilling', 'TZS', 'TSh', 1, 1, 0, 0, 0),
(148, 'Thai Baht', 'THB', '฿', 1, 1, 0, 0, 0),
(149, 'Tongan pa\'anga', 'TOP', '$', 1, 1, 0, 0, 0),
(150, 'Trinidad & Tobago Dollar', 'TTD', '$', 1, 1, 0, 0, 0),
(151, 'Tunisian Dinar', 'TND', 'ت.د', 1, 1, 0, 0, 0),
(152, 'Turkish Lira', 'TRY', '₺', 1, 1, 0, 1, 0),
(153, 'Turkmenistani Manat', 'TMT', 'T', 1, 1, 0, 0, 0),
(154, 'Ugandan Shilling', 'UGX', 'USh', 1, 1, 0, 0, 0),
(155, 'Ukrainian Hryvnia', 'UAH', '₴', 1, 1, 0, 0, 0),
(156, 'United Arab Emirates Dirham', 'AED', 'إ.د', 1, 1, 0, 0, 0),
(157, 'Uruguayan Peso', 'UYU', '$', 1, 1, 0, 0, 0),
(158, 'Afghan Afghani', 'AFA', '؋', 1, 1, 0, 0, 0),
(159, 'Uzbekistan Som', 'UZS', 'лв', 1, 1, 0, 0, 0),
(160, 'Vanuatu Vatu', 'VUV', 'VT', 1, 1, 0, 0, 0),
(161, 'Venezuelan BolÃvar', 'VEF', 'Bs', 0, 0, 0, 0, 0),
(162, 'Vietnamese Dong', 'VND', '₫', 1, 1, 0, 0, 0),
(163, 'Yemeni Rial', 'YER', '﷼', 1, 1, 0, 0, 0),
(164, 'Zambian Kwacha', 'ZMK', 'ZK', 1, 1, 0, 0, 0);

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

--
-- Table structure for table `custom_page`
--

CREATE TABLE `custom_page` (
  `custom_page_id` int(11) NOT NULL,
  `page_title` varchar(255) NOT NULL,
  `page_content` longtext NOT NULL,
  `page_url` varchar(255) NOT NULL,
  `button_title` varchar(255) NOT NULL,
  `button_position` varchar(255) NOT NULL,
  `status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `enrol`
--

CREATE TABLE `enrol` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `frontend_settings`
--

CREATE TABLE `frontend_settings` (
  `id` int(11) UNSIGNED NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `frontend_settings`
--

INSERT INTO `frontend_settings` (`id`, `key`, `value`) VALUES
(1, 'banner_title', 'Start learning from best Platform'),
(2, 'banner_sub_title', 'Study any topic, anytime. Explore thousands of courses for the lowest price ever!'),
(4, 'about_us', '<p></p><h2><span xss=\"removed\">This is about us</span></h2><p><span xss=\"removed\">Welcome to Gestión Riesgos - GR. It will help you to learn in a new ways</span></p>'),
(10, 'terms_and_condition', '<h2>Terms and Condition</h2>This is the Terms and condition page for your companys'),
(11, 'privacy_policy', '<p></p><p></p><h2><span xss=\"removed\">Privacy Policy</span><br></h2>This is the Privacy Policy page for your company\'s<p></p><p><b>This is another</b> <u><a href=\"https://youtube.com/watch?v=PHgc8Q6qTjc\" target=\"_blank\">thing you will</a></u> <span xss=\"removed\">not understand</span>.</p>'),
(13, 'theme', 'default'),
(14, 'cookie_note', 'This website uses cookies to personalize content and analyse traffic in order to offer you a better experience.'),
(15, 'cookie_status', 'active'),
(16, 'cookie_policy', '<h1>Cookie policy</h1><ol><li>Cookies are small text files that can be used by websites to make a user\'s experience more efficient.</li><li>The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.</li><li>This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.</li></ol>'),
(17, 'banner_image', 'home-banner.jpg'),
(18, 'light_logo', '5446f217e9504bc593ad9dcf2ec88dda.png'),
(19, 'dark_logo', 'c3e71101f147210be216f85bf76a067a.png'),
(20, 'small_logo', 'a731c5d11d41397638b8381496d444bb.png'),
(21, 'favicon', '30a7476842882400480bb490ac3664df.png'),
(22, 'recaptcha_status', '0'),
(23, 'recaptcha_secretkey', 'Valid-secret-key'),
(24, 'recaptcha_sitekey', 'Valid-site-key'),
(25, 'refund_policy', '<h2><span xss=\"removed\">Refund Policy</span></h2>'),
(26, 'facebook', 'https://facebook.com'),
(27, 'twitter', 'https://twitter.com'),
(28, 'linkedin', ''),
(31, 'blog_page_title', 'Where possibilities begin'),
(32, 'blog_page_subtitle', 'We’re a leading marketplace platform for learning and teaching online. Explore some of our most popular content and learn something new.'),
(33, 'blog_page_banner', 'blog-page.png'),
(34, 'instructors_blog_permission', '0'),
(35, 'blog_visibility_on_the_home_page', '1');

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

--
-- Table structure for table `language`
--

CREATE TABLE `language` (
  `phrase_id` int(11) NOT NULL,
  `phrase` longtext DEFAULT NULL,
  `english` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `language`
--

INSERT INTO `language` (`phrase_id`, `phrase`, `english`) VALUES
(1, 'english', 'English'),
(2, '404_page_not_found', '404 page not found'),
(3, 'categories', 'Categories'),
(4, 'menu', 'Menu'),
(5, 'all_courses', 'All courses'),
(6, 'search_for_courses', 'Search for courses'),
(7, 'total', 'Total'),
(8, 'total', 'Total'),
(9, 'go_to_cart', 'Go to cart'),
(10, 'go_to_cart', 'Go to cart'),
(11, 'your_cart_is_empty', 'Your cart is empty'),
(12, 'your_cart_is_empty', 'Your cart is empty'),
(13, 'log_in', 'Log in'),
(14, 'log_in', 'Log in'),
(15, 'sign_up', 'Sign up'),
(16, 'sign_up', 'Sign up'),
(17, 'cookie_policy', 'Cookie policy'),
(18, 'cookie_policy', 'Cookie policy'),
(19, 'accept', 'Accept'),
(20, 'accept', 'Accept'),
(21, 'oh_snap', 'Oh snap'),
(22, 'oh_snap', 'Oh snap'),
(23, 'this_is_not_the_web_page_you_are_looking_for', 'This is not the web page you are looking for'),
(24, 'this_is_not_the_web_page_you_are_looking_for', 'This is not the web page you are looking for'),
(25, 'back_to_home', 'Back to home'),
(26, 'back_to_home', 'Back to home'),
(27, 'top_categories', 'Top categories'),
(28, 'top_categories', 'Top categories'),
(29, 'useful_links', 'Useful links'),
(30, 'useful_links', 'Useful links'),
(31, 'blog', 'Blog'),
(32, 'blog', 'Blog'),
(33, 'help', 'Help'),
(34, 'help', 'Help'),
(35, 'about_us', 'About us'),
(36, 'about_us', 'About us'),
(37, 'privacy_policy', 'Privacy policy'),
(38, 'privacy_policy', 'Privacy policy'),
(39, 'terms_and_condition', 'Terms and condition'),
(40, 'terms_and_condition', 'Terms and condition'),
(41, 'refund_policy', 'Refund policy'),
(42, 'refund_policy', 'Refund policy'),
(43, 'all_rights_reserved', 'All rights reserved'),
(44, 'step', 'Step'),
(45, 'step', 'Step'),
(46, 'how_would_you_rate_this_course_overall', 'How would you rate this course overall'),
(47, 'how_would_you_rate_this_course_overall', 'How would you rate this course overall'),
(48, 'write_a_public_review', 'Write a public review'),
(49, 'write_a_public_review', 'Write a public review'),
(50, 'describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights', 'Describe your experience what you got out of the course and other helpful highlights'),
(51, 'describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights', 'Describe your experience what you got out of the course and other helpful highlights'),
(52, 'what_did_the_instructor_do_well_and_what_could_use_some_improvement', 'What did the instructor do well and what could use some improvement'),
(53, 'what_did_the_instructor_do_well_and_what_could_use_some_improvement', 'What did the instructor do well and what could use some improvement'),
(54, 'next', 'Next'),
(55, 'next', 'Next'),
(56, 'previous', 'Previous'),
(57, 'previous', 'Previous'),
(58, 'publish', 'Publish'),
(59, 'publish', 'Publish'),
(60, 'are_you_sure', 'Are you sure'),
(61, 'are_you_sure', 'Are you sure'),
(62, 'yes', 'Yes'),
(63, 'yes', 'Yes'),
(64, 'no', 'No'),
(65, 'no', 'No'),
(66, 'view_less', 'View less'),
(67, 'view_less', 'View less'),
(68, 'view_more', 'View more'),
(69, 'view_more', 'View more'),
(70, 'login', 'Login'),
(71, 'provide_your_valid_login_credentials', 'Provide your valid login credentials'),
(72, 'email', 'Email'),
(73, 'password', 'Password'),
(74, 'forgot_password', 'Forgot password'),
(75, 'do_not_have_an_account', 'Do not have an account'),
(76, 'welcome', 'Welcome'),
(77, 'dashboard', 'Dashboard'),
(78, 'quick_actions', 'Quick actions'),
(79, 'create_course', 'Create course'),
(80, 'add_course', 'Add course'),
(81, 'add_new_lesson', 'Add new lesson'),
(82, 'add_lesson', 'Add lesson'),
(83, 'add_student', 'Add student'),
(84, 'enrol_a_student', 'Enrol a student'),
(85, 'enrol_student', 'Enrol student'),
(86, 'help_center', 'Help center'),
(87, 'read_documentation', 'Read documentation'),
(88, 'watch_video_tutorial', 'Watch video tutorial'),
(89, 'get_customer_support', 'Get customer support'),
(90, 'order_customization', 'Order customization'),
(91, 'request_a_new_feature', 'Request a new feature'),
(92, 'browse_addons', 'Browse addons'),
(93, 'admin', 'Admin'),
(94, 'my_account', 'My account'),
(95, 'settings', 'Settings'),
(96, 'logout', 'Logout'),
(97, 'visit_website', 'Visit website'),
(98, 'navigation', 'Navigation'),
(99, 'courses', 'Courses'),
(100, 'manage_courses', 'Manage courses'),
(101, 'add_new_course', 'Add new course'),
(102, 'course_category', 'Course category'),
(103, 'coupons', 'Coupons'),
(104, 'enrolment', 'Enrolment'),
(105, 'course_enrollment', 'Course enrollment'),
(106, 'enrol_history', 'Enrol history'),
(107, 'report', 'Report'),
(108, 'admin_revenue', 'Admin revenue'),
(109, 'instructor_revenue', 'Instructor revenue'),
(110, 'purchase_history', 'Purchase history'),
(111, 'users', 'Users'),
(112, 'admins', 'Admins'),
(113, 'manage_admins', 'Manage admins'),
(114, 'add_new_admin', 'Add new admin'),
(115, 'instructors', 'Instructors'),
(116, 'manage_instructors', 'Manage instructors'),
(117, 'add_new_instructor', 'Add new instructor'),
(118, 'instructor_payout', 'Instructor payout'),
(119, 'instructor_settings', 'Instructor settings'),
(120, 'applications', 'Applications'),
(121, 'students', 'Students'),
(122, 'manage_students', 'Manage students'),
(123, 'add_new_student', 'Add new student'),
(124, 'message', 'Message'),
(125, 'all_blogs', 'All blogs'),
(126, 'pending_blog', 'Pending blog'),
(127, 'blog_category', 'Blog category'),
(128, 'blog_settings', 'Blog settings'),
(129, 'addons', 'Addons'),
(130, 'themes', 'Themes'),
(131, 'system_settings', 'System settings'),
(132, 'website_settings', 'Website settings'),
(133, 'academy_cloud', 'Academy cloud'),
(134, 'drip_content_settings', 'Drip content settings'),
(135, 'payment_settings', 'Payment settings'),
(136, 'language_settings', 'Language settings'),
(137, 'smtp_settings', 'Smtp settings'),
(138, 'social_login', 'Social login'),
(139, 'custom_page', 'Custom page'),
(140, 'data_center', 'Data center'),
(141, 'about', 'About'),
(142, 'manage_profile', 'Manage profile'),
(143, 'admin_revenue_this_year', 'Admin revenue this year'),
(144, 'number_courses', 'Number courses'),
(145, 'number_of_lessons', 'Number of lessons'),
(146, 'number_of_enrolment', 'Number of enrolment'),
(147, 'number_of_student', 'Number of student'),
(148, 'course_overview', 'Course overview'),
(149, 'active_courses', 'Active courses'),
(150, 'pending_courses', 'Pending courses'),
(151, 'requested_withdrawal', 'Requested withdrawal'),
(152, 'january', 'January'),
(153, 'february', 'February'),
(154, 'march', 'March'),
(155, 'april', 'April'),
(156, 'may', 'May'),
(157, 'june', 'June'),
(158, 'july', 'July'),
(159, 'august', 'August'),
(160, 'september', 'September'),
(161, 'october', 'October'),
(162, 'november', 'November'),
(163, 'december', 'December'),
(164, 'this_year', 'This year'),
(165, 'active_course', 'Active course'),
(166, 'pending_course', 'Pending course'),
(167, 'heads_up', 'Heads up'),
(168, 'congratulations', 'Congratulations'),
(169, 'please_fill_all_the_required_fields', 'Please fill all the required fields'),
(170, 'close', 'Close'),
(171, 'cancel', 'Cancel'),
(172, 'continue', 'Continue'),
(173, 'ok', 'Ok'),
(174, 'success', 'Success'),
(175, 'successfully', 'Successfully'),
(176, 'div_added_to_bottom_', 'Div added to bottom '),
(177, 'div_has_been_deleted_', 'Div has been deleted '),
(178, 'home', 'Home'),
(179, 'administrator', 'Administrator'),
(180, 'start_learning_from_best_platform', 'Start learning from best platform'),
(181, 'study_any_topic,_anytime._explore_thousands_of_courses_for_the_lowest_price_ever!', 'Study any topic, anytime. explore thousands of courses for the lowest price ever!'),
(182, 'what_do_you_want_to_learn', 'What do you want to learn'),
(183, 'search', 'Search'),
(184, 'online_courses', 'Online courses'),
(185, 'explore_a_variety_of_fresh_topics', 'Explore a variety of fresh topics'),
(186, 'expert_instruction', 'Expert instruction'),
(187, 'find_the_right_course_for_you', 'Find the right course for you'),
(188, 'lifetime_access', 'Lifetime access'),
(189, 'learn_on_your_schedule', 'Learn on your schedule'),
(190, 'top_courses', 'Top courses'),
(191, 'top', 'Top'),
(192, 'latest_courses', 'Latest courses'),
(193, 'join_now_to_start_learning', 'Join now to start learning'),
(194, 'get_started', 'Get started'),
(195, 'become_a_new_instructor', 'Become a new instructor'),
(196, 'join_now', 'Join now'),
(197, 'add_to_cart', 'Add to cart'),
(198, 'added_to_cart', 'Added to cart'),
(199, 'free_courses', 'Free courses'),
(200, 'paid_courses', 'Paid courses'),
(201, 'course_list', 'Course list'),
(202, 'all', 'All'),
(203, 'status', 'Status'),
(204, 'active', 'Active'),
(205, 'pending', 'Pending'),
(206, 'private', 'Private'),
(207, 'instructor', 'Instructor'),
(208, 'price', 'Price'),
(209, 'free', 'Free'),
(210, 'paid', 'Paid'),
(211, 'filter', 'Filter'),
(212, 'title', 'Title'),
(213, 'category', 'Category'),
(214, 'lesson_and_section', 'Lesson and section'),
(215, 'enrolled_student', 'Enrolled student'),
(216, 'actions', 'Actions'),
(217, 'course_adding_form', 'Course adding form'),
(218, 'back_to_course_list', 'Back to course list'),
(219, 'basic', 'Basic'),
(220, 'info', 'Info'),
(221, 'pricing', 'Pricing'),
(222, 'media', 'Media'),
(223, 'seo', 'Seo'),
(224, 'finish', 'Finish'),
(225, 'course_title', 'Course title'),
(226, 'enter_course_title', 'Enter course title'),
(227, 'short_description', 'Short description'),
(228, 'description', 'Description'),
(229, 'select_a_category', 'Select a category'),
(230, 'select_sub_category', 'Select sub category'),
(231, 'level', 'Level'),
(232, 'beginner', 'Beginner'),
(233, 'advanced', 'Advanced'),
(234, 'intermediate', 'Intermediate'),
(235, 'language_made_in', 'Language made in'),
(236, 'enable_drip_content', 'Enable drip content'),
(237, 'keep_it_as_a_private_course', 'Keep it as a private course'),
(238, 'check_if_this_course_is_top_course', 'Check if this course is top course'),
(239, 'course_faq', 'Course faq'),
(240, 'faq_question', 'Faq question'),
(241, 'answer', 'Answer'),
(242, 'requirements', 'Requirements'),
(243, 'provide_requirements', 'Provide requirements'),
(244, 'outcomes', 'Outcomes'),
(245, 'provide_outcomes', 'Provide outcomes'),
(246, 'check_if_this_is_a_free_course', 'Check if this is a free course'),
(247, 'course_price', 'Course price'),
(248, 'enter_course_course_price', 'Enter course course price'),
(249, 'check_if_this_course_has_discount', 'Check if this course has discount'),
(250, 'discounted_price', 'Discounted price'),
(251, 'this_course_has', 'This course has'),
(252, 'discount', 'Discount'),
(253, 'course_overview_provider', 'Course overview provider'),
(254, 'youtube', 'Youtube'),
(255, 'vimeo', 'Vimeo'),
(256, 'html5', 'Html5'),
(257, 'course_overview_url', 'Course overview url'),
(258, 'course_thumbnail', 'Course thumbnail'),
(259, 'meta_keywords', 'Meta keywords'),
(260, 'write_a_keyword_and_then_press_enter_button', 'Write a keyword and then press enter button'),
(261, 'meta_description', 'Meta description'),
(262, 'thank_you', 'Thank you'),
(263, 'you_are_just_one_click_away', 'You are just one click away'),
(264, 'submit', 'Submit'),
(265, 'website_name', 'Website name'),
(266, 'website_title', 'Website title'),
(267, 'website_keywords', 'Website keywords'),
(268, 'website_description', 'Website description'),
(269, 'author', 'Author'),
(270, 'slogan', 'Slogan'),
(271, 'system_email', 'System email'),
(272, 'address', 'Address'),
(273, 'phone', 'Phone'),
(274, 'youtube_api_key', 'Youtube api key'),
(275, 'get_youtube_api_key', 'Get youtube api key'),
(276, 'vimeo_api_key', 'Vimeo api key'),
(277, 'get_vimeo_api_key', 'Get vimeo api key'),
(278, 'purchase_code', 'Purchase code'),
(279, 'system_language', 'System language'),
(280, 'student_email_verification', 'Student email verification'),
(281, 'enable', 'Enable'),
(282, 'disable', 'Disable'),
(283, 'course_accessibility', 'Course accessibility'),
(284, 'publicly', 'Publicly'),
(285, 'only_logged_in_users', 'Only logged in users'),
(286, 'number_of_authorized_devices', 'Number of authorized devices'),
(287, 'how_many_devices_do_you_want_to_allow_for_logging_in_using_a_single_account', 'How many devices do you want to allow for logging in using a single account'),
(288, 'course_selling_tax', 'Course selling tax'),
(289, 'enter_0_if_you_want_to_disable_the_tax_option', 'Enter 0 if you want to disable the tax option'),
(290, 'google_analytics_id', 'Google analytics id'),
(291, 'keep_it_blank_if_you_want_to_disable_it', 'Keep it blank if you want to disable it'),
(292, 'meta_pixel_id', 'Meta pixel id'),
(293, 'footer_text', 'Footer text'),
(294, 'footer_link', 'Footer link'),
(295, 'save', 'Save'),
(296, 'update_product', 'Update product'),
(297, 'file', 'File'),
(298, 'update', 'Update'),
(299, 'system_settings_updated', 'System settings updated'),
(300, 'frontend_settings', 'Frontend settings'),
(301, 'banner_title', 'Banner title'),
(302, 'banner_sub_title', 'Banner sub title'),
(303, 'cookie_status', 'Cookie status'),
(304, 'inactive', 'Inactive'),
(305, 'cookie_note', 'Cookie note'),
(306, 'facebook', 'Facebook'),
(307, 'twitter', 'Twitter'),
(308, 'linkedin', 'Linkedin'),
(309, 'update_settings', 'Update settings'),
(310, 'recaptcha_settings', 'Recaptcha settings'),
(311, 'recaptcha_status', 'Recaptcha status'),
(312, 'recaptcha_sitekey', 'Recaptcha sitekey'),
(313, 'recaptcha_secretkey', 'Recaptcha secretkey'),
(314, 'update_recaptcha_settings', 'Update recaptcha settings'),
(315, 'update_banner_image', 'Update banner image'),
(316, 'upload_banner_image', 'Upload banner image'),
(317, 'update_light_logo', 'Update light logo'),
(318, 'upload_light_logo', 'Upload light logo'),
(319, 'update_dark_logo', 'Update dark logo'),
(320, 'upload_dark_logo', 'Upload dark logo'),
(321, 'update_small_logo', 'Update small logo'),
(322, 'upload_small_logo', 'Upload small logo'),
(323, 'update_favicon', 'Update favicon'),
(324, 'upload_favicon', 'Upload favicon'),
(325, 'frontend_settings_updated', 'Frontend settings updated'),
(326, 'import_your_data', 'Import your data'),
(327, 'choose_your_demo_file', 'Choose your demo file'),
(328, 'import', 'Import'),
(329, 'import_your_language_file', 'Import your language file'),
(330, 'choose_your_json_file', 'Choose your json file'),
(331, 'backup_data', 'Backup data'),
(332, 'backup_your_current_data', 'Backup your current data'),
(333, 'keep_a_backup', 'Keep a backup'),
(334, 'no_backup', 'No backup'),
(335, 'invalid_login_credentials', 'Invalid login credentials'),
(336, 'theme_settings', 'Theme settings'),
(337, 'buy_new_theme', 'Buy new theme'),
(338, 'installed_themes', 'Installed themes'),
(339, 'add_new_themes', 'Add new themes'),
(340, 'active_theme', 'Active theme'),
(341, 'theme_successfully_activated', 'Theme successfully activated'),
(342, 'you_do_not_have_right_to_access_this_theme', 'You do not have right to access this theme'),
(343, 'addon_manager', 'Addon manager'),
(344, 'buy_new_addon', 'Buy new addon'),
(345, 'install_addon', 'Install addon'),
(346, 'installed_addons', 'Installed addons'),
(347, 'available_addons', 'Available addons'),
(348, 'name', 'Name'),
(349, 'version', 'Version'),
(350, 'logo_updated', 'Logo updated'),
(351, 'favicon_updated', 'Favicon updated'),
(352, 'manage_your_drip_content_settings', 'Manage your drip content settings'),
(353, 'lesson_completion_role', 'Lesson completion role'),
(354, 'video_percentage_wise', 'Video percentage wise'),
(355, 'video_duration_wise', 'Video duration wise'),
(356, 'minimum_duration_to_watch', 'Minimum duration to watch'),
(357, 'minimum_percentage_to_watch', 'Minimum percentage to watch'),
(358, 'message_for_locked_lesson', 'Message for locked lesson'),
(359, 'save_changes', 'Save changes'),
(360, 'attention', 'Attention'),
(361, 'the_auto_checkmark_is_only_applicable_for_video_lessons', 'The auto checkmark is only applicable for video lessons'),
(362, 'learn_more', 'Learn more'),
(363, 'multi_language_settings', 'Multi language settings'),
(364, 'manage_language', 'Manage language'),
(365, 'language_list', 'Language list'),
(366, 'add_language', 'Add language'),
(367, 'language', 'Language'),
(368, 'option', 'Option'),
(369, 'edit_phrase', 'Edit phrase'),
(370, 'delete_language', 'Delete language'),
(371, 'add_new_phrase', 'Add new phrase'),
(372, 'add_new_language', 'Add new language'),
(373, 'no_special_character_or_space_is_allowed', 'No special character or space is allowed'),
(374, 'valid_examples', 'Valid examples'),
(375, 'phrase_updated', 'Phrase updated'),
(376, 'protocol', 'Protocol'),
(377, 'smtp_crypto', 'Smtp crypto'),
(378, 'smtp_host', 'Smtp host'),
(379, 'smtp_port', 'Smtp port'),
(380, 'smtp_username', 'Smtp username'),
(381, 'smtp_password', 'Smtp password'),
(382, 'custom_pages', 'Custom pages'),
(383, 'add_a_new_page', 'Add a new page'),
(384, 'page_title', 'Page title'),
(385, 'button_title', 'Button title'),
(386, 'button_position', 'Button position'),
(387, 'basic_info', 'Basic info'),
(388, 'first_name', 'First name'),
(389, 'last_name', 'Last name'),
(390, 'facebook_link', 'Facebook link'),
(391, 'twitter_link', 'Twitter link'),
(392, 'linkedin_link', 'Linkedin link'),
(393, 'a_short_title_about_yourself', 'A short title about yourself'),
(394, 'skills', 'Skills'),
(395, 'write_your_skill_and_click_the_enter_button', 'Write your skill and click the enter button'),
(396, 'biography', 'Biography'),
(397, 'photo', 'Photo'),
(398, 'the_image_size_should_be_any_square_image', 'The image size should be any square image'),
(399, 'choose_file', 'Choose file'),
(400, 'update_profile', 'Update profile'),
(401, 'current_password', 'Current password'),
(402, 'new_password', 'New password'),
(403, 'confirm_new_password', 'Confirm new password'),
(404, 'update_password', 'Update password'),
(405, 'add_new_category', 'Add new category'),
(406, 'add_category', 'Add category'),
(407, 'category_add_form', 'Category add form'),
(408, 'category_code', 'Category code'),
(409, 'category_title', 'Category title'),
(410, 'parent', 'Parent'),
(411, 'none', 'None'),
(412, 'select_none_to_create_a_parent_category', 'Select none to create a parent category'),
(413, 'icon_picker', 'Icon picker'),
(414, 'category_thumbnail', 'Category thumbnail'),
(415, 'the_image_size_should_be', 'The image size should be'),
(416, 'choose_thumbnail', 'Choose thumbnail'),
(417, 'data_added_successfully', 'Data added successfully'),
(418, 'sub_categories', 'Sub categories'),
(419, 'edit', 'Edit'),
(420, 'delete', 'Delete'),
(421, 'edit_category', 'Edit category'),
(422, 'update_category', 'Update category'),
(423, 'update_category_form', 'Update category form'),
(424, 'course_has_been_added_successfully', 'Course has been added successfully'),
(425, 'edit_course', 'Edit course'),
(426, 'course_manager', 'Course manager'),
(427, 'view_on_frontend', 'View on frontend'),
(428, 'curriculum', 'Curriculum'),
(429, 'add_new_section', 'Add new section'),
(430, 'add_section', 'Add section'),
(431, 'instructor_of_this_course', 'Instructor of this course'),
(432, 'mark_as_pending', 'Mark as pending'),
(433, 'section_and_lesson', 'Section and lesson'),
(434, 'edit_this_course', 'Edit this course'),
(435, 'view_course_on_frontend', 'View course on frontend'),
(436, 'go_to_course_playing_page', 'Go to course playing page'),
(437, 'total_section', 'Total section'),
(438, 'total_lesson', 'Total lesson'),
(439, 'total_enrolment', 'Total enrolment'),
(440, 'hours', 'Hours'),
(441, 'payment_gateway', 'Payment gateway'),
(442, 'back_to_mobile_app', 'Back to mobile app'),
(443, 'make_payment', 'Make payment'),
(444, 'select_payment_gateway', 'Select payment gateway'),
(445, 'order', 'Order'),
(446, 'summary', 'Summary'),
(447, 'by', 'By'),
(448, 'pay_by_paypal', 'Pay by paypal'),
(449, 'pay_with_stripe', 'Pay with stripe'),
(450, 'please_wait', 'Please wait'),
(451, 'pay_by_razorpay', 'Pay by razorpay'),
(452, 'private_messaging', 'Private messaging'),
(453, 'private_message', 'Private message'),
(454, 'new_message', 'New message'),
(455, 'choose_an_option_from_the_left_side', 'Choose an option from the left side'),
(456, 'write_new_messages', 'Write new messages'),
(457, 'recipient', 'Recipient'),
(458, 'select_a_user', 'Select a user'),
(459, 'type_your_message', 'Type your message'),
(460, 'sent_message', 'Sent message'),
(461, 'message_sent', 'Message sent'),
(462, 'student', 'Student'),
(463, 'please_enter_your_messsage', 'Please enter your messsage'),
(464, 'my_courses', 'My courses'),
(465, 'go_to_wishlist', 'Go to wishlist'),
(466, 'your_wishlist_is_empty', 'Your wishlist is empty'),
(467, 'explore_courses', 'Explore courses'),
(468, 'hi', 'Hi'),
(469, 'welcome_back', 'Welcome back'),
(470, 'my_wishlist', 'My wishlist'),
(471, 'my_messages', 'My messages'),
(472, 'user_profile', 'User profile'),
(473, 'log_out', 'Log out'),
(474, 'wishlists', 'Wishlists'),
(475, 'messages', 'Messages'),
(476, 'profile', 'Profile'),
(477, 'reset', 'Reset'),
(478, 'search_my_courses', 'Search my courses'),
(479, 'compose', 'Compose'),
(480, 'send', 'Send'),
(481, 'all_category', 'All category'),
(482, 'ratings', 'Ratings'),
(483, 'showing', 'Showing'),
(484, 'of', 'Of'),
(485, 'results', 'Results'),
(486, 'sort_by', 'Sort by'),
(487, 'newest', 'Newest'),
(488, 'highest_rating', 'Highest rating'),
(489, 'discounted', 'Discounted'),
(490, 'lowest_price', 'Lowest price'),
(491, 'highest_price', 'Highest price'),
(492, 'lessons', 'Lessons'),
(493, 'compare', 'Compare'),
(494, 'show_more', 'Show more'),
(495, 'show_less', 'Show less'),
(496, 'course', 'Course'),
(497, 'students_enrolled', 'Students enrolled'),
(498, 'created_by', 'Created by'),
(499, 'last_updated', 'Last updated'),
(500, 'curriculum_for_this_course', 'Curriculum for this course'),
(501, 'other_related_courses', 'Other related courses'),
(502, 'about_instructor', 'About instructor'),
(503, 'reviews', 'Reviews'),
(504, 'student_feedback', 'Student feedback'),
(505, 'preview_this_course', 'Preview this course'),
(506, 'add_to_wishlist', 'Add to wishlist'),
(507, 'buy_now', 'Buy now'),
(508, 'includes', 'Includes'),
(509, 'on_demand_videos', 'On demand videos'),
(510, 'access_on_mobile_and_tv', 'Access on mobile and tv'),
(511, 'full_lifetime_access', 'Full lifetime access'),
(512, 'compare_this_course_with_other', 'Compare this course with other'),
(513, 'course_preview', 'Course preview'),
(514, 'added_to_wishlist', 'Added to wishlist');

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

--
-- Table structure for table `lesson`
--

CREATE TABLE `lesson` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `duration` varchar(255) DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `section_id` int(11) DEFAULT NULL,
  `video_type` varchar(255) DEFAULT NULL,
  `cloud_video_id` int(20) DEFAULT NULL,
  `video_url` varchar(255) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `lesson_type` varchar(255) DEFAULT NULL,
  `attachment` longtext DEFAULT NULL,
  `attachment_type` varchar(255) DEFAULT NULL,
  `caption` varchar(255) DEFAULT NULL,
  `summary` longtext DEFAULT NULL,
  `is_free` int(11) NOT NULL DEFAULT 0,
  `order` int(11) NOT NULL DEFAULT 0,
  `video_type_for_mobile_application` varchar(255) DEFAULT NULL,
  `video_url_for_mobile_application` varchar(255) DEFAULT NULL,
  `duration_for_mobile_application` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `log`
--

CREATE TABLE `log` (
  `id` int(11) NOT NULL,
  `from` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `message`
--

CREATE TABLE `message` (
  `message_id` int(11) NOT NULL,
  `message_thread_code` longtext DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `sender` longtext DEFAULT NULL,
  `timestamp` longtext DEFAULT NULL,
  `read_status` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `message`
--

INSERT INTO `message` (`message_id`, `message_thread_code`, `message`, `sender`, `timestamp`, `read_status`) VALUES
(1, '480f024004e480d', 'Hi, you see this?', '1', '1675689911', 0);

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

--
-- Table structure for table `message_thread`
--

CREATE TABLE `message_thread` (
  `message_thread_id` int(11) NOT NULL,
  `message_thread_code` longtext DEFAULT NULL,
  `sender` varchar(255) DEFAULT '',
  `receiver` varchar(255) DEFAULT '',
  `last_message_timestamp` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `message_thread`
--

INSERT INTO `message_thread` (`message_thread_id`, `message_thread_code`, `sender`, `receiver`, `last_message_timestamp`) VALUES
(1, '480f024004e480d', '1', '2', NULL);

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

--
-- Table structure for table `payment`
--

CREATE TABLE `payment` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `payment_type` varchar(50) DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `admin_revenue` varchar(255) DEFAULT NULL,
  `instructor_revenue` varchar(255) DEFAULT NULL,
  `tax` double DEFAULT NULL,
  `instructor_payment_status` int(11) DEFAULT 0,
  `transaction_id` varchar(255) DEFAULT NULL,
  `session_id` varchar(255) DEFAULT NULL,
  `coupon` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `payment_gateways`
--

CREATE TABLE `payment_gateways` (
  `id` int(11) NOT NULL,
  `identifier` varchar(255) DEFAULT NULL,
  `currency` varchar(100) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `keys` text NOT NULL,
  `model_name` varchar(255) DEFAULT NULL,
  `enabled_test_mode` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `is_addon` int(11) NOT NULL,
  `created_at` varchar(100) NOT NULL,
  `updated_at` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `payment_gateways`
--

INSERT INTO `payment_gateways` (`id`, `identifier`, `currency`, `title`, `description`, `keys`, `model_name`, `enabled_test_mode`, `status`, `is_addon`, `created_at`, `updated_at`) VALUES
(1, 'paypal', 'USD', 'Paypal', '', '{\"sandbox_client_id\":\"AfGaziKslex-scLAyYdDYXNFaz2aL5qGau-SbDgE_D2E80D3AFauLagP8e0kCq9au7W4IasmFbirUUYc\",\"sandbox_secret_key\":\"EMa5pCTuOpmHkhHaCGibGhVUcKg0yt5-C3CzJw-OWJCzaXXzTlyD17SICob_BkfM_0Nlk7TWnN42cbGz\",\"production_client_id\":\"1234\",\"production_secret_key\":\"12345\"}', 'Payment_model', 1, 1, 0, '', '1673263724'),
(2, 'stripe', 'USD', 'Stripe', '', '{\"public_key\":\"pk_test_CAC3cB1mhgkJqXtypYBTGb4f\",\"secret_key\":\"sk_test_iatnshcHhQVRXdygXw3L2Pp2\",\"public_live_key\":\"pk_live_xxxxxxxxxxxxxxxxxxxxxxxx\",\"secret_live_key\":\"sk_live_xxxxxxxxxxxxxxxxxxxxxxxx\"}', 'Payment_model', 1, 1, 0, '', '1673263724'),
(3, 'razorpay', 'USD', 'Razorpay', '', '{\"key_id\":\"rzp_test_J60bqBOi1z1aF5\",\"secret_key\":\"uk935K7p4j96UCJgHK8kAU4q\",\"theme_color\":\"#23d792\"}', 'Payment_model', 1, 1, 0, '', '1673264610');

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

--
-- Table structure for table `payout`
--

CREATE TABLE `payout` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `payment_type` varchar(255) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` int(11) DEFAULT NULL,
  `permissions` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `question`
--

CREATE TABLE `question` (
  `id` int(11) UNSIGNED NOT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `number_of_options` int(11) DEFAULT NULL,
  `options` longtext DEFAULT NULL,
  `correct_answers` longtext DEFAULT NULL,
  `order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `quiz_results`
--

CREATE TABLE `quiz_results` (
  `quiz_result_id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_answers` longtext NOT NULL,
  `correct_answers` longtext NOT NULL COMMENT 'question_id',
  `total_obtained_marks` double NOT NULL,
  `date_added` varchar(100) NOT NULL,
  `date_updated` varchar(100) NOT NULL,
  `is_submitted` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `rating`
--

CREATE TABLE `rating` (
  `id` int(11) UNSIGNED NOT NULL,
  `rating` double DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `ratable_id` int(11) DEFAULT NULL,
  `ratable_type` varchar(50) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `review` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `role`
--

CREATE TABLE `role` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `role`
--

INSERT INTO `role` (`id`, `name`, `date_added`, `last_modified`) VALUES
(1, 'Admin', 1234567890, 1234567890),
(2, 'User', 1234567890, 1234567890);

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

--
-- Table structure for table `section`
--

CREATE TABLE `section` (
  `id` int(11) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

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

CREATE TABLE `settings` (
  `id` int(11) UNSIGNED NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

INSERT INTO `settings` (`id`, `key`, `value`) VALUES
(1, 'language', 'english'),
(2, 'system_name', 'Gestión Riesgos - GR'),
(3, 'system_title', 'Gestión Riesgos - GR'),
(4, 'system_email', 'info@Gestion.com'),
(5, 'address', 'Sydney, Australia'),
(6, 'phone', '+143-52-9933631'),
(7, 'purchase_code', '23234324'),
(8, 'paypal', '[{\"active\":\"1\",\"mode\":\"sandbox\",\"sandbox_client_id\":\"AfGaziKslex-scLAyYdDYXNFaz2aL5qGau-SbDgE_D2E80D3AFauLagP8e0kCq9au7W4IasmFbirUUYc\",\"sandbox_secret_key\":\"EMa5pCTuOpmHkhHaCGibGhVUcKg0yt5-C3CzJw-OWJCzaXXzTlyD17SICob_BkfM_0Nlk7TWnN42cbGz\",\"production_client_id\":\"1234\",\"production_secret_key\":\"12345\"}]'),
(9, 'stripe_keys', '[{\"active\":\"1\",\"testmode\":\"on\",\"public_key\":\"pk_test_CAC3cB1mhgkJqXtypYBTGb4f\",\"secret_key\":\"sk_test_iatnshcHhQVRXdygXw3L2Pp2\",\"public_live_key\":\"pk_live_xxxxxxxxxxxxxxxxxxxxxxxx\",\"secret_live_key\":\"sk_live_xxxxxxxxxxxxxxxxxxxxxxxx\"}]'),
(10, 'youtube_api_key', 'youtube-api-key'),
(11, 'vimeo_api_key', '39258384b69994dba483c10286825b5c'),
(12, 'slogan', 'A course based video CMS'),
(13, 'text_align', NULL),
(14, 'allow_instructor', '1'),
(15, 'instructor_revenue', '70'),
(16, 'system_currency', 'USD'),
(17, 'paypal_currency', 'USD'),
(18, 'stripe_currency', 'USD'),
(19, 'author', 'Gestion'),
(20, 'currency_position', 'left'),
(21, 'website_description', 'Study any topic, anytime. explore thousands of courses for the lowest price ever!'),
(22, 'website_keywords', 'LMS,Learning Management System'),
(23, 'footer_text', ''),
(24, 'footer_link', 'http://Gestion.com'),
(25, 'protocol', 'smtp'),
(26, 'smtp_host', 'smtp.gmail.com'),
(27, 'smtp_port', '587'),
(28, 'smtp_user', 'your-email-address'),
(29, 'smtp_pass', 'your-email-password'),
(30, 'version', '5.12'),
(31, 'student_email_verification', 'disable'),
(32, 'instructor_application_note', 'Fill all the fields carefully and share if you want to share any document with us it will help us to evaluate you as an instructor.'),
(33, 'razorpay_keys', '[{\"active\":\"1\",\"key\":\"rzp_test_J60bqBOi1z1aF5\",\"secret_key\":\"uk935K7p4j96UCJgHK8kAU4q\",\"theme_color\":\"#c7a600\"}]'),
(34, 'razorpay_currency', 'USD'),
(35, 'fb_app_id', 'facebook-app-id'),
(36, 'fb_app_secret', 'facebook-app-secret-key'),
(37, 'fb_social_login', '0'),
(38, 'drip_content_settings', '{\"lesson_completion_role\":\"percentage\",\"minimum_duration\":10,\"minimum_percentage\":\"50\",\"locked_lesson_message\":\"&lt;h3 xss=&quot;removed&quot; style=&quot;text-align: center; &quot;&gt;&lt;span xss=&quot;removed&quot;&gt;&lt;strong&gt;Permission denied!&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/h3&gt;&lt;p xss=&quot;removed&quot; style=&quot;text-align: center; &quot;&gt;&lt;span xss=&quot;removed&quot;&gt;This course supports drip content, so you must complete the previous lessons.&lt;\\/span&gt;&lt;\\/p&gt;\"}'),
(41, 'course_accessibility', 'publicly'),
(42, 'smtp_crypto', 'tls'),
(43, 'allowed_device_number_of_loging', '10'),
(47, 'academy_cloud_access_token', 'jdfghasdfasdfasdfasdfasdf'),
(48, 'course_selling_tax', '10'),
(49, 'ccavenue_keys', '[{\"active\":\"1\",\"ccavenue_merchant_id\":\"cmi_xxxxxx\",\"ccavenue_working_key\":\"cwk_xxxxxxxxxxxx\",\"ccavenue_access_code\":\"ccc_xxxxxxxxxxxxx\"}]'),
(50, 'ccavenue_currency', 'INR'),
(51, 'iyzico_keys', '[{\"active\":\"1\",\"testmode\":\"on\",\"iyzico_currency\":\"TRY\",\"api_test_key\":\"atk_xxxxxxxx\",\"secret_test_key\":\"stk_xxxxxxxx\",\"api_live_key\":\"alk_xxxxxxxx\",\"secret_live_key\":\"slk_xxxxxxxx\"}]'),
(52, 'iyzico_currency', 'TRY'),
(53, 'paystack_keys', '[{\"active\":\"1\",\"testmode\":\"on\",\"secret_test_key\":\"sk_test_c746060e693dd50c6f397dffc6c3b2f655217c94\",\"public_test_key\":\"pk_test_0816abbed3c339b8473ff22f970c7da1c78cbe1b\",\"secret_live_key\":\"sk_live_xxxxxxxxxxxxxxxxxxxxx\",\"public_live_key\":\"pk_live_xxxxxxxxxxxxxxxxxxxxx\"}]'),
(54, 'paystack_currency', 'NGN'),
(55, 'paytm_keys', '[{\"PAYTM_MERCHANT_KEY\":\"PAYTM_MERCHANT_KEY\",\"PAYTM_MERCHANT_MID\":\"PAYTM_MERCHANT_MID\",\"PAYTM_MERCHANT_WEBSITE\":\"DEFAULT\",\"INDUSTRY_TYPE_ID\":\"Retail\",\"CHANNEL_ID\":\"WEB\"}]'),
(57, 'google_analytics_id', ''),
(58, 'meta_pixel_id', '');

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

--
-- Table structure for table `tag`
--

CREATE TABLE `tag` (
  `id` int(11) UNSIGNED NOT NULL,
  `tag` varchar(255) DEFAULT NULL,
  `tagable_id` int(11) DEFAULT NULL,
  `tagable_type` varchar(255) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

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

CREATE TABLE `users` (
  `id` int(11) UNSIGNED NOT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `skills` longtext NOT NULL,
  `social_links` longtext DEFAULT NULL,
  `biography` longtext DEFAULT NULL,
  `role_id` int(11) DEFAULT NULL,
  `date_added` int(11) DEFAULT NULL,
  `last_modified` int(11) DEFAULT NULL,
  `wishlist` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `payment_keys` longtext NOT NULL,
  `verification_code` longtext DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `is_instructor` int(11) DEFAULT 0,
  `image` varchar(255) DEFAULT NULL,
  `sessions` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

INSERT INTO `users` (`id`, `first_name`, `last_name`, `email`, `password`, `skills`, `social_links`, `biography`, `role_id`, `date_added`, `last_modified`, `wishlist`, `title`, `payment_keys`, `verification_code`, `status`, `is_instructor`, `image`, `sessions`) VALUES
(1, 'admin', 'admin', 'admin@gmail.com', '6c7ca345f63f835cb353ff15bd6c5e052ec08e7a', '', '{\"facebook\":\"\",\"twitter\":\"\",\"linkedin\":\"\"}', NULL, 1, NULL, NULL, NULL, NULL, '', NULL, 1, 1, NULL, ''),
(2, 'kk', 'kk', 'kkk@gm.com', '7c4a8d09ca3762af61e59520943dc26494f8941b', '', '{\"facebook\":\"\",\"twitter\":\"\",\"linkedin\":\"\"}', NULL, 2, 1675501133, NULL, '[]', NULL, '[]', '382410', 1, 0, NULL, '[\"78e189334eaecf239f2b8ae5251317f91b024cf5\"]');

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

--
-- Table structure for table `watched_duration`
--

CREATE TABLE `watched_duration` (
  `watched_id` int(11) UNSIGNED NOT NULL,
  `watched_student_id` int(11) DEFAULT NULL,
  `watched_course_id` int(11) DEFAULT NULL,
  `watched_lesson_id` int(11) DEFAULT NULL,
  `current_duration` int(20) DEFAULT NULL,
  `watched_counter` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `watch_histories`
--

CREATE TABLE `watch_histories` (
  `watch_history_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `student_id` int(11) NOT NULL,
  `completed_lesson` longtext NOT NULL,
  `course_progress` int(11) NOT NULL,
  `watching_lesson_id` int(11) NOT NULL,
  `quiz_result` longtext NOT NULL,
  `date_added` varchar(100) DEFAULT NULL,
  `date_updated` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Indexes for dumped tables
--

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

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

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`blog_id`);

--
-- Indexes for table `blog_category`
--
ALTER TABLE `blog_category`
  ADD PRIMARY KEY (`blog_category_id`);

--
-- Indexes for table `blog_comments`
--
ALTER TABLE `blog_comments`
  ADD PRIMARY KEY (`blog_comment_id`);

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

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

--
-- Indexes for table `coupons`
--
ALTER TABLE `coupons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

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

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

--
-- Indexes for table `custom_page`
--
ALTER TABLE `custom_page`
  ADD PRIMARY KEY (`custom_page_id`);

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

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

--
-- Indexes for table `language`
--
ALTER TABLE `language`
  ADD PRIMARY KEY (`phrase_id`);

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

--
-- Indexes for table `message`
--
ALTER TABLE `message`
  ADD PRIMARY KEY (`message_id`);

--
-- Indexes for table `message_thread`
--
ALTER TABLE `message_thread`
  ADD PRIMARY KEY (`message_thread_id`);

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

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

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

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

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

--
-- Indexes for table `quiz_results`
--
ALTER TABLE `quiz_results`
  ADD PRIMARY KEY (`quiz_result_id`);

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

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

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

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

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

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

--
-- Indexes for table `watched_duration`
--
ALTER TABLE `watched_duration`
  ADD PRIMARY KEY (`watched_id`);

--
-- Indexes for table `watch_histories`
--
ALTER TABLE `watch_histories`
  ADD PRIMARY KEY (`watch_history_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `addons`
--
ALTER TABLE `addons`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `applications`
--
ALTER TABLE `applications`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `blog_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blog_category`
--
ALTER TABLE `blog_category`
  MODIFY `blog_category_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blog_comments`
--
ALTER TABLE `blog_comments`
  MODIFY `blog_comment_id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `comment`
--
ALTER TABLE `comment`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course`
--
ALTER TABLE `course`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

--
-- AUTO_INCREMENT for table `custom_page`
--
ALTER TABLE `custom_page`
  MODIFY `custom_page_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `enrol`
--
ALTER TABLE `enrol`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `frontend_settings`
--
ALTER TABLE `frontend_settings`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `language`
--
ALTER TABLE `language`
  MODIFY `phrase_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=515;

--
-- AUTO_INCREMENT for table `lesson`
--
ALTER TABLE `lesson`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `message`
--
ALTER TABLE `message`
  MODIFY `message_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `message_thread`
--
ALTER TABLE `message_thread`
  MODIFY `message_thread_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `payment`
--
ALTER TABLE `payment`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `payout`
--
ALTER TABLE `payout`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `question`
--
ALTER TABLE `question`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `quiz_results`
--
ALTER TABLE `quiz_results`
  MODIFY `quiz_result_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rating`
--
ALTER TABLE `rating`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `role`
--
ALTER TABLE `role`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `section`
--
ALTER TABLE `section`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT for table `tag`
--
ALTER TABLE `tag`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `watched_duration`
--
ALTER TABLE `watched_duration`
  MODIFY `watched_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `watch_histories`
--
ALTER TABLE `watch_histories`
  MODIFY `watch_history_id` int(11) NOT NULL AUTO_INCREMENT;
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 */;
