MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/master-template/common/config/emblazeo_master.sql
-- MySQL dump 10.13  Distrib 5.7.33, for Linux (x86_64)
--
-- Host: localhost    Database: emblazeo_master
-- ------------------------------------------------------
-- Server version	5.7.33

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wbp_banners`
--

DROP TABLE IF EXISTS `wbp_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `sort` int(11) DEFAULT NULL,
  `description` text,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_banners`
--

LOCK TABLES `wbp_banners` WRITE;
/*!40000 ALTER TABLE `wbp_banners` DISABLE KEYS */;
INSERT INTO `wbp_banners` VALUES (1,'Title Place holder',1,NULL,'Sed tristique justo sed odio ultrices gravida. In at arcu aliquet turpis scelerisque interdum sit amet ac urna. Morbi eget lacus orci. Aenean eu porttitor ipsum. Maecenas feugiat vestibulum urna.','2020-12-16 08:35:50','2020-12-16 10:46:04'),(2,'',1,NULL,'','2020-12-17 10:52:12','2020-12-17 10:52:12');
/*!40000 ALTER TABLE `wbp_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_banners_sites`
--

DROP TABLE IF EXISTS `wbp_banners_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_banners_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `banner_id` int(11) NOT NULL,
  `site_id` int(11) NOT NULL,
  `sort` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_banners_sites`
--

LOCK TABLES `wbp_banners_sites` WRITE;
/*!40000 ALTER TABLE `wbp_banners_sites` DISABLE KEYS */;
INSERT INTO `wbp_banners_sites` VALUES (1,1,1,NULL),(2,2,1,NULL);
/*!40000 ALTER TABLE `wbp_banners_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_categories`
--

DROP TABLE IF EXISTS `wbp_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `href` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_categories`
--

LOCK TABLES `wbp_categories` WRITE;
/*!40000 ALTER TABLE `wbp_categories` DISABLE KEYS */;
INSERT INTO `wbp_categories` VALUES (1,'HEALTH & WELLNESS','health-wellness',1,'2020-12-18 09:39:33','2020-12-21 03:53:04'),(2,'BEAUTY & SKINCARE','beauty-skincare',1,'2020-12-18 09:39:46','2020-12-21 03:53:00'),(3,'TECHNOLOGY','technology',1,'2020-12-18 09:39:58','2020-12-21 03:52:55'),(4,'APPAREL & ACCESSORIES','apparel-accessories',1,'2020-12-18 09:40:11','2020-12-21 03:52:44');
/*!40000 ALTER TABLE `wbp_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_categories_sites`
--

DROP TABLE IF EXISTS `wbp_categories_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_categories_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `site_id` int(11) DEFAULT NULL,
  `sort` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_categories_sites`
--

LOCK TABLES `wbp_categories_sites` WRITE;
/*!40000 ALTER TABLE `wbp_categories_sites` DISABLE KEYS */;
INSERT INTO `wbp_categories_sites` VALUES (1,1,1,NULL),(2,2,1,NULL),(3,3,1,NULL),(4,4,1,NULL);
/*!40000 ALTER TABLE `wbp_categories_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_clients`
--

DROP TABLE IF EXISTS `wbp_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `login_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_key` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `password_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `password_reset_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `wrong_pass_entered` int(11) DEFAULT NULL,
  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `first_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `last_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `middle_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `parent` int(11) DEFAULT NULL,
  `creator_id` int(11) DEFAULT NULL,
  `role` smallint(6) NOT NULL DEFAULT '10',
  `status` smallint(6) NOT NULL DEFAULT '1',
  `sort` int(11) NOT NULL DEFAULT '0',
  `created_at` int(11) DEFAULT NULL,
  `updated_at` int(11) DEFAULT NULL,
  `last_login` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `generated_password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_clients`
--

LOCK TABLES `wbp_clients` WRITE;
/*!40000 ALTER TABLE `wbp_clients` DISABLE KEYS */;
INSERT INTO `wbp_clients` VALUES (1,'testws',NULL,NULL,'$2y$13$hqahSNHSxMqf9k9ZBH2n1.CI7qZan5Zp8w8WF7VefpbDqNptcZp1C',NULL,NULL,'test1@test.com',NULL,'test','test',NULL,NULL,NULL,10,1,0,1610640713,1611332960,'2021-01-14 11:11:53',NULL);
/*!40000 ALTER TABLE `wbp_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_config`
--

DROP TABLE IF EXISTS `wbp_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_config` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `value` text,
  `added_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_config`
--

LOCK TABLES `wbp_config` WRITE;
/*!40000 ALTER TABLE `wbp_config` DISABLE KEYS */;
INSERT INTO `wbp_config` VALUES (1,'theme','l','2020-08-29 08:57:48'),(2,'title','Limitless Fit','2020-08-29 09:04:18'),(3,'login_logo_url','/logo.png','2020-08-29 09:09:30'),(4,'logo_header_url','/logo.png','2020-08-29 11:10:57'),(5,'phone',NULL,'2020-08-29 13:58:30'),(6,'telegram','','2020-08-29 13:58:36'),(7,'viber','','2020-08-29 13:58:43'),(8,'email',NULL,'2020-08-29 13:59:06'),(9,'address',NULL,'2020-08-29 13:59:22'),(10,'instagram','https://instagram.com','2020-08-29 13:59:36'),(11,'facebook','https://facebook.com','2020-08-29 13:59:41'),(12,'footer_description',NULL,'2020-08-29 13:59:57'),(13,'copyright','© 2019 limitless VIP, All Rights Reserved','2020-08-29 14:00:06'),(14,'telegram_token',NULL,'2020-08-30 12:30:07'),(15,'telegram_bot_name',NULL,'2020-08-30 12:30:40'),(25,'seo_description',NULL,'2020-11-11 12:44:45'),(26,'twitter','https://twitter.com','2020-11-25 13:08:53'),(19,'seo_title','Limitless Fit','2020-09-01 22:23:13'),(23,'seo_keywords',NULL,'2020-09-01 22:24:22');
/*!40000 ALTER TABLE `wbp_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_files`
--

DROP TABLE IF EXISTS `wbp_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_id` int(11) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `deleted` tinyint(4) DEFAULT NULL,
  `unique_id` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `ext` varchar(10) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `parent` int(11) DEFAULT NULL,
  `sort` int(11) DEFAULT NULL,
  `added_date` datetime DEFAULT NULL,
  `updated_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_files`
--

LOCK TABLES `wbp_files` WRITE;
/*!40000 ALTER TABLE `wbp_files` DISABLE KEYS */;
INSERT INTO `wbp_files` VALUES (11,NULL,'supplementPlans',1,0,'FileUploader_5fc12c07e38ac','nav_8.png','png','2020-11-27 11:40:49','2020-11-27 11:40:49',NULL,NULL,NULL,NULL),(10,3,'supplementPlans',1,0,'FileUploader_5fabfdcf5e575','nav_2.svg','svg','2020-11-11 10:06:10','2020-11-11 10:06:13',NULL,NULL,NULL,NULL),(8,1,'supplementPlans',1,0,'FileUploader_5fabfd55dfd7f','nav_1.svg','svg','2020-11-11 10:03:54','2020-11-11 10:03:56',NULL,NULL,NULL,NULL),(9,2,'supplementPlans',1,0,'FileUploader_5fabfd9853e65','nav_1.svg','svg','2020-11-11 10:05:27','2020-11-11 10:05:28',NULL,NULL,NULL,NULL),(12,1,'workoutsPlans',1,0,'FileUploader_5fc12c710957b','nav_9.png','png','2020-11-27 11:42:31','2020-11-27 11:42:38',NULL,NULL,NULL,NULL),(13,2,'workoutsPlans',1,0,'FileUploader_5fc12c8d51b1b','nav_7.png','png','2020-11-27 11:43:06','2020-11-27 11:43:08',NULL,NULL,NULL,NULL),(14,3,'workoutsPlans',1,0,'FileUploader_5fc12c9eddf93','nav_3.png','png','2020-11-27 11:43:26','2020-11-27 11:43:27',NULL,NULL,NULL,NULL),(15,2,'MealPlans',1,0,'FileUploader_5fc50b4935406','nav_5.png','png','2020-11-30 10:11:39','2020-11-30 10:14:10',NULL,NULL,NULL,NULL),(16,1,'MealPlans',1,0,'FileUploader_5fc51043f21b4','nav_7.png','png','2020-11-30 10:31:26','2020-11-30 10:31:40',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wbp_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_images`
--

DROP TABLE IF EXISTS `wbp_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(255) DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `deleted` tinyint(1) DEFAULT NULL,
  `unique_id` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `ext` varchar(255) DEFAULT NULL,
  `width` int(11) DEFAULT NULL,
  `height` int(11) DEFAULT NULL,
  `added_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_date` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  `sort` int(11) DEFAULT NULL,
  `aspect_ratio` varchar(255) DEFAULT NULL,
  `parent` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_images`
--

LOCK TABLES `wbp_images` WRITE;
/*!40000 ALTER TABLE `wbp_images` DISABLE KEYS */;
INSERT INTO `wbp_images` VALUES (34,1,'workoutsPlans',1,0,'ImageUploader_5fc12c71090ea','img_11.png','png',348,184,'2020-11-27 16:42:36','2020-11-27 16:42:38',NULL,'1.89130',NULL),(2,2,'supplementPlans',1,0,'ImageUploader_5fabfd9853a77','img_15.png','png',348,184,'2020-11-11 15:05:23','2020-11-11 15:05:28',NULL,'1.89130',NULL),(3,3,'supplementPlans',1,0,'ImageUploader_5fabfdcf5e0c3','img_16.png','png',348,184,'2020-11-11 15:06:03','2020-11-11 15:06:13',NULL,'1.89130',NULL),(4,0,'supplementPlans',1,0,'ImageUploader_5fb29dd2b2cce','img_5.png','png',348,184,'2020-11-16 15:42:56','2020-11-16 15:42:57',NULL,'1.89130',NULL),(5,1,'Exercises',1,0,'ImageUploader_5fb29e1da7a4a','img_5.png','png',348,184,'2020-11-16 15:43:29','2020-11-16 15:43:32',NULL,'1.89130',NULL),(6,2,'Exercises',1,0,'ImageUploader_5fb29e2bc2268','img_6.png','png',348,184,'2020-11-16 15:43:57','2020-11-16 15:43:58',NULL,'1.89130',NULL),(7,3,'Exercises',1,0,'ImageUploader_5fb29e434e8d7','img_7.png','png',348,184,'2020-11-16 15:44:14','2020-11-16 15:44:16',NULL,'1.89130',NULL),(8,4,'Exercises',1,0,'ImageUploader_5fb624eabfe7d','img_5.png','png',348,184,'2020-11-19 07:55:41','2020-11-19 07:55:44',NULL,'1.89130',NULL),(11,0,'Exercises',1,0,'ImageUploader_5fbf7b2334b14','pho_1.png','png',66,101,'2020-11-26 09:54:29','2020-11-26 09:54:30',NULL,'0.65347',NULL),(12,0,'Exercises',1,0,'ImageUploader_5fbf7b7004764','pho_1.png','png',66,101,'2020-11-26 09:56:26','2020-11-26 09:56:26',NULL,'0.65347',NULL),(13,0,'Exercises',1,0,'ImageUploader_5fbf7bcfbc91e','pho_1.png','png',66,101,'2020-11-26 09:56:37','2020-11-26 09:56:37',NULL,'0.65347',NULL),(14,0,'Exercises',1,0,'ImageUploader_5fbf7c038d54e','pho_1.png','png',66,101,'2020-11-26 09:57:33','2020-11-26 09:57:34',NULL,'0.65347',NULL),(15,0,'Exercises',1,0,'ImageUploader_5fbf7c2fdf1be','pho_1.png','png',66,101,'2020-11-26 09:58:19','2020-11-26 09:58:20',NULL,'0.65347',NULL),(16,0,'Exercises',1,0,'ImageUploader_5fbf7d068e952','pho_1.png','png',66,101,'2020-11-26 10:02:04','2020-11-26 10:02:04',NULL,'0.65347',NULL),(17,1,'PhotoFront',1,0,'ImageUploader_5fbf7ecfbe67d','pho_1.png','png',66,101,'2020-11-26 10:09:43','2020-11-26 10:13:35',NULL,'0.65347',NULL),(18,1,'PhotoSide',1,0,'ImageUploader_5fbf7ecfbe9da','pho_2.png','png',66,101,'2020-11-26 10:09:48','2020-11-26 10:13:35',NULL,'0.65347',NULL),(19,1,'PhotoBack',1,0,'ImageUploader_5fbf7ecfbea46','pho_3.png','png',66,101,'2020-11-26 10:09:53','2020-11-26 10:13:35',NULL,'0.65347',NULL),(20,0,'PhotoFront',1,0,'ImageUploader_5fc0fda856a60','w1.png','png',348,184,'2020-11-27 13:24:49','2020-11-27 13:24:50',NULL,'1.89130',NULL),(21,1,'Workouts',1,0,'ImageUploader_5fc0fef0ac8e6','w1.png','png',348,184,'2020-11-27 13:28:21','2020-11-27 13:28:23',NULL,'1.89130',NULL),(22,2,'Workouts',1,0,'ImageUploader_5fc0fefa2814f','w2.png','png',348,184,'2020-11-27 13:28:38','2020-11-27 13:28:41',NULL,'1.89130',NULL),(23,3,'Workouts',1,0,'ImageUploader_5fc0ff0b727fe','w3.png','png',348,184,'2020-11-27 13:28:53','2020-11-27 13:28:55',NULL,'1.89130',NULL),(24,785,'profile',1,0,'ImageUploader_5fc113dd48d35','img_1.png','png',NULL,NULL,'2020-11-27 14:57:45','2020-11-27 14:57:45',NULL,NULL,NULL),(25,782,'profile',1,0,'ImageUploader_5fc127a0caa91','img_1.png','png',NULL,NULL,'2020-11-27 16:22:00','2020-11-27 16:22:00',NULL,NULL,NULL),(26,3,'PhotoFront',1,0,'ImageUploader_5fc127abe5f00','pho_1.png','png',66,101,'2020-11-27 16:22:15','2020-11-27 16:22:26',NULL,'0.65347',NULL),(27,3,'PhotoSide',1,0,'ImageUploader_5fc127abe6277','pho_2.png','png',66,101,'2020-11-27 16:22:20','2020-11-27 16:22:26',NULL,'0.65347',NULL),(28,3,'PhotoBack',1,0,'ImageUploader_5fc127abe62ee','pho_3.png','png',66,101,'2020-11-27 16:22:24','2020-11-27 16:22:26',NULL,'0.65347',NULL),(29,4,'PhotoFront',1,0,'ImageUploader_5fc127c25d79d','pho_1.png','png',66,101,'2020-11-27 16:23:17','2020-11-27 16:26:57',NULL,'0.65347',NULL),(30,4,'PhotoSide',1,0,'ImageUploader_5fc127c25daa3','pho_2.png','png',66,101,'2020-11-27 16:23:21','2020-11-27 16:26:57',NULL,'0.65347',NULL),(31,4,'PhotoBack',1,0,'ImageUploader_5fc127c25db0c','pho_3.png','png',66,101,'2020-11-27 16:23:55','2020-11-27 16:26:57',NULL,'0.65347',NULL),(32,0,'supplementPlans',1,0,'ImageUploader_5fc12c07e3507','img_11.png','png',348,184,'2020-11-27 16:41:05','2020-11-27 16:41:06',NULL,'1.89130',NULL),(33,0,'supplementPlans',1,0,'ImageUploader_5fc12c47ea4a2','img_11.png','png',348,184,'2020-11-27 16:41:53','2020-11-27 16:41:54',NULL,'1.89130',NULL),(35,1,'supplementPlans',1,0,'ImageUploader_5fc12c8458c3b','img_14.png','png',348,184,'2020-11-27 16:42:48','2020-11-27 16:42:49',NULL,'1.89130',NULL),(36,2,'workoutsPlans',1,0,'ImageUploader_5fc12c8d5172a','img_12.png','png',348,184,'2020-11-27 16:43:03','2020-11-27 16:43:08',NULL,'1.89130',NULL),(37,3,'workoutsPlans',1,0,'ImageUploader_5fc12c9eddaf6','img_13.png','png',348,184,'2020-11-27 16:43:21','2020-11-27 16:43:27',NULL,'1.89130',NULL),(38,785,'profile',1,0,'ImageUploader_5fc4c8378c930','cross.png','png',NULL,NULL,'2020-11-30 10:24:14','2020-11-30 10:24:14',NULL,NULL,NULL),(39,785,'profile',1,0,'ImageUploader_5fc4c85b2b849','Andro-Apple.png','png',NULL,NULL,'2020-11-30 10:24:34','2020-11-30 10:24:34',NULL,NULL,NULL),(40,785,'profile',1,0,'ImageUploader_5fc4c902e3d29','logo_crossbrowser_big.jpg','jpg',NULL,NULL,'2020-11-30 10:27:27','2020-11-30 10:27:27',NULL,NULL,NULL),(41,2,'MealPlans',1,0,'ImageUploader_5fc50b49350ae','VIP_Screens_03_03.png','png',348,184,'2020-11-30 15:11:31','2020-11-30 15:14:10',NULL,'1.89130',NULL),(42,1,'MealPlans',1,0,'ImageUploader_5fc51043f1ef3','VIP_Screens_03_09.png','png',348,184,'2020-11-30 15:31:22','2020-11-30 15:31:40',NULL,'1.89130',NULL),(44,1,'Banners',1,0,'ImageUploader_5fda0deb186d0','img_banner.png','png',NULL,NULL,'2020-12-16 13:39:02','2020-12-16 13:41:00',NULL,NULL,NULL),(45,1,'Banners',1,0,'ImageUploader_5fda0deb186d0','img_banner.png','png',NULL,NULL,'2020-12-16 13:39:49','2020-12-16 13:41:00',NULL,NULL,NULL),(46,1,'Banners',1,0,'ImageUploader_5fda0deb186d0','img_banner.png','png',360,252,'2020-12-16 13:40:55','2020-12-16 13:41:00',NULL,'1.42857',NULL),(49,1,'Logo',1,0,'ImageUploader_5fda2f46f15fe','logo_main.png','png',221,90,'2020-12-16 16:01:25','2020-12-16 16:01:27',NULL,'2.45556',NULL),(48,2,'Logo',1,0,'ImageUploader_5fda2f3343dc4','1_160x160.png','png',160,32,'2020-12-16 16:01:03','2020-12-16 16:01:05',NULL,'5.00000',NULL),(50,2,'Banners',1,0,'ImageUploader_5fdb7e92acf88','img_banner.png','png',360,252,'2020-12-17 15:52:09','2020-12-17 15:52:12',NULL,'1.42857',NULL),(55,2,'Products',1,0,'ImageUploader_5fe0740f01949','img-card-shop.png','png',182,274,'2020-12-21 10:09:00','2020-12-21 10:09:03',NULL,'0.66423',NULL),(52,2,'ICO',1,0,'ImageUploader_5fdc7686ea291','faq.svg','svg',NULL,NULL,'2020-12-18 09:29:49','2020-12-18 09:29:51',NULL,NULL,NULL),(54,3,'ICO',1,0,'ImageUploader_5fdc7752705e1','shipping.svg','svg',NULL,NULL,'2020-12-18 09:35:46','2020-12-18 09:35:48',NULL,NULL,NULL),(56,4,'Products',1,0,'ImageUploader_5fe0a58757c1e','2_5608de35-0a82-45cd-a4b8-57efb0bda9d3_540x.png','png',540,507,'2020-12-21 13:39:47','2020-12-21 13:39:49',NULL,'1.06509',NULL),(62,5,'Products',1,0,'ImageUploader_5fe0b52d65ad5','2_540x.png','png',540,507,'2020-12-21 14:48:05','2020-12-21 14:48:10',NULL,'1.06509',NULL);
/*!40000 ALTER TABLE `wbp_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_images_sizes`
--

DROP TABLE IF EXISTS `wbp_images_sizes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_images_sizes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `aspect_ratio` varchar(255) DEFAULT NULL COMMENT 'width/height',
  `status` tinyint(4) DEFAULT '1',
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_images_sizes`
--

LOCK TABLES `wbp_images_sizes` WRITE;
/*!40000 ALTER TABLE `wbp_images_sizes` DISABLE KEYS */;
INSERT INTO `wbp_images_sizes` VALUES (1,'123x123','1.00000',1,'2020-08-29 17:58:55','2020-08-29 17:58:55','faqCategories'),(2,'123x123','1.00000',1,'2020-08-29 20:02:20','2020-08-29 20:02:20','banner'),(3,'123x123','1.00000',1,'2020-08-29 21:32:00','2020-08-29 21:32:00','productsIngredients'),(4,'123x123','1.00000',1,'2020-08-30 21:02:44','2020-08-30 21:02:44','testimonials_1'),(5,'123x123','1.00000',1,'2020-11-11 09:54:53','2020-11-11 09:54:53','supplementPlans'),(6,'123x123','1.00000',1,'2020-11-16 10:43:30','2020-11-16 10:43:30','Exercises'),(7,'100x100','1.00000',1,'2020-11-26 05:09:44','2020-11-26 05:09:44','PhotoFront'),(8,'100x100','1.00000',1,'2020-11-26 05:09:49','2020-11-26 05:09:49','PhotoSide'),(9,'100x100','1.00000',1,'2020-11-26 05:09:54','2020-11-26 05:09:54','PhotoBack'),(10,'123x123','1.00000',1,'2020-11-27 08:28:22','2020-11-27 08:28:22','Workouts'),(11,'320x320','1.00000',1,'2020-11-27 09:57:49','2020-11-27 09:57:49','profile'),(12,'320x200','1.60000',1,'2020-11-27 10:28:19','2020-11-27 10:28:19','PhotoFront'),(13,'123x123','1.00000',1,'2020-11-27 11:42:36','2020-11-27 11:42:36','workoutsPlans'),(14,'123x123','1.00000',1,'2020-11-30 10:11:32','2020-11-30 10:11:32','MealPlans'),(15,'123x123','1.00000',1,'2020-12-16 08:40:56','2020-12-16 08:40:56','Banners'),(16,'123x123','1.00000',1,'2020-12-16 11:00:41','2020-12-16 11:00:41','Logo'),(17,'220x90','2.44444',1,'2020-12-16 11:21:04','2020-12-16 11:21:04','Logo'),(18,'123x123','1.00000',1,'2020-12-21 05:09:00','2020-12-21 05:09:00','Products'),(19,'182x274','0.66423',1,'2020-12-21 09:32:42','2020-12-21 09:32:42','Products');
/*!40000 ALTER TABLE `wbp_images_sizes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_pages`
--

DROP TABLE IF EXISTS `wbp_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_pages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `description` text NOT NULL,
  `href` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_pages`
--

LOCK TABLES `wbp_pages` WRITE;
/*!40000 ALTER TABLE `wbp_pages` DISABLE KEYS */;
INSERT INTO `wbp_pages` VALUES (2,'FAQ',1,'<h2>Do you ship internationally?</h2>\r\n\r\n<p>Currently, the only country we ship to outside of the United States of America is Canada. We will be shipping into other countries effective September 1st, 2019.</p>\r\n\r\n<h2>Countries we ship to</h2>\r\n\r\n<p>USA, Canada</p>\r\n\r\n<h2>Can I only purchase products through the website?</h2>\r\n\r\n<p>Yes, our products can only be obtained via our Official Online Store <a href=\"#\">https://shop.limitlessx.com/</a></p>\r\n\r\n<h2>How much is shipping?</h2>\r\n\r\n<p>Shipping &amp; Handling Charges are as follows:<br />\r\n<br />\r\nFree for domestic, all states within the USA<br />\r\n<br />\r\n$14.95 flat fee for Canada</p>\r\n\r\n<h2>How long before I can receive my order?</h2>\r\n\r\n<p>The processing time for orders is 48 hours. After your order has been shipped, delivery time within the United States is 4-7 business days, and 7-14 business days internationally. Please keep in mind that during holidays or limited edition launches and restocks, this time may vary.<br />\r\n<br />\r\nLimitless is not responsible for any shipping deliveries that may be affected by customs, natural occurrences, or air and ground transportation strikes or delays, nor any extra fees, customs or back end charges once the package has exited the United States.</p>\r\n\r\n<h2>What carrier do you use?</h2>\r\n\r\n<p>Our preferred shipping partners are: USPS, FedEX, UPS and CanadaPost.</p>\r\n\r\n<h2>Do you ship to P.O./APO/FPO?</h2>\r\n\r\n<p>Yes we do, however please be aware that shipping may take longer than usual depending on where it is being shipped to. These orders are all shipped and delivered via USPS and/or CanadaPost (in Canada).</p>\r\n\r\n<h2>Can I change my order?</h2>\r\n\r\n<p>Please contact <a href=\"#\">cs@limitlessx.com</a> as soon as possible. We will do our best to accommodate your request however there is no guarantee that any changes can be made once an order is placed.</p>\r\n\r\n<h2>Can I return my order?</h2>\r\n\r\n<p>Yes, should you not be 100% satisfied, we will gladly exchange or refund your purchase within 30-days.<br />\r\n<br />\r\nIn the unlikely event that a product arrived damage, the customer must contact customer service within 48 hours of receipt. Customer must include photos of the issue and a screenshot of your order confirmation email.</p>\r\n\r\n<h2>Can I exchange my product?</h2>\r\n\r\n<p>Yes, within 30-days of receipt as long as the product has not been consumed (for consumables).</p>\r\n\r\n<h2>How can I check the status of my order?</h2>\r\n\r\n<p>Please log in to your account to check the status of your order. If you do not have an account, please refer to your shipping confirmation email to track your order. Or you can check your order status at: <a href=\"#\">https://shop.limitlessx.com/pages/order-lookup</a></p>\r\n\r\n<h2>Why was I charged twice?</h2>\r\n\r\n<p>You will only be charged for what you purchased, if you see duplicate charges, please give it a few days and it should fall off and the issue should be rectified automatically. However if it still remains and you are positive you only placed one order, please send us an email to <a href=\"#\">cs@limitlessx.com</a> with a screenshot of the duplicate charge for further assistance.</p>\r\n\r\n<h2>What forms of payment do you accept?</h2>\r\n\r\n<p>We accept online payments through Visa, Mastercard and American Express</p>\r\n\r\n<h2>My items arrived damaged, what should I do?</h2>\r\n\r\n<p>Please contact us immediately at <a href=\"#\">cs@limitlessx.com. </a> Please provide us with your order number and some photos of the damage product/s.</p>\r\n\r\n<h2>I received incorrect item/s what should I do?</h2>\r\n\r\n<p>Please contact <a href=\"#\">cs@limitlessx.com</a> as soon as possible so that we can take care of this for you. Please provide us with your order number along with a photo of the incorrect item you received.</p>\r\n\r\n<h2>My package is stuck and tracking shows no movement, what do I do?</h2>\r\n\r\n<p>For domestic orders, package can only be considered lost if there has been no movement for 10 business days from the day it was shipped. Please send an email to <a href=\"#\">cs@limitlessx.com</a> if your shipment shows no movement from the carrier&#39;s tracking information.<br />\r\n<br />\r\nI put the wrong address on my order, please help! Please be careful when entering your shipping address, Limitless will not be responsible for orders sent to the incorrect delivery address provided by the customer.</p>\r\n\r\n<h2>How can I find out more information about a product?</h2>\r\n\r\n<p>Product details can be found on the product page but if you have more questions, please free to email us at <a href=\"#\">cs@limitlessx.com</a></p>\r\n\r\n<h2>Do I have to set up an account to place an order?</h2>\r\n\r\n<p>No. You do not have to have an account to place an order.</p>\r\n\r\n<h2>How do I create an account?</h2>\r\n\r\n<p>You can create an account by visiting <a href=\"#\">https://shop.limitlessx.com/pages/create-account</a></p>\r\n\r\n<h2>How do I subscribe or cancel my email subscription?</h2>\r\n\r\n<p>You can easily subscribe to emails by visiting <a href=\"#\">https://shop.limitlessx.com/</a> located at the footer. If you want to cancel/unsubscribe, you can click unsubscribe by locating the &quot;Unsubscribe&quot; link within the email subscription.</p>\r\n\r\n<h2>I forgot my password, what do I do?</h2>\r\n\r\n<p>To reset your password, go to <a href=\"#\">https://shop.limitlessx.com/account/login</a> and click on &ldquo;Forgot your password?&rdquo; above the sign-in button. You will then be prompted to enter your E-mail address you used to create your account. Once you submit, you will receive an E-mail notification with a link to reset your password. Once you&rsquo;ve done this, you can log in with your new password as normal on this page: <a href=\"#\">https://shop.limitlessx.com/account/login</a></p>\r\n\r\n<h2>Where are your products manufactured?</h2>\r\n\r\n<p>Our formulas are made in the USA, with globally sourced ingredients.</p>\r\n\r\n<h2>Are your products natural?</h2>\r\n\r\n<p>When possible, we choose naturally derived ingredients over synthetics in all formulations.</p>\r\n\r\n<h2>Do your products contain soy?</h2>\r\n\r\n<p>No</p>\r\n\r\n<h2>Do you test products on animals?</h2>\r\n\r\n<p>We do not test products on animals. All of our products are cruelty free.</p>\r\n\r\n<h2>Are your products safe?</h2>\r\n\r\n<p>Yes, all products are manufactured in a GMP facility and ingredients are FDA Approved.</p>\r\n\r\n<h2>What temperature do these products need to be stored at?</h2>\r\n\r\n<p>We recommend storing your products in a cool dry place, away from direct sunlight and excessive heat (unless specified otherwise).</p>\r\n','faq','2020-12-17 11:40:52','2020-12-18 04:29:51'),(3,'Shipping',1,'<h3>How do I know if my order has shipped?</h3>\r\n\r\n<p>Once you have completed your order, you will receive a confirmation number and/or receipt number. Processing generally takes anywhere from 24-72 hours (please note extended processing time may occur during sale periods). Once your package has been picked up by our contracted carrier (USPS) you will receive tracking information via the email address used at checkout!</p>\r\n\r\n<h3>What if my order has been lost?</h3>\r\n\r\n<p>Contact us at <a href=\"#\">help@shop.limitlessx.com</a> , and a support specialist will gladly assist!</p>\r\n\r\n<h3>Where is my order shipping from?</h3>\r\n\r\n<p>Orders are shipped from our fulfilment center in Rahway, New Jersey. Domestic orders are delivered via USPS with Priority Shipping in 2-7 business days. International shipments are shipped in 5-10 business days; expected delivery time with customs and shipping times, can be an additional 2-14 business days, depending on your country.</p>\r\n\r\n<h3>I used an old address when I placed my order, what do I do?</h3>\r\n\r\n<p>Lets face it, we all make mistakes! Shoot our support department an email at <a href=\"#\">help@shop.limitlessx.com</a> , and we&rsquo;ll help you figure this out right away.</p>\r\n\r\n<h3>If I order from an international country, will I be charged a customs tax upon receiving my order?</h3>\r\n\r\n<p>The shipping amount that we charge is solely for the shipping method. Each country&rsquo;s regulations are different so there is a chance that you may get charged duties or custom fees. Limitless is not responsible for any duties or custom fees imposed by the recipient&rsquo;s country.</p>\r\n','shipping','2020-12-18 03:55:00','2020-12-18 04:35:48'),(4,'Refund Policy',1,'<p>Lorem ipsum dolor sit amet</p>\r\n','refund-policy','2020-12-18 03:56:38','2020-12-18 03:56:38'),(5,'Terms & Conditions',1,'<h2>Website Terms &amp; Conditions of Use</h2>\r\n\r\n<div class=\"terms-text\">\r\n<h3>Terms</h3>\r\n\r\n<p>This web site is owned and operated by Emblaze One Inc. By accessing this web site, you agree to be bound by these web site Terms and Conditions of Use and all applicable laws and regulations, and you agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site.<br />\r\n<br />\r\nAll such additional terms, guidelines, and rules are incorporated by reference into these Terms.<br />\r\n<br />\r\nThese Terms of Use described the legally binding terms and conditions that oversee your use of the Site. BY LOGGING INTO THE SITE, YOU ARE BEING COMPLIANT THAT THESE TERMS and you represent that you have the authority and capacity to enter into these Terms. YOU SHOULD BE AT LEAST 18 YEARS OF AGE TO ACCESS THE SITE. IF YOU DISAGREE WITH ALL OF THE PROVISION OF THESE TERMS, DO NOT LOG INTO AND/OR USE THE SITE.<br />\r\n<br />\r\nThese terms require the use of arbitration Section 10.2 on an individual basis to resolve disputes and also limit the remedies available to you in the event of a dispute.</p>\r\n\r\n<h3>Access to the Site</h3>\r\n\r\n<p>Subject to these Terms. Company grants you a non-transferable, non-exclusive, revocable, limited license to access the Site solely for your own personal, noncommercial use.<br />\r\n<br />\r\nCertain Restrictions. The rights approved to you in these Terms are subject to the following restrictions: (a) you shall not sell, rent, lease, transfer, assign, distribute, host, or otherwise commercially exploit the Site; (b) you shall not change, make derivative works of, disassemble, reverse compile or reverse engineer any part of the Site; (c) you shall not access the Site in order to build a similar or competitive website; and (d) except as expressly stated herein, no part of the Site may be copied, reproduced, distributed, republished, downloaded, displayed, posted or transmitted in any form or by any means unless otherwise indicated, any future release, update, or other addition to functionality of the Site shall be subject to these Terms. All copyright and other proprietary notices on the Site must be retained on all copies thereof.<br />\r\n<br />\r\nCompany reserves the right to change, suspend, or cease the Site with or without notice to you. You approved that Company will not be held liable to you or any third-party for any change, interruption, or termination of the Site or any part.<br />\r\n<br />\r\nNo Support or Maintenance. You agree that Company will have no obligation to provide you with any support in connection with the Site.<br />\r\n<br />\r\nExcluding any User Content that you may provide, you are aware that all the intellectual property rights, including copyrights, patents, trademarks, and trade secrets, in the Site and its content are owned by Company or Company&rsquo;s suppliers. Note that these Terms and access to the Site do not give you any rights, title or interest in or to any intellectual property rights, except for the limited access rights expressed in Section 2.1. Company and its suppliers reserve all rights not granted in these Terms.</p>\r\n\r\n<h3>Third-Party Links &amp; Ads; Other Users</h3>\r\n\r\n<p>Third-Party Links &amp; Ads. The Site may contain links to third-party websites and services, and/or display advertisements for third-parties. Such Third-Party Links &amp; Ads are not under the control of Company, and Company is not responsible for any Third-Party Links &amp; Ads. Company provides access to these Third-Party Links &amp; Ads only as a convenience to you, and does not review, approve, monitor, endorse, warrant, or make any representations with respect to Third-Party Links &amp; Ads. You use all Third-Party Links &amp; Ads at your own risk, and should apply a suitable level of caution and discretion in doing so. When you click on any of the Third-Party Links &amp; Ads, the applicable third party&rsquo;s terms and policies apply, including the third party&rsquo;s privacy and data gathering practices.<br />\r\n<br />\r\nOther Users. Each Site user is solely responsible for any and all of its own User Content. Because we do not control User Content, you acknowledge and agree that we are not responsible for any User Content, whether provided by you or by others. You agree that Company will not be responsible for any loss or damage incurred as the result of any such interactions. If there is a dispute between you and any Site user, we are under no obligation to become involved.<br />\r\n<br />\r\nCookies and Web Beacons. Like any other website, shop.limitlessx.com uses &lsquo;cookies&rsquo;. These cookies are used to store information including visitors&rsquo; preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users&rsquo; experience by customizing our web page content based on visitors&rsquo; browser type and/or other information.</p>\r\n\r\n<h3>Disclaimers</h3>\r\n\r\n<p>The site is provided on an &ldquo;as-is&rdquo; and &ldquo;as available&rdquo; basis, and company and our suppliers expressly disclaim any and all warranties and conditions of any kind, whether express, implied, or statutory, including all warranties or conditions of merchantability, fitness for a particular purpose, title, quiet enjoyment, accuracy, or non-infringement. We and our suppliers make not guarantee that the site will meet your requirements, will be available on an uninterrupted, timely, secure, or error-free basis, or will be accurate, reliable, free of viruses or other harmful code, complete, legal, or safe. If applicable law requires any warranties with respect to the site, all such warranties are limited in duration to ninety (90) days from the date of first use.<br />\r\n<br />\r\nSome jurisdictions do not allow the exclusion of implied warranties, so the above exclusion may not apply to you. Some jurisdictions do not allow limitations on how long an implied warranty lasts, so the above limitation may not apply to you.</p>\r\n\r\n<h3>Limitation on Liability</h3>\r\n\r\n<p>To the maximum extent permitted by law, in no event shall company or our suppliers be liable to you or any third-party for any lost profits, lost data, costs of procurement of substitute products, or any indirect, consequential, exemplary, incidental, special or punitive damages arising from or relating to these terms or your use of, or incapability to use the site even if company has been advised of the possibility of such damages. Access to and use of the site is at your own discretion and risk, and you will be solely responsible for any damage to your device or computer system, or loss of data resulting therefrom.<br />\r\n<br />\r\nTo the maximum extent permitted by law, notwithstanding anything to the contrary contained herein, our liability to you for any damages arising from or related to this agreement, will at all times be limited to a maximum of fifty U.S. dollars (u.s. $50). You agree that our suppliers will have no liability of any kind arising from or relating to this agreement.<br />\r\n<br />\r\nSome jurisdictions do not allow the limitation or exclusion of liability for incidental or consequential damages, so the above limitation or exclusion may not apply to you.<br />\r\n<br />\r\nTerm and Termination. Subject to this Section, these Terms will remain in full force and effect while you use the Site. We may suspend or terminate your rights to use the Site at any time for any reason at our sole discretion, including for any use of the Site in violation of these Terms. Upon termination of your rights under these Terms, your Account and right to access and use the Site will terminate immediately. You understand that any termination of your Account may involve deletion of your User Content associated with your Account from our live databases. Company will not have any liability whatsoever to you for any termination of your rights under these Terms. Even after your rights under these Terms are terminated, the following provisions of these Terms will remain in effect: Sections 2 through 2.5, Section 3 and Sections 4 through 10.</p>\r\n\r\n<h3>Copyright Policy</h3>\r\n\r\n<p>Company respects the intellectual property of others and asks that users of our Site do the same. In connection with our Site, we have adopted and implemented a policy respecting copyright law that provides for the removal of any infringing materials and for the termination of users of our online Site who are repeated infringers of intellectual property rights, including copyrights. If you believe that one of our users is, through the use of our Site, unlawfully infringing the copyright(s) in a work, and wish to have the allegedly infringing material removed, the following information in the form of a written notification (pursuant to 17 U.S.C. &sect; 512(c)) must be provided to our designated Copyright Agent:<br />\r\n<br />\r\nyour physical or electronic signature;<br />\r\nidentification of the copyrighted work(s) that you claim to have been infringed;<br />\r\nidentification of the material on our services that you claim is infringing and that you request us to remove;<br />\r\nsufficient information to permit us to locate such material;<br />\r\nyour address, telephone number, and e-mail address;<br />\r\na statement that you have a good faith belief that use of the objectionable material is not authorized by the copyright owner, its agent, or under the law; and<br />\r\na statement that the information in the notification is accurate, and under penalty of perjury, that you are either the owner of the copyright that has allegedly been infringed or that you are authorized to act on behalf of the copyright owner.<br />\r\nPlease note that, pursuant to 17 U.S.C. &sect; 512(f), any misrepresentation of material fact in a written notification automatically subjects the complaining party to liability for any damages, costs and attorney&rsquo;s fees incurred by us in connection with the written notification and allegation of copyright infringement.</p>\r\n\r\n<h3>General</h3>\r\n\r\n<p>These Terms are subject to occasional revision, and if we make any substantial changes, we may notify you by sending you an e-mail to the last e-mail address you provided to us and/or by prominently posting notice of the changes on our Site. You are responsible for providing us with your most current e-mail address. In the event that the last e-mail address that you have provided us is not valid our dispatch of the e-mail containing such notice will nonetheless constitute effective notice of the changes described in the notice. Any changes to these Terms will be effective upon the earliest of thirty (30) calendar days following our dispatch of an e-mail notice to you or thirty (30) calendar days following our posting of notice of the changes on our Site. These changes will be effective immediately for new users of our Site. Continued use of our Site following notice of such changes shall indicate your acknowledgement of such changes and agreement to be bound by the terms and conditions of such changes. Dispute Resolution. Please read this Arbitration Agreement carefully. It is part of your contract with Company and affects your rights. It contains procedures for MANDATORY BINDING ARBITRATION AND A CLASS ACTION WAIVER.<br />\r\n<br />\r\nNotice Requirement and Informal Dispute Resolution. Before either party may seek arbitration, the party must first send to the other party a written Notice of Dispute describing the nature and basis of the dispute, and the requested relief. A Notice to the Company should be sent to: 1F, 1-1-24, Nishiikebukuro, Toshima-ku, Ikebukuro, Tokyo 171-8515. After the Notice is received, you and the Company may attempt to resolve the dispute informally. If you and the Company do not resolve the dispute within thirty (30) days after the Notice is received, either party may begin an arbitration proceeding. The amount of any settlement offer made by any party may not be disclosed to the arbitrator until after the arbitrator has determined the amount of the award to which either party is entitled.<br />\r\n<br />\r\nAdditional Rules for Non-Appearance Based Arbitration. If non-appearance based arbitration is elected, the arbitration shall be conducted by telephone, online and/or based solely on written submissions; the specific manner shall be chosen by the party initiating the arbitration. The arbitration shall not involve any personal appearance by the parties or witnesses unless otherwise agreed by the parties.<br />\r\n<br />\r\nConfidentiality. All aspects of the arbitration proceeding shall be strictly confidential. The parties agree to maintain confidentiality unless otherwise required by law. This paragraph shall not prevent a party from submitting to a court of law any information necessary to enforce this Agreement, to enforce an arbitration award, or to seek injunctive or equitable relief.<br />\r\n<br />\r\nSeverability. If any part or parts of this Arbitration Agreement are found under the law to be invalid or unenforceable by a court of competent jurisdiction, then such specific part or parts shall be of no force and effect and shall be severed and the remainder of the Agreement shall continue in full force and effect.<br />\r\n<br />\r\nEmergency Equitable Relief. Anyhow the foregoing, either party may seek emergency equitable relief before a state or federal court in order to maintain the status quo pending arbitration. A request for interim measures shall not be deemed a waiver of any other rights or obligations under this Arbitration Agreement.<br />\r\n<br />\r\nElectronic Communications. The communications between you and Company use electronic means, whether you use the Site or send us emails, or whether Company posts notices on the Site or communicates with you via email. For contractual purposes, you (a) consent to receive communications from Company in an electronic form; and (b) agree that all terms and conditions, agreements, notices, disclosures, and other communications that Company provides to you electronically satisfy any legal obligation that such communications would satisfy if it were be in a hard copy writing.<br />\r\n<br />\r\nEntire Terms. These Terms constitute the entire agreement between you and us regarding the use of the Site. Our failure to exercise or enforce any right or provision of these Terms shall not operate as a waiver of such right or provision. The section titles in these Terms are for convenience only and have no legal or contractual effect. The word &ldquo;including&rdquo; means &ldquo;including without limitation&rdquo;. If any provision of these Terms is held to be invalid or unenforceable, the other provisions of these Terms will be unimpaired and the invalid or unenforceable provision will be deemed modified so that it is valid and enforceable to the maximum extent permitted by law. Your relationship to Company is that of an independent contractor, and neither party is an agent or partner of the other. These Terms, and your rights and obligations herein, may not be assigned, subcontracted, delegated, or otherwise transferred by you without Company&rsquo;s prior written consent, and any attempted assignment, subcontract, delegation, or transfer in violation of the foregoing will be null and void. Company may freely assign these Terms. The terms and conditions set forth in these Terms shall be binding upon assignees.<br />\r\n<br />\r\nCopyright/Trademark Information. Copyright &copy;. All rights reserved. All trademarks, logos and service marks displayed on the Site are our property or the property of other third-parties. You are not permitted to use these Marks without our prior written consent or the consent of such third party which may own the Marks.<br />\r\n<br />\r\nContact Information<br />\r\n<a href=\"#\">Email : info@limitlessx.com</a></p>\r\n</div>\r\n','terms-of-use','2020-12-18 03:59:45','2020-12-18 04:29:36');
/*!40000 ALTER TABLE `wbp_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_pages_sites`
--

DROP TABLE IF EXISTS `wbp_pages_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_pages_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `page_id` int(11) DEFAULT NULL,
  `site_id` int(11) DEFAULT NULL,
  `sort` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_pages_sites`
--

LOCK TABLES `wbp_pages_sites` WRITE;
/*!40000 ALTER TABLE `wbp_pages_sites` DISABLE KEYS */;
INSERT INTO `wbp_pages_sites` VALUES (1,2,1,NULL),(2,2,2,NULL),(3,3,1,NULL),(4,4,1,NULL),(5,5,1,NULL);
/*!40000 ALTER TABLE `wbp_pages_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_products`
--

DROP TABLE IF EXISTS `wbp_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `href` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `template` varchar(255) DEFAULT NULL,
  `price` decimal(12,2) DEFAULT NULL,
  `old_price` decimal(12,2) DEFAULT NULL,
  `brand_name` varchar(255) DEFAULT NULL,
  `variant_1_name` varchar(255) DEFAULT NULL,
  `variant_2_name` varchar(255) DEFAULT NULL,
  `sku` varchar(255) DEFAULT NULL,
  `k_id` varchar(255) DEFAULT NULL,
  `key_activities` text,
  `how_to_use` text,
  `ingredients` text,
  `description` text,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_products`
--

LOCK TABLES `wbp_products` WRITE;
/*!40000 ALTER TABLE `wbp_products` DISABLE KEYS */;
INSERT INTO `wbp_products` VALUES (2,'ONESHOT CANDY PUNCH','oneshot-candy-punch',1,'template-product',49.97,55.00,'Limitless','','','','','<ul>\r\n	<li>Protein</li>\r\n	<li>BCAAs</li>\r\n	<li>Glutamine</li>\r\n	<li>Collagen Hydration Matrix</li>\r\n	<li>BCAAs</li>\r\n	<li>Glutamine</li>\r\n	<li>Electrolytes</li>\r\n	<li>WEIGHT LOSS SUPPORT</li>\r\n	<li>ENERGY, MOOD &amp; FOCUS ENHANCER</li>\r\n	<li>APPETITE SUPPRESSANT</li>\r\n	<li>Support Athletic Performance</li>\r\n	<li>Promote Lean Muscle</li>\r\n	<li>Reduce Body Fat</li>\r\n</ul>\r\n','<p>This stack stands apart from most in the industry because it delivers weight loss results without a stimulant component. A delicious and very effective start to the day could include taking Intra-Post Hydration with SuperWoman and CLA+L-Carnitine as your first meal. This provides a hearty nutritional profile of electrolytes, amino acids, vegan protein, vitamins, minerals, herbals and much more. Intra-Post Hydration is also taken alone as a perfect pre-workout or right before your most physical activity of the day. SuperWoman is aptly named in part because of the remarkable vegan ingredient profile of a multitude of super foods, protein, digestive enzymes, and many other plant sourced nutrients. SuperWoman can be taken alone several times per day, with meals or in between meals as a power snack. CLA+L-Carnitine is a key component to the Total Body Burner stack as it is scientifically proven to promote lean mass and body repartitioning. Take CLA+L-Carnitine three times per day, with meals. It can also be taken with either SuperWoman or Intra-Post Hydration, or both, if preferred. Add Slimmer to the lineup in between meals, twice per day to help cleanse and tone the body, which leads to enhanced weight loss results at the same time. Be sure to drink 6 to 8 glasses of water per day as well.</p>\r\n\r\n<p>PLEASE READ DIRECTIONS FOR USE FOR EACH PRODUCT BEFORE TAKING.</p>\r\n','<h4>Divatrim Superwoman Blend</h4>\r\n\r\n<p><img src=\"/uploads/Superwoman_BerryBlast%5B1%5D.png\" /></p>\r\n\r\n<h4>Divatrim Intra/Post Hydration</h4>\r\n\r\n<p><img alt=\"\" src=\"/uploads/INTRA-POST_MixedBerry%5B1%5D.png\" /></p>\r\n\r\n<h4>Divatrim Slimmer</h4>\r\n\r\n<p><img alt=\"\" src=\"/uploads/Slimmer%5B1%5D.png\" /></p>\r\n\r\n<h4>Divatrim CLA + L-Carnitine</h4>\r\n\r\n<p><img alt=\"\" src=\"/uploads/CLA_L-Carnitine%5B1%5D.png\" /></p>\r\n','<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"product-text-left product-text col-12 col-lg-6\">\r\n<h3>Subtitle Product Explainer or a Catchphrase</h3>\r\n\r\n<p>Nam mi magna, lobortis sed purus eu, sagittis maximus urna. Nulla consequat in mi nec aliquam. Nam ultrices libero eget hendrerit bibendum.</p>\r\n\r\n<ul>\r\n	<li>Pointers to the Product</li>\r\n	<li>Pointers to the Product</li>\r\n	<li>Pointers to the Product</li>\r\n	<li>Pointers to the Product</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"product-img-right product-text col-12 col-lg-6\"><img alt=\"bg\" src=\"/uploads/bg-product-img.png\" /></div>\r\n\r\n<div class=\"product-img-left product-text col-12 col-lg-6\"><img alt=\"bg\" src=\"/uploads/bg-product-img.png\" /></div>\r\n\r\n<div class=\"product-text-right product-text col-12 col-lg-6\">\r\n<h3>Subtitle Catchphrase goes here</h3>\r\n\r\n<p>Vestibulum eros massa, interdum non vehicula ac, maximus a nunc. Phasellus ultricies, risus quis ullamcorper egestas, mauris sem eleifend lacus, eget faucibus velit arcu ut mauris. Phasellus fermentum dolor sit amet lorem malesuada, a dictum ante dictum. Aenean posuere eu erat non sodales. Nunc egestas, libero vel posuere dignissim, sem orci mollis turpis, vitae accumsan neque nibh ac dolor. Morbi libero quam, faucibus congue venenatis fermentum, aliquet id nunc. Proin rhoncus sed urna id interdum. Suspendisse a tortor tortor. Pellentesque vel justo aliquet, scelerisque leo non, interdum leo.</p>\r\n</div>\r\n</div>\r\n</div>\r\n','2020-12-18 10:36:42','2020-12-21 10:57:13'),(4,'Divatrim Intra/Post Hydration','divatrim-intra-post-hydration-4',1,'template-product',46.00,NULL,'Limitless','Flavor','',NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-21 08:38:18','2020-12-21 09:17:00'),(5,'Non-Stimulating Divatrim Total Body Burner','non-stimulating-divatrim-total-body-burner',1,'template-product',119.00,NULL,'Limitless','Intra-Post Hydration flavor','Super Woman flavor',NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-21 09:48:10','2020-12-21 09:48:10');
/*!40000 ALTER TABLE `wbp_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_products_categories`
--

DROP TABLE IF EXISTS `wbp_products_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_products_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_products_categories`
--

LOCK TABLES `wbp_products_categories` WRITE;
/*!40000 ALTER TABLE `wbp_products_categories` DISABLE KEYS */;
INSERT INTO `wbp_products_categories` VALUES (1,2,1),(2,4,1),(3,4,1),(4,5,1);
/*!40000 ALTER TABLE `wbp_products_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_products_sites`
--

DROP TABLE IF EXISTS `wbp_products_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_products_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `site_id` int(11) DEFAULT NULL,
  `product_id` int(11) DEFAULT NULL,
  `sort` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_products_sites`
--

LOCK TABLES `wbp_products_sites` WRITE;
/*!40000 ALTER TABLE `wbp_products_sites` DISABLE KEYS */;
INSERT INTO `wbp_products_sites` VALUES (1,1,2,NULL),(2,1,4,NULL),(3,1,4,NULL),(4,1,5,NULL);
/*!40000 ALTER TABLE `wbp_products_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_products_variants`
--

DROP TABLE IF EXISTS `wbp_products_variants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_products_variants` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) DEFAULT NULL,
  `variant_1` varchar(255) DEFAULT NULL,
  `variant_2` varchar(255) DEFAULT NULL,
  `price` decimal(12,2) DEFAULT NULL,
  `old_price` decimal(12,2) DEFAULT NULL,
  `sku` varchar(255) DEFAULT NULL,
  `k_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_products_variants`
--

LOCK TABLES `wbp_products_variants` WRITE;
/*!40000 ALTER TABLE `wbp_products_variants` DISABLE KEYS */;
INSERT INTO `wbp_products_variants` VALUES (5,4,'Pineapple Mango','',45.00,NULL,NULL,NULL),(6,4,'Mixed Berry','',44.00,NULL,NULL,NULL),(8,5,'Pineapple','Vanilla Gelato',NULL,NULL,NULL,NULL),(9,5,'Pineapple','Double Chocolate',NULL,NULL,NULL,NULL),(10,5,'Pineapple','Berry Blast',NULL,NULL,NULL,NULL),(11,5,'Mixed Berry','Vanilla Gelato',NULL,NULL,NULL,NULL),(12,5,'Mixed Berry','Double Chocolate',NULL,NULL,NULL,NULL),(13,5,'Mixed Berry','Berry Blast',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wbp_products_variants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_sites`
--

DROP TABLE IF EXISTS `wbp_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `url` varchar(255) DEFAULT NULL,
  `copyright` varchar(255) DEFAULT NULL,
  `tag` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_sites`
--

LOCK TABLES `wbp_sites` WRITE;
/*!40000 ALTER TABLE `wbp_sites` DISABLE KEYS */;
INSERT INTO `wbp_sites` VALUES (1,'Master template test website',1,'master-template.emblazeone.org','COPYRIGHT ©2020 EMBLAZE ONE INC. ALL RIGHTS RESERVED.','#LIMITLESS','https://instagram.com','https://facebook.com','2020-12-15 11:16:15','2020-12-17 13:03:08'),(2,'New Master template test website',1,'master-template1.emblazeone.org',NULL,NULL,NULL,NULL,'2020-12-16 10:58:12','2020-12-16 11:01:05');
/*!40000 ALTER TABLE `wbp_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_subscribe`
--

DROP TABLE IF EXISTS `wbp_subscribe`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_subscribe` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) DEFAULT NULL,
  `site_id` int(11) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_subscribe`
--

LOCK TABLES `wbp_subscribe` WRITE;
/*!40000 ALTER TABLE `wbp_subscribe` DISABLE KEYS */;
INSERT INTO `wbp_subscribe` VALUES (7,'qwe@qwe.qwe',1,1,'2020-12-22 04:53:47','2020-12-22 04:53:47');
/*!40000 ALTER TABLE `wbp_subscribe` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_testimonials`
--

DROP TABLE IF EXISTS `wbp_testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_testimonials` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `date` date DEFAULT NULL,
  `description` text,
  `rate` int(11) DEFAULT NULL,
  `product_id` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_testimonials`
--

LOCK TABLES `wbp_testimonials` WRITE;
/*!40000 ALTER TABLE `wbp_testimonials` DISABLE KEYS */;
INSERT INTO `wbp_testimonials` VALUES (1,'Good boss of energy to keep going.','Fifi',NULL,1,'2019-07-01','My wife loves these. I\'ve tried them and they do provide a good boost for a workout. Also, side benefit for those menopausal person - helps reduce hot flashes.Not for me, but just sayin\'.lol',5,2,'2020-12-21 11:32:00','2020-12-21 11:36:19'),(2,'Favorite pre or most workout drink','Amelia',NULL,1,'2019-08-10','This is my favorite pre and/or post workout drink. I love the flavor (sweet but not too too sweet), it mixes well with my water, it\'s low calorie and keeps me going without any shakes or tingles. I know some people love the tingle but not me, it distracts me. I can drink this instead of coffee a pck me up mid day too.',4,2,'2020-12-21 11:37:07','2020-12-21 12:04:03'),(3,'A+','Pat ',NULL,1,'2019-11-20','I really enjoy this product! I love that I can use it both as a pre workout and just as a source of energy in the morning. I like to mix mine with sparkling water in the morning!',5,2,'2020-12-21 11:38:56','2020-12-21 11:40:00');
/*!40000 ALTER TABLE `wbp_testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_user`
--

DROP TABLE IF EXISTS `wbp_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `login_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `auth_key` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `password_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `password_reset_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `wrong_pass_entered` int(11) DEFAULT NULL,
  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `phone` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `first_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `last_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `middle_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `parent` int(11) DEFAULT NULL,
  `creator_id` int(11) DEFAULT NULL,
  `role` smallint(6) NOT NULL DEFAULT '10',
  `status` smallint(6) NOT NULL DEFAULT '1',
  `sort` int(11) NOT NULL DEFAULT '0',
  `created_at` int(11) DEFAULT NULL,
  `updated_at` int(11) DEFAULT NULL,
  `last_login` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `generated_password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=782 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_user`
--

LOCK TABLES `wbp_user` WRITE;
/*!40000 ALTER TABLE `wbp_user` DISABLE KEYS */;
INSERT INTO `wbp_user` VALUES (389,'jas','172e8368a405f8f740f6050b4cfb0fe5_1608010021','','$2y$13$8oRk8rTZNxJtdKsm85bYmelArfFvvMqH6ahWhaYs8B3TEIaxoHx1u','f685644fb6b5521c04135f66dc1e8d24',0,'jas@limitlessx.com','1234567890','Jas','Mathur','',0,0,12,1,0,NULL,1608048238,'2020-11-11 15:31:51','');
/*!40000 ALTER TABLE `wbp_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wbp_user_auth`
--

DROP TABLE IF EXISTS `wbp_user_auth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wbp_user_auth` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `source` varchar(255) NOT NULL,
  `source_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wbp_user_auth`
--

LOCK TABLES `wbp_user_auth` WRITE;
/*!40000 ALTER TABLE `wbp_user_auth` DISABLE KEYS */;
INSERT INTO `wbp_user_auth` VALUES (1,389,'google','107408737257481676503'),(2,389,'facebook','3406030586096377'),(3,389,'google','115382033458789793170'),(4,389,'facebook','4410562322309860');
/*!40000 ALTER TABLE `wbp_user_auth` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-02-01  6:22:43