-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 04, 2025 at 05:29 AM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.3.23

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: `dalemari_pfaneorg1`
--

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

--
-- Table structure for table `bfiwx_action_logs`
--

CREATE TABLE `bfiwx_action_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `message_language_key` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `item_id` int(11) NOT NULL DEFAULT 0,
  `ip_address` varchar(40) NOT NULL DEFAULT '0.0.0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_action_logs_extensions`
--

CREATE TABLE `bfiwx_action_logs_extensions` (
  `id` int(10) UNSIGNED NOT NULL,
  `extension` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_action_logs_extensions`
--

INSERT INTO `bfiwx_action_logs_extensions` (`id`, `extension`) VALUES
(1, 'com_banners'),
(2, 'com_cache'),
(3, 'com_categories'),
(4, 'com_config'),
(5, 'com_contact'),
(6, 'com_content'),
(7, 'com_installer'),
(8, 'com_media'),
(9, 'com_menus'),
(10, 'com_messages'),
(11, 'com_modules'),
(12, 'com_newsfeeds'),
(13, 'com_plugins'),
(14, 'com_redirect'),
(15, 'com_tags'),
(16, 'com_templates'),
(17, 'com_users'),
(18, 'com_checkin');

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

--
-- Table structure for table `bfiwx_action_logs_users`
--

CREATE TABLE `bfiwx_action_logs_users` (
  `user_id` int(11) UNSIGNED NOT NULL,
  `notify` tinyint(1) UNSIGNED NOT NULL,
  `extensions` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_action_log_config`
--

CREATE TABLE `bfiwx_action_log_config` (
  `id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `id_holder` varchar(255) DEFAULT NULL,
  `title_holder` varchar(255) DEFAULT NULL,
  `table_name` varchar(255) DEFAULT NULL,
  `text_prefix` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_action_log_config`
--

INSERT INTO `bfiwx_action_log_config` (`id`, `type_title`, `type_alias`, `id_holder`, `title_holder`, `table_name`, `text_prefix`) VALUES
(1, 'article', 'com_content.article', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(2, 'article', 'com_content.form', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(3, 'banner', 'com_banners.banner', 'id', 'name', '#__banners', 'PLG_ACTIONLOG_JOOMLA'),
(4, 'user_note', 'com_users.note', 'id', 'subject', '#__user_notes', 'PLG_ACTIONLOG_JOOMLA'),
(5, 'media', 'com_media.file', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(6, 'category', 'com_categories.category', 'id', 'title', '#__categories', 'PLG_ACTIONLOG_JOOMLA'),
(7, 'menu', 'com_menus.menu', 'id', 'title', '#__menu_types', 'PLG_ACTIONLOG_JOOMLA'),
(8, 'menu_item', 'com_menus.item', 'id', 'title', '#__menu', 'PLG_ACTIONLOG_JOOMLA'),
(9, 'newsfeed', 'com_newsfeeds.newsfeed', 'id', 'name', '#__newsfeeds', 'PLG_ACTIONLOG_JOOMLA'),
(10, 'link', 'com_redirect.link', 'id', 'old_url', '#__redirect_links', 'PLG_ACTIONLOG_JOOMLA'),
(11, 'tag', 'com_tags.tag', 'id', 'title', '#__tags', 'PLG_ACTIONLOG_JOOMLA'),
(12, 'style', 'com_templates.style', 'id', 'title', '#__template_styles', 'PLG_ACTIONLOG_JOOMLA'),
(13, 'plugin', 'com_plugins.plugin', 'extension_id', 'name', '#__extensions', 'PLG_ACTIONLOG_JOOMLA'),
(14, 'component_config', 'com_config.component', 'extension_id', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(15, 'contact', 'com_contact.contact', 'id', 'name', '#__contact_details', 'PLG_ACTIONLOG_JOOMLA'),
(16, 'module', 'com_modules.module', 'id', 'title', '#__modules', 'PLG_ACTIONLOG_JOOMLA'),
(17, 'access_level', 'com_users.level', 'id', 'title', '#__viewlevels', 'PLG_ACTIONLOG_JOOMLA'),
(18, 'banner_client', 'com_banners.client', 'id', 'name', '#__banner_clients', 'PLG_ACTIONLOG_JOOMLA'),
(19, 'application_config', 'com_config.application', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA');

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

--
-- Table structure for table `bfiwx_assets`
--

CREATE TABLE `bfiwx_assets` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `level` int(10) UNSIGNED NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_assets`
--

INSERT INTO `bfiwx_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 0, 191, 0, 'root.1', 'Root Asset', '{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(5, 1, 9, 10, 1, 'com_checkin', 'com_checkin', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(6, 1, 11, 12, 1, 'com_config', 'com_config', '{}'),
(7, 1, 13, 18, 1, 'com_contact', 'com_contact', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(8, 1, 19, 46, 1, 'com_content', 'com_content', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(9, 1, 47, 48, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 49, 50, 1, 'com_installer', 'com_installer', '{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),
(11, 1, 51, 54, 1, 'com_languages', 'com_languages', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(12, 1, 55, 56, 1, 'com_login', 'com_login', '{}'),
(13, 1, 57, 58, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 59, 60, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 61, 62, 1, 'com_media', 'com_media', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),
(16, 1, 63, 66, 1, 'com_menus', 'com_menus', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(17, 1, 67, 68, 1, 'com_messages', 'com_messages', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(18, 1, 69, 142, 1, 'com_modules', 'com_modules', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(19, 1, 143, 146, 1, 'com_newsfeeds', 'com_newsfeeds', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(20, 1, 147, 148, 1, 'com_plugins', 'com_plugins', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(21, 1, 149, 150, 1, 'com_redirect', 'com_redirect', '{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),
(22, 1, 151, 152, 1, 'com_search', 'com_search', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(23, 1, 153, 154, 1, 'com_templates', 'com_templates', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(24, 1, 155, 158, 1, 'com_users', 'com_users', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(26, 1, 159, 160, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 8, 20, 23, 2, 'com_content.category.2', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(30, 19, 144, 145, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(32, 24, 156, 157, 2, 'com_users.category.7', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(33, 1, 161, 162, 1, 'com_finder', 'com_finder', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(34, 1, 163, 164, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(35, 1, 165, 166, 1, 'com_tags', 'com_tags', '{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(36, 1, 167, 168, 1, 'com_contenthistory', 'com_contenthistory', '{}'),
(37, 1, 169, 170, 1, 'com_ajax', 'com_ajax', '{}'),
(38, 1, 171, 172, 1, 'com_postinstall', 'com_postinstall', '{}'),
(40, 18, 70, 71, 2, 'com_modules.module.2', 'Login', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(41, 18, 72, 73, 2, 'com_modules.module.3', 'Popular Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(42, 18, 74, 75, 2, 'com_modules.module.4', 'Recently Added Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(43, 18, 76, 77, 2, 'com_modules.module.8', 'Toolbar', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(44, 18, 78, 79, 2, 'com_modules.module.9', 'Quick Icons', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(45, 18, 80, 81, 2, 'com_modules.module.10', 'Logged-in Users', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(46, 18, 82, 83, 2, 'com_modules.module.12', 'Admin Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(47, 18, 84, 85, 2, 'com_modules.module.13', 'Admin Submenu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(48, 18, 86, 87, 2, 'com_modules.module.14', 'User Status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(49, 18, 88, 89, 2, 'com_modules.module.15', 'Title', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(52, 18, 90, 91, 2, 'com_modules.module.79', 'Multilanguage status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(53, 18, 92, 93, 2, 'com_modules.module.86', 'Joomla Version', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(55, 8, 24, 27, 2, 'com_content.category.8', 'Theme Features', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(56, 8, 28, 31, 2, 'com_content.category.9', 'Sample Pages', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(57, 8, 32, 45, 2, 'com_content.category.10', 'Blog', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(60, 55, 25, 26, 3, 'com_content.article.3', 'Block Variations', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(68, 56, 29, 30, 3, 'com_content.article.11', 'Offline Page', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(72, 57, 33, 34, 3, 'com_content.article.15', 'Dark Souls', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(77, 7, 16, 17, 2, 'com_contact.category.11', 'RocketTheme', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(130, 18, 94, 95, 2, 'com_modules.module.139', 'To Make Your Joomla! Website Offline', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(147, 18, 96, 97, 2, 'com_modules.module.154', 'RokAjaxSearch', ''),
(150, 1, 173, 174, 1, 'com_gantry5', 'com_gantry5', '{}'),
(175, 18, 98, 99, 2, 'com_modules.module.181', 'Portfolio Info List 2', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(314, 18, 100, 101, 2, 'com_modules.module.320', 'About Us - What we do', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(485, 18, 102, 103, 2, 'com_modules.module.491', 'Portfolio Image Grid', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(489, 18, 104, 105, 2, 'com_modules.module.495', 'Pricing - Pricing Table', '{}'),
(511, 18, 106, 107, 2, 'com_modules.module.517', 'Header - Pricing', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(522, 18, 108, 109, 2, 'com_modules.module.528', 'Header - Contact us', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(530, 18, 110, 111, 2, 'com_modules.module.536', 'Header - PfiBricks', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(531, 18, 112, 113, 2, 'com_modules.module.537', 'Header - Offline', '{}'),
(548, 18, 114, 115, 2, 'com_modules.module.554', 'About Us - Who we are', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(566, 1, 175, 176, 1, '#__ucm_content.1', '#__ucm_content.1', '[]'),
(575, 27, 21, 22, 3, 'com_content.article.19', 'Typography', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(582, 1, 177, 178, 1, '#__ucm_content.2', '#__ucm_content.2', '[]'),
(587, 1, 179, 180, 1, '#__ucm_content.3', '#__ucm_content.3', '[]'),
(591, 1, 181, 182, 1, '#__ucm_content.4', '#__ucm_content.4', '[]'),
(611, 18, 116, 117, 2, 'com_modules.module.610', 'R4 Prime Certification', '{}'),
(612, 18, 118, 119, 2, 'com_modules.module.611', 'Features - Features List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(613, 18, 120, 121, 2, 'com_modules.module.612', 'Features - Gantry 5 Core Features', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(614, 18, 122, 123, 2, 'com_modules.module.613', 'Features - System Requirements', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(615, 18, 124, 125, 2, 'com_modules.module.614', 'Header - Block Variations', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(616, 18, 126, 127, 2, 'com_modules.module.615', 'Block Variations - Additional Classes Header', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(617, 18, 128, 129, 2, 'com_modules.module.616', 'Block Variations - Additional Classes List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(641, 18, 130, 131, 2, 'com_modules.module.637', 'Header - Typography', '{}'),
(642, 18, 132, 133, 2, 'com_modules.module.638', 'Header - Blog', '{}'),
(691, 57, 35, 36, 3, 'com_content.article.22', 'A Day In The Life Of An Ewaste Trader (Part 2)', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(692, 57, 37, 38, 3, 'com_content.article.23', 'A Day In The Life Of An E-Waste Trader (Part 1)', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(693, 16, 64, 65, 2, 'com_menus.menu.1', 'Main Menu', '{}'),
(702, 57, 39, 40, 3, 'com_content.article.24', 'How AI/ML and Computer Vision work in WEEE', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(703, 57, 41, 42, 3, 'com_content.article.25', 'How AI / ML and Computer Vision are saving the planet.', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(704, 57, 43, 44, 3, 'com_content.article.26', 'E-waste, The Worlds Most Complex Commodity.', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(706, 1, 183, 184, 1, 'com_fields', 'com_fields', '{}'),
(707, 1, 185, 186, 1, 'com_associations', 'com_associations', '{}'),
(708, 1, 187, 188, 1, 'com_privacy', 'com_privacy', '{}'),
(709, 1, 189, 190, 1, 'com_actionlogs', 'com_actionlogs', '{}'),
(711, 18, 134, 135, 2, 'com_modules.module.640', 'Header - About Us', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(712, 11, 52, 53, 2, 'com_languages.language.2', 'English (en-US)', '{}'),
(713, 18, 136, 137, 2, 'com_modules.module.641', 'About Us - What we do (2)', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(714, 18, 138, 139, 2, 'com_modules.module.642', 'Body-Pricing', '{}'),
(715, 18, 140, 141, 2, 'com_modules.module.643', 'Pricing - Supplier', '{}');

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

--
-- Table structure for table `bfiwx_associations`
--

CREATE TABLE `bfiwx_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_banners`
--

CREATE TABLE `bfiwx_banners` (
  `id` int(11) NOT NULL,
  `cid` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT 0,
  `impmade` int(11) NOT NULL DEFAULT 0,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `description` text NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `params` text NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(400) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) NOT NULL DEFAULT '',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_banner_clients`
--

CREATE TABLE `bfiwx_banner_clients` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` text NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(400) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_banner_tracks`
--

CREATE TABLE `bfiwx_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) UNSIGNED NOT NULL,
  `banner_id` int(10) UNSIGNED NOT NULL,
  `count` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_categories`
--

CREATE TABLE `bfiwx_categories` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL,
  `metadesc` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_categories`
--

INSERT INTO `bfiwx_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`, `version`) VALUES
(1, 0, 0, 0, 19, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '{}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(2, 27, 1, 1, 2, 1, 'uncategorised', 'com_content', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(3, 28, 1, 3, 4, 1, 'uncategorised', 'com_banners', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(4, 29, 1, 5, 6, 1, 'uncategorised', 'com_contact', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"_:default\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 88, '2021-04-21 03:19:33', 0, '*', 1),
(5, 30, 1, 7, 8, 1, 'uncategorised', 'com_newsfeeds', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(7, 32, 1, 9, 10, 1, 'uncategorised', 'com_users', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(8, 55, 1, 11, 12, 1, 'features', 'com_content', 'Theme Features', 'features', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(9, 56, 1, 13, 14, 1, 'sample-pages', 'com_content', 'Sample Pages', 'sample-pages', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(10, 57, 1, 15, 16, 1, 'blog', 'com_content', 'Blog', 'blog', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(11, 77, 1, 17, 18, 1, 'rockettheme', 'com_contact', 'RocketTheme', 'rockettheme', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 88, '2020-10-02 05:49:34', 0, '0000-00-00 00:00:00', 0, '*', 1);

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

--
-- Table structure for table `bfiwx_contact_details`
--

CREATE TABLE `bfiwx_contact_details` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `catid` int(11) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  `sortname1` varchar(255) NOT NULL DEFAULT '',
  `sortname2` varchar(255) NOT NULL DEFAULT '',
  `sortname3` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(7) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Set if contact is featured.',
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_contact_details`
--

INSERT INTO `bfiwx_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `featured`, `xreference`, `publish_up`, `publish_down`, `version`, `hits`) VALUES
(1, 'Pfane Scientific SRL', 'manticore', '', '263 Str Principal', 'Zauan', 'Salaj', 'Romania', '', '+40766903531', '', '', 'images/pfane/ROM.jpg', 'admin@pfane.com', 0, -2, 0, '0000-00-00 00:00:00', 1, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 4, 1, '', '', 'BIN: RO36023056', 'ENV# SJ45', '', '*', '2020-10-02 05:49:34', 88, '', '2020-11-11 08:59:24', 88, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '2021-05-09 07:15:28', '0000-00-00 00:00:00', 31, 14757),
(2, 'Pfane Environmental Association', 'pfane-environmental-association', '', '226 Strada Piata Gheorge', 'Simleu Silvaniei', 'Salaj', 'Romania', '', '+40766505922', '', '', 'images/image.jpeg', '', 0, -2, 0, '0000-00-00 00:00:00', 2, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"0\",\"show_info\":\"0\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"0\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"0\",\"validate_session\":\"\",\"custom_reply\":\"0\",\"redirect\":\"\"}', 0, 4, 1, '', '', '', '', '', '*', '2020-11-11 09:01:10', 88, '', '2021-04-21 03:22:59', 88, '', '', '{\"robots\":\"noindex, nofollow\",\"rights\":\"\"}', 0, '', '2021-05-09 07:15:28', '0000-00-00 00:00:00', 5, 70),
(3, 'Pfane UK', 'pfane-uk', '', '34 Eversham Rd. ', 'Cheltanham', '', 'UK', '', '', '', '', 'images/pfane/UK.jpg', 'admin@pfane.com', 0, -2, 0, '0000-00-00 00:00:00', 3, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 4, 1, '', '', '', '', '', '*', '2020-11-11 09:02:49', 88, '', '2020-11-11 09:02:49', 0, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '2021-05-09 07:15:28', '0000-00-00 00:00:00', 1, 14773),
(4, 'Pfane Canada (Sales Office)', 'pfane-canada-sales-office', '', '#314 - 1108 - 250 Consumers Rd.', 'North York', 'Ontario', 'Canada', 'M2J 4V6', '+1 (647) 948-9448', '', '', '', 'info@pfane.ca', 0, -2, 0, '0000-00-00 00:00:00', 4, '{\"show_contact_category\":\"\",\"show_contact_list\":\"1\",\"presentation_style\":\"sliders\",\"show_tags\":\"1\",\"show_info\":\"1\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"1\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 4, 1, '', '', '', '', '', '*', '2020-11-11 09:04:47', 88, '', '2020-11-11 09:13:09', 88, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '2021-05-09 07:15:28', '0000-00-00 00:00:00', 2, 70);

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

--
-- Table structure for table `bfiwx_content`
--

CREATE TABLE `bfiwx_content` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` varchar(5120) NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metadata` text NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `note` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_content`
--

INSERT INTO `bfiwx_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(3, 60, 'Block Variations', 'block-variations', '<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>', '', 0, 8, '2020-10-02 05:49:34', 88, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 3, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(11, 68, 'Offline Page', 'offline-page', '<p style=\"text-align: center;\"><img src=\"images/rocketlauncher/pages/offline/img-01.jpg\" alt=\"image\" /></p>', '', 0, 9, '2020-10-02 05:49:34', 88, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(15, 72, 'Dark Souls', 'responsive-template', '<p class=\"g-lead\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sagittis varius egestas.</p>\r\n<p>Nam gravida nunc ac leo mollis semper. Nulla at nibh non felis lacinia pellentesque sed et sapien. Cras ex nunc, posuere imperdiet sapien non, vehicula elementum purus.</p>', '', 0, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-01.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-01.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 3, '', '', 1, 259, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(19, 575, 'Typography', 'typography', '<h1 class=\"nomargintop nopaddingtop\">H1 Heading</h1>\r\n<p>View general elements of the style typography in the template, although please do visit the various pages in the demo to discover a fuller set of what is available with Manticore.</p>\r\n<p><a class=\"button\" href=\"#\">button</a> <a class=\"button button-4\" href=\"#\">button button-4</a></p>\r\n<p>Lorem ipsum dolor sit amet, <strong>consectetur adipiscing</strong> elit. Vestibulum at sem ut <a href=\"#\">ipsum vestibulum</a> euismod. Mauris et <small>massa porta leo</small> facilisis feugiat. <em>Suspendisse id neque a sem facilisis blandit.</em> Aliquam sem leo, commodo ut, rutrum auctor, iaculis nec, eros.</p>\r\n<p><a class=\"button button-2\" href=\"#\">button button-2</a> <a class=\"button button-3\" href=\"#\">button button-3</a></p>\r\n<h2>H2 Heading</h2>\r\n<div class=\"g-content float-right nomargintop nopaddingtop\">\r\n<div class=\"moduletable\">\r\n<ul class=\"unstyled\">\r\n<li><a href=\"#\">&lt;ul class=\"unstyled\"&gt;</a></li>\r\n<li><a href=\"#\">Phasellus elementum, quam a euismod imperdiet</a></li>\r\n<li><a href=\"#\">Pellentesque pulvinar dui a magna</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<p>Nullam eget neque. Nullam <a href=\"#\">imperdiet venenatis</a> ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, <strong>eget varius arcu</strong> nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat.</p>\r\n<h3>H3 Heading</h3>\r\n<p>In erat. Pellentesque erat. <strong>Mauris vehicula vestibulum justo.</strong> Cum sociis natoque penatibus et magnis dis parturient montes, <a href=\"#\">nascetur ridiculus</a> mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi.</p>\r\n<p class=\"alert alert-error\">&lt;p class=\"alert alert-error\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-red\" href=\"#\">button button-red</a> <a class=\"button button-3 button-red\" href=\"#\">button button-3 button-red</a></p>\r\n<p>Praesent id dolor non erat viverra volutpat. Fusce tellus libero, <a href=\"#\">luctus adipiscing</a>, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit <strong>tincidunt neque</strong>, vitae pellentesque ante sem eu nisl.</p>\r\n<blockquote>Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna.</blockquote>\r\n<p><a class=\"button button-grey\" href=\"#\">button button-grey</a> <a class=\"button button-grey button-large\" href=\"#\">button button-grey button-large</a></p>\r\n<p>Pellentesque habitant morbi <a href=\"#\">tristique senectus</a> et netus et malesuada fames ac turpis egestas. Aenean et libero. <strong>Nam aliquam</strong>. Quisque vitae tortor id neque dignissim laoreet.</p>\r\n<h4>H4 Heading</h4>\r\n<p>Mauris lobortis. Aliquam lacinia purus. <strong>Pellentesque magna</strong>. Mauris euismod metus nec tortor. Phasellus elementum, quam a <code>&lt;code&gt;&lt;/code&gt;</code> imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. <a href=\"#\">Morbi convallis luctus tortor</a>. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus.</p>\r\n<p class=\"alert alert-success\">&lt;p class=\"alert alert-success\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-block\" href=\"#\">button button-block</a></p>\r\n<p>Duis eu ante. <a href=\"#\">Integer at sapien</a>. Praesent sed nisl tempor est pulvinar tristique. Maecenas non <strong>lorem quis mi</strong> laoreet adipiscing.</p>\r\n<blockquote>\r\n<p>&lt;blockquote&gt; &lt;p&gt;&lt;cite title=\"\"&gt;&lt;/cite&gt;&lt;/small&gt; &lt;/blockquote&gt;</p>\r\n<small>Someone famous <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n<h5>H5 Heading</h5>\r\n<p>Vestibulum mollis, est <strong>id rhoncus</strong> volutpat, dolor velit tincidunt <a href=\"#\">neque</a>, vitae pellentesque ante sem eu nisl. <em>Donec facilisis</em>, magna eget elementum pellentesque.</p>\r\n<p class=\"alert alert-info\">&lt;p class=\"alert alert-info\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-blue\" href=\"#\">button button-blue</a> <a class=\"button button-blue button-xlarge\" href=\"#\">button button-blue button-xlarge</a></p>\r\n<p>Donec facilisis, magna eget <strong>elementum pellentesque</strong>, augue arcu aliquet eros, eget convallis mauris ante <a href=\"#\">quis magna</a>.</p>\r\n<pre>&lt;p&gt;Sample text here…&lt;/p&gt;\r\n</pre>\r\n<p><a class=\"button button-grey button-small\" href=\"#\">button button-grey button-small</a> <a class=\"button button-grey button-xsmall\" href=\"#\">button button-grey button-xsmall</a></p>\r\n<h6>H6 Heading</h6>\r\n<p>Nam id turpis sit <strong>amet neque</strong> cursus luctus. Cum sociis natoque penatibus <a href=\"#\">et magnis dis</a> parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.</p>\r\n<p class=\"alert alert-warning\">&lt;p class=\"alert alert-warning\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-orange\" href=\"#\"> button button-orange </a> <a class=\"button button-orange button-medium\" href=\"#\">button button-orange button-medium</a></p>', '', 0, 2, '2020-10-02 05:49:34', 88, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 2, '', '', 1, 2, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(22, 691, 'A Day In The Life Of An Ewaste Trader (Part 2)', 'day-in-the-life2', '<p>The next day, Steven sat in his office looking out into the yard, his focus was on finding out more about this ViewPas™ system that the refiner was using. Still upset about the events from the day before, he was determined to show his boss that the refiner was ripping them off. He\'d gone as far as getting new buying leads for his boss to look at, surely these new companies offering higher prices would make the scrap yard a higher profit.</p>\r\n', '\r\n<div>Just then, Steven saw Joe, a colleague in the scrap trade, out in the yard holding a tray with 3 coffee\'s. Joe was always interesting to talk to, he\'d been 23 years in the scrap business and always brought a hot coffee for Steven and his Boss. Steven grabbed his coat, opened his office door and calling to his boss down the hall, \"Marco, Joe\'s here with coffee,\" he slipped outside smiling to meet with Joe.</div>\r\n<p>\"Joe,\" Steven called. picking up his pace to greet his colleague.</p>\r\n<p>\"Steven, Hey! I got you a coffee, double double... just how you like it buddy!\" -- \"Where\'s Marcos? I got his too.\" he said with his signature groggy voice.</p>\r\n<p>Marcos was trailing, putting on his coat and shrugging off the cool, spring morning air. They both sipped their coffee\'s as Marcos trotted the yard directly to where Joe and Steve were standing.</p>\r\n<p>\"Good, morning Joe,\" said Marcos</p>\r\n<p>The two shook hands like two warriors coming from battle. Joe and Marcos had been synergistic rivals for years. Each one outbidding the other on massive amounts of scrap that were being produced all around their State. Neither one realizing, the problem with waste was bigger than the both of them could ever handle together.</p>\r\n<p>\"Thanks,\" Marcos took the hot coffee from Joe\'s tray, Joe tossed the cardboard cup tray up on a pile of recyclable packaging.</p>\r\n<p>\"There, I come with coffee and help you make a profit.\" Joe said jovially.</p>\r\n<p>Joe\'s face turned serious, and you could tell that he had something on his mind. He started, \"Marcos, I know you\'ve been in business a long time, and I\'ve never steered you the wrong way, we have our differences and for a long time, we\'ve been helping each other out. So, I wanted to come over to you today and show you something because I know it\'s affected you, and I\'m feeling a little guilty about the whole thing. Can we go inside and talk for a few minutes?\"</p>\r\n<p>Marcos, a little curiously replied, \"Sure Joe, come on in.\"</p>\r\n<p>The three settled into Marcos\' office, with their coffees in hand, getting comfortable, Marcos asked. \"So, sounds like somethings the matter Joe? You closing up shop after 22 years? What\'s the deal\"</p>\r\n<p>Joe laughed, \"No, business is better than ever. I came to let you in on something, because I know you\'re getting e-waste coming over to you that have been driving down your profits, and I wanted to help you stop that.\"</p>\r\n<p>Marcos and Steven looked knowingly at one another, Joe caught them in the act. \"Listen fellas,\" Joe continued, \"Last week we had an old man come in with some boxes of circuit boards and he was trying to get us to agree to the higher prices, but our software showed us his materials were only worth a thousand bucks all together. So, when we showed him the image assay from this new software we have, he got really angry and told me he was going to sell his stuff to you. So I know you bought his stuff, I know you gave him three thousand and I know you lost money on the deal.\"</p>\r\n<p>Marcos looked again at Steven, \"well we have some new guys in the yard,\" Marcos interjected \"and we think they missed some lower grade stuff from the boxes he brought in. Not really a big deal, we made money on the rest of the material.\"</p>\r\n<p>\"Marcos, I\'ve been doing this for 22 years, I know all the people you know, I also know of at least 4 other orders I declined that came to you and you over paid. I feel a little like it\'s my fault, so I came over today to try and help you avoid those transactions and hopefully to help you level the playing field, so we can both be making money like we helped each other with that building we scrapped back in 2016.\" He continued, \"Guys, a couple months ago, I found out that Milton Metals was using a program called ViewPas™ which I had no idea what the hell it was before then, but listen, guys, my lips to gods ears, this software has increased our revenue by 44% in 2 months. It\'s no joke.\"</p>\r\n<p>Steven rang in \"I was just looking for that program this morning, it\'s on my searches in my office. What is it, and how is Milton saying they sorted a truck in 20 minutes?\"</p>\r\n<p>\"Those are all good questions, let me tell you, the company that made the software is out of Europe, they\'ve been processing and refining e-waste for 3 years to develop this software. It handles and manages my whole e-waste division right now, but the truly remarkable thing it does,\"Joe went on,\"is when you get a load of e-waste in, you can take a photo, then send it to the program online and it tells you what you should pay for the e-waste it sees in the photo, and it\'s dead on, every time. Now, we take 30 to 40 images, from each truck that\'s why it only takes 20 minutes Steven to find the value of an entire truck. We don\'t sort like you guys are doing any more. we stopped that last month.\"</p>\r\n<p>Marcos looked puzzled, \"What do you mean it prices the e-waste? how does it know what I should pay? How does it know what it\'s looking at? How can you not sort? You have to sort, that\'s what we do? What do my guys do if they aren\'t sorting?\"</p>\r\n<p>Marcos was not accepting what he was hearing, a common response when someone challenges the very essence of your business.</p>\r\n<p>\"Marcos, I can show you,\" Joe pulled out his phone and with a few clicks was in his ViewPas™ control panel. \"Can we go back outside and I can show you how this thing works?\"</p>\r\n<p>The three finished their coffee\'s and headed out to the yard. \"Ok, show me some motherboards you just purchased.\"</p>\r\n<p>Steven Lead the two over to a bag of Telecom Boards, Joe said, \"Ok, these are Telecom Boards, what\'d ya pay for these? Per pound? \'cause I have the same prices as you, so lets not pretend I don\'t know what you\'re paying.\"</p>\r\n<p>\"Go look at the list,\" said Marcos, looking at Steven.</p>\r\n<p>\"Three dollars a pound, cause they\'re all pretty much high grade. You know? they aren\'t all gold plated, but these are high grade.\" Steven replied defensively.</p>\r\n<p>Joe went on, \"alright, here look at my prices.\" Joe tapped the Pricing Tab at the top of the screen, showing Marcos and Steve that his price list was the same for each material as theirs. \"Alright, now we tap on ImageAssay and it asks for a file, I tap my camera and I take a photo of these boards and then in this dropdown I select Telecom Boards, then I hit here, where it says Scan Image\"</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEHm_DdjRh3fg/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEHm_DdjRh3fg/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\" /></div>\r\n<p>Steve and Marcos huddled around the phone, patiently waiting as the system took a few seconds to process the image. then showed the results screen.</p>\r\n<p>\"Don\'t feel bad Steven, my guy was doing the same thing, there\'s no way he could know from all these boards what the true assayed values are. So you can see here, the software says you\'re 50% right, but your price at 3.00 means you paid too much for this material.\"</p>\r\n<p>Marcos came back, defending his practice, \"That\'s only looking at the top layer, it can\'t see what\'s inside.\"</p>\r\n<p>\"You\'re right, that\'s why we always empty the bags on the floor and take 10 or 15 assays. Takes us 4 to 5 minutes, rather then a half hour to sort through it all. We don\'t make people wait any more while we sort their materials.\" Joe responded. \"Here, Steve, move those around a bit and lets take another assay.\"</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEmAPW__D5NsQ/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEmAPW__D5NsQ/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\" /></div>\r\n<p>Steven took some of the boards out from underneath, and placed them on the top. Joe went ahead and took another ImageAssay. They waited again, huddled around the screen. This time... Marcos was taken back.</p>\r\n<p>Joe started. \"You see guys? Oldest trick in the book, the best stuff is always on top. This time, it shows these crappy little ones that are full of copper, this image is 50% low grade, a far cry from three bucks a pound guys. How long do you guys want to be wrong on your pricing? You know when you send these to Milton, they\'re going to show you what I\'m showing you, and you\'re gonna lose money.\"</p>\r\n<p>\"I don\'t even know what to say.\" Marcos started.</p>\r\n<p>\"I\'ve already found us other buyers,\" Steven rang in.</p>\r\n<p>\"We have a contract with Milton, Steve, we can\'t just go get another contract in a day.\" said Marcos.</p>\r\n<p>\"Guy\'s, I said I was here to help, and I am,\" added Joe. \"I\'m gonna help you and I\'m gonna help me. You see when I first used this software two months ago, I was like you, I thought it wasn\'t going to do anything for me, half my stuff we get for next to nothing, but the stuff we buy we just kept seeing a loss on. So when I saw this software work, saving me from bad purchases, keeping money in my pocket and getting me better, safer deals on good materials, I called up the company in Europe and they made me an exclusive distributor for their software here in Washington State. Now, I can give you a monthly subscription, we both make better buying decisions, and I can sleep at night, not thinking that all the e-waste I\'m not accepting isn\'t putting you guys in the hole.\"</p>\r\n<p>\"How much?\" Marcos asked right away.</p>\r\n<p>\"Well, how many tons of these Telecom Boards did you buy?\"</p>\r\n<p>\"Three and a bit.\" Steve answered.</p>\r\n<p>\"So then with your price being an average of $1 per pound too high, and knowing that you\'ll probably get around 2.50 when you send these to Milton, I\'m standing here looking at an order that\'s going to put you in the negative by Thirty Three Hundred dollars. If you had this software, pricing this material for you, you would have made at least three thousand on this purchase. So for just this one delivery, it would have saved you over sixty six hundred dollars. What if I told you, you could have saved that amount of money for less than five hundred dollars? Not to mention, the number of bags it would continue to save your assets on. haha hey?\"</p>\r\n<p>Steve and Marcus were both in shock. \"I have to think about this, it\'s too new, I don\'t understand it.\"</p>\r\n<p>Joe shook both their hands, \"That\'s right, you think about it. I\'ll keep sending you over the good stuff,\" he winked at them. \"Thanks boys! Call me when you get your next assay\'s from Milton. I\'ll still be here.\"</p>\r\n<p>Joe walked out of the yard to his car. Steve and Marcos looked at each other silently for a few seconds.</p>\r\n<p>\"I could really use that software,\" Steven said, \"I can\'t possibly know every value of every board like that thing, it could really save us a ton of money.\"</p>\r\n<p>\"Yeah, I know,\"said Marcos \"I just hated that Joe got to it first, I\'ll call him tomorrow and make the deal.\"</p>', 1, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '2021-04-21 03:16:19', 88, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/et222.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/et222.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 4, '', '', 1, 371, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(23, 692, 'A Day In The Life Of An E-Waste Trader (Part 1)', 'day-in-the-life', '<p>It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.</p>\r\n', '\r\n<p>Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.</p>\r\n<p>His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.</p>\r\n<p>The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun. </p>\r\n<p>“Morning,” says the boy</p>\r\n<p>‘A good morning to you as well young man,” says the old man eccentrically.</p>\r\n<p>“What’s in here?” Asks the boy.</p>\r\n<p>“323 kilos” Says the clerk at the weigh station.</p>\r\n<p>“Oh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.”</p>\r\n<p>“Alright, we have to sort them and give you an estimate of what we pay.”</p>\r\n<p>The man’s smile dims ever so slightly, “How long with that take?” he asks.</p>\r\n<p>“30 minutes maybe.” responds the expert, as a forklift comes and takes the box away, “you’re welcome to come in and have a coffee while you wait, you can watch the sorting.”</p>\r\n<p>The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand. </p>\r\n<p>“Here’s your list, we can give you three thousand for all the items.” says the boy.</p>\r\n<p>Delighted, the man signs the paperwork, collects his spoils and leaves.</p>\r\n<p>Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There’s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents. </p>\r\n<p>Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.</p>\r\n<p>“Yes sir?”</p>\r\n<p>“Have a seat Steve.” says the director, “we have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?”</p>\r\n<p>“Ahh, can I see that please?” The boy asks.</p>\r\n<p>He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods. </p>\r\n<p>He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.</p>\r\n<p>“This has to be wrong sir, how could they sort everything already, they have to be lying. I think we’re getting screwed sir. The truck\'s only been there 20 minutes, there’s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.” The young man interjects. There’s a distinct sound of uncertainty in his voice. </p>\r\n<p>“Steven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?”</p>\r\n<p>“No sir, I’ve never heard of it. Have you?”</p>\r\n<p>“No I haven’t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can’t be over pricing this crap, and tell the guys in the shop to watch what they’re sorting, if they don’t know what something is they need to ask you.”</p>\r\n<p>“Yes sir” Says Steven, closing the office door behind him. \"Ask me,\" he mutters, \"what do you think I am, a robot?\" - To be continued.</p>', 1, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '2021-04-21 03:16:05', 88, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/vp111.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/vp111.png\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 5, '', '', 1, 403, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(24, 702, 'How AI/ML and Computer Vision work in WEEE', 'configure-site-layout', '<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is actually capable of saving the planet from itself. Whew.. (insert mind blown meme here;)</p>\r\n', '\r\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to massively increase efficiency and promote exponential growth of the recyclers who choose to adopt these new technologies.</p>\r\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed the software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.</p>\r\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)</p>\r\n<p>But really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s actually the material you ordered? This \"SuperPower\" for your e-waste enterprise is actually something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \"we can make it up on the next truck.\" With ViewPas, you never lose. That, is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?</p>\r\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d their yearly gross revenues and has quadrupled that number in the last year. This incredible technology is available for commercial use. Hows your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?</p>', 0, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '2020-10-20 05:08:34', 88, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/333.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/333.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 2, '', '', 1, 244, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `bfiwx_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(25, 703, 'How AI / ML and Computer Vision are saving the planet.', 'vision', '<p class=\"g-lead\">It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)</p>\r\n<div dir=\"ltr\">', '</div>\r\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to massively increase efficiency and promote exponential growth of the recyclers who choose to adopt these new technologies.</p>\r\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.</p>\r\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)</p>\r\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \"SuperPower\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \"we can make it up on the next truck.\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?</p>\r\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQFwNxuDqLepNg/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\" alt=\"No alt text provided for this image\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQFwNxuDqLepNg/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\" /></div>\r\n<p> </p>\r\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.</p>\r\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https://www.pfane.org</p>', 1, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '2021-04-21 03:15:25', 88, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/333.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/333.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 1, '', '', 1, 256, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(26, 704, 'E-waste, The Worlds Most Complex Commodity.', 'commodity', '<p>There is a common misconception these days that starting an e-waste business will bring you riches beyond your wildest dreams. Many an entrepreneur will read a FORBES fluff piece or two and incorrectly think that a pile of discarded computers will bury them in gold.</p>\r\n', '\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEq87fSF_sqBw/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\" alt=\"No alt text provided for this image\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEq87fSF_sqBw/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\" /></div>\r\n<p>Too many people believe the extraordinary statistics being touted about the amount of precious metals in e-waste and electronics. I\'ve even read some estimates that there are around <a href=\"https://www.forbes.com/sites/kitconews/2014/08/27/before-tossing-your-iphone-5-mine-the-gold/#6a63eca7dfc6\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">1kg of gold inside a ton of cell phones.</a></p>\r\n<p>I have to say that over the last 4 years of <a href=\"https://www.pfane.org/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Pfane</a> diligently separating, photographing, processing and analyzing thousands upon thousands of pieces of e-waste. We\'re probably the most studied and qualified in the industry to say; \"those figures are immensely exaggerated.\" Even if you process 1 full ton of Nokia\'s you will not see that type of yield.</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQHNkSrk9UcHkQ/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\" alt=\"No alt text provided for this image\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQHNkSrk9UcHkQ/article-inline_image-shrink_1000_1488/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\" /></div>\r\n<p>That being said. Depending on the mix of phones you are recycling, you may see close to 700 grams on average, after getting rid of the externals, plastics and bits of metal that contaminate the circuitry. But that\'s not a ton of cell phones, that\'s a ton of cell phone motherboards. Still sounds promising though, doesn\'t it? Well, hold on a second. Phones have been changing a great deal since 2013. A new phone motherboard uses newer, inexpensive gold alloys, The chip-sets use smaller, thinner, gold bond wire. As they say. \"They don\'t make \'em like they used to.\" So finding more than an ounce of gold in a ton of newer smartphone motherboards is a rarity in itself, as rare as collecting one ton of Nokia\'s.</p>\r\n<p>\"So what!,\" you say. \"That\'s nothing to worry about?\" Well, if you purchase, process or sell e-waste, you better pretend you care. Cell phone motherboards are one of the 4 most over-priced e-wastes on the market. Most times, when purchasing cell phone motherboards, an e-waste company is buying a few tons at most. These phones are mixed with more accurately priced waste. The other waste will usually cover the loss from the bad purchase. However, in my opinion, the loss shouldn\'t exist in the first place.</p>\r\n<p>In a blind study conducted by <a href=\"https://www.pfane.org/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Pfane Environmental Association</a>, done across twelve of the world\'s top e-waste recyclers. Eleven recyclers quoted photos of cellphone boards from 1 euro to 8 euro per kilo too high. A staggering 50% of the recyclers were pricing them above the break-even price, meaning 50% of the worlds largest recyclers are losing money on cell phone boards.</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQE1_bUeSq4DWw/article-inline_image-shrink_1500_2232/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\" alt=\"No alt text provided for this image\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQE1_bUeSq4DWw/article-inline_image-shrink_1500_2232/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\" /></div>\r\n<p>It gets worse. In our most recent tests, we sent out photos of common, mixed telecom boards, and the results were absolutely shocking. 2 of 5 classes of boards were so far under-priced that the collector would have lost their shirt taking that low an offer, and 2 of the 5 classes were so far overpriced that the recyclers would have lost more than double their money recycling the materials. Note: In case anyone reading this quoted boards for us, please know, none of the materials were sold after the test was completed.</p>\r\n<p>Shortly after conducting these pricing surveys I had the privilege to visit an e-waste recycling company in Serbia called e-recycle. One of the most astounding setups I\'ve had the honor to tour. I met with their CEO, Ninoslav and we spent the entire day discussing the e-waste industry.</p>\r\n<p>Which brings me the final misconception plaguing the e-waste industry, that \'all classes of waste are equal and that sending out price lists are the best way to make an offer.\' This is dead wrong.</p>\r\n<p>E-recycling Serbia was in possession of the highest grade \"class c\" boards I have ever seen. When scanned through <a href=\"https://www.pfane.org/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">our software</a> the AI system reported a 100% positive result, showing the boards should be selling for 755 euro per ton. Ninoslav told me, this was very interesting, as their buyer already paid a similar price for these boards and it was exciting to see the <a href=\"https://pfane.com/viewpas/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">software was so accurate</a> with just a single photo. He explained how his company meticulously extracted every toxic component and large capacitor before shipping and the loss of weight from inferior components was what helped raise the value so high.</p>\r\n<div><img src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEt-QDig3aZeA/article-inline_image-shrink_1500_2232/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\" alt=\"No alt text provided for this image\" data-media-urn=\"\" data-li-src=\"https://media-exp1.licdn.com/dms/image/C4E12AQEt-QDig3aZeA/article-inline_image-shrink_1500_2232/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\" /></div>\r\n<p>Normally, unless you find an honest buyer, or a buyer using <a href=\"index.php/1viewpas/1viewpas-2\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">ViewPas™</a> software to price your materials, recyclers would low-ball your material first until they assayed the material themselves. Even then there\'s nothing to stop them from lying.</p>\r\n<p>The e-waste industry is full of misconception and price gouging. But if you are a buyer or a seller of e-waste. You need to start protecting your facility from mispriced, over valued or undercut prices. You need precise pricing data, you need more data from every truck of material you are purchasing or collecting. You need to stop paying more for e-waste than what it\'s worth and the industry as a whole needs to become much more connected and transparent if we are going to keep recyclers, recycling, - for years to come.</p>', 1, 10, '2020-10-02 05:49:34', 88, 'RocketTheme', '2021-04-21 03:14:58', 88, 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/123.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-06.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 0, '', '', 1, 310, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');

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

--
-- Table structure for table `bfiwx_contentitem_tag_map`
--

CREATE TABLE `bfiwx_contentitem_tag_map` (
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `core_content_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';

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

--
-- Table structure for table `bfiwx_content_frontpage`
--

CREATE TABLE `bfiwx_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_content_rating`
--

CREATE TABLE `bfiwx_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `rating_sum` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `rating_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lastip` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_content_types`
--

CREATE TABLE `bfiwx_content_types` (
  `type_id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(400) NOT NULL DEFAULT '',
  `table` varchar(255) NOT NULL DEFAULT '',
  `rules` text NOT NULL,
  `field_mappings` text NOT NULL,
  `router` varchar(255) NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) DEFAULT NULL COMMENT 'JSON string for com_contenthistory options'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_content_types`
--

INSERT INTO `bfiwx_content_types` (`type_id`, `type_title`, `type_alias`, `table`, `rules`, `field_mappings`, `router`, `content_history_options`) VALUES
(1, 'Article', 'com_content.article', '{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}', 'ContentHelperRoute::getArticleRoute', '{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(2, 'Contact', 'com_contact.contact', '{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}', 'ContactHelperRoute::getContactRoute', '{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),
(3, 'Newsfeed', 'com_newsfeeds.newsfeed', '{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}', 'NewsfeedsHelperRoute::getNewsfeedRoute', '{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(4, 'User', 'com_users.user', '{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}', 'UsersHelperRoute::getUserRoute', ''),
(5, 'Article Category', 'com_content.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContentHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(6, 'Contact Category', 'com_contact.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContactHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(7, 'Newsfeeds Category', 'com_newsfeeds.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'NewsfeedsHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(8, 'Tag', 'com_tags.tag', '{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}', 'TagsHelperRoute::getTagRoute', '{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(9, 'Banner', 'com_banners.banner', '{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(10, 'Banners Category', 'com_banners.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(11, 'Banner Client', 'com_banners.client', '{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),
(12, 'User Notes', 'com_users.note', '{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(13, 'User Notes Category', 'com_users.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');

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

--
-- Table structure for table `bfiwx_core_log_searches`
--

CREATE TABLE `bfiwx_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_extensions`
--

CREATE TABLE `bfiwx_extensions` (
  `extension_id` int(11) NOT NULL,
  `package_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `protected` tinyint(3) NOT NULL DEFAULT 0,
  `manifest_cache` text NOT NULL,
  `params` text NOT NULL,
  `custom_data` text NOT NULL,
  `system_data` text NOT NULL,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT 0,
  `state` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_extensions`
--

INSERT INTO `bfiwx_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(1, 0, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 0, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 0, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(4, 0, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}', '{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 0, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(6, 0, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 0, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(8, 0, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_tags\":\"1\",\"show_info\":\"1\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"add_mailto_link\":\"1\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"show_misc\":\"1\",\"allow_vcard\":\"1\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"1\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"1\",\"show_image_heading\":\"0\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 0, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"Jun 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10, 0, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 0, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(12, 0, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(13, 0, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"check_mime\":\"0\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(14, 0, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(15, 0, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(16, 0, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(17, 0, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 0, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(19, 0, 'com_search', 'component', 'com_search', '', 1, 1, 1, 0, '{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}', '{\"enabled\":\"0\",\"show_date\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 0, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,yaml,twig\",\"font_formats\":\"woff,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 0, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"1\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"none\",\"float_fulltext\":\"none\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 0, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}', '{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(24, 0, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 0, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}', '{\"allowUserRegistration\":\"0\",\"new_usertype\":\"1\",\"guest_usergroup\":\"1\",\"sendpassword\":\"0\",\"useractivation\":\"0\",\"mail_to_admin\":\"0\",\"captcha\":\"\",\"frontend_userparams\":\"0\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"domains\":{\"domains0\":{\"name\":\"*\",\"rule\":0}},\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"minimum_lowercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\",\"debugUsers\":\"0\",\"debugGroups\":\"0\",\"sef_advanced\":0,\"custom_fields_enable\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 0, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(28, 0, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.1\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(29, 0, 'com_tags', 'component', 'com_tags', '', 1, 1, 1, 1, '{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"show_tag_num_items\":\"0\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(30, 0, 'com_contenthistory', 'component', 'com_contenthistory', '', 1, 1, 1, 0, '{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(31, 0, 'com_ajax', 'component', 'com_ajax', '', 1, 1, 1, 1, '{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(32, 0, 'com_postinstall', 'component', 'com_postinstall', '', 1, 1, 1, 1, '{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(33, 0, 'com_fields', 'component', 'com_fields', '', 1, 1, 1, 0, '{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(34, 0, 'com_associations', 'component', 'com_associations', '', 1, 1, 1, 0, '{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(35, 0, 'com_privacy', 'component', 'com_privacy', '', 1, 1, 1, 1, '{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(36, 0, 'com_actionlogs', 'component', 'com_actionlogs', '', 1, 1, 1, 1, '{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 0, 'LIB_PHPUTF8', 'library', 'phputf8', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 0, 'LIB_JOOMLA', 'library', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"mediaversion\":\"a1186803f48d42f925fce9d857953106\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(104, 0, 'LIB_IDNA', 'library', 'idna_convert', '', 0, 1, 1, 1, '{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(105, 0, 'FOF', 'library', 'fof', '', 0, 1, 1, 1, '{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(106, 0, 'LIB_PHPASS', 'library', 'phpass', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 0, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 0, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 0, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 0, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 0, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 0, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 0, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 0, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 0, '{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 0, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 0, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, 0, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 0, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 0, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 0, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 0, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 0, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 0, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 0, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 0, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, 0, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, 0, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 0, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 0, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 0, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 0, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 0, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 0, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 0, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 0, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 0, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 0, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 0, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 0, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 0, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 0, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 0, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}', '{\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 0, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}', '{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(315, 0, 'mod_stats_admin', 'module', 'mod_stats_admin', '', 1, 1, 1, 0, '{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}', '{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(316, 0, 'mod_tags_popular', 'module', 'mod_tags_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}', '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(317, 0, 'mod_tags_similar', 'module', 'mod_tags_similar', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}', '{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(318, 0, 'mod_sampledata', 'module', 'mod_sampledata', '', 1, 1, 1, 0, '{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(319, 0, 'mod_latestactions', 'module', 'mod_latestactions', '', 1, 1, 1, 0, '{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(320, 0, 'mod_privacy_dashboard', 'module', 'mod_privacy_dashboard', '', 1, 1, 1, 0, '{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(400, 0, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}', '{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, 0, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1, 1, '{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, 0, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}', '{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(403, 0, 'plg_content_contact', 'plugin', 'contact', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0);
INSERT INTO `bfiwx_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(404, 0, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}', '{\"mode\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(406, 0, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}', '{\"style\":\"xhtml\"}', '', '', 0, '2011-09-18 15:22:50', 0, 0),
(407, 0, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 0, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}', '{\"position\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, 0, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 0, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.60.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}', '{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(411, 0, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 0, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2020\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.12\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}', '{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 0, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 0, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 0, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, 0, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 0, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 0, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 0, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 0, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 0, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 0, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}', '{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, 0, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}', '{\"browsercache\":\"0\",\"cachetime\":\"15\"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, 0, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}', '{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(426, 0, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, 0, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 0, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 0, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 0, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 0, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}', '{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, 0, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 0, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}', '{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 0, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 0, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 0, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, 0, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 0, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 0, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 0, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 0, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 0, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, 0, 'plg_finder_contacts', 'plugin', 'contacts', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, 0, 'plg_finder_content', 'plugin', 'content', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, 0, 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(447, 0, 'plg_finder_tags', 'plugin', 'tags', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(448, 0, 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(449, 0, 'plg_authentication_cookie', 'plugin', 'cookie', 'authentication', 0, 1, 1, 0, '{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(450, 0, 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(451, 0, 'plg_search_tags', 'plugin', 'tags', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(452, 0, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}', '{\"lastrun\":1639008936}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(453, 0, 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(454, 0, 'plg_system_stats', 'plugin', 'stats', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}', '{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"8e29b78f770b017a7e6e3c497b4e94a3f7595195\",\"interval\":12}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(455, 0, 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(456, 0, 'PLG_INSTALLER_FOLDERINSTALLER', 'plugin', 'folderinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(457, 0, 'PLG_INSTALLER_URLINSTALLER', 'plugin', 'urlinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(458, 0, 'plg_quickicon_phpversioncheck', 'plugin', 'phpversioncheck', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(459, 0, 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(460, 0, 'plg_editors-xtd_contact', 'plugin', 'contact', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(461, 0, 'plg_system_fields', 'plugin', 'fields', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(462, 0, 'plg_fields_calendar', 'plugin', 'calendar', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(463, 0, 'plg_fields_checkboxes', 'plugin', 'checkboxes', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(464, 0, 'plg_fields_color', 'plugin', 'color', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(465, 0, 'plg_fields_editor', 'plugin', 'editor', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(466, 0, 'plg_fields_imagelist', 'plugin', 'imagelist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(467, 0, 'plg_fields_integer', 'plugin', 'integer', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}', '{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(468, 0, 'plg_fields_list', 'plugin', 'list', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(469, 0, 'plg_fields_media', 'plugin', 'media', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(470, 0, 'plg_fields_radio', 'plugin', 'radio', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(471, 0, 'plg_fields_sql', 'plugin', 'sql', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(472, 0, 'plg_fields_text', 'plugin', 'text', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(473, 0, 'plg_fields_textarea', 'plugin', 'textarea', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(474, 0, 'plg_fields_url', 'plugin', 'url', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(475, 0, 'plg_fields_user', 'plugin', 'user', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(476, 0, 'plg_fields_usergrouplist', 'plugin', 'usergrouplist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(477, 0, 'plg_content_fields', 'plugin', 'fields', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(478, 0, 'plg_editors-xtd_fields', 'plugin', 'fields', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(479, 0, 'plg_sampledata_blog', 'plugin', 'blog', 'sampledata', 0, 0, 1, 0, '{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(480, 0, 'plg_system_sessiongc', 'plugin', 'sessiongc', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(481, 0, 'plg_fields_repeatable', 'plugin', 'repeatable', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(482, 0, 'plg_content_confirmconsent', 'plugin', 'confirmconsent', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(483, 0, 'PLG_SYSTEM_ACTIONLOGS', 'plugin', 'actionlogs', 'system', 0, 0, 1, 0, '{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(484, 0, 'PLG_ACTIONLOG_JOOMLA', 'plugin', 'joomla', 'actionlog', 0, 1, 1, 0, '{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(485, 0, 'plg_system_privacyconsent', 'plugin', 'privacyconsent', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(486, 0, 'plg_system_logrotation', 'plugin', 'logrotation', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}', '{\"lastrun\":1638010145}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(487, 0, 'plg_privacy_user', 'plugin', 'user', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(488, 0, 'plg_quickicon_privacycheck', 'plugin', 'privacycheck', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(489, 0, 'plg_user_terms', 'plugin', 'terms', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(490, 0, 'plg_privacy_contact', 'plugin', 'contact', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(491, 0, 'plg_privacy_content', 'plugin', 'content', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(492, 0, 'plg_privacy_message', 'plugin', 'message', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(493, 0, 'plg_privacy_actionlogs', 'plugin', 'actionlogs', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(494, 0, 'plg_captcha_recaptcha_invisible', 'plugin', 'recaptcha_invisible', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(495, 0, 'plg_privacy_consents', 'plugin', 'consents', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 0, 'beez3', 'template', 'beez3', '', 0, 1, 1, 0, '{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `bfiwx_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(504, 0, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(506, 0, 'protostar', 'template', 'protostar', '', 0, 1, 1, 0, '{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(507, 0, 'isis', 'template', 'isis', '', 1, 1, 1, 0, '{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 802, 'English (en-GB)', 'language', 'en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"October 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.3\",\"description\":\"en-GB site language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 802, 'English (en-GB)', 'language', 'en-GB', '', 1, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"October 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.3\",\"description\":\"en-GB administrator language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 0, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"October 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.3\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(802, 0, 'English (en-GB) Language Pack', 'package', 'pkg_en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"October 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.3.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10029, 0, 'System - RokBooster', 'plugin', 'rokbooster', 'system', 0, 0, 1, 0, '{\"name\":\"System - RokBooster\",\"type\":\"plugin\",\"creationDate\":\"April 12, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.1.19\",\"description\":\"\\n        \\n        <div class=\\\"booster-description\\\">\\n        <img src=\\\"..\\/plugins\\/system\\/rokbooster\\/assets\\/images\\/rokbooster.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokBooster<\\/h1>\\n        <p>Increase the speed of your site by enabling the RokBooster plug-in.  This advanced extension will <strong>compress<\\/strong> and <strong>combine<\\/strong> your <strong>CSS<\\/strong> and <strong>JavaScript<\\/strong> into as few files as possible.  RokBooster can dramatically reduce the number of HTTP calls a browser has to make, and sending those compressed files GZipped means your pages will load faster with less load on your server.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n            <li>Combine and compress CSS and JavaScript into as few files as possible<\\/li>\\n            <li>GZip compression used to send CSS and JavaScript files<\\/li>\\n            <li>Compress Inline CSS and JavaScript<\\/li>\\n            <li>Customizable cache timeout<\\/li>\\n            <li>Background rendering, so initial file processing won\'t slow your users down<\\/li>\\n            <li>Full page scan allows for non-header JavaScript and CSS to be included<\\/li>\\n            <li>Ability to ignore specific CSS and JavaScript files<\\/li>\\n        <\\/ul>\\n        <p class=\\\"note\\\"><strong>NOTE:<\\/strong> Clearing the Joomla cache will remove the RokBooster compressed cache files causing them to regenerate on the next page hit<\\/p>\\n        <\\/div>\\n        \\n    \",\"group\":\"\",\"filename\":\"rokbooster\"}', '{\"cache_time\":\"10080\",\"compress_css\":\"compress\",\"style_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_css\":\"0\",\"imported_css\":\"0\",\"compress_js\":\"combine\",\"script_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_js\":\"1\",\"max_data_uri_image_size\":\"21612\",\"convert_css_images\":\"0\",\"convert_page_images\":\"0\",\"max_data_uri_font_size\":\"21612\",\"convert_css_fonts\":\"0\",\"ignored_pages\":\"\",\"ignored_files\":\"\\/media\\/editors\\/tinymce\\/jscripts\\/tiny_mce\\/tiny_mce.js\",\"scan_method\":\"joomla\",\"use_background_processing\":\"1\",\"disable_for_ie\":\"2\",\"cache_file_permissions\":\"0644\",\"data_storage\":\"default\",\"debugloglevel\":\"63\"}', '', '', 0, '0000-00-00 00:00:00', 100, 0),
(10031, 0, 'RokPad', 'plugin', 'rokpad', 'editors', 0, 1, 1, 0, '{\"name\":\"RokPad\",\"type\":\"plugin\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.10\",\"description\":\"\\n        <div class=\\\"rokpad-description\\\">\\n        <img src=\\\"..\\/plugins\\/editors\\/rokpad\\/assets\\/admin\\/images\\/rokpad.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokPad<\\/h1>\\n        <h2>The Power of Desktop Text Editor in a Joomla!<\\/h2>\\n        <p>Ever wished you could use a powerful desktop text editor such as Textmate, SublimeText, or UltraEdit directly on a Joomla! web site?  Now with RokPad we provide many features and capabilities that traditionally would only be found in a powerful desktop editor.  RokPad provides advanced functions such as an Ajax saving action, syntax highlighting, configurable themes, multiple cursors and selections, shortcut keys, multiple language support, and many other incredible features.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n\\t\\t\\t<li>Code Highlighter built on the great ACE Editor<\\/li>\\n\\t        <li>Support for CSS, HTML, JavaScript, JSON, LESS, Markdown, PHP, SQL, Plain Text, Textile, XML and more...<\\/li>\\n\\t        <li>Ajax save and Automatic Save options. You\'ll never loose your content again, nor wait until the page has finished reloading after a save!<\\/li>\\n\\t        <li>Save, Undo, Redo, Goto line, Advanced Search and Search &amp; Replace, Full Screen. Settings like Themes, Font Size, Code Folding, Wrap Mode, Invisible Characters, Print Margin, Highlight of selected word<\\/li>\\n\\t        <li>26 Themes to choose from<\\/li>\\n\\t        <li>Resizable Editor by dragging the Statusbar<\\/li>\\n\\t        <li>Keyboard shortcuts<\\/li>\\n\\t        <li>Brackets match<\\/li>\\n\\t        <li>Multiple cursors and selections<\\/li>\\n\\t        <li>Vertical Selection<\\/li>\\n\\t        <li>Ability to insert at multiple locations xtd-buttons shortcodes, all at once.<\\/li>\\n\\t        <li>Shortcodes and Universal Tag Insertion<\\/li>\\n\\t        <li>Drag &amp; Drop of text from external applications such as other Browser Tabs\\/windows or Native Applications (Supported on Firefox, Chrome, IE10 and Safari)<\\/li>\\n\\t        <li>Import local files by Drag &amp; Drop directly from your desktop! (Supported on Firefox, Chrome, IE10 and Safari 6+)<\\/li>\\n\\t        <li>And much more!<\\/li>\\n        <\\/ul>\\n        <\\/div>\\n        \",\"group\":\"\",\"filename\":\"rokpad\"}', '{\"autosave-enabled\":\"0\",\"autosave-time\":\"5\",\"theme\":\"fluidvision\",\"font-size\":\"12px\",\"fold-style\":\"markbeginend\",\"use-wrap-mode\":\"free\",\"selection-style\":\"1\",\"highlight-active-line\":\"1\",\"highlight-selected-word\":\"1\",\"show-invisibles\":\"0\",\"show-gutter\":\"1\",\"show-print-margin\":\"1\",\"fade-fold-widgets\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10033, 0, 'RokAjaxSearch', 'module', 'mod_rokajaxsearch', '', 0, 1, 1, 0, '{\"name\":\"RokAjaxSearch\",\"type\":\"module\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.6\",\"description\":\"RokAjaxSearch is an ajaxian searcher that displays the results immediately and allows to choose the\\n        proper one.\\n    \",\"group\":\"\",\"filename\":\"mod_rokajaxsearch\"}', '{\"search_page\":\"index.php?option=com_search&view=search&tmpl=component\",\"adv_search_page\":\"index.php?option=com_search&view=search\",\"include_css\":\"1\",\"theme\":\"blue\",\"searchphrase\":\"any\",\"ordering\":\"newest\",\"limit\":\"10\",\"perpage\":\"3\",\"websearch\":\"0\",\"blogsearch\":\"0\",\"imagesearch\":\"0\",\"videosearch\":\"0\",\"websearch_api\":\"\",\"show_pagination\":\"1\",\"safesearch\":\"MODERATE\",\"image_size\":\"MEDIUM\",\"show_estimated\":\"1\",\"hide_divs\":\"\",\"include_link\":\"1\",\"show_description\":\"1\",\"include_category\":\"1\",\"show_readmore\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10042, 10049, 'plg_system_gantry5', 'plugin', 'gantry5', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"production\":1}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10043, 10049, 'plg_quickicon_gantry5', 'plugin', 'gantry5', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"context\":\"mod_quickicon\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10044, 10049, 'plg_gantry5_preset', 'plugin', 'preset', 'gantry5', 0, 0, 1, 0, '{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}', '{\"preset\":\"presets\",\"reset\":\"reset-settings\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10045, 10049, 'mod_gantry5_particle', 'module', 'mod_gantry5_particle', '', 0, 1, 0, 0, '{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}', '{\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10047, 10049, 'gantry5_nucleus', 'file', 'gantry5_nucleus', '', 0, 1, 0, 0, '{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10048, 10049, 'com_gantry5', 'component', 'com_gantry5', '', 1, 1, 0, 0, '{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10049, 0, 'pkg_gantry5', 'package', 'pkg_gantry5', '', 0, 1, 1, 0, '{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10202, 0, 'rt_manticore', 'template', 'rt_manticore', '', 0, 1, 1, 0, '{\"name\":\"rt_manticore\",\"type\":\"template\",\"creationDate\":\"July 27, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.1.1\",\"description\":\"TPL_RT_MANTICORE_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10206, 10208, 'Englishen-US', 'language', 'en-US', '', 1, 1, 0, 0, '{\"name\":\"English (en-US)\",\"type\":\"language\",\"creationDate\":\"July 2021\",\"author\":\"stevec4\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"stevec4@comcast.net\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.28.1\",\"description\":\"en-US Administrator language\",\"group\":\"\",\"filename\":\"install\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10207, 10208, 'Englishen-US', 'language', 'en-US', '', 0, 1, 0, 0, '{\"name\":\"English (en-US)\",\"type\":\"language\",\"creationDate\":\"July 2021\",\"author\":\"Stevec4\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"stevec4@comcast.net\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.28.1\",\"description\":\"en-US site language\",\"group\":\"\",\"filename\":\"install\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10208, 0, 'English United States Language Pack', 'package', 'pkg_en-US', '', 0, 1, 1, 0, '{\"name\":\"English United States Language Pack\",\"type\":\"package\",\"creationDate\":\"July 2021\",\"author\":\"stevec4\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"stevec4@comcast.net\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.28.1\",\"description\":\"3.9.28.1 Joomla! English (United States) Language Package\",\"group\":\"\",\"filename\":\"pkg_en-US\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10213, 0, 'plg_quickicon_eos310', 'plugin', 'eos310', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_eos310\",\"type\":\"plugin\",\"creationDate\":\"June 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.0\",\"description\":\"PLG_QUICKICON_EOS310_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"eos310\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10214, 10049, 'Gantry 5 Framework', 'library', 'gantry5', '', 0, 1, 1, 0, '{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"December  3, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.6\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `bfiwx_fields`
--

CREATE TABLE `bfiwx_fields` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `default_value` text DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'text',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `fieldparams` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_fields_categories`
--

CREATE TABLE `bfiwx_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT 0,
  `category_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_fields_groups`
--

CREATE TABLE `bfiwx_fields_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_fields_values`
--

CREATE TABLE `bfiwx_fields_values` (
  `field_id` int(10) UNSIGNED NOT NULL,
  `item_id` varchar(255) NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_finder_filters`
--

CREATE TABLE `bfiwx_finder_filters` (
  `filter_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `data` text NOT NULL,
  `params` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links`
--

CREATE TABLE `bfiwx_finder_links` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `state` int(5) DEFAULT 1,
  `access` int(5) DEFAULT 0,
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double UNSIGNED NOT NULL DEFAULT 0,
  `sale_price` double UNSIGNED NOT NULL DEFAULT 0,
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms0`
--

CREATE TABLE `bfiwx_finder_links_terms0` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms1`
--

CREATE TABLE `bfiwx_finder_links_terms1` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms2`
--

CREATE TABLE `bfiwx_finder_links_terms2` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms3`
--

CREATE TABLE `bfiwx_finder_links_terms3` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms4`
--

CREATE TABLE `bfiwx_finder_links_terms4` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms5`
--

CREATE TABLE `bfiwx_finder_links_terms5` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms6`
--

CREATE TABLE `bfiwx_finder_links_terms6` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms7`
--

CREATE TABLE `bfiwx_finder_links_terms7` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms8`
--

CREATE TABLE `bfiwx_finder_links_terms8` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_terms9`
--

CREATE TABLE `bfiwx_finder_links_terms9` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termsa`
--

CREATE TABLE `bfiwx_finder_links_termsa` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termsb`
--

CREATE TABLE `bfiwx_finder_links_termsb` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termsc`
--

CREATE TABLE `bfiwx_finder_links_termsc` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termsd`
--

CREATE TABLE `bfiwx_finder_links_termsd` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termse`
--

CREATE TABLE `bfiwx_finder_links_termse` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_links_termsf`
--

CREATE TABLE `bfiwx_finder_links_termsf` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_taxonomy`
--

CREATE TABLE `bfiwx_finder_taxonomy` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
  `access` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` tinyint(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `bfiwx_finder_taxonomy`
--

INSERT INTO `bfiwx_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
(1, 0, 'ROOT', 0, 0, 0);

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

--
-- Table structure for table `bfiwx_finder_taxonomy_map`
--

CREATE TABLE `bfiwx_finder_taxonomy_map` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_terms`
--

CREATE TABLE `bfiwx_finder_terms` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `weight` float UNSIGNED NOT NULL DEFAULT 0,
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT 0,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_terms_common`
--

CREATE TABLE `bfiwx_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `bfiwx_finder_terms_common`
--

INSERT INTO `bfiwx_finder_terms_common` (`term`, `language`) VALUES
('a', 'en'),
('about', 'en'),
('after', 'en'),
('ago', 'en'),
('all', 'en'),
('am', 'en'),
('an', 'en'),
('and', 'en'),
('any', 'en'),
('are', 'en'),
('aren\'t', 'en'),
('as', 'en'),
('at', 'en'),
('be', 'en'),
('but', 'en'),
('by', 'en'),
('for', 'en'),
('from', 'en'),
('get', 'en'),
('go', 'en'),
('how', 'en'),
('if', 'en'),
('in', 'en'),
('into', 'en'),
('is', 'en'),
('isn\'t', 'en'),
('it', 'en'),
('its', 'en'),
('me', 'en'),
('more', 'en'),
('most', 'en'),
('must', 'en'),
('my', 'en'),
('new', 'en'),
('no', 'en'),
('none', 'en'),
('not', 'en'),
('nothing', 'en'),
('of', 'en'),
('off', 'en'),
('often', 'en'),
('old', 'en'),
('on', 'en'),
('onc', 'en'),
('once', 'en'),
('only', 'en'),
('or', 'en'),
('other', 'en'),
('our', 'en'),
('ours', 'en'),
('out', 'en'),
('over', 'en'),
('page', 'en'),
('she', 'en'),
('should', 'en'),
('small', 'en'),
('so', 'en'),
('some', 'en'),
('than', 'en'),
('thank', 'en'),
('that', 'en'),
('the', 'en'),
('their', 'en'),
('theirs', 'en'),
('them', 'en'),
('then', 'en'),
('there', 'en'),
('these', 'en'),
('they', 'en'),
('this', 'en'),
('those', 'en'),
('thus', 'en'),
('time', 'en'),
('times', 'en'),
('to', 'en'),
('too', 'en'),
('true', 'en'),
('under', 'en'),
('until', 'en'),
('up', 'en'),
('upon', 'en'),
('use', 'en'),
('user', 'en'),
('users', 'en'),
('version', 'en'),
('very', 'en'),
('via', 'en'),
('want', 'en'),
('was', 'en'),
('way', 'en'),
('were', 'en'),
('what', 'en'),
('when', 'en'),
('where', 'en'),
('which', 'en'),
('who', 'en'),
('whom', 'en'),
('whose', 'en'),
('why', 'en'),
('wide', 'en'),
('will', 'en'),
('with', 'en'),
('within', 'en'),
('without', 'en'),
('would', 'en'),
('yes', 'en'),
('yet', 'en'),
('you', 'en'),
('your', 'en'),
('yours', 'en');

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

--
-- Table structure for table `bfiwx_finder_tokens`
--

CREATE TABLE `bfiwx_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `weight` float UNSIGNED NOT NULL DEFAULT 1,
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT 2,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_tokens_aggregate`
--

CREATE TABLE `bfiwx_finder_tokens_aggregate` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `term_weight` float UNSIGNED NOT NULL,
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT 2,
  `context_weight` float UNSIGNED NOT NULL,
  `total_weight` float UNSIGNED NOT NULL,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_finder_types`
--

CREATE TABLE `bfiwx_finder_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `bfiwx_languages`
--

CREATE TABLE `bfiwx_languages` (
  `lang_id` int(11) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `sitename` varchar(1024) NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_languages`
--

INSERT INTO `bfiwx_languages` (`lang_id`, `asset_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 0, 'en-GB', 'English (en-GB)', 'English (United Kingdom)', 'en', 'en_gb', '', '', '', '', 1, 1, 2),
(2, 712, 'en-US', 'English (en-US)', 'English (United States)', 'en-us', 'en_us', '', '', '', '', 1, 1, 1);

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

--
-- Table structure for table `bfiwx_menu`
--

CREATE TABLE `bfiwx_menu` (
  `id` int(11) NOT NULL,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The published state of the menu link.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The relative level in the tree.',
  `component_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The click behaviour of the link.',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `home` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_menu`
--

INSERT INTO `bfiwx_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 105, 0, '*', 0),
(2, 'main', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 1, 1, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 1, 10, 0, '*', 1),
(3, 'main', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 2, 3, 0, '*', 1),
(4, 'main', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 1, 2, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 4, 5, 0, '*', 1),
(5, 'main', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 6, 7, 0, '*', 1),
(6, 'main', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 8, 9, 0, '*', 1),
(7, 'main', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 1, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 69, 74, 0, '*', 1),
(8, 'main', 'com_contact_contacts', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 1, 7, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 70, 71, 0, '*', 1),
(9, 'main', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 1, 7, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 72, 73, 0, '*', 1),
(10, 'main', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 1, 1, 1, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 75, 78, 0, '*', 1),
(11, 'main', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 1, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 76, 77, 0, '*', 1),
(13, 'main', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 1, 1, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 79, 84, 0, '*', 1),
(14, 'main', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 13, 2, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 80, 81, 0, '*', 1),
(15, 'main', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 1, 13, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 82, 83, 0, '*', 1),
(16, 'main', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 1, 1, 1, 24, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 85, 86, 0, '*', 1),
(17, 'main', 'com_search', 'Basic Search', '', 'Basic Search', 'index.php?option=com_search', 'component', 1, 1, 1, 19, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 87, 88, 0, '*', 1),
(18, 'main', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 1, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 89, 90, 0, '*', 1),
(20, 'main', 'com_tags', 'Tags', '', 'Tags', 'index.php?option=com_tags', 'component', 1, 1, 1, 29, 0, '0000-00-00 00:00:00', 0, 1, 'class:tags', 0, '', 91, 92, 0, '', 1),
(21, 'main', 'com_postinstall', 'Post-installation messages', '', 'Post-installation messages', 'index.php?option=com_postinstall', 'component', 1, 1, 1, 32, 0, '0000-00-00 00:00:00', 0, 1, 'class:postinstall', 0, '', 93, 94, 0, '*', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_gantry5&view=custom', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 290, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 15, 16, 1, '*', 0),
(104, 'mainmenu', 'R4 Cert', 'features', '', 'features', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 19, 32, 0, '*', 0),
(105, 'mainmenu', 'R4 Certification', 'overview', '', 'pages/overview', 'index.php?option=com_gantry5&view=custom', 'component', 1, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 38, 39, 0, '*', 0),
(106, 'mainmenu', 'Apply Now', 'typography', '', 'features/typography', 'index.php?option=com_content&view=article&id=19', 'component', 0, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 22, 23, 0, '*', 0),
(107, 'mainmenu', 'Block Variations', 'block-variations', '', 'features/block-variations', 'index.php?option=com_content&view=article&id=3', 'component', 0, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 24, 25, 0, '*', 0),
(108, 'mainmenu', 'Apply Now', 'documentation', '', 'features/documentation', 'https://forms.gle/GM3CUgQsHX4mKJF78', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 26, 27, 0, '*', 0),
(109, 'mainmenu', 'Forum Support', 'forum-support', '', 'features/forum-support', 'https://www.rockettheme.com/forum/joomla-template-manticore', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 28, 29, 0, '*', 0),
(110, 'mainmenu', 'About Pfane', 'pages', '', 'pages', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 33, 54, 0, '*', 0),
(111, 'mainmenu', 'About Us', 'about-us', '', 'pages/about-us', 'index.php?option=com_gantry5&view=custom', 'component', 1, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 36, 37, 0, '*', 0),
(114, 'mainmenu', 'Procurement', 'pricing', '', 'pages/pricing', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 42, 43, 0, '*', 0),
(115, 'mainmenu', 'PfiBricks', 'portfolio', '', 'pages/portfolio', 'index.php?option=com_gantry5&view=custom', 'component', 1, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 40, 41, 0, '*', 0),
(118, 'mainmenu', 'Articles', 'blog', '', 'blog', 'index.php?option=com_content&view=category&layout=blog&id=10', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"6\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"date\",\"order_date\":\"published\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 11, 12, 0, '*', 0),
(119, 'mainmenu', 'Contact', 'contact', '', 'pages/contact', 'index.php?option=com_contact&view=contact&id=1', 'component', 0, 110, 2, 8, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"presentation_style\":\"plain\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"show_tags\":\"\",\"show_name\":\"0\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 44, 45, 0, '*', 0),
(120, 'mainmenu', 'Error', 'error', '', 'pages/error', 'index.php?option=com_gantry5&view=error', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 46, 47, 0, '*', 0),
(121, 'mainmenu', 'Coming Soon', 'coming-soon', '', 'pages/coming-soon', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 298, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 48, 49, 0, '*', 0),
(122, 'mainmenu', 'Offline', 'offline', '', 'pages/offline', 'index.php?option=com_content&view=article&id=11', 'component', 0, 110, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 50, 51, 0, '*', 0),
(123, 'mainmenu', 'Styles', 'styles', '', 'styles', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 13, 14, 0, '*', 0),
(124, 'mainmenu', 'Download', 'download', '', 'features/download', 'https://www.rockettheme.com/joomla/templates/manticore', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 30, 31, 0, '*', 0),
(168, 'mainmenu', 'Apply Now', 'particles', '', 'features/particles', 'index.php?option=com_gantry5&view=custom', 'component', 0, 104, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 299, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 20, 21, 0, '*', 0),
(180, 'mainmenu', 'Get In Touch', 'sample-layouts', '', 'sample-layouts', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 55, 68, 0, '*', 0),
(181, 'mainmenu', 'ENVIROPlan', 'fullwidth', '', 'pages/fullwidth', 'index.php?option=com_gantry5&view=custom', 'component', 1, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 291, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 34, 35, 0, '*', 0),
(182, 'mainmenu', 'Left Sidebar', 'left-sidebar', '', 'sample-layouts/left-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 292, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 56, 57, 0, '*', 0),
(183, 'mainmenu', 'History & Mission', 'right-sidebar', '', 'sample-layouts/right-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', 1, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 293, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 60, 61, 0, '*', 0),
(184, 'mainmenu', 'Our Locations', 'two-sidebars', '', 'sample-layouts/two-sidebars', 'index.php?option=com_gantry5&view=custom', 'component', 1, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 295, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 62, 63, 0, '*', 0),
(185, 'mainmenu', 'Management', 'rows-columns', '', 'sample-layouts/rows-columns', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 294, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 58, 59, 0, '*', 0),
(186, 'mainmenu', 'Sidebars Left', 'two-sidebars-left', '', 'sample-layouts/two-sidebars-left', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 296, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 64, 65, 0, '*', 0),
(187, 'mainmenu', 'Sidebars Right', 'two-sidebars-right', '', 'sample-layouts/two-sidebars-right', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 297, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 66, 67, 0, '*', 0),
(206, 'main', 'com_joomlaupdate', 'com-joomlaupdate', '', 'com-joomlaupdate', 'index.php?option=com_joomlaupdate', 'component', 1, 1, 1, 28, 0, '0000-00-00 00:00:00', 0, 1, 'class:joomlaupdate', 0, '{}', 95, 96, 0, '', 1),
(230, 'main', 'com_associations', 'multilingual-associations', '', 'multilingual-associations', 'index.php?option=com_associations', 'component', 1, 1, 1, 34, 0, '0000-00-00 00:00:00', 0, 1, 'class:associations', 0, '{}', 97, 98, 0, '*', 1),
(276, 'mainmenu', 'WEEE Recycling', 'weee-recycling', '', 'weee-recycling', 'index.php?option=com_gantry5&view=custom', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 294, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 17, 18, 0, '*', 0),
(277, 'mainmenu', 'ViewPasTM', 'viewpastm', '', 'pages/viewpastm', 'index.php?option=com_gantry5&view=custom', 'component', 1, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 297, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 52, 53, 0, '*', 0),
(284, 'main', 'COM_GANTRY5', 'com-gantry5', '', 'com-gantry5', 'index.php?option=com_gantry5', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 99, 104, 0, '', 1),
(285, 'main', 'COM_GANTRY5_ADMIN_MENU_THEMES', 'com-gantry5-admin-menu-themes', '', 'com-gantry5/com-gantry5-admin-menu-themes', 'index.php?option=com_gantry5&view=themes', 'component', 1, 284, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 100, 101, 0, '', 1),
(286, 'main', 'COM_GANTRY5_ADMIN_MENU_THEME', 'com-gantry5-admin-menu-theme', '', 'com-gantry5/com-gantry5-admin-menu-theme', 'index.php?option=com_gantry5', 'component', 1, 284, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 102, 103, 0, '', 1);

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

--
-- Table structure for table `bfiwx_menu_types`
--

CREATE TABLE `bfiwx_menu_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_menu_types`
--

INSERT INTO `bfiwx_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES
(1, 693, 'mainmenu', 'Main Menu', 'The main menu for the site', 0);

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

--
-- Table structure for table `bfiwx_messages`
--

CREATE TABLE `bfiwx_messages` (
  `message_id` int(10) UNSIGNED NOT NULL,
  `user_id_from` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_id_to` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `folder_id` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `priority` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_messages_cfg`
--

CREATE TABLE `bfiwx_messages_cfg` (
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_modules`
--

CREATE TABLE `bfiwx_modules` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `showtitle` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_modules`
--

INSERT INTO `bfiwx_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(2, 40, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),
(3, 41, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(4, 42, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(8, 43, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 44, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 45, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(12, 46, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}', 1, '*'),
(13, 47, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 48, 'User Status', '', '', 2, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 49, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(79, 52, 'Multilanguage status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_multilangstatus', 3, 1, '{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(86, 53, 'Joomla Version', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_version', 3, 1, '{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(139, 130, 'To Make Your Joomla! Website Offline', '', '<p>To make your Joomla! website unavailable to visitors, replacing it with a simple message, do this:</p>\r\n\r\n<ol>\r\n  <li> Log in to the Administrator back-end.</li>\r\n  <li> Click on the <strong>Global Configuration</strong> button in the main Control Panel or <strong>System &rarr; Global Configuration</strong> in Joomla 3.x.</li>\r\n  <li> There are so many configuration options that they need to be divided into separate groups or tabs.  The <strong>Site</strong> tab, it should be the default first view displayed, if not click on the tab.</li>\r\n  <li> Find where it says <strong>Site Offline</strong> and click the <strong>Yes</strong> button in Joomla 3.x.</li>\r\n  <li><strong>Optional:</strong> Change the <strong>Offline Message</strong> to give your visitors some explanation about why your website is unavailable.</li>\r\n  <li> Click the <strong>Save</strong> toolbar button to implement the new settings:\r\n    <ul>\r\n      <li> The <strong>Save</strong> toolbar button will save your changes and but leave you in Global Configuration.</li>\r\n      <li> The <strong>Save and Close</strong> button will save your changes and return you to the Administrator Control Panel.</li>\r\n    </ul>\r\n  </li>\r\n  <li>You should see a message confirming the settings have been changed.</li>\r\n</ol>', 1, 'extension-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(181, 175, 'Portfolio Info List 2', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"noborder spaced\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-2cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/Screen Shot 2020-10-06 at 09.11.07.png\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Real-world and lab tested for load bearing usage.  20% stronger than standard paver bricks. From $7 \\/m2\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Request A Quote!\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Strong\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/parkpavers.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"With 80% more oxide color surface than standard pavers, PfiBricks stay beautiful longer than traditional cement pavers.  Perfect for high traffic areas. From $8 \\/ m2\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Request A Quote\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Beautiful\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/62415725-garden-brick-pathway-paving-by-professional-paver-worker-.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Your choice of 2 high quality PfiBricks forms, square or rectangular, 10x10 and 20x10 both with a sturdy 6cm thickness. PfiBricks are 50% lighter than sand based pavers of the same size. \\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Request A Quote.\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Light Weight\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/shutterstock_217898818.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Standard Pavers and Building blocks  use sand, which must be mined or crushed from larger stones.  This takes heavy machinery. The mining and extraction industry is responsible for 35% of the yearly greenhouse gas emmissions. Using PfiBricks saves millions of tons of CO2 from entering our earths atmosphere.  \\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Request A Quote\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Eco-Friendly\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(320, 314, 'About Us - What we do', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"source\\\":\\\"particle\\\",\\\"class\\\":\\\"center g-blockcontent-spacing\\\",\\\"title\\\":\\\"This is what we do\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/e-sort.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"http:\\/\\/pfane.org\\/index.php\\/weee-recycling\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Circular WEEE Recycling\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/e-scrap.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"http:\\/\\/pfane.org\\/index.php\\/pages\\/pricing\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Material Procurement \\/ Quality Control\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/e-info.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"Apply Now\\\",\\\"buttonlink\\\":\\\"http:\\/\\/pfane.org\\/index.php\\/pages\\/overview\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Standards Certification\\\"}],\\\"article\\\":{\\\"filter\\\":{\\\"categories\\\":\\\"\\\",\\\"articles\\\":\\\"\\\",\\\"featured\\\":\\\"include\\\"},\\\"limit\\\":{\\\"total\\\":\\\"5\\\",\\\"start\\\":\\\"0\\\"},\\\"sort\\\":{\\\"orderby\\\":\\\"publish_up\\\",\\\"ordering\\\":\\\"ASC\\\"},\\\"display\\\":{\\\"image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"title\\\":{\\\"enabled\\\":\\\"show\\\",\\\"limit\\\":\\\"\\\"},\\\"text\\\":{\\\"type\\\":\\\"intro\\\",\\\"limit\\\":\\\"\\\",\\\"formatting\\\":\\\"text\\\"},\\\"link\\\":{\\\"enabled\\\":\\\"show\\\",\\\"label\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}}}}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(491, 485, 'Portfolio Image Grid', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"imagegrid\\\",\\\"title\\\":\\\"Image Grid\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"0\\\",\\\"title\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"cols\\\":\\\"g-imagegrid-4cols\\\",\\\"layout\\\":\\\"g-imagegrid-standard\\\",\\\"album\\\":\\\"Portfolio\\\",\\\"imagegriditems\\\":[{\\\"image\\\":\\\"gantry-media:\\/\\/drivepavers.jpg\\\",\\\"caption\\\":\\\"Superior Performance, Lower Cost.\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/cinderfirewall.jpg\\\",\\\"caption\\\":\\\"Build Rated and Fire Proof\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/redpavers.jpg\\\",\\\"caption\\\":\\\"Environmentally Responsible\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/redrectpavers.jpeg\\\",\\\"caption\\\":\\\"Longer Lasting\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/blockswall.jpg\\\",\\\"caption\\\":\\\"Multiple Uses\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/townpavers.jpg\\\",\\\"caption\\\":\\\"The Best Decision\\\"}]}}}\",\"moduleclass_sfx\":\"flush g-portfoliogrid\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(495, 489, 'Pricing - Pricing Table', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Pricing Table\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Our Pricing\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"\\u20ac250\\\",\\\"period\\\":\\\"Per Lot\\\",\\\"desc\\\":\\\"Lots up to 10 tons will be scanned and averaged by our professional procurement agents.  Our Patent Pending ViewPas software will cross reference quality against your set price list.  \\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdSbZeNaEAVuH2LFjYog_ng0FS8-mfMYflSKsxiRj3mL8H0LQ\\/viewform?usp=sf_link\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Pricelist Setup\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"Nation wide\\u00a0 procurement\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"class\\\":\\\"\\\",\\\"text\\\":\\\"Quality Assessment\\\"},{\\\"class\\\":\\\"\\\",\\\"text\\\":\\\"Contract Service\\\"}],\\\"plan\\\":\\\"Basic\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"enabled\\\",\\\"ribbon\\\":\\\"Most Popular\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"\\u20ac500\\\",\\\"period\\\":\\\"Per Truck\\\",\\\"desc\\\":\\\"Unlimited Photos for up to 23 tons of material can be sent and analized by our Machine Learning and AI Computer Vision Enabled Software ViewPas.  using your pricelist we can perfectly value the material you are purchasing by having ViewPass sort the material.\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdSbZeNaEAVuH2LFjYog_ng0FS8-mfMYflSKsxiRj3mL8H0LQ\\/viewform?usp=sf_link\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Pricing Consulation\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"Quality Verification\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"International Procurement\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Up to 23 tons\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"class\\\":\\\"\\\",\\\"text\\\":\\\"Free Consultation\\\"},{\\\"class\\\":\\\"\\\",\\\"text\\\":\\\"Money Back Guarantee\\\"}],\\\"plan\\\":\\\"Premier\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"\\u20ac1500\\\",\\\"period\\\":\\\"Per Truck\\\",\\\"desc\\\":\\\"Our Team will connect you with one full truck of materials, sent direct to your location. When the truck arrives we will verify quality and claim any difference with the supplier if the quality is below 10% less than expected. \\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdSbZeNaEAVuH2LFjYog_ng0FS8-mfMYflSKsxiRj3mL8H0LQ\\/viewform?usp=sf_link\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Detailed Material Value\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"AI Response Report\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"Pricelist Generation\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Contract Setup\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"International Procurement\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Money Back Guarantee\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 6\\\"},{\\\"text\\\":\\\"Supplier Contacts\\\"},{\\\"text\\\":\\\"Q\\/C Scans on Delivery\\\"}],\\\"plan\\\":\\\"Ultimate\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(517, 511, 'Header - Pricing', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"WEEE Procurement\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Pfane offers supply procurement and raw material quality verification using its\' Patent pending ViewPas Software.  \\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"WEEE Procurement\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(528, 522, 'Header - Contact us', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"<strong>Get<\\/strong> in Touch!\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"We are looking forward to hear from you.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Get in Touch!\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(536, 530, 'Header - PfiBricks', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"PfiBricks & PfiBlocks\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Up to 70% recycled fiber from waste circuit boards, Fire proof, water proof, made from organic materials.  Saves millions of tons of CO2 from mining.  100% sandless, rated for heavy machinery. 5 year full replacement warranty.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"PfiBricks & PfiBlocks\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(537, 531, 'Header - Offline', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Offline Page\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Sorry, our Website is Temporarily Down for Maintenance.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Offline\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(554, 548, 'About Us - Who we are', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"source\\\":\\\"particle\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"This is who we are\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/origicon.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"Pfane Worldwide Property Holdings is our real estate holding company and lease holder of all Pfane EnviroPlan franchise locations.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Pfane Worldwide\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/origicon.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"Our Non-Profit Research and Development arm. Focusing vast resources on material procurement technologies using AI and Machine Learning. Along with process development, and the worlds only fully circular standards certification for the e-waste industry.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Pfane Environmental\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/origicon.png\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"Pfane Scientific is an R4 PRIME Circular, Certified, turn key WEEE recycling facility and franchise prototype which is continually growing, becoming more efficient and integrating new technologies.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Pfane Scientific\\\"}],\\\"article\\\":{\\\"filter\\\":{\\\"categories\\\":\\\"\\\",\\\"articles\\\":\\\"\\\",\\\"featured\\\":\\\"include\\\"},\\\"limit\\\":{\\\"total\\\":\\\"5\\\",\\\"start\\\":\\\"0\\\"},\\\"sort\\\":{\\\"orderby\\\":\\\"publish_up\\\",\\\"ordering\\\":\\\"ASC\\\"},\\\"display\\\":{\\\"image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"title\\\":{\\\"enabled\\\":\\\"show\\\",\\\"limit\\\":\\\"\\\"},\\\"text\\\":{\\\"type\\\":\\\"intro\\\",\\\"limit\\\":\\\"\\\",\\\"formatting\\\":\\\"text\\\"},\\\"link\\\":{\\\"enabled\\\":\\\"show\\\",\\\"label\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}}}}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(610, 611, 'R4 Prime Certification', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"R4 Prime Certification\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"R4 Prime Certification takes into account the highest standards in ewaste recycling, from indoor air quality and dust handeling to material feedstock decontamination.  Qualification is stringent and certification can only be obtained after numerous tests are completed within each facility.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"R4 Prime Certification\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(611, 612, 'Features - Features List', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Features List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"As A Priority\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"From Air Quality to Radiation testing, we put your workers health as your number one priority\\\"}],\\\"plan\\\":\\\"Health and Safety\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"enabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Tested\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"Populated areas are tested for lead, bromine, mercury, nitrates and fibrous particles, with zero tolerance for contamination\\\"}],\\\"plan\\\":\\\"Air Quality\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Integral\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"We confirm water policies and procedures are in place to ensure filtrate quality and grey water decontamination procedures are at the highest standards possible,\\\"}],\\\"plan\\\":\\\"Water Conservation\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"enabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Manditory\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"A Carbon Reduction Plan in place within your organisation or proof of carbon saving technologies.\\\"}],\\\"plan\\\":\\\"CO2 Reduction\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Eco Friendly\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"Land is tested to ensure no chemical seepage through osmosis.\\u00a0 Reforestation plan is put in place.\\\"}],\\\"plan\\\":\\\"Plant \\/ Land Security\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"enabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Process Verified\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"More Info\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"We will verify that processes are in place to handle any type of contamination to air, water, land or beings.\\\"}],\\\"plan\\\":\\\"Malfunction Preparation\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Certification\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"The Procedures for material handling, recycling, treatment, safety, and prevention are written and readily available within your orgnisation.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Process Refinement\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"enabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Assured\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"The processes and procedures put in place by any organisation should ensure its continued growth and financial security.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Sustainability\\\"},{\\\"class\\\":\\\"\\\",\\\"highlight\\\":\\\"disabled\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Qualification\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Learn More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"class\\\":\\\"g-bold\\\",\\\"text\\\":\\\"Your organisation will show each waste stream and confirm full recycling is taking place with each raw material, and waste product.\\u00a0 No disposal, landfilling or deep cavern filling is accepted.\\\"}],\\\"plan\\\":\\\"Prime Circular\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(612, 613, 'Features - Gantry 5 Core Features', '', '', 1, 'extension-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 0, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Gantry 5 Core Features\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Awarded First Place 2019 for Research in the field of WEEE Recycling.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Award Winning Research\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Configure and structure your menu hierarchy with our new Menu editor\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Visual Menu Editor\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easy-to-use drag-n-drop layout manager makes layouts a breeze to create\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Layout Manager\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Made a mistake in the layout manager? No problem, you can easily undo it\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Unlimited Undo\\/Redo\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Icon Picker, Image Picker, Font Picker, Collections, and much, much more!\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Sophisticated Built-in Fields\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Dynamic compilation of multiple CSS preprocessors is supported in Gantry 5\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"SCSS LESS Support\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily add Gantry 5 particles to a location-configurable off-canvas panel\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Off-Canvas Panel\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Gantry 5 uses the super-powerful Twig templating system to build your themes\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Twig-based Templating\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily configure Gantry 5 with simple-to-use YAML syntax\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"YAML-based Configuration\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(613, 614, 'Features - System Requirements', '', '', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 0, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"System Requirements\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Google Chrome, Firefox, Opera, Safari,  Edge\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Browsers\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"PHP 7.1+ with Curl, OpenSSL Libraries and Multibyte String Support\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Server Requirements\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Joomla 3.9, WordPress 5.x, Grav 1.6+\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Platforms\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(614, 615, 'Header - Block Variations', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Variations\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Blocks are self contained structural elements in Gantry 5 that can be particles, positions or spacers. They have several controls, such as sizing, but also allow you to select from a dropdown list of variations, as well as insert your own CSS classes.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Block Variations\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(615, 616, 'Block Variations - Additional Classes Header', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"custom\\\",\\\"title\\\":\\\"Custom HTML\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"html\\\":\\\"<h3 class=\\\\\\\"g-title\\\\\\\">Additional Effects & Classes<\\\\\\/h3>\\\\n<p>A collection of additional variations for structural and subtle stylistic adjustments.\\\\nEffects and classes should be applied to the block within the Layout Manager, rather than in the module parameters, to ensure the desired effect is achieved.<\\\\\\/p>\\\"}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(616, 617, 'Block Variations - Additional Classes List', '', '', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Additional Effects & Classes\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add low opacity to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Disabled\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Center the block content\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Center\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Apply background to the whole block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Outer Box\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\\\\/padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Flush\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the left\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Left\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the right\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Right\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Margin\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Padding\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add squared corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Square\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add rounded corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Rounded\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 1\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 2\\\"}]}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(637, 641, 'Header - Typography', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Typography\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Manticore has an integrated set of typographical elements, for general content as well as platform specific items, to provide a consistent site experience.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Typography\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(638, 642, 'Header - Blog', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Articles\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Our Social Media Articles and Interesting E-Waste Related Content.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');
INSERT INTO `bfiwx_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(640, 711, 'Header - About Us', '', '', 1, 'navigation-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"About Us\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Pfane Worldwide is the leader in automated smart solutions for the ewaste recycling industry.  An award winning, forward-thinking organisation with a global footprint.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"About Us\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(641, 713, 'About Us - What we do (2)', '', NULL, 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2020-10-02 05:49:34', '0000-00-00 00:00:00', -2, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"source\\\":\\\"particle\\\",\\\"class\\\":\\\"center g-blockcontent-spacing\\\",\\\"title\\\":\\\"This is what we do\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/about-us\\\\\\/mainbar\\\\\\/img-01.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Circular WEEE Recycling\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/about-us\\\\\\/mainbar\\\\\\/img-02.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Material Procurement \\\\\\/ QC\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/about-us\\\\\\/mainbar\\\\\\/img-03.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"name\\\":\\\"Standards Certification\\\"}],\\\"article\\\":{\\\"filter\\\":{\\\"categories\\\":\\\"\\\",\\\"articles\\\":\\\"\\\",\\\"featured\\\":\\\"include\\\"},\\\"limit\\\":{\\\"total\\\":\\\"5\\\",\\\"start\\\":\\\"0\\\"},\\\"sort\\\":{\\\"orderby\\\":\\\"publish_up\\\",\\\"ordering\\\":\\\"ASC\\\"},\\\"display\\\":{\\\"image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"title\\\":{\\\"enabled\\\":\\\"show\\\",\\\"limit\\\":\\\"\\\"},\\\"text\\\":{\\\"type\\\":\\\"intro\\\",\\\"limit\\\":\\\"\\\",\\\"formatting\\\":\\\"text\\\"},\\\"link\\\":{\\\"enabled\\\":\\\"show\\\",\\\"label\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}}}}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(642, 714, 'Body-Pricing', '', NULL, 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"slideshow\\\",\\\"title\\\":\\\"Slideshow\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"source\\\":\\\"particle\\\",\\\"height\\\":\\\"60vh\\\",\\\"thumbs\\\":\\\"disabled\\\",\\\"nav\\\":\\\"enabled\\\",\\\"dots\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"enabled\\\",\\\"autoplayTimeout\\\":\\\"8000\\\",\\\"loop\\\":\\\"enabled\\\",\\\"speed\\\":\\\"800\\\",\\\"touchmove\\\":\\\"enabled\\\",\\\"overlay\\\":\\\"enabled\\\",\\\"effect\\\":\\\"fade\\\",\\\"items\\\":[{\\\"class\\\":\\\"\\\",\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"bg_horizontal\\\":\\\"center\\\",\\\"bg_vertical\\\":\\\"center\\\",\\\"top_title\\\":\\\"Verify Value\\\",\\\"main_title\\\":\\\"Based On Your Pricing\\\",\\\"link\\\":\\\"#\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"author_image\\\":\\\"\\\",\\\"author_text\\\":\\\"Our procurement software checks quality of potential materials against your companies own quality based pricing.  Never worry about paying for poor quality materials.\\\",\\\"author_link\\\":\\\"#\\\",\\\"author_linktarget\\\":\\\"_self\\\",\\\"title\\\":\\\"New item\\\"},{\\\"class\\\":\\\"\\\",\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/Viewpas\\\\\\/mainscreenboss.png\\\",\\\"bg_horizontal\\\":\\\"center\\\",\\\"bg_vertical\\\":\\\"center\\\",\\\"top_title\\\":\\\"Quality Control\\\",\\\"main_title\\\":\\\"At the Time Of Unloading\\\",\\\"link\\\":\\\"#\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"author_image\\\":\\\"\\\",\\\"author_text\\\":\\\"Don\'t waste weeks sorting though material to verify quality on received goods.  Simply send us images of the lots received, we can verify against original quality scans,\\\",\\\"author_link\\\":\\\"#\\\",\\\"author_linktarget\\\":\\\"_self\\\",\\\"title\\\":\\\"New item\\\"},{\\\"class\\\":\\\"\\\",\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"bg_horizontal\\\":\\\"center\\\",\\\"bg_vertical\\\":\\\"center\\\",\\\"top_title\\\":\\\"Fully Remote\\\",\\\"main_title\\\":\\\"No visits to remote locations.\\\",\\\"link\\\":\\\"#\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"author_image\\\":\\\"\\\",\\\"author_text\\\":\\\"We save you time effort and money by dealing with our authorized suppliers.  We know your material will be there, because we\'ve been there ourselves.\\\",\\\"author_link\\\":\\\"#\\\",\\\"author_linktarget\\\":\\\"_self\\\",\\\"title\\\":\\\"New item\\\"},{\\\"class\\\":\\\"\\\",\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/cells.png\\\",\\\"bg_horizontal\\\":\\\"center\\\",\\\"bg_vertical\\\":\\\"center\\\",\\\"top_title\\\":\\\"No Commission\\\",\\\"main_title\\\":\\\"No Added Price\\\",\\\"link\\\":\\\"#\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"author_image\\\":\\\"\\\",\\\"author_text\\\":\\\"We take no commission and no markup, only the upfront fee.  Our pricing for our services is completely transparent there are no hidden costs and your bid price is the price that is offered to your supplier. \\\",\\\"author_link\\\":\\\"#\\\",\\\"author_linktarget\\\":\\\"_self\\\",\\\"title\\\":\\\"New item\\\"}],\\\"article\\\":{\\\"filter\\\":{\\\"categories\\\":\\\"\\\",\\\"articles\\\":\\\"\\\",\\\"featured\\\":\\\"include\\\"},\\\"limit\\\":{\\\"total\\\":\\\"5\\\",\\\"start\\\":\\\"0\\\"},\\\"sort\\\":{\\\"orderby\\\":\\\"publish_up\\\",\\\"ordering\\\":\\\"ASC\\\"},\\\"display\\\":{\\\"image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"author_image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"title\\\":{\\\"enabled\\\":\\\"show\\\",\\\"limit\\\":\\\"\\\"},\\\"link\\\":{\\\"enabled\\\":\\\"enabled\\\",\\\"target\\\":\\\"_self\\\"}}}}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(643, 715, 'Pricing - Supplier', '', NULL, 1, 'extension-a', 88, '2020-11-15 07:16:02', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"source\\\":\\\"particle\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Need Buyers?\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"If you have WEEE to sell and are looking for the best price on your waste electronics.  Fill out the online form below and we will be happy to connect you with a buyer. \\\",\\\"linktext\\\":\\\"Supplier Form\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/forms.gle\\\\\\/kMGKxcXLBG4hbr2JA\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_blank\\\",\\\"subcontents\\\":[],\\\"article\\\":{\\\"filter\\\":{\\\"categories\\\":\\\"\\\",\\\"articles\\\":\\\"\\\",\\\"featured\\\":\\\"include\\\"},\\\"limit\\\":{\\\"total\\\":\\\"5\\\",\\\"start\\\":\\\"0\\\"},\\\"sort\\\":{\\\"orderby\\\":\\\"publish_up\\\",\\\"ordering\\\":\\\"ASC\\\"},\\\"display\\\":{\\\"image\\\":{\\\"enabled\\\":\\\"intro\\\"},\\\"title\\\":{\\\"enabled\\\":\\\"show\\\",\\\"limit\\\":\\\"\\\"},\\\"text\\\":{\\\"type\\\":\\\"intro\\\",\\\"limit\\\":\\\"\\\",\\\"formatting\\\":\\\"text\\\"},\\\"link\\\":{\\\"enabled\\\":\\\"show\\\",\\\"label\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}}}}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');

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

--
-- Table structure for table `bfiwx_modules_menu`
--

CREATE TABLE `bfiwx_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT 0,
  `menuid` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_modules_menu`
--

INSERT INTO `bfiwx_modules_menu` (`moduleid`, `menuid`) VALUES
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(79, 0),
(86, 0),
(139, 122),
(181, 115),
(320, 111),
(491, 115),
(495, 114),
(517, 114),
(528, 119),
(536, 115),
(537, 122),
(554, 111),
(610, 105),
(611, 105),
(612, 105),
(613, 105),
(614, 107),
(615, 107),
(616, 107),
(637, 106),
(638, 118),
(638, 208),
(638, 211),
(638, 212),
(638, 214),
(638, 222),
(638, 223),
(640, 111),
(641, 111),
(642, 114),
(643, 114);

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

--
-- Table structure for table `bfiwx_newsfeeds`
--

CREATE TABLE `bfiwx_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT 0,
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `numarticles` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `cache_time` int(10) UNSIGNED NOT NULL DEFAULT 3600,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rtl` tinyint(4) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `images` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_overrider`
--

CREATE TABLE `bfiwx_overrider` (
  `id` int(10) NOT NULL COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_postinstall_messages`
--

CREATE TABLE `bfiwx_postinstall_messages` (
  `postinstall_message_id` bigint(20) UNSIGNED NOT NULL,
  `extension_id` bigint(20) NOT NULL DEFAULT 700 COMMENT 'FK to #__extensions',
  `title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) NOT NULL DEFAULT '',
  `language_extension` varchar(255) NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT 1,
  `type` varchar(10) NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_postinstall_messages`
--

INSERT INTO `bfiwx_postinstall_messages` (`postinstall_message_id`, `extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(1, 700, 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION', 'plg_twofactorauth_totp', 1, 'action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_condition', '3.2.0', 1),
(2, 700, 'COM_CPANEL_WELCOME_BEGINNERS_TITLE', 'COM_CPANEL_WELCOME_BEGINNERS_MESSAGE', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.2.0', 1),
(3, 700, 'COM_CPANEL_MSG_STATS_COLLECTION_TITLE', 'COM_CPANEL_MSG_STATS_COLLECTION_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/statscollection.php', 'admin_postinstall_statscollection_condition', '3.5.0', 1),
(4, 700, 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION', 'plg_system_updatenotification', 1, 'action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_condition', '3.6.3', 1),
(5, 700, 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE', 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/joomla40checks.php', 'admin_postinstall_joomla40checks_condition', '3.7.0', 1),
(6, 700, 'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE', 'TPL_HATHOR_MESSAGE_POSTINSTALL_BODY', 'TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION', 'tpl_hathor', 1, 'action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_condition', '3.7.0', 1),
(7, 700, 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION', 'plg_captcha_recaptcha', 1, 'action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_condition', '3.8.6', 1),
(8, 700, 'COM_ACTIONLOGS_POSTINSTALL_TITLE', 'COM_ACTIONLOGS_POSTINSTALL_BODY', '', 'com_actionlogs', 1, 'message', '', '', '', '', '3.9.0', 1),
(9, 700, 'COM_PRIVACY_POSTINSTALL_TITLE', 'COM_PRIVACY_POSTINSTALL_BODY', '', 'com_privacy', 1, 'message', '', '', '', '', '3.9.0', 1),
(10, 700, 'COM_CPANEL_MSG_HTACCESSSVG_TITLE', 'COM_CPANEL_MSG_HTACCESSSVG_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/htaccesssvg.php', 'admin_postinstall_htaccesssvg_condition', '3.9.21', 1),
(11, 700, 'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_TITLE', 'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_DESCRIPTION', '', 'com_admin', 1, 'message', '', '', NULL, NULL, '3.9.22', 1),
(12, 700, 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE', 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION', 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_ACTION', 'com_admin', 1, 'action', 'admin://components/com_admin/postinstall/behindproxy.php', 'behindproxy_postinstall_action', 'admin://components/com_admin/postinstall/behindproxy.php', 'admin_postinstall_behindproxy_condition', '3.9.26', 1),
(13, 700, 'COM_ADMIN_POSTINSTALL_MSG_FLOC_BLOCKER_TITLE', 'COM_ADMIN_POSTINSTALL_MSG_FLOC_BLOCKER_DESCRIPTION', '', 'com_admin', 1, 'message', '', '', NULL, NULL, '3.9.27', 1);

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

--
-- Table structure for table `bfiwx_privacy_consents`
--

CREATE TABLE `bfiwx_privacy_consents` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `state` int(10) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT 0,
  `token` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_privacy_requests`
--

CREATE TABLE `bfiwx_privacy_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(100) NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `request_type` varchar(25) NOT NULL DEFAULT '',
  `confirm_token` varchar(100) NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_redirect_links`
--

CREATE TABLE `bfiwx_redirect_links` (
  `id` int(10) UNSIGNED NOT NULL,
  `old_url` varchar(2048) NOT NULL,
  `new_url` varchar(2048) DEFAULT NULL,
  `referer` varchar(2048) NOT NULL,
  `comment` varchar(255) NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT 301
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_schemas`
--

CREATE TABLE `bfiwx_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_schemas`
--

INSERT INTO `bfiwx_schemas` (`extension_id`, `version_id`) VALUES
(700, '3.10.0-2021-05-28');

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

--
-- Table structure for table `bfiwx_session`
--

CREATE TABLE `bfiwx_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) UNSIGNED DEFAULT NULL,
  `guest` tinyint(3) UNSIGNED DEFAULT 1,
  `time` int(11) NOT NULL DEFAULT 0,
  `data` mediumtext DEFAULT NULL,
  `userid` int(11) DEFAULT 0,
  `username` varchar(150) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_session`
--

INSERT INTO `bfiwx_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3031666462343332386337353965636165653333343037616539376333343061, 0, 1, 1639006988, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjk4ODtzOjQ6Imxhc3QiO2k6MTYzOTAwNjk4ODtzOjM6Im5vdyI7aToxNjM5MDA2OTg4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3062616432393835333261663530623130316366323337656366393935626135, 0, 1, 1639006669, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY2OTtzOjQ6Imxhc3QiO2k6MTYzOTAwNjY2OTtzOjM6Im5vdyI7aToxNjM5MDA2NjY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3133376539333335383036396566333962376265366434346564366435653762, 0, 1, 1639006723, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcyMztzOjQ6Imxhc3QiO2k6MTYzOTAwNjcyMztzOjM6Im5vdyI7aToxNjM5MDA2NzIzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3136633138636635393932653964323937623332323736303366316565373835, 0, 1, 1639006676, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY3NTtzOjQ6Imxhc3QiO2k6MTYzOTAwNjY3NTtzOjM6Im5vdyI7aToxNjM5MDA2Njc1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3361333631323266313635643237653432373433346231376232323463616561, 0, 1, 1639006668, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY2NztzOjQ6Imxhc3QiO2k6MTYzOTAwNjY2NztzOjM6Im5vdyI7aToxNjM5MDA2NjY3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3435666664333132363966353637343965356137633766616162383439633561, 0, 1, 1639010849, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxMDg0ODtzOjQ6Imxhc3QiO2k6MTYzOTAxMDg0ODtzOjM6Im5vdyI7aToxNjM5MDEwODQ4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3466636365653361613634313464313262353364333265363864616233656661, 1, 1, 1639019170, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo0NTtzOjU6InRva2VuIjtzOjMyOiJWRXBWTElsRXhRRkZJUzBQbFlvMGJ1Z1J6VG1DS0FKdCI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNjM4OTgzMDUxO3M6NDoibGFzdCI7aToxNjM5MDE4MzMwO3M6Mzoibm93IjtpOjE2MzkwMTkxNzA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3632363866623835666161653032336138306330323432643233613638303435, 0, 1, 1639006721, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcyMTtzOjQ6Imxhc3QiO2k6MTYzOTAwNjcyMTtzOjM6Im5vdyI7aToxNjM5MDA2NzIxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3661616339366164643331363135353738376362383865333936623862633664, 0, 1, 1639006715, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcxNTtzOjQ6Imxhc3QiO2k6MTYzOTAwNjcxNTtzOjM6Im5vdyI7aToxNjM5MDA2NzE1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3766396236316339306164636631616166616433326464306365346565633464, 0, 1, 1639010581, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxMDU4MDtzOjQ6Imxhc3QiO2k6MTYzOTAxMDU4MDtzOjM6Im5vdyI7aToxNjM5MDEwNTgwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3838666139343862316631326531343239343964333331646533363034383032, 1, 1, 1639006567, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyNTE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNjM5MDA2NDA2O3M6NDoibGFzdCI7aToxNjM5MDA2NTY2O3M6Mzoibm93IjtpOjE2MzkwMDY1NjY7fXM6NToidG9rZW4iO3M6MzI6ImJCVERVVkI3ejB1eHlvdEF1elc3ajZnU0VRd2ZUQjJUIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3863363465353836363137633237653963663135366264626332636532653931, 0, 1, 1639006709, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcwODtzOjQ6Imxhc3QiO2k6MTYzOTAwNjcwODtzOjM6Im5vdyI7aToxNjM5MDA2NzA4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3864643037366134363135643561333033316535653334323731633138363932, 0, 1, 1639006678, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY3ODtzOjQ6Imxhc3QiO2k6MTYzOTAwNjY3ODtzOjM6Im5vdyI7aToxNjM5MDA2Njc4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3936623037623132656330313931363866633561666462643964636138383061, 1, 1, 1639008936, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwODkzNjtzOjQ6Imxhc3QiO2k6MTYzOTAwODkzNjtzOjM6Im5vdyI7aToxNjM5MDA4OTM2O31zOjU6InRva2VuIjtzOjMyOiJFRXl5b0hWRndTeE5TQVdCUW5FaTdNMWdvMWtpaVk1dCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6130663535613834626263623666623330326662663934366534643332666631, 0, 1, 1639009629, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwOTYyODtzOjQ6Imxhc3QiO2k6MTYzOTAwOTYyODtzOjM6Im5vdyI7aToxNjM5MDA5NjI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6136383062323665353763313931366161663561653535356134623332646238, 0, 1, 1639006710, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcxMDtzOjQ6Imxhc3QiO2k6MTYzOTAwNjcxMDtzOjM6Im5vdyI7aToxNjM5MDA2NzEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6137663637646534313330393833366332643738626339353565333263326633, 0, 1, 1639017094, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxNzA5MztzOjQ6Imxhc3QiO2k6MTYzOTAxNzA5MztzOjM6Im5vdyI7aToxNjM5MDE3MDkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6236383164353436653237343230656431633664333364386464636134373030, 0, 1, 1639006717, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjcxNztzOjQ6Imxhc3QiO2k6MTYzOTAwNjcxNztzOjM6Im5vdyI7aToxNjM5MDA2NzE3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6332616630613964343439656236363564656233643862326136663038616636, 0, 1, 1639013283, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxMzI4MztzOjQ6Imxhc3QiO2k6MTYzOTAxMzI4MztzOjM6Im5vdyI7aToxNjM5MDEzMjgzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6335353231353933383037646266326634343865636434303432373461326530, 0, 1, 1639016840, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxNjg0MDtzOjQ6Imxhc3QiO2k6MTYzOTAxNjg0MDtzOjM6Im5vdyI7aToxNjM5MDE2ODQwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6366613939383234346661353438653563393563396462613635376532663731, 0, 1, 1639006672, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY3MjtzOjQ6Imxhc3QiO2k6MTYzOTAwNjY3MjtzOjM6Im5vdyI7aToxNjM5MDA2NjcyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6466333136356233386361333732353236613732373438303639333566646465, 0, 1, 1639006670, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAwNjY3MDtzOjQ6Imxhc3QiO2k6MTYzOTAwNjY3MDtzOjM6Im5vdyI7aToxNjM5MDA2NjcwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6562623833656362303331616232383562626563303063346531336338363939, 0, 1, 1639011587, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYzOTAxMTU4NjtzOjQ6Imxhc3QiO2k6MTYzOTAxMTU4NjtzOjM6Im5vdyI7aToxNjM5MDExNTg2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');

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

--
-- Table structure for table `bfiwx_tags`
--

CREATE TABLE `bfiwx_tags` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_tags`
--

INSERT INTO `bfiwx_tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`, `publish_up`, `publish_down`) VALUES
(1, 0, 0, 1, 0, '', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 88, '2020-10-02 05:49:34', '', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Table structure for table `bfiwx_template_styles`
--

CREATE TABLE `bfiwx_template_styles` (
  `id` int(10) UNSIGNED NOT NULL,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `inheritable` tinyint(4) NOT NULL DEFAULT 0,
  `parent` varchar(50) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_template_styles`
--

INSERT INTO `bfiwx_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`, `inheritable`, `parent`) VALUES
(4, 'beez3', 0, '0', 'Beez3 - Default', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}', 0, ''),
(5, 'hathor', 1, '0', 'Hathor - Default', '{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}', 0, ''),
(7, 'protostar', 0, '0', 'protostar - Default', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', 0, ''),
(8, 'isis', 1, '1', 'isis - Default', '{\"templateColor\":\"\",\"logoFile\":\"\"}', 0, ''),
(289, 'rt_manticore', 0, '1', 'Manticore - Default', '{\"configuration\":\"289\",\"preset\":\"default\"}', 0, ''),
(290, 'rt_manticore', 0, '0', 'Manticore - Home', '{\"configuration\":\"290\",\"preset\":\"home_-_particles\"}', 0, ''),
(291, 'rt_manticore', 0, '0', 'Manticore - Fullwidth', '{\"configuration\":\"291\",\"preset\":\"fullwidth\"}', 0, ''),
(292, 'rt_manticore', 0, '0', 'Manticore - Left Sidebar', '{\"configuration\":\"292\",\"preset\":\"left_sidebar\"}', 0, ''),
(293, 'rt_manticore', 0, '0', 'Manticore - Right Sidebar', '{\"configuration\":\"293\",\"preset\":\"right_sidebar\"}', 0, ''),
(294, 'rt_manticore', 0, '0', 'Manticore - Rows And Columns', '{\"configuration\":\"294\",\"preset\":\"rows_and_columns\"}', 0, ''),
(295, 'rt_manticore', 0, '0', 'Manticore - Two Sidebars', '{\"configuration\":\"295\",\"preset\":\"two_sidebars\"}', 0, ''),
(296, 'rt_manticore', 0, '0', 'Manticore - Two Sidebars Left', '{\"configuration\":\"296\",\"preset\":\"two_sidebars_left\"}', 0, ''),
(297, 'rt_manticore', 0, '0', 'Manticore - Two Sidebars Right', '{\"configuration\":\"297\",\"preset\":\"two_sidebars_right\"}', 0, ''),
(298, 'rt_manticore', 0, '0', 'Manticore - Coming Soon', '{\"configuration\":\"298\",\"preset\":\"coming_soon\"}', 0, ''),
(299, 'rt_manticore', 0, '0', 'Manticore - Particles', '{\"configuration\":\"299\",\"preset\":\"home_-_particles\"}', 0, ''),
(301, 'rt_manticore', 0, '0', 'Manticore - VIEWPAS', '{\"configuration\":\"301\",\"preset\":\"home_-_particles\"}', 0, '');

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

--
-- Table structure for table `bfiwx_ucm_base`
--

CREATE TABLE `bfiwx_ucm_base` (
  `ucm_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_ucm_content`
--

CREATE TABLE `bfiwx_ucm_content` (
  `core_content_id` int(10) UNSIGNED NOT NULL,
  `core_type_alias` varchar(400) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext DEFAULT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT 0,
  `core_checked_out_time` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_params` text DEFAULT NULL,
  `core_featured` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `core_metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ID from the individual type table',
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `core_images` text DEFAULT NULL,
  `core_urls` text DEFAULT NULL,
  `core_hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `core_ordering` int(11) NOT NULL DEFAULT 0,
  `core_metakey` text DEFAULT NULL,
  `core_metadesc` text DEFAULT NULL,
  `core_catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';

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

--
-- Table structure for table `bfiwx_ucm_history`
--

CREATE TABLE `bfiwx_ucm_history` (
  `version_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) UNSIGNED NOT NULL,
  `ucm_type_id` int(10) UNSIGNED NOT NULL,
  `version_note` varchar(255) NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `character_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` mediumtext NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=auto delete; 1=keep'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_ucm_history`
--

INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(1, 24, 1, '', '2020-10-02 06:33:55', 88, 2201, '295eed84b9da4b8a190a3c1b0ae7232bf522e917', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"This Shows Here\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p class=\\\"g-lead\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sagittis varius egestas.<\\/p>\\r\\n<p>Nam gravida nunc ac leo mollis semper. Nulla at nibh non felis lacinia pellentesque sed et sapien. Cras ex nunc, posuere imperdiet sapien non, vehicula elementum purus.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-02 06:33:55\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-02 06:33:31\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-04.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-04.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(2, 26, 1, '', '2020-10-19 14:05:44', 88, 19938, '4a44e9e9ddbf2119934c77459bd94ddb9432a895', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"E-waste, The Worlds Most Complex Commodity.\",\"alias\":\"style-your-website\",\"introtext\":\"<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">There is a common misconception these days that starting an e-waste business will bring you riches beyond your wildest dreams. Many an entrepreneur will read a FORBES fluff piece or two and incorrectly think that a pile of discarded computers will bury them in gold.<\\/p>\\r\\n<div class=\\\"slate-resizable-image-embed slate-image-embed__resize-left\\\" style=\\\"box-sizing: inherit; margin: 0px 32px 0px 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif; max-width: 432px; clear: both; float: left;\\\"><img style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; height: auto; max-width: 100%;\\\" src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" \\/><\\/div>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">Too many people believe the extraordinary statistics being touted about the amount of precious metals in e-waste and electronics. I\'ve even read some estimates that there are around\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"https:\\/\\/www.forbes.com\\/sites\\/kitconews\\/2014\\/08\\/27\\/before-tossing-your-iphone-5-mine-the-gold\\/#6a63eca7dfc6\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">1kg of gold inside a ton of cell phones.<\\/a><\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">I have to say that over the last 4 years of\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane<\\/a>\\u00a0diligently separating, photographing, processing and analyzing thousands upon thousands of pieces of e-waste. We\'re probably the most studied and qualified in the industry to say; \\\"those figures are immensely exaggerated.\\\" Even if you process 1 full ton of Nokia\'s you will not see that type of yield.<\\/p>\\r\\n<div class=\\\"slate-resizable-image-embed slate-image-embed__resize-right\\\" style=\\\"box-sizing: inherit; margin: 0px 0px 0px 32px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif; max-width: 432px; clear: both; float: right;\\\"><img style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; height: auto; max-width: 100%;\\\" src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" \\/><\\/div>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">That being said. Depending on the mix of phones you are recycling, you may see close to 700 grams on average, after getting rid of the externals, plastics and bits of metal that contaminate the circuitry. But that\'s not a ton of cell phones, that\'s a ton of cell phone\\u00a0<em style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 0.975em; vertical-align: baseline; background: transparent; outline: 0px; font-family: Georgia, \'Source Serif Pro\', serif;\\\">motherboards<\\/em>. Still sounds promising though, doesn\'t it? Well, hold on a second. Phones have been changing a great deal since 2013. A new phone motherboard uses newer, inexpensive gold alloys, The chip-sets use smaller, thinner, gold bond wire. As they say. \\\"They don\'t make \'em like they used to.\\\" So finding more than an ounce of gold in a ton of newer smartphone motherboards is a rarity in itself, as rare as collecting one ton of Nokia\'s.<\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">\\\"So what!,\\\" you say. \\\"That\'s nothing to worry about?\\\" Well, if you purchase, process or sell e-waste,\\u00a0<span style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; font-weight: 600;\\\">you better pretend you care.<\\/span>\\u00a0Cell phone motherboards are one of the 4 most over-priced e-wastes on the market. Most times, when purchasing cell phone motherboards, an e-waste company is buying a few tons at most. These phones are mixed with more accurately priced waste. The other waste will usually cover the loss from the bad purchase. However, in my opinion, the loss shouldn\'t exist in the first place.<\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">In a blind study conducted by\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane Environmental Association<\\/a>, done across twelve of the world\'s top e-waste recyclers.\\u00a0<span style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; font-weight: 600;\\\">Eleven<\\/span>\\u00a0recyclers quoted photos of cellphone boards from 1 euro to 8 euro per kilo too high. A staggering 50% of the recyclers were pricing them above the break-even price, meaning 50% of the worlds largest recyclers are losing money on cell phone boards.<\\/p>\\r\\n<div class=\\\"slate-resizable-image-embed slate-image-embed__resize-bleed\\\" style=\\\"box-sizing: inherit; margin: 0px calc((100vw - 744px) \\/ -2); padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif; clear: both;\\\"><img style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; height: auto; max-width: 100%; width: 1422.21px;\\\" src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" \\/><\\/div>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">It gets worse. In our most recent tests, we sent out photos of common, mixed telecom boards, and the results were absolutely shocking. 2 of 5 classes of boards were so far under-priced that the collector would have lost their shirt taking that low an offer, and 2 of the 5 classes were so far overpriced that the<span style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; font-weight: 600;\\\">\\u00a0recyclers would have lost more than double their money recycling the materials<\\/span>.\\u00a0<em style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 0.975em; vertical-align: baseline; background: transparent; outline: 0px; font-family: Georgia, \'Source Serif Pro\', serif;\\\">Note: In case anyone reading this quoted boards for us, please know, none of the materials were sold after the test was completed.<\\/em><\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">Shortly after conducting these pricing surveys I had the privilege to visit an e-waste recycling company in Serbia called e-recycle. One of the most astounding setups I\'ve had the honor to tour. I met with their CEO, Ninoslav and we spent the entire day discussing the e-waste industry.<\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">Which brings me the final misconception plaguing the e-waste industry, that \'all classes of waste are equal and that sending out price lists are the best way to make an offer.\' This is dead wrong.<\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">E-recycling Serbia was in possession of the highest grade \\\"class c\\\" boards I have ever seen. When scanned through\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">our software<\\/a>\\u00a0the AI system reported a 100% positive result, showing the boards should be selling for 755 euro per ton. Ninoslav told me, this was very interesting, as their buyer already paid a similar price for these boards and it was exciting to see the\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"https:\\/\\/pfane.com\\/viewpas\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">software was so accurate<\\/a>\\u00a0with just a single photo. He explained how his company meticulously extracted every toxic component and large capacitor before shipping and the loss of weight from inferior components was what helped raise the value so high.<\\/p>\\r\\n<div class=\\\"slate-resizable-image-embed slate-image-embed__resize-bleed\\\" style=\\\"box-sizing: inherit; margin: 0px calc((100vw - 744px) \\/ -2); padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; position: relative; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif; clear: both;\\\"><img style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; height: auto; max-width: 100%; width: 1422.21px;\\\" src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" \\/><\\/div>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">Normally, unless you find an honest buyer, or a buyer using\\u00a0<a style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; font-size: 20px; vertical-align: baseline; background: transparent; font-weight: 600; border: 0px; color: #665ed0; touch-action: manipulation; overflow-wrap: break-word;\\\" href=\\\"..\\/index.php\\/1viewpas\\/1viewpas-2\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">ViewPas\\u2122<\\/a>\\u00a0software to price your materials, recyclers would low-ball your material first until they assayed the material themselves. Even then there\'s nothing to stop them from lying.<\\/p>\\r\\n<p style=\\\"box-sizing: inherit; margin: 3.2rem 0px; padding: 0px; border: 0px; font-size: 2rem; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 3.2rem; color: rgba(0, 0, 0, 0.75); font-family: \'Source Serif Pro\', serif;\\\">The e-waste industry is full of misconception and price gouging. But if you are a buyer or a seller of e-waste. You need to start protecting your facility from mispriced, over valued or undercut prices. You need precise pricing data, you need\\u00a0<span style=\\\"box-sizing: inherit; margin: 0px; padding: 0px; border: 0px; font-size: 20px; vertical-align: baseline; background: transparent; outline: 0px; font-weight: 600;\\\">more data<\\/span>\\u00a0from every truck of material you are purchasing or collecting. You need to stop paying more for e-waste than what it\'s worth and the industry as a whole needs to become much more connected and transparent if we are going to keep recyclers, recycling, - for years to come.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:05:44\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:03:27\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/123.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(3, 26, 1, '', '2020-10-19 14:09:26', 88, 9588, '93121e7e495db665af62755290790d5a9a6ff310', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"E-waste, The Worlds Most Complex Commodity.\",\"alias\":\"style-your-website\",\"introtext\":\"<p>There is a common misconception these days that starting an e-waste business will bring you riches beyond your wildest dreams. Many an entrepreneur will read a FORBES fluff piece or two and incorrectly think that a pile of discarded computers will bury them in gold.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" \\/><\\/div>\\r\\n<p>Too many people believe the extraordinary statistics being touted about the amount of precious metals in e-waste and electronics. I\'ve even read some estimates that there are around\\u00a0<a href=\\\"https:\\/\\/www.forbes.com\\/sites\\/kitconews\\/2014\\/08\\/27\\/before-tossing-your-iphone-5-mine-the-gold\\/#6a63eca7dfc6\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">1kg of gold inside a ton of cell phones.<\\/a><\\/p>\\r\\n<p>I have to say that over the last 4 years of\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane<\\/a>\\u00a0diligently separating, photographing, processing and analyzing thousands upon thousands of pieces of e-waste. We\'re probably the most studied and qualified in the industry to say; \\\"those figures are immensely exaggerated.\\\" Even if you process 1 full ton of Nokia\'s you will not see that type of yield.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" \\/><\\/div>\\r\\n<p>That being said. Depending on the mix of phones you are recycling, you may see close to 700 grams on average, after getting rid of the externals, plastics and bits of metal that contaminate the circuitry. But that\'s not a ton of cell phones, that\'s a ton of cell phone\\u00a0motherboards. Still sounds promising though, doesn\'t it? Well, hold on a second. Phones have been changing a great deal since 2013. A new phone motherboard uses newer, inexpensive gold alloys, The chip-sets use smaller, thinner, gold bond wire. As they say. \\\"They don\'t make \'em like they used to.\\\" So finding more than an ounce of gold in a ton of newer smartphone motherboards is a rarity in itself, as rare as collecting one ton of Nokia\'s.<\\/p>\\r\\n<p>\\\"So what!,\\\" you say. \\\"That\'s nothing to worry about?\\\" Well, if you purchase, process or sell e-waste,\\u00a0you better pretend you care.\\u00a0Cell phone motherboards are one of the 4 most over-priced e-wastes on the market. Most times, when purchasing cell phone motherboards, an e-waste company is buying a few tons at most. These phones are mixed with more accurately priced waste. The other waste will usually cover the loss from the bad purchase. However, in my opinion, the loss shouldn\'t exist in the first place.<\\/p>\\r\\n<p>In a blind study conducted by\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane Environmental Association<\\/a>, done across twelve of the world\'s top e-waste recyclers.\\u00a0Eleven\\u00a0recyclers quoted photos of cellphone boards from 1 euro to 8 euro per kilo too high. A staggering 50% of the recyclers were pricing them above the break-even price, meaning 50% of the worlds largest recyclers are losing money on cell phone boards.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" \\/><\\/div>\\r\\n<p>It gets worse. In our most recent tests, we sent out photos of common, mixed telecom boards, and the results were absolutely shocking. 2 of 5 classes of boards were so far under-priced that the collector would have lost their shirt taking that low an offer, and 2 of the 5 classes were so far overpriced that the\\u00a0recyclers would have lost more than double their money recycling the materials.\\u00a0Note: In case anyone reading this quoted boards for us, please know, none of the materials were sold after the test was completed.<\\/p>\\r\\n<p>Shortly after conducting these pricing surveys I had the privilege to visit an e-waste recycling company in Serbia called e-recycle. One of the most astounding setups I\'ve had the honor to tour. I met with their CEO, Ninoslav and we spent the entire day discussing the e-waste industry.<\\/p>\\r\\n<p>Which brings me the final misconception plaguing the e-waste industry, that \'all classes of waste are equal and that sending out price lists are the best way to make an offer.\' This is dead wrong.<\\/p>\\r\\n<p>E-recycling Serbia was in possession of the highest grade \\\"class c\\\" boards I have ever seen. When scanned through\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">our software<\\/a>\\u00a0the AI system reported a 100% positive result, showing the boards should be selling for 755 euro per ton. Ninoslav told me, this was very interesting, as their buyer already paid a similar price for these boards and it was exciting to see the\\u00a0<a href=\\\"https:\\/\\/pfane.com\\/viewpas\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">software was so accurate<\\/a>\\u00a0with just a single photo. He explained how his company meticulously extracted every toxic component and large capacitor before shipping and the loss of weight from inferior components was what helped raise the value so high.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" \\/><\\/div>\\r\\n<p>Normally, unless you find an honest buyer, or a buyer using\\u00a0<a href=\\\"..\\/index.php\\/1viewpas\\/1viewpas-2\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">ViewPas\\u2122<\\/a>\\u00a0software to price your materials, recyclers would low-ball your material first until they assayed the material themselves. Even then there\'s nothing to stop them from lying.<\\/p>\\r\\n<p>The e-waste industry is full of misconception and price gouging. But if you are a buyer or a seller of e-waste. You need to start protecting your facility from mispriced, over valued or undercut prices. You need precise pricing data, you need\\u00a0more data\\u00a0from every truck of material you are purchasing or collecting. You need to stop paying more for e-waste than what it\'s worth and the industry as a whole needs to become much more connected and transparent if we are going to keep recyclers, recycling, - for years to come.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:09:26\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:07:09\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/123.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(4, 26, 1, '', '2020-10-19 14:10:29', 88, 9592, '61451e780c1b9257d3799e79991afb4ce294cb7f', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"E-waste, The Worlds Most Complex Commodity.\",\"alias\":\"style-your-website\",\"introtext\":\"<p>There is a common misconception these days that starting an e-waste business will bring you riches beyond your wildest dreams. Many an entrepreneur will read a FORBES fluff piece or two and incorrectly think that a pile of discarded computers will bury them in gold.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" \\/><\\/div>\\r\\n<p>Too many people believe the extraordinary statistics being touted about the amount of precious metals in e-waste and electronics. I\'ve even read some estimates that there are around\\u00a0<a href=\\\"https:\\/\\/www.forbes.com\\/sites\\/kitconews\\/2014\\/08\\/27\\/before-tossing-your-iphone-5-mine-the-gold\\/#6a63eca7dfc6\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">1kg of gold inside a ton of cell phones.<\\/a><\\/p>\\r\\n<p>I have to say that over the last 4 years of\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane<\\/a>\\u00a0diligently separating, photographing, processing and analyzing thousands upon thousands of pieces of e-waste. We\'re probably the most studied and qualified in the industry to say; \\\"those figures are immensely exaggerated.\\\" Even if you process 1 full ton of Nokia\'s you will not see that type of yield.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" \\/><\\/div>\\r\\n<p>That being said. Depending on the mix of phones you are recycling, you may see close to 700 grams on average, after getting rid of the externals, plastics and bits of metal that contaminate the circuitry. But that\'s not a ton of cell phones, that\'s a ton of cell phone\\u00a0motherboards. Still sounds promising though, doesn\'t it? Well, hold on a second. Phones have been changing a great deal since 2013. A new phone motherboard uses newer, inexpensive gold alloys, The chip-sets use smaller, thinner, gold bond wire. As they say. \\\"They don\'t make \'em like they used to.\\\" So finding more than an ounce of gold in a ton of newer smartphone motherboards is a rarity in itself, as rare as collecting one ton of Nokia\'s.<\\/p>\\r\\n<p>\\\"So what!,\\\" you say. \\\"That\'s nothing to worry about?\\\" Well, if you purchase, process or sell e-waste,\\u00a0you better pretend you care.\\u00a0Cell phone motherboards are one of the 4 most over-priced e-wastes on the market. Most times, when purchasing cell phone motherboards, an e-waste company is buying a few tons at most. These phones are mixed with more accurately priced waste. The other waste will usually cover the loss from the bad purchase. However, in my opinion, the loss shouldn\'t exist in the first place.<\\/p>\\r\\n<p>In a blind study conducted by\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane Environmental Association<\\/a>, done across twelve of the world\'s top e-waste recyclers.\\u00a0Eleven\\u00a0recyclers quoted photos of cellphone boards from 1 euro to 8 euro per kilo too high. A staggering 50% of the recyclers were pricing them above the break-even price, meaning 50% of the worlds largest recyclers are losing money on cell phone boards.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" \\/><\\/div>\\r\\n<p>It gets worse. In our most recent tests, we sent out photos of common, mixed telecom boards, and the results were absolutely shocking. 2 of 5 classes of boards were so far under-priced that the collector would have lost their shirt taking that low an offer, and 2 of the 5 classes were so far overpriced that the\\u00a0recyclers would have lost more than double their money recycling the materials.\\u00a0Note: In case anyone reading this quoted boards for us, please know, none of the materials were sold after the test was completed.<\\/p>\\r\\n<p>Shortly after conducting these pricing surveys I had the privilege to visit an e-waste recycling company in Serbia called e-recycle. One of the most astounding setups I\'ve had the honor to tour. I met with their CEO, Ninoslav and we spent the entire day discussing the e-waste industry.<\\/p>\\r\\n<p>Which brings me the final misconception plaguing the e-waste industry, that \'all classes of waste are equal and that sending out price lists are the best way to make an offer.\' This is dead wrong.<\\/p>\\r\\n<p>E-recycling Serbia was in possession of the highest grade \\\"class c\\\" boards I have ever seen. When scanned through\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">our software<\\/a>\\u00a0the AI system reported a 100% positive result, showing the boards should be selling for 755 euro per ton. Ninoslav told me, this was very interesting, as their buyer already paid a similar price for these boards and it was exciting to see the\\u00a0<a href=\\\"https:\\/\\/pfane.com\\/viewpas\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">software was so accurate<\\/a>\\u00a0with just a single photo. He explained how his company meticulously extracted every toxic component and large capacitor before shipping and the loss of weight from inferior components was what helped raise the value so high.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" \\/><\\/div>\\r\\n<p>Normally, unless you find an honest buyer, or a buyer using\\u00a0<a href=\\\"..\\/index.php\\/1viewpas\\/1viewpas-2\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">ViewPas\\u2122<\\/a>\\u00a0software to price your materials, recyclers would low-ball your material first until they assayed the material themselves. Even then there\'s nothing to stop them from lying.<\\/p>\\r\\n<p>The e-waste industry is full of misconception and price gouging. But if you are a buyer or a seller of e-waste. You need to start protecting your facility from mispriced, over valued or undercut prices. You need precise pricing data, you need\\u00a0more data\\u00a0from every truck of material you are purchasing or collecting. You need to stop paying more for e-waste than what it\'s worth and the industry as a whole needs to become much more connected and transparent if we are going to keep recyclers, recycling, - for years to come.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:10:29\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:09:26\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/123.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(5, 25, 1, '', '2020-10-19 14:19:13', 88, 6412, '22cb0c419333cf8b39becf33543dbb6d18721b4a', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"How AI \\/ ML and Computer Vision are saving the planet.\",\"alias\":\"create-content-particles\",\"introtext\":\"<p class=\\\"g-lead\\\">\\u00a0<\\/p>\\r\\n<div id=\\\"ember6300\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through using its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'ve employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>As illustrated in this unique video explainer.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of test, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" \\/><\\/div>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.<\\/p>\\r\\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https:\\/\\/www.pfane.org<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:19:13\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:11:13\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-05.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(6, 25, 1, '', '2020-10-19 14:21:51', 88, 6348, 'f772433457c41057ba7d945f79c9ddfff178dfd3', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"How AI \\/ ML and Computer Vision are saving the planet.\",\"alias\":\"create-content-particles\",\"introtext\":\"<p class=\\\"g-lead\\\">\\u00a0<\\/p>\\r\\n<div id=\\\"ember6300\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" \\/><\\/div>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.<\\/p>\\r\\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https:\\/\\/www.pfane.org<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:21:51\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:19:47\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-05.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(7, 25, 1, '', '2020-10-19 14:23:48', 88, 6323, 'b1bafbac6f8cdb0036b6fb4f33b36d2b7461a1fe', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"How AI \\/ ML and Computer Vision are saving the planet.\",\"alias\":\"create-content-particles\",\"introtext\":\"<p class=\\\"g-lead\\\">It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n<div id=\\\"ember6300\\\">\\r\\n<div dir=\\\"ltr\\\">\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" \\/><\\/div>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.<\\/p>\\r\\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https:\\/\\/www.pfane.org<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:23:48\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:22:53\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(8, 25, 1, '', '2020-10-19 14:28:10', 88, 6282, '839f8a480ae4db2b28aa3b67515cf025ea3698e2', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"How AI \\/ ML and Computer Vision are saving the planet.\",\"alias\":\"create-content-particles\",\"introtext\":\"<p class=\\\"g-lead\\\">It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n<div dir=\\\"ltr\\\">\",\"fulltext\":\"<\\/div>\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" \\/><\\/div>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.<\\/p>\\r\\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https:\\/\\/www.pfane.org<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-19 14:28:10\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-19 14:26:07\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(9, 24, 1, '', '2020-10-20 05:04:49', 88, 3397, '61c9a4e3c653d105a94069177351ee9102704b7c', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"How AI\\/ML and Computer Vision work in WEEE\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is actually capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through using its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'ve employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>Nam gravida nunc ac leo mollis semper. Nulla at nibh non felis lacinia pellentesque sed et sapien. Cras ex nunc, posuere imperdiet sapien non, vehicula elementum purus.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 05:04:49\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 04:58:21\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-04.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-04.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(10, 24, 1, '', '2020-10-20 05:06:01', 88, 3391, '815a0e4f00d8e3854198f770a0bbca82cdf9579d', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"How AI\\/ML and Computer Vision work in WEEE\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is actually capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through using its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'ve employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>Nam gravida nunc ac leo mollis semper. Nulla at nibh non felis lacinia pellentesque sed et sapien. Cras ex nunc, posuere imperdiet sapien non, vehicula elementum purus.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 05:06:01\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 05:04:49\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(11, 24, 1, '', '2020-10-20 05:08:34', 88, 5158, '4ca421eb602f5874bd1eaecf0d422695905f7b8f', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"How AI\\/ML and Computer Vision work in WEEE\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p>It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is actually capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed the software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s actually the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is actually something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That, is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d their yearly gross revenues and has quadrupled that number in the last year. This incredible technology is available for commercial use. Hows your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 05:08:34\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 05:06:13\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(12, 23, 1, '', '2020-10-20 13:21:57', 88, 7582, '2ab9fb7039226a5985d94ef6da3dbd967fc5bd5d', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"A Day In The Life Of An E-Waste Trader (Part 10)\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\">His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.<\\/p>\\r\\n<p class=\\\"g-lead\\\">The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cMorning,\\u201d says the boy<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u2018A good morning to you as well young man,\\u201d says the old man eccentrically.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cWhat\\u2019s in here?\\u201d Asks the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c323 kilos\\u201d Says the clerk at the weigh station.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cOh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAlright, we have to sort them and give you an estimate of what we pay.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The man\\u2019s smile dims ever so slightly, \\u201cHow long with that take?\\u201d he asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c30 minutes maybe.\\u201d responds the expert, as a forklift comes and takes the box away, \\u201cyou\\u2019re welcome to come in and have a coffee while you wait, you can watch the sorting.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHere\\u2019s your list, we can give you three thousand for all the items.\\u201d says the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Delighted, the man signs the paperwork, collects his spoils and leaves.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There\\u2019s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cYes sir?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHave a seat Steve.\\u201d says the director, \\u201cwe have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAhh, can I see that please?\\u201d The boy asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cThis has to be wrong sir, how could they sort everything already, they have to be lying. I think we\\u2019re getting screwed sir. The truck\'s only been there 20 minutes, there\\u2019s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.\\u201d The young man interjects. There\\u2019s a distinct sound of uncertainty in his voice.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cSteven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cNo sir, I\\u2019ve never heard of it. Have you?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cNo I haven\\u2019t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can\\u2019t be over pricing this crap, and tell the guys in the shop to watch what they\\u2019re sorting, if they don\\u2019t know what something is they need to ask you.\\u201d<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cYes sir\\u201d Says Steven, closing the office door behind him. \\\"Ask me,\\\" he mutters, \\\"what do you think I am, a robot?\\\" - To be continued.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:21:57\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:18:15\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-03.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-03.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(13, 23, 1, '', '2020-10-20 13:23:42', 88, 7580, 'fc1a276a79ad40faa9f95682010d403a6add8197', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"A Day In The Life Of An E-Waste Trader (Part 10)\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u00a0<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\">His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.<\\/p>\\r\\n<p class=\\\"g-lead\\\">The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cMorning,\\u201d says the boy<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u2018A good morning to you as well young man,\\u201d says the old man eccentrically.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cWhat\\u2019s in here?\\u201d Asks the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c323 kilos\\u201d Says the clerk at the weigh station.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cOh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAlright, we have to sort them and give you an estimate of what we pay.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The man\\u2019s smile dims ever so slightly, \\u201cHow long with that take?\\u201d he asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c30 minutes maybe.\\u201d responds the expert, as a forklift comes and takes the box away, \\u201cyou\\u2019re welcome to come in and have a coffee while you wait, you can watch the sorting.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHere\\u2019s your list, we can give you three thousand for all the items.\\u201d says the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Delighted, the man signs the paperwork, collects his spoils and leaves.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There\\u2019s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cYes sir?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHave a seat Steve.\\u201d says the director, \\u201cwe have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAhh, can I see that please?\\u201d The boy asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cThis has to be wrong sir, how could they sort everything already, they have to be lying. I think we\\u2019re getting screwed sir. The truck\'s only been there 20 minutes, there\\u2019s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.\\u201d The young man interjects. There\\u2019s a distinct sound of uncertainty in his voice.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cSteven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cNo sir, I\\u2019ve never heard of it. Have you?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cNo I haven\\u2019t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can\\u2019t be over pricing this crap, and tell the guys in the shop to watch what they\\u2019re sorting, if they don\\u2019t know what something is they need to ask you.\\u201d<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cYes sir\\u201d Says Steven, closing the office door behind him. \\\"Ask me,\\\" he mutters, \\\"what do you think I am, a robot?\\\" - To be continued.<\\/span><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:23:42\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:21:57\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(14, 22, 1, '', '2020-10-20 13:26:38', 88, 1945, '377b0d05e3460a26c70ff040779bb9f2a5938c57', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"A Day In The Life Of An Ewaste Trader (Part 2)\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:26:38\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:23:48\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-02.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-02.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(15, 23, 1, '', '2020-10-20 13:27:13', 88, 7504, '52ae01b7248aefe2c39e30ebbfca7af96ca06e09', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"A Day In The Life Of An E-Waste Trader (Part 1)\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.<\\/span><\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\">His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.<\\/p>\\r\\n<p class=\\\"g-lead\\\">The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cMorning,\\u201d says the boy<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u2018A good morning to you as well young man,\\u201d says the old man eccentrically.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cWhat\\u2019s in here?\\u201d Asks the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c323 kilos\\u201d Says the clerk at the weigh station.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cOh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAlright, we have to sort them and give you an estimate of what we pay.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The man\\u2019s smile dims ever so slightly, \\u201cHow long with that take?\\u201d he asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201c30 minutes maybe.\\u201d responds the expert, as a forklift comes and takes the box away, \\u201cyou\\u2019re welcome to come in and have a coffee while you wait, you can watch the sorting.\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHere\\u2019s your list, we can give you three thousand for all the items.\\u201d says the boy.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Delighted, the man signs the paperwork, collects his spoils and leaves.<\\/p>\\r\\n<p class=\\\"g-lead\\\">Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There\\u2019s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cYes sir?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cHave a seat Steve.\\u201d says the director, \\u201cwe have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cAhh, can I see that please?\\u201d The boy asks.<\\/p>\\r\\n<p class=\\\"g-lead\\\">He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cThis has to be wrong sir, how could they sort everything already, they have to be lying. I think we\\u2019re getting screwed sir. The truck\'s only been there 20 minutes, there\\u2019s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.\\u201d The young man interjects. There\\u2019s a distinct sound of uncertainty in his voice.\\u00a0<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cSteven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\">\\u201cNo sir, I\\u2019ve never heard of it. Have you?\\u201d<\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cNo I haven\\u2019t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can\\u2019t be over pricing this crap, and tell the guys in the shop to watch what they\\u2019re sorting, if they don\\u2019t know what something is they need to ask you.\\u201d<\\/span><\\/p>\\r\\n<p class=\\\"g-lead\\\"><span style=\\\"font-size: 12.16px;\\\">\\u201cYes sir\\u201d Says Steven, closing the office door behind him. \\\"Ask me,\\\" he mutters, \\\"what do you think I am, a robot?\\\" - To be continued.<\\/span><\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:27:13\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:26:46\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(16, 22, 1, '', '2020-10-20 13:28:37', 88, 14370, '22348fe1e7da1365d4944fb77e6a8bd6fc506e96', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"A Day In The Life Of An Ewaste Trader (Part 2)\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>The next day, Steven sat in his office looking out into the yard, his focus was on finding out more about this ViewPas\\u2122 system that the refiner was using. Still upset about the events from the day before, he was determined to show his boss that the refiner was ripping them off. He\'d gone as far as getting new buying leads for his boss to look at, surely these new companies offering higher prices would make the scrap yard a higher profit.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHtz5GR6l-lmg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=_wSq-vNVkTkcIlD2hovKyjhFt_IEq84cl5Y8xmG6cdo\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHtz5GR6l-lmg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=_wSq-vNVkTkcIlD2hovKyjhFt_IEq84cl5Y8xmG6cdo\\\" \\/><\\/div>\\r\\n<p>Just then, Steven saw Joe, a colleague in the scrap trade, out in the yard holding a tray with 3 coffee\'s. Joe was always interesting to talk to, he\'d been 23 years in the scrap business and always brought a hot coffee for Steven and his Boss. Steven grabbed his coat, opened his office door and calling to his boss down the hall, \\\"Marco, Joe\'s here with coffee,\\\" he slipped outside smiling to meet with Joe.<\\/p>\\r\\n<p>\\\"Joe,\\\" Steven called. picking up his pace to greet his colleague.<\\/p>\\r\\n<p>\\\"Steven, Hey! I got you a coffee, double double... just how you like it buddy!\\\" -- \\\"Where\'s Marcos? I got his too.\\\" he said with his signature groggy voice.<\\/p>\\r\\n<p>Marcos was trailing, putting on his coat and shrugging off the cool, spring morning air. They both sipped their coffee\'s as Marcos trotted the yard directly to where Joe and Steve were standing.<\\/p>\\r\\n<p>\\\"Good, morning Joe,\\\" said Marcos<\\/p>\\r\\n<p>The two shook hands like two warriors coming from battle. Joe and Marcos had been synergistic rivals for years. Each one outbidding the other on massive amounts of scrap that were being produced all around their State. Neither one realizing, the problem with waste was bigger than the both of them could ever handle together.<\\/p>\\r\\n<p>\\\"Thanks,\\\" Marcos took the hot coffee from Joe\'s tray, Joe tossed the cardboard cup tray up on a pile of recyclable packaging.<\\/p>\\r\\n<p>\\\"There, I come with coffee and help you make a profit.\\\" Joe said jovially.<\\/p>\\r\\n<p>Joe\'s face turned serious, and you could tell that he had something on his mind. He started, \\\"Marcos, I know you\'ve been in business a long time, and I\'ve never steered you the wrong way, we have our differences and for a long time, we\'ve been helping each other out. So, I wanted to come over to you today and show you something because I know it\'s affected you, and I\'m feeling a little guilty about the whole thing. Can we go inside and talk for a few minutes?\\\"<\\/p>\\r\\n<p>Marcos, a little curiously replied, \\\"Sure Joe, come on in.\\\"<\\/p>\\r\\n<p>The three settled into Marcos\' office, with their coffees in hand, getting comfortable, Marcos asked. \\\"So, sounds like somethings the matter Joe? You closing up shop after 22 years? What\'s the deal\\\"<\\/p>\\r\\n<p>Joe laughed, \\\"No, business is better than ever. I came to let you in on something, because I know you\'re getting e-waste coming over to you that have been driving down your profits, and I wanted to help you stop that.\\\"<\\/p>\\r\\n<p>Marcos and Steven looked knowingly at one another, Joe caught them in the act. \\\"Listen fellas,\\\" Joe continued, \\\"Last week we had an old man come in with some boxes of circuit boards and he was trying to get us to agree to the higher prices, but our software showed us his materials were only worth a thousand bucks all together. So, when we showed him the image assay from this new software we have, he got really angry and told me he was going to sell his stuff to you. So I know you bought his stuff, I know you gave him three thousand and I know you lost money on the deal.\\\"<\\/p>\\r\\n<p>Marcos looked again at Steven, \\\"well we have some new guys in the yard,\\\" Marcos interjected \\\"and we think they missed some lower grade stuff from the boxes he brought in. Not really a big deal, we made money on the rest of the material.\\\"<\\/p>\\r\\n<p>\\\"Marcos, I\'ve been doing this for 22 years, I know all the people you know, I also know of at least 4 other orders I declined that came to you and you over paid. I feel a little like it\'s my fault, so I came over today to try and help you avoid those transactions and hopefully to help you level the playing field, so we can both be making money like we helped each other with that building we scrapped back in 2016.\\\" He continued, \\\"Guys, a couple months ago, I found out that Milton Metals was using a program called ViewPas\\u2122 which I had no idea what the hell it was before then, but listen, guys, my lips to gods ears, this software has increased our revenue by 44% in 2 months. It\'s no joke.\\\"<\\/p>\\r\\n<p>Steven rang in \\\"I was just looking for that program this morning, it\'s on my searches in my office. What is it, and how is Milton saying they sorted a truck in 20 minutes?\\\"<\\/p>\\r\\n<p>\\\"Those are all good questions, let me tell you, the company that made the software is out of Europe, they\'ve been processing and refining e-waste for 3 years to develop this software. It handles and manages my whole e-waste division right now, but the truly remarkable thing it does,\\\"Joe went on,\\\"is when you get a load of e-waste in, you can take a photo, then send it to the program online and it tells you what you should pay for the e-waste it sees in the photo, and it\'s dead on, every time. Now, we take 30 to 40 images, from each truck that\'s why it only takes 20 minutes Steven to find the value of an entire truck. We don\'t sort like you guys are doing any more. we stopped that last month.\\\"<\\/p>\\r\\n<p>Marcos looked puzzled, \\\"What do you mean it prices the e-waste? how does it know what I should pay? How does it know what it\'s looking at? How can you not sort? You have to sort, that\'s what we do? What do my guys do if they aren\'t sorting?\\\"<\\/p>\\r\\n<p>Marcos was not accepting what he was hearing, a common response when someone challenges the very essence of your business.<\\/p>\\r\\n<p>\\\"Marcos, I can show you,\\\" Joe pulled out his phone and with a few clicks was in his ViewPas\\u2122 control panel. \\\"Can we go back outside and I can show you how this thing works?\\\"<\\/p>\\r\\n<p>The three finished their coffee\'s and headed out to the yard. \\\"Ok, show me some motherboards you just purchased.\\\"<\\/p>\\r\\n<p>Steven Lead the two over to a bag of Telecom Boards, Joe said, \\\"Ok, these are Telecom Boards, what\'d ya pay for these? Per pound? \'cause I have the same prices as you, so lets not pretend I don\'t know what you\'re paying.\\\"<\\/p>\\r\\n<p>\\\"Go look at the list,\\\" said Marcos, looking at Steven.<\\/p>\\r\\n<p>\\\"Three dollars a pound, cause they\'re all pretty much high grade. You know? they aren\'t all gold plated, but these are high grade.\\\" Steven replied defensively.<\\/p>\\r\\n<p>Joe went on, \\\"alright, here look at my prices.\\\" Joe tapped the Pricing Tab at the top of the screen, showing Marcos and Steve that his price list was the same for each material as theirs. \\\"Alright, now we tap on ImageAssay and it asks for a file, I tap my camera and I take a photo of these boards and then in this dropdown I select Telecom Boards, then I hit here, where it says Scan Image\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" \\/><\\/div>\\r\\n<p>Steve and Marcos huddled around the phone, patiently waiting as the system took a few seconds to process the image. then showed the results screen.<\\/p>\\r\\n<p>\\\"Don\'t feel bad Steven, my guy was doing the same thing, there\'s no way he could know from all these boards what the true assayed values are. So you can see here, the software says you\'re 50% right, but your price at 3.00 means you paid too much for this material.\\\"<\\/p>\\r\\n<p>Marcos came back, defending his practice, \\\"That\'s only looking at the top layer, it can\'t see what\'s inside.\\\"<\\/p>\\r\\n<p>\\\"You\'re right, that\'s why we always empty the bags on the floor and take 10 or 15 assays. Takes us 4 to 5 minutes, rather then a half hour to sort through it all. We don\'t make people wait any more while we sort their materials.\\\" Joe responded. \\\"Here, Steve, move those around a bit and lets take another assay.\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" \\/><\\/div>\\r\\n<p>Steven took some of the boards out from underneath, and placed them on the top. Joe went ahead and took another ImageAssay. They waited again, huddled around the screen. This time... Marcos was taken back.<\\/p>\\r\\n<p>Joe started. \\\"You see guys? Oldest trick in the book, the best stuff is always on top. This time, it shows these crappy little ones that are full of copper, this image is 50% low grade, a far cry from three bucks a pound guys. How long do you guys want to be wrong on your pricing? You know when you send these to Milton, they\'re going to show you what I\'m showing you, and you\'re gonna lose money.\\\"<\\/p>\\r\\n<p>\\\"I don\'t even know what to say.\\\" Marcos started.<\\/p>\\r\\n<p>\\\"I\'ve already found us other buyers,\\\" Steven rang in.<\\/p>\\r\\n<p>\\\"We have a contract with Milton, Steve, we can\'t just go get another contract in a day.\\\" said Marcos.<\\/p>\\r\\n<p>\\\"Guy\'s, I said I was here to help, and I am,\\\" added Joe. \\\"I\'m gonna help you and I\'m gonna help me. You see when I first used this software two months ago, I was like you, I thought it wasn\'t going to do anything for me, half my stuff we get for next to nothing, but the stuff we buy we just kept seeing a loss on. So when I saw this software work, saving me from bad purchases, keeping money in my pocket and getting me better, safer deals on good materials, I called up the company in Europe and they made me an exclusive distributor for their software here in Washington State. Now, I can give you a monthly subscription, we both make better buying decisions, and I can sleep at night, not thinking that all the e-waste I\'m not accepting isn\'t putting you guys in the hole.\\\"<\\/p>\\r\\n<p>\\\"How much?\\\" Marcos asked right away.<\\/p>\\r\\n<p>\\\"Well, how many tons of these Telecom Boards did you buy?\\\"<\\/p>\\r\\n<p>\\\"Three and a bit.\\\" Steve answered.<\\/p>\\r\\n<p>\\\"So then with your price being an average of $1 per pound too high, and knowing that you\'ll probably get around 2.50 when you send these to Milton, I\'m standing here looking at an order that\'s going to put you in the negative by Thirty Three Hundred dollars. If you had this software, pricing this material for you, you would have made at least three thousand on this purchase. So for just this one delivery, it would have saved you over sixty six hundred dollars. What if I told you, you could have saved that amount of money for less than five hundred dollars? Not to mention, the number of bags it would continue to save your assets on. haha hey?\\\"<\\/p>\\r\\n<p>Steve and Marcus were both in shock. \\\"I have to think about this, it\'s too new, I don\'t understand it.\\\"<\\/p>\\r\\n<p>Joe shook both their hands, \\\"That\'s right, you think about it. I\'ll keep sending you over the good stuff,\\\" he winked at them. \\\"Thanks boys! Call me when you get your next assay\'s from Milton. I\'ll still be here.\\\"<\\/p>\\r\\n<p>Joe walked out of the yard to his car. Steve and Marcos looked at each other silently for a few seconds.<\\/p>\\r\\n<p>\\\"I could really use that software,\\\" Steven said, \\\"I can\'t possibly know every value of every board like that thing, it could really save us a ton of money.\\\"<\\/p>\\r\\n<p>\\\"Yeah, I know,\\\"said Marcos \\\"I just hated that Joe got to it first, I\'ll call him tomorrow and make the deal.\\\"<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:28:37\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:27:20\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(17, 22, 1, '', '2020-10-20 13:29:10', 88, 14374, '8b2279a5d86e93c3ba333074ad2ccd3720e7f39a', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"A Day In The Life Of An Ewaste Trader (Part 2)\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>The next day, Steven sat in his office looking out into the yard, his focus was on finding out more about this ViewPas\\u2122 system that the refiner was using. Still upset about the events from the day before, he was determined to show his boss that the refiner was ripping them off. He\'d gone as far as getting new buying leads for his boss to look at, surely these new companies offering higher prices would make the scrap yard a higher profit.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHtz5GR6l-lmg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=_wSq-vNVkTkcIlD2hovKyjhFt_IEq84cl5Y8xmG6cdo\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHtz5GR6l-lmg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=_wSq-vNVkTkcIlD2hovKyjhFt_IEq84cl5Y8xmG6cdo\\\" \\/><\\/div>\\r\\n<p>Just then, Steven saw Joe, a colleague in the scrap trade, out in the yard holding a tray with 3 coffee\'s. Joe was always interesting to talk to, he\'d been 23 years in the scrap business and always brought a hot coffee for Steven and his Boss. Steven grabbed his coat, opened his office door and calling to his boss down the hall, \\\"Marco, Joe\'s here with coffee,\\\" he slipped outside smiling to meet with Joe.<\\/p>\\r\\n<p>\\\"Joe,\\\" Steven called. picking up his pace to greet his colleague.<\\/p>\\r\\n<p>\\\"Steven, Hey! I got you a coffee, double double... just how you like it buddy!\\\" -- \\\"Where\'s Marcos? I got his too.\\\" he said with his signature groggy voice.<\\/p>\\r\\n<p>Marcos was trailing, putting on his coat and shrugging off the cool, spring morning air. They both sipped their coffee\'s as Marcos trotted the yard directly to where Joe and Steve were standing.<\\/p>\\r\\n<p>\\\"Good, morning Joe,\\\" said Marcos<\\/p>\\r\\n<p>The two shook hands like two warriors coming from battle. Joe and Marcos had been synergistic rivals for years. Each one outbidding the other on massive amounts of scrap that were being produced all around their State. Neither one realizing, the problem with waste was bigger than the both of them could ever handle together.<\\/p>\\r\\n<p>\\\"Thanks,\\\" Marcos took the hot coffee from Joe\'s tray, Joe tossed the cardboard cup tray up on a pile of recyclable packaging.<\\/p>\\r\\n<p>\\\"There, I come with coffee and help you make a profit.\\\" Joe said jovially.<\\/p>\\r\\n<p>Joe\'s face turned serious, and you could tell that he had something on his mind. He started, \\\"Marcos, I know you\'ve been in business a long time, and I\'ve never steered you the wrong way, we have our differences and for a long time, we\'ve been helping each other out. So, I wanted to come over to you today and show you something because I know it\'s affected you, and I\'m feeling a little guilty about the whole thing. Can we go inside and talk for a few minutes?\\\"<\\/p>\\r\\n<p>Marcos, a little curiously replied, \\\"Sure Joe, come on in.\\\"<\\/p>\\r\\n<p>The three settled into Marcos\' office, with their coffees in hand, getting comfortable, Marcos asked. \\\"So, sounds like somethings the matter Joe? You closing up shop after 22 years? What\'s the deal\\\"<\\/p>\\r\\n<p>Joe laughed, \\\"No, business is better than ever. I came to let you in on something, because I know you\'re getting e-waste coming over to you that have been driving down your profits, and I wanted to help you stop that.\\\"<\\/p>\\r\\n<p>Marcos and Steven looked knowingly at one another, Joe caught them in the act. \\\"Listen fellas,\\\" Joe continued, \\\"Last week we had an old man come in with some boxes of circuit boards and he was trying to get us to agree to the higher prices, but our software showed us his materials were only worth a thousand bucks all together. So, when we showed him the image assay from this new software we have, he got really angry and told me he was going to sell his stuff to you. So I know you bought his stuff, I know you gave him three thousand and I know you lost money on the deal.\\\"<\\/p>\\r\\n<p>Marcos looked again at Steven, \\\"well we have some new guys in the yard,\\\" Marcos interjected \\\"and we think they missed some lower grade stuff from the boxes he brought in. Not really a big deal, we made money on the rest of the material.\\\"<\\/p>\\r\\n<p>\\\"Marcos, I\'ve been doing this for 22 years, I know all the people you know, I also know of at least 4 other orders I declined that came to you and you over paid. I feel a little like it\'s my fault, so I came over today to try and help you avoid those transactions and hopefully to help you level the playing field, so we can both be making money like we helped each other with that building we scrapped back in 2016.\\\" He continued, \\\"Guys, a couple months ago, I found out that Milton Metals was using a program called ViewPas\\u2122 which I had no idea what the hell it was before then, but listen, guys, my lips to gods ears, this software has increased our revenue by 44% in 2 months. It\'s no joke.\\\"<\\/p>\\r\\n<p>Steven rang in \\\"I was just looking for that program this morning, it\'s on my searches in my office. What is it, and how is Milton saying they sorted a truck in 20 minutes?\\\"<\\/p>\\r\\n<p>\\\"Those are all good questions, let me tell you, the company that made the software is out of Europe, they\'ve been processing and refining e-waste for 3 years to develop this software. It handles and manages my whole e-waste division right now, but the truly remarkable thing it does,\\\"Joe went on,\\\"is when you get a load of e-waste in, you can take a photo, then send it to the program online and it tells you what you should pay for the e-waste it sees in the photo, and it\'s dead on, every time. Now, we take 30 to 40 images, from each truck that\'s why it only takes 20 minutes Steven to find the value of an entire truck. We don\'t sort like you guys are doing any more. we stopped that last month.\\\"<\\/p>\\r\\n<p>Marcos looked puzzled, \\\"What do you mean it prices the e-waste? how does it know what I should pay? How does it know what it\'s looking at? How can you not sort? You have to sort, that\'s what we do? What do my guys do if they aren\'t sorting?\\\"<\\/p>\\r\\n<p>Marcos was not accepting what he was hearing, a common response when someone challenges the very essence of your business.<\\/p>\\r\\n<p>\\\"Marcos, I can show you,\\\" Joe pulled out his phone and with a few clicks was in his ViewPas\\u2122 control panel. \\\"Can we go back outside and I can show you how this thing works?\\\"<\\/p>\\r\\n<p>The three finished their coffee\'s and headed out to the yard. \\\"Ok, show me some motherboards you just purchased.\\\"<\\/p>\\r\\n<p>Steven Lead the two over to a bag of Telecom Boards, Joe said, \\\"Ok, these are Telecom Boards, what\'d ya pay for these? Per pound? \'cause I have the same prices as you, so lets not pretend I don\'t know what you\'re paying.\\\"<\\/p>\\r\\n<p>\\\"Go look at the list,\\\" said Marcos, looking at Steven.<\\/p>\\r\\n<p>\\\"Three dollars a pound, cause they\'re all pretty much high grade. You know? they aren\'t all gold plated, but these are high grade.\\\" Steven replied defensively.<\\/p>\\r\\n<p>Joe went on, \\\"alright, here look at my prices.\\\" Joe tapped the Pricing Tab at the top of the screen, showing Marcos and Steve that his price list was the same for each material as theirs. \\\"Alright, now we tap on ImageAssay and it asks for a file, I tap my camera and I take a photo of these boards and then in this dropdown I select Telecom Boards, then I hit here, where it says Scan Image\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" \\/><\\/div>\\r\\n<p>Steve and Marcos huddled around the phone, patiently waiting as the system took a few seconds to process the image. then showed the results screen.<\\/p>\\r\\n<p>\\\"Don\'t feel bad Steven, my guy was doing the same thing, there\'s no way he could know from all these boards what the true assayed values are. So you can see here, the software says you\'re 50% right, but your price at 3.00 means you paid too much for this material.\\\"<\\/p>\\r\\n<p>Marcos came back, defending his practice, \\\"That\'s only looking at the top layer, it can\'t see what\'s inside.\\\"<\\/p>\\r\\n<p>\\\"You\'re right, that\'s why we always empty the bags on the floor and take 10 or 15 assays. Takes us 4 to 5 minutes, rather then a half hour to sort through it all. We don\'t make people wait any more while we sort their materials.\\\" Joe responded. \\\"Here, Steve, move those around a bit and lets take another assay.\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" \\/><\\/div>\\r\\n<p>Steven took some of the boards out from underneath, and placed them on the top. Joe went ahead and took another ImageAssay. They waited again, huddled around the screen. This time... Marcos was taken back.<\\/p>\\r\\n<p>Joe started. \\\"You see guys? Oldest trick in the book, the best stuff is always on top. This time, it shows these crappy little ones that are full of copper, this image is 50% low grade, a far cry from three bucks a pound guys. How long do you guys want to be wrong on your pricing? You know when you send these to Milton, they\'re going to show you what I\'m showing you, and you\'re gonna lose money.\\\"<\\/p>\\r\\n<p>\\\"I don\'t even know what to say.\\\" Marcos started.<\\/p>\\r\\n<p>\\\"I\'ve already found us other buyers,\\\" Steven rang in.<\\/p>\\r\\n<p>\\\"We have a contract with Milton, Steve, we can\'t just go get another contract in a day.\\\" said Marcos.<\\/p>\\r\\n<p>\\\"Guy\'s, I said I was here to help, and I am,\\\" added Joe. \\\"I\'m gonna help you and I\'m gonna help me. You see when I first used this software two months ago, I was like you, I thought it wasn\'t going to do anything for me, half my stuff we get for next to nothing, but the stuff we buy we just kept seeing a loss on. So when I saw this software work, saving me from bad purchases, keeping money in my pocket and getting me better, safer deals on good materials, I called up the company in Europe and they made me an exclusive distributor for their software here in Washington State. Now, I can give you a monthly subscription, we both make better buying decisions, and I can sleep at night, not thinking that all the e-waste I\'m not accepting isn\'t putting you guys in the hole.\\\"<\\/p>\\r\\n<p>\\\"How much?\\\" Marcos asked right away.<\\/p>\\r\\n<p>\\\"Well, how many tons of these Telecom Boards did you buy?\\\"<\\/p>\\r\\n<p>\\\"Three and a bit.\\\" Steve answered.<\\/p>\\r\\n<p>\\\"So then with your price being an average of $1 per pound too high, and knowing that you\'ll probably get around 2.50 when you send these to Milton, I\'m standing here looking at an order that\'s going to put you in the negative by Thirty Three Hundred dollars. If you had this software, pricing this material for you, you would have made at least three thousand on this purchase. So for just this one delivery, it would have saved you over sixty six hundred dollars. What if I told you, you could have saved that amount of money for less than five hundred dollars? Not to mention, the number of bags it would continue to save your assets on. haha hey?\\\"<\\/p>\\r\\n<p>Steve and Marcus were both in shock. \\\"I have to think about this, it\'s too new, I don\'t understand it.\\\"<\\/p>\\r\\n<p>Joe shook both their hands, \\\"That\'s right, you think about it. I\'ll keep sending you over the good stuff,\\\" he winked at them. \\\"Thanks boys! Call me when you get your next assay\'s from Milton. I\'ll still be here.\\\"<\\/p>\\r\\n<p>Joe walked out of the yard to his car. Steve and Marcos looked at each other silently for a few seconds.<\\/p>\\r\\n<p>\\\"I could really use that software,\\\" Steven said, \\\"I can\'t possibly know every value of every board like that thing, it could really save us a ton of money.\\\"<\\/p>\\r\\n<p>\\\"Yeah, I know,\\\"said Marcos \\\"I just hated that Joe got to it first, I\'ll call him tomorrow and make the deal.\\\"<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-20 13:29:10\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-20 13:28:55\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(18, 23, 1, '', '2020-10-21 05:08:12', 88, 6869, '7daeaa4d8efc3e853e3f51d014505ce905d1a978', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"A Day In The Life Of An E-Waste Trader (Part 1)\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p>It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.<\\/p>\\r\\n<p>His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.<\\/p>\\r\\n<p>The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun.\\u00a0<\\/p>\\r\\n<p>\\u201cMorning,\\u201d says the boy<\\/p>\\r\\n<p>\\u2018A good morning to you as well young man,\\u201d says the old man eccentrically.<\\/p>\\r\\n<p>\\u201cWhat\\u2019s in here?\\u201d Asks the boy.<\\/p>\\r\\n<p>\\u201c323 kilos\\u201d Says the clerk at the weigh station.<\\/p>\\r\\n<p>\\u201cOh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.\\u201d<\\/p>\\r\\n<p>\\u201cAlright, we have to sort them and give you an estimate of what we pay.\\u201d<\\/p>\\r\\n<p>The man\\u2019s smile dims ever so slightly, \\u201cHow long with that take?\\u201d he asks.<\\/p>\\r\\n<p>\\u201c30 minutes maybe.\\u201d responds the expert, as a forklift comes and takes the box away, \\u201cyou\\u2019re welcome to come in and have a coffee while you wait, you can watch the sorting.\\u201d<\\/p>\\r\\n<p>The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand.\\u00a0<\\/p>\\r\\n<p>\\u201cHere\\u2019s your list, we can give you three thousand for all the items.\\u201d says the boy.<\\/p>\\r\\n<p>Delighted, the man signs the paperwork, collects his spoils and leaves.<\\/p>\\r\\n<p>Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There\\u2019s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents.\\u00a0<\\/p>\\r\\n<p>Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.<\\/p>\\r\\n<p>\\u201cYes sir?\\u201d<\\/p>\\r\\n<p>\\u201cHave a seat Steve.\\u201d says the director, \\u201cwe have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?\\u201d<\\/p>\\r\\n<p>\\u201cAhh, can I see that please?\\u201d The boy asks.<\\/p>\\r\\n<p>He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods.\\u00a0<\\/p>\\r\\n<p>He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.<\\/p>\\r\\n<p>\\u201cThis has to be wrong sir, how could they sort everything already, they have to be lying. I think we\\u2019re getting screwed sir. The truck\'s only been there 20 minutes, there\\u2019s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.\\u201d The young man interjects. There\\u2019s a distinct sound of uncertainty in his voice.\\u00a0<\\/p>\\r\\n<p>\\u201cSteven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?\\u201d<\\/p>\\r\\n<p>\\u201cNo sir, I\\u2019ve never heard of it. Have you?\\u201d<\\/p>\\r\\n<p>\\u201cNo I haven\\u2019t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can\\u2019t be over pricing this crap, and tell the guys in the shop to watch what they\\u2019re sorting, if they don\\u2019t know what something is they need to ask you.\\u201d<\\/p>\\r\\n<p>\\u201cYes sir\\u201d Says Steven, closing the office door behind him. \\\"Ask me,\\\" he mutters, \\\"what do you think I am, a robot?\\\" - To be continued.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-21 05:08:12\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-21 05:07:22\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(19, 22, 1, '', '2020-10-21 05:33:49', 88, 13950, '95300b5c1b24cabe6c1c219dd7f71ff811136807', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"A Day In The Life Of An Ewaste Trader (Part 2)\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>The next day, Steven sat in his office looking out into the yard, his focus was on finding out more about this ViewPas\\u2122 system that the refiner was using. Still upset about the events from the day before, he was determined to show his boss that the refiner was ripping them off. He\'d gone as far as getting new buying leads for his boss to look at, surely these new companies offering higher prices would make the scrap yard a higher profit.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div>Just then, Steven saw Joe, a colleague in the scrap trade, out in the yard holding a tray with 3 coffee\'s. Joe was always interesting to talk to, he\'d been 23 years in the scrap business and always brought a hot coffee for Steven and his Boss. Steven grabbed his coat, opened his office door and calling to his boss down the hall, \\\"Marco, Joe\'s here with coffee,\\\" he slipped outside smiling to meet with Joe.<\\/div>\\r\\n<p>\\\"Joe,\\\" Steven called. picking up his pace to greet his colleague.<\\/p>\\r\\n<p>\\\"Steven, Hey! I got you a coffee, double double... just how you like it buddy!\\\" -- \\\"Where\'s Marcos? I got his too.\\\" he said with his signature groggy voice.<\\/p>\\r\\n<p>Marcos was trailing, putting on his coat and shrugging off the cool, spring morning air. They both sipped their coffee\'s as Marcos trotted the yard directly to where Joe and Steve were standing.<\\/p>\\r\\n<p>\\\"Good, morning Joe,\\\" said Marcos<\\/p>\\r\\n<p>The two shook hands like two warriors coming from battle. Joe and Marcos had been synergistic rivals for years. Each one outbidding the other on massive amounts of scrap that were being produced all around their State. Neither one realizing, the problem with waste was bigger than the both of them could ever handle together.<\\/p>\\r\\n<p>\\\"Thanks,\\\" Marcos took the hot coffee from Joe\'s tray, Joe tossed the cardboard cup tray up on a pile of recyclable packaging.<\\/p>\\r\\n<p>\\\"There, I come with coffee and help you make a profit.\\\" Joe said jovially.<\\/p>\\r\\n<p>Joe\'s face turned serious, and you could tell that he had something on his mind. He started, \\\"Marcos, I know you\'ve been in business a long time, and I\'ve never steered you the wrong way, we have our differences and for a long time, we\'ve been helping each other out. So, I wanted to come over to you today and show you something because I know it\'s affected you, and I\'m feeling a little guilty about the whole thing. Can we go inside and talk for a few minutes?\\\"<\\/p>\\r\\n<p>Marcos, a little curiously replied, \\\"Sure Joe, come on in.\\\"<\\/p>\\r\\n<p>The three settled into Marcos\' office, with their coffees in hand, getting comfortable, Marcos asked. \\\"So, sounds like somethings the matter Joe? You closing up shop after 22 years? What\'s the deal\\\"<\\/p>\\r\\n<p>Joe laughed, \\\"No, business is better than ever. I came to let you in on something, because I know you\'re getting e-waste coming over to you that have been driving down your profits, and I wanted to help you stop that.\\\"<\\/p>\\r\\n<p>Marcos and Steven looked knowingly at one another, Joe caught them in the act. \\\"Listen fellas,\\\" Joe continued, \\\"Last week we had an old man come in with some boxes of circuit boards and he was trying to get us to agree to the higher prices, but our software showed us his materials were only worth a thousand bucks all together. So, when we showed him the image assay from this new software we have, he got really angry and told me he was going to sell his stuff to you. So I know you bought his stuff, I know you gave him three thousand and I know you lost money on the deal.\\\"<\\/p>\\r\\n<p>Marcos looked again at Steven, \\\"well we have some new guys in the yard,\\\" Marcos interjected \\\"and we think they missed some lower grade stuff from the boxes he brought in. Not really a big deal, we made money on the rest of the material.\\\"<\\/p>\\r\\n<p>\\\"Marcos, I\'ve been doing this for 22 years, I know all the people you know, I also know of at least 4 other orders I declined that came to you and you over paid. I feel a little like it\'s my fault, so I came over today to try and help you avoid those transactions and hopefully to help you level the playing field, so we can both be making money like we helped each other with that building we scrapped back in 2016.\\\" He continued, \\\"Guys, a couple months ago, I found out that Milton Metals was using a program called ViewPas\\u2122 which I had no idea what the hell it was before then, but listen, guys, my lips to gods ears, this software has increased our revenue by 44% in 2 months. It\'s no joke.\\\"<\\/p>\\r\\n<p>Steven rang in \\\"I was just looking for that program this morning, it\'s on my searches in my office. What is it, and how is Milton saying they sorted a truck in 20 minutes?\\\"<\\/p>\\r\\n<p>\\\"Those are all good questions, let me tell you, the company that made the software is out of Europe, they\'ve been processing and refining e-waste for 3 years to develop this software. It handles and manages my whole e-waste division right now, but the truly remarkable thing it does,\\\"Joe went on,\\\"is when you get a load of e-waste in, you can take a photo, then send it to the program online and it tells you what you should pay for the e-waste it sees in the photo, and it\'s dead on, every time. Now, we take 30 to 40 images, from each truck that\'s why it only takes 20 minutes Steven to find the value of an entire truck. We don\'t sort like you guys are doing any more. we stopped that last month.\\\"<\\/p>\\r\\n<p>Marcos looked puzzled, \\\"What do you mean it prices the e-waste? how does it know what I should pay? How does it know what it\'s looking at? How can you not sort? You have to sort, that\'s what we do? What do my guys do if they aren\'t sorting?\\\"<\\/p>\\r\\n<p>Marcos was not accepting what he was hearing, a common response when someone challenges the very essence of your business.<\\/p>\\r\\n<p>\\\"Marcos, I can show you,\\\" Joe pulled out his phone and with a few clicks was in his ViewPas\\u2122 control panel. \\\"Can we go back outside and I can show you how this thing works?\\\"<\\/p>\\r\\n<p>The three finished their coffee\'s and headed out to the yard. \\\"Ok, show me some motherboards you just purchased.\\\"<\\/p>\\r\\n<p>Steven Lead the two over to a bag of Telecom Boards, Joe said, \\\"Ok, these are Telecom Boards, what\'d ya pay for these? Per pound? \'cause I have the same prices as you, so lets not pretend I don\'t know what you\'re paying.\\\"<\\/p>\\r\\n<p>\\\"Go look at the list,\\\" said Marcos, looking at Steven.<\\/p>\\r\\n<p>\\\"Three dollars a pound, cause they\'re all pretty much high grade. You know? they aren\'t all gold plated, but these are high grade.\\\" Steven replied defensively.<\\/p>\\r\\n<p>Joe went on, \\\"alright, here look at my prices.\\\" Joe tapped the Pricing Tab at the top of the screen, showing Marcos and Steve that his price list was the same for each material as theirs. \\\"Alright, now we tap on ImageAssay and it asks for a file, I tap my camera and I take a photo of these boards and then in this dropdown I select Telecom Boards, then I hit here, where it says Scan Image\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" \\/><\\/div>\\r\\n<p>Steve and Marcos huddled around the phone, patiently waiting as the system took a few seconds to process the image. then showed the results screen.<\\/p>\\r\\n<p>\\\"Don\'t feel bad Steven, my guy was doing the same thing, there\'s no way he could know from all these boards what the true assayed values are. So you can see here, the software says you\'re 50% right, but your price at 3.00 means you paid too much for this material.\\\"<\\/p>\\r\\n<p>Marcos came back, defending his practice, \\\"That\'s only looking at the top layer, it can\'t see what\'s inside.\\\"<\\/p>\\r\\n<p>\\\"You\'re right, that\'s why we always empty the bags on the floor and take 10 or 15 assays. Takes us 4 to 5 minutes, rather then a half hour to sort through it all. We don\'t make people wait any more while we sort their materials.\\\" Joe responded. \\\"Here, Steve, move those around a bit and lets take another assay.\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" \\/><\\/div>\\r\\n<p>Steven took some of the boards out from underneath, and placed them on the top. Joe went ahead and took another ImageAssay. They waited again, huddled around the screen. This time... Marcos was taken back.<\\/p>\\r\\n<p>Joe started. \\\"You see guys? Oldest trick in the book, the best stuff is always on top. This time, it shows these crappy little ones that are full of copper, this image is 50% low grade, a far cry from three bucks a pound guys. How long do you guys want to be wrong on your pricing? You know when you send these to Milton, they\'re going to show you what I\'m showing you, and you\'re gonna lose money.\\\"<\\/p>\\r\\n<p>\\\"I don\'t even know what to say.\\\" Marcos started.<\\/p>\\r\\n<p>\\\"I\'ve already found us other buyers,\\\" Steven rang in.<\\/p>\\r\\n<p>\\\"We have a contract with Milton, Steve, we can\'t just go get another contract in a day.\\\" said Marcos.<\\/p>\\r\\n<p>\\\"Guy\'s, I said I was here to help, and I am,\\\" added Joe. \\\"I\'m gonna help you and I\'m gonna help me. You see when I first used this software two months ago, I was like you, I thought it wasn\'t going to do anything for me, half my stuff we get for next to nothing, but the stuff we buy we just kept seeing a loss on. So when I saw this software work, saving me from bad purchases, keeping money in my pocket and getting me better, safer deals on good materials, I called up the company in Europe and they made me an exclusive distributor for their software here in Washington State. Now, I can give you a monthly subscription, we both make better buying decisions, and I can sleep at night, not thinking that all the e-waste I\'m not accepting isn\'t putting you guys in the hole.\\\"<\\/p>\\r\\n<p>\\\"How much?\\\" Marcos asked right away.<\\/p>\\r\\n<p>\\\"Well, how many tons of these Telecom Boards did you buy?\\\"<\\/p>\\r\\n<p>\\\"Three and a bit.\\\" Steve answered.<\\/p>\\r\\n<p>\\\"So then with your price being an average of $1 per pound too high, and knowing that you\'ll probably get around 2.50 when you send these to Milton, I\'m standing here looking at an order that\'s going to put you in the negative by Thirty Three Hundred dollars. If you had this software, pricing this material for you, you would have made at least three thousand on this purchase. So for just this one delivery, it would have saved you over sixty six hundred dollars. What if I told you, you could have saved that amount of money for less than five hundred dollars? Not to mention, the number of bags it would continue to save your assets on. haha hey?\\\"<\\/p>\\r\\n<p>Steve and Marcus were both in shock. \\\"I have to think about this, it\'s too new, I don\'t understand it.\\\"<\\/p>\\r\\n<p>Joe shook both their hands, \\\"That\'s right, you think about it. I\'ll keep sending you over the good stuff,\\\" he winked at them. \\\"Thanks boys! Call me when you get your next assay\'s from Milton. I\'ll still be here.\\\"<\\/p>\\r\\n<p>Joe walked out of the yard to his car. Steve and Marcos looked at each other silently for a few seconds.<\\/p>\\r\\n<p>\\\"I could really use that software,\\\" Steven said, \\\"I can\'t possibly know every value of every board like that thing, it could really save us a ton of money.\\\"<\\/p>\\r\\n<p>\\\"Yeah, I know,\\\"said Marcos \\\"I just hated that Joe got to it first, I\'ll call him tomorrow and make the deal.\\\"<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2020-10-21 05:33:49\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-10-21 05:29:57\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(20, 1, 2, '', '2020-11-11 08:59:08', 88, 1763, 'bf72280f4247bc8e30337321e068600efeb62890', '{\"id\":1,\"name\":\"Pfane Scientific SRL\",\"alias\":\"manticore\",\"con_position\":\"\",\"address\":\"263 Str Principal\",\"suburb\":\"Zauan\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766903531\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/ROM.jpg\",\"email_to\":\"admin@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-11-11 08:53:40\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"BIN: RO36023056\",\"sortname2\":\"ENV# SJ45\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2020-11-11 08:59:08\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":30,\"hits\":\"721\"}', 0),
(21, 2, 2, '', '2020-11-11 09:01:10', 88, 1750, '1ee5e59cf9dfb76f4514e05e88229b080a1653f2', '{\"id\":2,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"\",\"address\":\"226 Strada Piata Gheorge\",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766505922\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":2,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:01:10\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2020-11-11 09:01:10\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(22, 3, 2, '', '2020-11-11 09:02:49', 88, 1686, 'f3da09c535fca21cd2fd1814d2e1122f7cb5e021', '{\"id\":3,\"name\":\"Pfane UK\",\"alias\":\"pfane-uk\",\"con_position\":\"\",\"address\":\"34 Eversham Rd. \",\"suburb\":\"Cheltanham\",\"state\":\"\",\"country\":\"UK\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/UK.jpg\",\"email_to\":\"admin@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":3,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:02:49\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2020-11-11 09:02:49\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(23, 4, 2, '', '2020-11-11 09:04:47', 88, 1749, '82bb931adba0ce2fc5a9ea94dd32971fcd8f0db3', '{\"id\":4,\"name\":\"Pfane Canada (Sales Office)\",\"alias\":\"pfane-canada-sales-office\",\"con_position\":\"\",\"address\":\"#314 - 1108 - 250 Consumers Rd.\",\"suburb\":\"North York\",\"state\":\"Ontario\",\"country\":\"Canada\",\"postcode\":\"M2J 4V6\",\"telephone\":\"+1 (647) 948-9448\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"info@pfane.ca\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":4,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:04:47\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2020-11-11 09:04:47\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(24, 4, 6, '', '2020-11-11 09:11:39', 88, 602, '31e3b8b3002af34612a1589532afb27f4e1b2760', '{\"id\":4,\"asset_id\":\"29\",\"parent_id\":\"1\",\"lft\":\"5\",\"rgt\":\"6\",\"level\":\"1\",\"path\":\"uncategorised\",\"extension\":\"com_contact\",\"title\":\"Uncategorised\",\"alias\":\"uncategorised\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-11-11 09:11:20\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"_:default\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"88\",\"created_time\":\"2020-10-02 05:49:34\",\"modified_user_id\":\"88\",\"modified_time\":\"2020-11-11 09:11:39\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}', 0);
INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(25, 4, 2, '', '2020-11-11 09:13:09', 88, 1779, '2b19a8a20daf51ada90195c767e16a377dbf6501', '{\"id\":4,\"name\":\"Pfane Canada (Sales Office)\",\"alias\":\"pfane-canada-sales-office\",\"con_position\":\"\",\"address\":\"#314 - 1108 - 250 Consumers Rd.\",\"suburb\":\"North York\",\"state\":\"Ontario\",\"country\":\"Canada\",\"postcode\":\"M2J 4V6\",\"telephone\":\"+1 (647) 948-9448\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"info@pfane.ca\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2020-11-11 09:11:48\",\"ordering\":\"4\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"1\\\",\\\"presentation_style\\\":\\\"sliders\\\",\\\"show_tags\\\":\\\"1\\\",\\\"show_info\\\":\\\"1\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"1\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:04:47\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2020-11-11 09:13:09\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"0\"}', 0),
(26, 26, 1, '', '2021-04-21 03:14:58', 88, 9581, '31c14cf0cb38fccd3b131b09c922ae78cf6b75ab', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"E-waste, The Worlds Most Complex Commodity.\",\"alias\":\"commodity\",\"introtext\":\"<p>There is a common misconception these days that starting an e-waste business will bring you riches beyond your wildest dreams. Many an entrepreneur will read a FORBES fluff piece or two and incorrectly think that a pile of discarded computers will bury them in gold.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEq87fSF_sqBw\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=3Lpuj9LoRmAwceQ7JUr4-fjLMqaoJnzteynm9ZEQldY\\\" \\/><\\/div>\\r\\n<p>Too many people believe the extraordinary statistics being touted about the amount of precious metals in e-waste and electronics. I\'ve even read some estimates that there are around\\u00a0<a href=\\\"https:\\/\\/www.forbes.com\\/sites\\/kitconews\\/2014\\/08\\/27\\/before-tossing-your-iphone-5-mine-the-gold\\/#6a63eca7dfc6\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">1kg of gold inside a ton of cell phones.<\\/a><\\/p>\\r\\n<p>I have to say that over the last 4 years of\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane<\\/a>\\u00a0diligently separating, photographing, processing and analyzing thousands upon thousands of pieces of e-waste. We\'re probably the most studied and qualified in the industry to say; \\\"those figures are immensely exaggerated.\\\" Even if you process 1 full ton of Nokia\'s you will not see that type of yield.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQHNkSrk9UcHkQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=syF7D_dIHaio5DE_nlIzIkkNyE9rU7QXfUAem7vYrKY\\\" \\/><\\/div>\\r\\n<p>That being said. Depending on the mix of phones you are recycling, you may see close to 700 grams on average, after getting rid of the externals, plastics and bits of metal that contaminate the circuitry. But that\'s not a ton of cell phones, that\'s a ton of cell phone\\u00a0motherboards. Still sounds promising though, doesn\'t it? Well, hold on a second. Phones have been changing a great deal since 2013. A new phone motherboard uses newer, inexpensive gold alloys, The chip-sets use smaller, thinner, gold bond wire. As they say. \\\"They don\'t make \'em like they used to.\\\" So finding more than an ounce of gold in a ton of newer smartphone motherboards is a rarity in itself, as rare as collecting one ton of Nokia\'s.<\\/p>\\r\\n<p>\\\"So what!,\\\" you say. \\\"That\'s nothing to worry about?\\\" Well, if you purchase, process or sell e-waste,\\u00a0you better pretend you care.\\u00a0Cell phone motherboards are one of the 4 most over-priced e-wastes on the market. Most times, when purchasing cell phone motherboards, an e-waste company is buying a few tons at most. These phones are mixed with more accurately priced waste. The other waste will usually cover the loss from the bad purchase. However, in my opinion, the loss shouldn\'t exist in the first place.<\\/p>\\r\\n<p>In a blind study conducted by\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">Pfane Environmental Association<\\/a>, done across twelve of the world\'s top e-waste recyclers.\\u00a0Eleven\\u00a0recyclers quoted photos of cellphone boards from 1 euro to 8 euro per kilo too high. A staggering 50% of the recyclers were pricing them above the break-even price, meaning 50% of the worlds largest recyclers are losing money on cell phone boards.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQE1_bUeSq4DWw\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=Cq82TY09SzVhRz3SvgjMaSZbJPaHNF7xUgcogT77C_E\\\" \\/><\\/div>\\r\\n<p>It gets worse. In our most recent tests, we sent out photos of common, mixed telecom boards, and the results were absolutely shocking. 2 of 5 classes of boards were so far under-priced that the collector would have lost their shirt taking that low an offer, and 2 of the 5 classes were so far overpriced that the\\u00a0recyclers would have lost more than double their money recycling the materials.\\u00a0Note: In case anyone reading this quoted boards for us, please know, none of the materials were sold after the test was completed.<\\/p>\\r\\n<p>Shortly after conducting these pricing surveys I had the privilege to visit an e-waste recycling company in Serbia called e-recycle. One of the most astounding setups I\'ve had the honor to tour. I met with their CEO, Ninoslav and we spent the entire day discussing the e-waste industry.<\\/p>\\r\\n<p>Which brings me the final misconception plaguing the e-waste industry, that \'all classes of waste are equal and that sending out price lists are the best way to make an offer.\' This is dead wrong.<\\/p>\\r\\n<p>E-recycling Serbia was in possession of the highest grade \\\"class c\\\" boards I have ever seen. When scanned through\\u00a0<a href=\\\"https:\\/\\/www.pfane.org\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">our software<\\/a>\\u00a0the AI system reported a 100% positive result, showing the boards should be selling for 755 euro per ton. Ninoslav told me, this was very interesting, as their buyer already paid a similar price for these boards and it was exciting to see the\\u00a0<a href=\\\"https:\\/\\/pfane.com\\/viewpas\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">software was so accurate<\\/a>\\u00a0with just a single photo. He explained how his company meticulously extracted every toxic component and large capacitor before shipping and the loss of weight from inferior components was what helped raise the value so high.<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEt-QDig3aZeA\\/article-inline_image-shrink_1500_2232\\/0?e=1608768000&amp;v=beta&amp;t=s4CUK-igVOLfWX2KJGhBaxuu-uWFFqy6o6OwpxOhlNU\\\" \\/><\\/div>\\r\\n<p>Normally, unless you find an honest buyer, or a buyer using\\u00a0<a href=\\\"index.php\\/1viewpas\\/1viewpas-2\\\" target=\\\"_blank\\\" rel=\\\"nofollow noopener noreferrer\\\">ViewPas\\u2122<\\/a>\\u00a0software to price your materials, recyclers would low-ball your material first until they assayed the material themselves. Even then there\'s nothing to stop them from lying.<\\/p>\\r\\n<p>The e-waste industry is full of misconception and price gouging. But if you are a buyer or a seller of e-waste. You need to start protecting your facility from mispriced, over valued or undercut prices. You need precise pricing data, you need\\u00a0more data\\u00a0from every truck of material you are purchasing or collecting. You need to stop paying more for e-waste than what it\'s worth and the industry as a whole needs to become much more connected and transparent if we are going to keep recyclers, recycling, - for years to come.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2021-04-21 03:14:58\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:14:34\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/123.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"168\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(27, 25, 1, '', '2021-04-21 03:15:25', 88, 6266, 'da44268502f595c81a1d90f96a5d266c9e6bcd9f', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"How AI \\/ ML and Computer Vision are saving the planet.\",\"alias\":\"vision\",\"introtext\":\"<p class=\\\"g-lead\\\">It\'s pretty ironic when you think about it, the ewaste industry ensures the proper recycling of the technology we use in our daily lives. The technology the industry focuses on recycling is the same technology that is capable of saving the planet from itself. Whew.. (insert mind blown meme here;)<\\/p>\\r\\n<div dir=\\\"ltr\\\">\",\"fulltext\":\"<\\/div>\\r\\n<p>What Artificial Intelligence, Machine Learning, and Computer Vision have grown into, over the past four years, is something that has the ability to\\u00a0massively increase efficiency\\u00a0and\\u00a0promote exponential growth\\u00a0of the recyclers who choose to adopt these new technologies.<\\/p>\\r\\n<p>This has been proven time and time again by Pfane Environmental\'s award-winning work in the field. With over 40 long term users of their technology. Pfane Environmental Association has built a solid reputation for delivering accurate results through its ViewPas software. Results are seen not only by their own recycling company, Pfane Scientific SRL but duplicated within every single company who\'s employed their software. It saves time, it saves money, it ensures the proper quotation of materials and the correct and accurate quality verification of entire trucks of materials in minutes rather than days, in seconds rather than hours.<\\/p>\\r\\n<p>There\'s still the question of accuracy when dealing with anything computerized. However, over the past 18 months, the verdict is in on this as well. The accuracy, when the machine learning began, was a little over 90% when the software was released in February 2019, it was at or above 95% in hundreds of tests, as the software and image data has evolved (yes... evolved) performing thousands of scans per month, the accuracy has risen closer to 98% but Pfane Environmental stands firmly behind 95%+ accuracy level based on advanced probability (Pfane Scientifics Logo)<\\/p>\\r\\n<p>But, really, what\'s so special about having the ability to take a picture of a pile of circuit boards and know with 95% certainty what\'s in it, if its missing valuable components, if it\'s the material you ordered? This \\\"SuperPower\\\" for your e-waste enterprise is something of the holy grail. You can never get into a bad deal, no matter how much your seller says your competitor will pay them for their waste. No matter how much they can prove they sold the last truck for. The sellers market is over. There\'s no more need for recyclers to say \\\"we can make it up on the next truck.\\\" With ViewPas, you never lose. That is a very bold statement, but, you don\'t see too many chess grandmasters winning against computers these days either, do you?<\\/p>\\r\\n<p>Since utilizing ViewPas in it\'s day to day operations Pfane Scientific has 10x\'d its yearly gross revenue and has quadrupled that number in the last year. This incredible technology is available for commercial use. How\'s your e-waste enterprise going to look in 2020? Can you assure your investors and stakeholders they won\'t have to worry about losses due to poorly priced e-waste purchasing? Can you show your suppliers and vendors that you\'re using the most efficient means possible to recycle their material when there are a growing number of small companies who can do it faster?<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" alt=\\\"No alt text provided for this image\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQFwNxuDqLepNg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=y22aaV3JGxRqNkBaI2u9FvItS1iohgSAhpkh0LZpP8Y\\\" \\/><\\/div>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>In a way, the efficiencies realized when using AI and Machine Learning across the entire industry would affect the overall ability of the industry to process the waste if even a 10% increase could be seen, we as an industry would be able to process another 5 million tons per year without changing machinery, without losing out and insured revenues is a thing any new e-waste company would love to discuss with investors.<\\/p>\\r\\n<p>In short. The machines we recycle are the machines that are capable of saving the planet. Are you ready to accept them? Find out more at https:\\/\\/www.pfane.org<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2021-04-21 03:15:25\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:15:02\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/333.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"127\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(28, 23, 1, '', '2021-04-21 03:16:00', 88, 6865, 'cb192ef886aba44a60ea4d27b8554171f649c971', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"A Day In The Life Of An E-Waste Trader (Part 1)\",\"alias\":\"day-in-the-life\",\"introtext\":\"<p>It\'s a sunny spring morning, the scrap yard is bustling with sellers toting their wares for a penny a pound. When a smiling older man with shining grey hair drives in with a trailer in tow.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Nestled in the back of the trailer, neatly concealed behind old rusted kettles and bicycle parts, like the booty from a pirates last crusade, lies a large cardboard box. Inside, the spoils of a year\'s worth of scrapping old VCR\'s, derelict computers, scavenged tablets, and cellphones galore. Meticulously cleaned, perfectly sorted, as if to note their precious value was that of pure gold panned from the Alaskan rivers.<\\/p>\\r\\n<p>His grin broadens as he pulls the box out to be weighed and valued. The box is laden with golden cell phone motherboards and a few sticks of ram laid atop for effect.<\\/p>\\r\\n<p>The expert is called from the sorting line to inspect the lot. A young boy comes from the large building behind the office, looks to the old man, who stands smiling, his gold tooth gleaming against the morning sun.\\u00a0<\\/p>\\r\\n<p>\\u201cMorning,\\u201d says the boy<\\/p>\\r\\n<p>\\u2018A good morning to you as well young man,\\u201d says the old man eccentrically.<\\/p>\\r\\n<p>\\u201cWhat\\u2019s in here?\\u201d Asks the boy.<\\/p>\\r\\n<p>\\u201c323 kilos\\u201d Says the clerk at the weigh station.<\\/p>\\r\\n<p>\\u201cOh these are all cell phone boards from the old push button type phones, some ram sticks, and I think a computer board in there somewhere.\\u201d<\\/p>\\r\\n<p>\\u201cAlright, we have to sort them and give you an estimate of what we pay.\\u201d<\\/p>\\r\\n<p>The man\\u2019s smile dims ever so slightly, \\u201cHow long with that take?\\u201d he asks.<\\/p>\\r\\n<p>\\u201c30 minutes maybe.\\u201d responds the expert, as a forklift comes and takes the box away, \\u201cyou\\u2019re welcome to come in and have a coffee while you wait, you can watch the sorting.\\u201d<\\/p>\\r\\n<p>The old man and the boy enter the large sorting facility, an hour passes and 2 coffees later the boy comes from his office with a list in his hand.\\u00a0<\\/p>\\r\\n<p>\\u201cHere\\u2019s your list, we can give you three thousand for all the items.\\u201d says the boy.<\\/p>\\r\\n<p>Delighted, the man signs the paperwork, collects his spoils and leaves.<\\/p>\\r\\n<p>Later that month, a truck leaves the scrapyard headed for the Collector. A massive facility with acres of the remnants of old computer parts, out of date electronic parts and piles upon piles of green fiber boards. The truck stops. There\\u2019s a light rain in the yard. The old mans box is taken off the truck, dumped over a few pallets and a woman with a cell phone conveniently snaps 2 or 3 photos of the spread out contents.\\u00a0<\\/p>\\r\\n<p>Back on the other side of town the scrap yard waits for an answer on final payment, the email arrives no more than fifteen minutes after the truck has unloaded. The procurement director calls the electronics expert into his office.<\\/p>\\r\\n<p>\\u201cYes sir?\\u201d<\\/p>\\r\\n<p>\\u201cHave a seat Steve.\\u201d says the director, \\u201cwe have a bit of an issue. The truck that unloaded at Milton today, shows a list of e-waste valued at One Thousand Four Hundred Dollars, title 83899, which we show here we paid Three Thousand for. Not to mention 7 other bags that have come back lower than expected. Why\'s this happening Steve?\\u201d<\\/p>\\r\\n<p>\\u201cAhh, can I see that please?\\u201d The boy asks.<\\/p>\\r\\n<p>He takes the printed sheet from the director, on it, is a listing of items, categorized by quality, perfectly ordered and valued with an image of the material attached with each lot of goods.\\u00a0<\\/p>\\r\\n<p>He looks bewildered, calculating in his head the 18 tons, browsing his memory thinking of the all the gold parts he remembered.<\\/p>\\r\\n<p>\\u201cThis has to be wrong sir, how could they sort everything already, they have to be lying. I think we\\u2019re getting screwed sir. The truck\'s only been there 20 minutes, there\\u2019s no way they can sort 18 tons in 20 minutes. Besides, we made money on the other bags, so it\'s not a big deal.\\u201d The young man interjects. There\\u2019s a distinct sound of uncertainty in his voice.\\u00a0<\\/p>\\r\\n<p>\\u201cSteven, the fact we didn\'t lose more money isn\'t the point. Why are we over pricing materials? Look at the order, the top of the sheet says ViewPasTM, Powered By Pfane Scientific. Do you know what that is?\\u201d<\\/p>\\r\\n<p>\\u201cNo sir, I\\u2019ve never heard of it. Have you?\\u201d<\\/p>\\r\\n<p>\\u201cNo I haven\\u2019t, go look it up, see if you can find it online, and make sure you change the pricing on e-waste for next month, we can\\u2019t be over pricing this crap, and tell the guys in the shop to watch what they\\u2019re sorting, if they don\\u2019t know what something is they need to ask you.\\u201d<\\/p>\\r\\n<p>\\u201cYes sir\\u201d Says Steven, closing the office door behind him. \\\"Ask me,\\\" he mutters, \\\"what do you think I am, a robot?\\\" - To be continued.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2021-04-21 03:16:00\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:15:45\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/vp111.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"231\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(29, 22, 1, '', '2021-04-21 03:16:19', 88, 13945, '906ea94b2aab3b723846fe7537e6843b14c34869', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"A Day In The Life Of An Ewaste Trader (Part 2)\",\"alias\":\"day-in-the-life2\",\"introtext\":\"<p>The next day, Steven sat in his office looking out into the yard, his focus was on finding out more about this ViewPas\\u2122 system that the refiner was using. Still upset about the events from the day before, he was determined to show his boss that the refiner was ripping them off. He\'d gone as far as getting new buying leads for his boss to look at, surely these new companies offering higher prices would make the scrap yard a higher profit.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div>Just then, Steven saw Joe, a colleague in the scrap trade, out in the yard holding a tray with 3 coffee\'s. Joe was always interesting to talk to, he\'d been 23 years in the scrap business and always brought a hot coffee for Steven and his Boss. Steven grabbed his coat, opened his office door and calling to his boss down the hall, \\\"Marco, Joe\'s here with coffee,\\\" he slipped outside smiling to meet with Joe.<\\/div>\\r\\n<p>\\\"Joe,\\\" Steven called. picking up his pace to greet his colleague.<\\/p>\\r\\n<p>\\\"Steven, Hey! I got you a coffee, double double... just how you like it buddy!\\\" -- \\\"Where\'s Marcos? I got his too.\\\" he said with his signature groggy voice.<\\/p>\\r\\n<p>Marcos was trailing, putting on his coat and shrugging off the cool, spring morning air. They both sipped their coffee\'s as Marcos trotted the yard directly to where Joe and Steve were standing.<\\/p>\\r\\n<p>\\\"Good, morning Joe,\\\" said Marcos<\\/p>\\r\\n<p>The two shook hands like two warriors coming from battle. Joe and Marcos had been synergistic rivals for years. Each one outbidding the other on massive amounts of scrap that were being produced all around their State. Neither one realizing, the problem with waste was bigger than the both of them could ever handle together.<\\/p>\\r\\n<p>\\\"Thanks,\\\" Marcos took the hot coffee from Joe\'s tray, Joe tossed the cardboard cup tray up on a pile of recyclable packaging.<\\/p>\\r\\n<p>\\\"There, I come with coffee and help you make a profit.\\\" Joe said jovially.<\\/p>\\r\\n<p>Joe\'s face turned serious, and you could tell that he had something on his mind. He started, \\\"Marcos, I know you\'ve been in business a long time, and I\'ve never steered you the wrong way, we have our differences and for a long time, we\'ve been helping each other out. So, I wanted to come over to you today and show you something because I know it\'s affected you, and I\'m feeling a little guilty about the whole thing. Can we go inside and talk for a few minutes?\\\"<\\/p>\\r\\n<p>Marcos, a little curiously replied, \\\"Sure Joe, come on in.\\\"<\\/p>\\r\\n<p>The three settled into Marcos\' office, with their coffees in hand, getting comfortable, Marcos asked. \\\"So, sounds like somethings the matter Joe? You closing up shop after 22 years? What\'s the deal\\\"<\\/p>\\r\\n<p>Joe laughed, \\\"No, business is better than ever. I came to let you in on something, because I know you\'re getting e-waste coming over to you that have been driving down your profits, and I wanted to help you stop that.\\\"<\\/p>\\r\\n<p>Marcos and Steven looked knowingly at one another, Joe caught them in the act. \\\"Listen fellas,\\\" Joe continued, \\\"Last week we had an old man come in with some boxes of circuit boards and he was trying to get us to agree to the higher prices, but our software showed us his materials were only worth a thousand bucks all together. So, when we showed him the image assay from this new software we have, he got really angry and told me he was going to sell his stuff to you. So I know you bought his stuff, I know you gave him three thousand and I know you lost money on the deal.\\\"<\\/p>\\r\\n<p>Marcos looked again at Steven, \\\"well we have some new guys in the yard,\\\" Marcos interjected \\\"and we think they missed some lower grade stuff from the boxes he brought in. Not really a big deal, we made money on the rest of the material.\\\"<\\/p>\\r\\n<p>\\\"Marcos, I\'ve been doing this for 22 years, I know all the people you know, I also know of at least 4 other orders I declined that came to you and you over paid. I feel a little like it\'s my fault, so I came over today to try and help you avoid those transactions and hopefully to help you level the playing field, so we can both be making money like we helped each other with that building we scrapped back in 2016.\\\" He continued, \\\"Guys, a couple months ago, I found out that Milton Metals was using a program called ViewPas\\u2122 which I had no idea what the hell it was before then, but listen, guys, my lips to gods ears, this software has increased our revenue by 44% in 2 months. It\'s no joke.\\\"<\\/p>\\r\\n<p>Steven rang in \\\"I was just looking for that program this morning, it\'s on my searches in my office. What is it, and how is Milton saying they sorted a truck in 20 minutes?\\\"<\\/p>\\r\\n<p>\\\"Those are all good questions, let me tell you, the company that made the software is out of Europe, they\'ve been processing and refining e-waste for 3 years to develop this software. It handles and manages my whole e-waste division right now, but the truly remarkable thing it does,\\\"Joe went on,\\\"is when you get a load of e-waste in, you can take a photo, then send it to the program online and it tells you what you should pay for the e-waste it sees in the photo, and it\'s dead on, every time. Now, we take 30 to 40 images, from each truck that\'s why it only takes 20 minutes Steven to find the value of an entire truck. We don\'t sort like you guys are doing any more. we stopped that last month.\\\"<\\/p>\\r\\n<p>Marcos looked puzzled, \\\"What do you mean it prices the e-waste? how does it know what I should pay? How does it know what it\'s looking at? How can you not sort? You have to sort, that\'s what we do? What do my guys do if they aren\'t sorting?\\\"<\\/p>\\r\\n<p>Marcos was not accepting what he was hearing, a common response when someone challenges the very essence of your business.<\\/p>\\r\\n<p>\\\"Marcos, I can show you,\\\" Joe pulled out his phone and with a few clicks was in his ViewPas\\u2122 control panel. \\\"Can we go back outside and I can show you how this thing works?\\\"<\\/p>\\r\\n<p>The three finished their coffee\'s and headed out to the yard. \\\"Ok, show me some motherboards you just purchased.\\\"<\\/p>\\r\\n<p>Steven Lead the two over to a bag of Telecom Boards, Joe said, \\\"Ok, these are Telecom Boards, what\'d ya pay for these? Per pound? \'cause I have the same prices as you, so lets not pretend I don\'t know what you\'re paying.\\\"<\\/p>\\r\\n<p>\\\"Go look at the list,\\\" said Marcos, looking at Steven.<\\/p>\\r\\n<p>\\\"Three dollars a pound, cause they\'re all pretty much high grade. You know? they aren\'t all gold plated, but these are high grade.\\\" Steven replied defensively.<\\/p>\\r\\n<p>Joe went on, \\\"alright, here look at my prices.\\\" Joe tapped the Pricing Tab at the top of the screen, showing Marcos and Steve that his price list was the same for each material as theirs. \\\"Alright, now we tap on ImageAssay and it asks for a file, I tap my camera and I take a photo of these boards and then in this dropdown I select Telecom Boards, then I hit here, where it says Scan Image\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEHm_DdjRh3fg\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=jiZw-Qk7N3KDHgwAE3c03sH70ICT0YBlEeL7p0S2OOk\\\" \\/><\\/div>\\r\\n<p>Steve and Marcos huddled around the phone, patiently waiting as the system took a few seconds to process the image. then showed the results screen.<\\/p>\\r\\n<p>\\\"Don\'t feel bad Steven, my guy was doing the same thing, there\'s no way he could know from all these boards what the true assayed values are. So you can see here, the software says you\'re 50% right, but your price at 3.00 means you paid too much for this material.\\\"<\\/p>\\r\\n<p>Marcos came back, defending his practice, \\\"That\'s only looking at the top layer, it can\'t see what\'s inside.\\\"<\\/p>\\r\\n<p>\\\"You\'re right, that\'s why we always empty the bags on the floor and take 10 or 15 assays. Takes us 4 to 5 minutes, rather then a half hour to sort through it all. We don\'t make people wait any more while we sort their materials.\\\" Joe responded. \\\"Here, Steve, move those around a bit and lets take another assay.\\\"<\\/p>\\r\\n<div><img src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" data-media-urn=\\\"\\\" data-li-src=\\\"https:\\/\\/media-exp1.licdn.com\\/dms\\/image\\/C4E12AQEmAPW__D5NsQ\\/article-inline_image-shrink_1000_1488\\/0?e=1608768000&amp;v=beta&amp;t=hoYh4IrrzQ3-iqmaLf7Hnau3JVnfAz6Sgy0sEM6yg_M\\\" \\/><\\/div>\\r\\n<p>Steven took some of the boards out from underneath, and placed them on the top. Joe went ahead and took another ImageAssay. They waited again, huddled around the screen. This time... Marcos was taken back.<\\/p>\\r\\n<p>Joe started. \\\"You see guys? Oldest trick in the book, the best stuff is always on top. This time, it shows these crappy little ones that are full of copper, this image is 50% low grade, a far cry from three bucks a pound guys. How long do you guys want to be wrong on your pricing? You know when you send these to Milton, they\'re going to show you what I\'m showing you, and you\'re gonna lose money.\\\"<\\/p>\\r\\n<p>\\\"I don\'t even know what to say.\\\" Marcos started.<\\/p>\\r\\n<p>\\\"I\'ve already found us other buyers,\\\" Steven rang in.<\\/p>\\r\\n<p>\\\"We have a contract with Milton, Steve, we can\'t just go get another contract in a day.\\\" said Marcos.<\\/p>\\r\\n<p>\\\"Guy\'s, I said I was here to help, and I am,\\\" added Joe. \\\"I\'m gonna help you and I\'m gonna help me. You see when I first used this software two months ago, I was like you, I thought it wasn\'t going to do anything for me, half my stuff we get for next to nothing, but the stuff we buy we just kept seeing a loss on. So when I saw this software work, saving me from bad purchases, keeping money in my pocket and getting me better, safer deals on good materials, I called up the company in Europe and they made me an exclusive distributor for their software here in Washington State. Now, I can give you a monthly subscription, we both make better buying decisions, and I can sleep at night, not thinking that all the e-waste I\'m not accepting isn\'t putting you guys in the hole.\\\"<\\/p>\\r\\n<p>\\\"How much?\\\" Marcos asked right away.<\\/p>\\r\\n<p>\\\"Well, how many tons of these Telecom Boards did you buy?\\\"<\\/p>\\r\\n<p>\\\"Three and a bit.\\\" Steve answered.<\\/p>\\r\\n<p>\\\"So then with your price being an average of $1 per pound too high, and knowing that you\'ll probably get around 2.50 when you send these to Milton, I\'m standing here looking at an order that\'s going to put you in the negative by Thirty Three Hundred dollars. If you had this software, pricing this material for you, you would have made at least three thousand on this purchase. So for just this one delivery, it would have saved you over sixty six hundred dollars. What if I told you, you could have saved that amount of money for less than five hundred dollars? Not to mention, the number of bags it would continue to save your assets on. haha hey?\\\"<\\/p>\\r\\n<p>Steve and Marcus were both in shock. \\\"I have to think about this, it\'s too new, I don\'t understand it.\\\"<\\/p>\\r\\n<p>Joe shook both their hands, \\\"That\'s right, you think about it. I\'ll keep sending you over the good stuff,\\\" he winked at them. \\\"Thanks boys! Call me when you get your next assay\'s from Milton. I\'ll still be here.\\\"<\\/p>\\r\\n<p>Joe walked out of the yard to his car. Steve and Marcos looked at each other silently for a few seconds.<\\/p>\\r\\n<p>\\\"I could really use that software,\\\" Steven said, \\\"I can\'t possibly know every value of every board like that thing, it could really save us a ton of money.\\\"<\\/p>\\r\\n<p>\\\"Yeah, I know,\\\"said Marcos \\\"I just hated that Joe got to it first, I\'ll call him tomorrow and make the deal.\\\"<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2020-10-02 05:49:34\",\"created_by\":\"88\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2021-04-21 03:16:19\",\"modified_by\":\"88\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:16:09\",\"publish_up\":\"2020-10-02 05:49:34\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/et222.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"184\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(30, 2, 2, '', '2021-04-21 03:18:54', 88, 1772, 'ae9b3d1a24ab4fe00391aa2a09233756c91112c1', '{\"id\":2,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"\",\"address\":\"226 Strada Piata Gheorge\",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766505922\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:18:12\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"0\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"0\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:01:10\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2021-04-21 03:18:54\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"55\"}', 0),
(31, 2, 2, '', '2021-04-21 03:20:37', 88, 1773, '07dbec4ead2775283bd05a3e26fc5ef76b56e46f', '{\"id\":2,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"\",\"address\":\"226 Strada Piata Gheorge\",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766505922\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:19:54\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"0\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"0\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"0\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:01:10\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2021-04-21 03:20:37\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":3,\"hits\":\"55\"}', 0),
(32, 2, 2, '', '2021-04-21 03:21:44', 88, 1777, '0d516bb34b5fcbf603b9797595aa50afc6b53468', '{\"id\":2,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"\",\"address\":\"226 Strada Piata Gheorge\",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766505922\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:20:49\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"0\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"0\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"0\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:01:10\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2021-04-21 03:21:44\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":4,\"hits\":\"55\"}', 0);
INSERT INTO `bfiwx_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(33, 2, 2, '', '2021-04-21 03:22:59', 88, 1794, 'b06e124eed22e0b527884e59d59ed4cf75be93e4', '{\"id\":2,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"\",\"address\":\"226 Strada Piata Gheorge\",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"\",\"telephone\":\"+40766505922\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"88\",\"checked_out_time\":\"2021-04-21 03:22:16\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"0\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"0\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"0\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2020-11-11 09:01:10\",\"created_by\":\"88\",\"created_by_alias\":\"\",\"modified\":\"2021-04-21 03:22:59\",\"modified_by\":\"88\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"noindex, nofollow\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":5,\"hits\":\"55\"}', 0);

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

--
-- Table structure for table `bfiwx_updates`
--

CREATE TABLE `bfiwx_updates` (
  `update_id` int(11) NOT NULL,
  `update_site_id` int(11) DEFAULT 0,
  `extension_id` int(11) DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `description` text NOT NULL,
  `element` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `folder` varchar(20) DEFAULT '',
  `client_id` tinyint(3) DEFAULT 0,
  `version` varchar(32) DEFAULT '',
  `data` text NOT NULL,
  `detailsurl` text NOT NULL,
  `infourl` text NOT NULL,
  `extra_query` varchar(1000) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';

--
-- Dumping data for table `bfiwx_updates`
--

INSERT INTO `bfiwx_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(6115, 3, 0, 'Afrikaans', '', 'pkg_af-ZA', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/af-ZA_details.xml', '', ''),
(6116, 3, 0, 'Albanian', '', 'pkg_sq-AL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/sq-AL_details.xml', '', ''),
(6117, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.27.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(6118, 3, 0, 'Armenian', '', 'pkg_hy-AM', 'package', '', 0, '3.4.4.1', '', 'https://update.joomla.org/language/details3/hy-AM_details.xml', '', ''),
(6119, 3, 0, 'Basque', '', 'pkg_eu-ES', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/eu-ES_details.xml', '', ''),
(6120, 3, 0, 'Belarusian', '', 'pkg_be-BY', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/be-BY_details.xml', '', ''),
(6121, 3, 0, 'Bengali, Bangladesh', '', 'pkg_bn-BD', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/bn-BD_details.xml', '', ''),
(6122, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(6123, 3, 0, 'Bulgarian', '', 'pkg_bg-BG', 'package', '', 0, '3.6.5.2', '', 'https://update.joomla.org/language/details3/bg-BG_details.xml', '', ''),
(6124, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.23.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(6125, 3, 0, 'Chinese, Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(6126, 3, 0, 'Chinese, Traditional', '', 'pkg_zh-TW', 'package', '', 0, '3.8.0.1', '', 'https://update.joomla.org/language/details3/zh-TW_details.xml', '', ''),
(6127, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(6128, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.10.2.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(6129, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(6130, 3, 0, 'Dari Persian', '', 'pkg_prs-AF', 'package', '', 0, '3.4.4.3', '', 'https://update.joomla.org/language/details3/prs-AF_details.xml', '', ''),
(6131, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(6132, 3, 0, 'Dzongkha', '', 'pkg_dz-BT', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/dz-BT_details.xml', '', ''),
(6133, 3, 0, 'English, Australia', '', 'pkg_en-AU', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(6134, 3, 0, 'English, Canada', '', 'pkg_en-CA', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(6135, 3, 0, 'English, New Zealand', '', 'pkg_en-NZ', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(6136, 3, 0, 'Esperanto', '', 'pkg_eo-XX', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/eo-XX_details.xml', '', ''),
(6137, 3, 0, 'Estonian', '', 'pkg_et-EE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/et-EE_details.xml', '', ''),
(6138, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(6139, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(6140, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(6141, 3, 0, 'French, Canada', '', 'pkg_fr-CA', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/fr-CA_details.xml', '', ''),
(6142, 3, 0, 'Galician', '', 'pkg_gl-ES', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/gl-ES_details.xml', '', ''),
(6143, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.10.3.2', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(6144, 3, 0, 'German', '', 'pkg_de-DE', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(6145, 3, 0, 'German, Austria', '', 'pkg_de-AT', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(6146, 3, 0, 'German, Liechtenstein', '', 'pkg_de-LI', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(6147, 3, 0, 'German, Luxembourg', '', 'pkg_de-LU', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(6148, 3, 0, 'German, Switzerland', '', 'pkg_de-CH', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(6149, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(6150, 3, 0, 'Hebrew', '', 'pkg_he-IL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/he-IL_details.xml', '', ''),
(6151, 3, 0, 'Hindi, India', '', 'pkg_hi-IN', 'package', '', 0, '3.3.6.2', '', 'https://update.joomla.org/language/details3/hi-IN_details.xml', '', ''),
(6152, 3, 0, 'Hungarian', '', 'pkg_hu-HU', 'package', '', 0, '3.10.1.1', '', 'https://update.joomla.org/language/details3/hu-HU_details.xml', '', ''),
(6153, 3, 0, 'Indonesian, Bahasa Indonesia', '', 'pkg_id-ID', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/id-ID_details.xml', '', ''),
(6154, 3, 0, 'Irish', '', 'pkg_ga-IE', 'package', '', 0, '3.8.13.1', '', 'https://update.joomla.org/language/details3/ga-IE_details.xml', '', ''),
(6155, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(6156, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(6157, 3, 0, 'Kazakh', '', 'pkg_kk-KZ)', 'package', '', 0, '3.9.23.1', '', 'https://update.joomla.org/language/details3/kk-KZ)_details.xml', '', ''),
(6158, 3, 0, 'Khmer', '', 'pkg_km-KH', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/km-KH_details.xml', '', ''),
(6159, 3, 0, 'Korean', '', 'pkg_ko-KR', 'package', '', 0, '3.8.9.1', '', 'https://update.joomla.org/language/details3/ko-KR_details.xml', '', ''),
(6160, 3, 0, 'Latvian', '', 'pkg_lv-LV', 'package', '', 0, '3.9.25.2', '', 'https://update.joomla.org/language/details3/lv-LV_details.xml', '', ''),
(6161, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(6162, 3, 0, 'Macedonian', '', 'pkg_mk-MK', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/mk-MK_details.xml', '', ''),
(6163, 3, 0, 'Malay', '', 'pkg_ms-MY', 'package', '', 0, '3.4.1.2', '', 'https://update.joomla.org/language/details3/ms-MY_details.xml', '', ''),
(6164, 3, 0, 'Montenegrin', '', 'pkg_srp-ME', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/srp-ME_details.xml', '', ''),
(6165, 3, 0, 'Norwegian Bokmål', '', 'pkg_nb-NO', 'package', '', 0, '3.10.0.1', '', 'https://update.joomla.org/language/details3/nb-NO_details.xml', '', ''),
(6166, 3, 0, 'Norwegian Nynorsk', '', 'pkg_nn-NO', 'package', '', 0, '3.4.2.1', '', 'https://update.joomla.org/language/details3/nn-NO_details.xml', '', ''),
(6167, 3, 0, 'Persian Farsi', '', 'pkg_fa-IR', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(6168, 3, 0, 'Polish', '', 'pkg_pl-PL', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/pl-PL_details.xml', '', ''),
(6169, 3, 0, 'Portuguese, Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(6170, 3, 0, 'Portuguese, Portugal', '', 'pkg_pt-PT', 'package', '', 0, '3.9.29.2', '', 'https://update.joomla.org/language/details3/pt-PT_details.xml', '', ''),
(6171, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.10.1.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(6172, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.10.0.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(6173, 3, 0, 'Serbian, Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.10.2.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(6174, 3, 0, 'Serbian, Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.10.2.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(6175, 3, 0, 'Sinhala', '', 'pkg_si-LK', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/si-LK_details.xml', '', ''),
(6176, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(6177, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(6178, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(6179, 3, 0, 'Spanish, Colombia', '', 'pkg_es-CO', 'package', '', 0, '3.9.15.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(6180, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.10.3.3', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(6181, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.10.3.2', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(6182, 3, 0, 'Syriac, East', '', 'pkg_sy-IQ', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/sy-IQ_details.xml', '', ''),
(6183, 3, 0, 'Tamil, India', '', 'pkg_ta-IN', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(6184, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(6185, 3, 0, 'Turkish', '', 'pkg_tr-TR', 'package', '', 0, '3.9.28.1', '', 'https://update.joomla.org/language/details3/tr-TR_details.xml', '', ''),
(6186, 3, 0, 'Turkmen', '', 'pkg_tk-TM', 'package', '', 0, '3.5.0.2', '', 'https://update.joomla.org/language/details3/tk-TM_details.xml', '', ''),
(6187, 3, 0, 'Ukrainian', '', 'pkg_uk-UA', 'package', '', 0, '3.10.2.1', '', 'https://update.joomla.org/language/details3/uk-UA_details.xml', '', ''),
(6188, 3, 0, 'Uyghur', '', 'pkg_ug-CN', 'package', '', 0, '3.7.5.2', '', 'https://update.joomla.org/language/details3/ug-CN_details.xml', '', ''),
(6189, 3, 0, 'Vietnamese', '', 'pkg_vi-VN', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/vi-VN_details.xml', '', ''),
(6190, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.10.3.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(6191, 5, 0, 'RokSprocket Module', '', 'mod_roksprocket', 'module', '', 0, '2.1.28', '0802', 'https://updates.rockettheme.com/joomla/138/b61e70db', '', ''),
(6192, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'https://updates.rockettheme.com/joomla/138/2084920890', '', ''),
(6193, 5, 0, 'RokGallery Extension', '', 'mod_rokgallery', 'module', '', 0, '2.46', '0802', 'https://updates.rockettheme.com/joomla/286/21ffe006', '', ''),
(6194, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'https://updates.rockettheme.com/joomla/286/326466299', '', ''),
(6195, 5, 0, 'RokWeather Module', '', 'mod_rokweather', 'module', '', 0, '2.0.4', '0802', 'https://updates.rockettheme.com/joomla/292/a0cbba72', '', ''),
(6196, 5, 0, 'RokStock Module', '', 'mod_rokstock', 'module', '', 0, '2.0.3', '0802', 'https://updates.rockettheme.com/joomla/295/87c1121c', '', ''),
(6197, 5, 0, 'RokMiniEvents3 Module', '', 'mod_rokminievents3', 'module', '', 0, '3.0.3', '0802', 'https://updates.rockettheme.com/joomla/297/1686051690', '', ''),
(6198, 5, 0, 'RokQuickCart Extension', '', 'com_rokquickcart', 'component', '', 1, '2.1.5', '0802', 'https://updates.rockettheme.com/joomla/298/ddfa10eb', '', ''),
(6199, 5, 0, 'RokNavMenu Module', '', 'mod_roknavmenu', 'module', '', 0, '2.0.9', '0802', 'https://updates.rockettheme.com/joomla/300/5a9aa468', '', ''),
(6200, 5, 0, 'RokBox Plugin', '', 'rokbox', 'plugin', 'system', 0, '2.0.16', '0802', 'https://updates.rockettheme.com/joomla/301/dfc993d8', '', ''),
(6201, 5, 0, 'RokCandy Extension', '', 'rokcandy', 'plugin', 'system', 0, '2.0.4', '0802', 'https://updates.rockettheme.com/joomla/302/2df8a4e2', '', ''),
(6202, 5, 0, 'RokComments Plugin', '', 'rokcomments', 'plugin', 'content', 0, '2.0.3', '0802', 'https://updates.rockettheme.com/joomla/303/d1fd7b76', '', ''),
(6203, 5, 0, 'RokGallery', '', '', 'component', '', 0, '2.46', '0802', 'https://updates.rockettheme.com/joomla/313/1985305838', '', ''),
(6204, 5, 0, 'RokStories Module', '', 'mod_rokstories', 'module', '', 0, '1.15', '0802', 'https://updates.rockettheme.com/joomla/313/1724592219', '', ''),
(6205, 5, 0, 'RokFeatureTable Module', '', 'mod_rokfeaturetable', 'module', '', 0, '1.7', '0802', 'https://updates.rockettheme.com/joomla/313/1929450724', '', ''),
(6206, 5, 0, 'RokTabs Module', '', 'mod_roktabs', 'module', '', 0, '1.14', '0802', 'https://updates.rockettheme.com/joomla/313/1338024578', '', ''),
(6207, 5, 0, 'RokNewsPager Module', '', 'mod_roknewspager', 'module', '', 0, '2.0.2', '0802', 'https://updates.rockettheme.com/joomla/313/632659459', '', ''),
(6208, 5, 0, 'RokNewsFlash Module', '', 'mod_roknewsflash', 'module', '', 0, '2.0.1', '0802', 'https://updates.rockettheme.com/joomla/313/902599661', '', ''),
(6209, 5, 0, 'RokContentRotator Module', '', 'mod_rokcontentrotator', 'module', '', 0, '2.0.2', '0802', 'https://updates.rockettheme.com/joomla/313/483184226', '', ''),
(6210, 5, 0, 'RokIntroScroller Module', '', 'mod_rokintroscroller', 'module', '', 0, '1.1', '0802', 'https://updates.rockettheme.com/joomla/313/1559131823', '', ''),
(6211, 5, 0, 'RokStock', '', '', 'module', '', 0, '2.0.3', '0802', 'https://updates.rockettheme.com/joomla/313/983093075', '', ''),
(6212, 5, 0, 'RokWeather', '', '', 'module', '', 0, '2.0.4', '0802', 'https://updates.rockettheme.com/joomla/313/1307741342', '', ''),
(6213, 5, 0, 'RokQuickCart', '', '', 'component', '', 0, '2.1.5', '0802', 'https://updates.rockettheme.com/joomla/313/1089655497', '', ''),
(6214, 5, 0, 'RokMiniEvents', '', '', 'module', '', 0, '3.0.3', '0802', 'https://updates.rockettheme.com/joomla/313/1301311221', '', ''),
(6215, 5, 0, 'RokComments', '', '', 'plugin', '', 0, '2.0.3', '0802', 'https://updates.rockettheme.com/joomla/313/2049982768', '', ''),
(6216, 5, 0, 'RokCheck (Template Version Check)', '', '', 'module', '', 1, '1.0.0', '0802', 'https://updates.rockettheme.com/joomla/381/791616223', '', ''),
(6217, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'https://updates.rockettheme.com/joomla/381/337128173', '', ''),
(6218, 5, 0, 'RokSocialButtons Plugin', '', 'roksocialbuttons', 'plugin', 'content', 0, '1.5.3', '0802', 'https://updates.rockettheme.com/joomla/381/269989291', '', ''),
(6219, 5, 0, 'RokCommon', '', 'pkg_rokcommon', 'package', '', 0, '3.2.9', '0802', 'https://updates.rockettheme.com/joomla/559/1033ef39', '', ''),
(6221, 11, 0, 'Hydrogen', 'Hydrogen Template', 'g5_hydrogen', 'template', '', 0, '5.5.6', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml', '', ''),
(6222, 11, 0, 'Helium', 'Helium Template', 'g5_helium', 'template', '', 0, '5.5.6', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml', '', '');

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

--
-- Table structure for table `bfiwx_update_sites`
--

CREATE TABLE `bfiwx_update_sites` (
  `update_site_id` int(11) NOT NULL,
  `name` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `location` text NOT NULL,
  `enabled` int(11) DEFAULT 0,
  `last_check_timestamp` bigint(20) DEFAULT 0,
  `extra_query` varchar(1000) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';

--
-- Dumping data for table `bfiwx_update_sites`
--

INSERT INTO `bfiwx_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES
(1, 'Joomla! Core', 'collection', 'https://update.joomla.org/core/list.xml', 1, 1639008936, ''),
(3, 'Accredited Joomla! Translations', 'collection', 'https://update.joomla.org/language/translationlist_3.xml', 1, 1638862864, ''),
(4, 'Joomla! Update Component Update Site', 'extension', 'https://update.joomla.org/core/extensions/com_joomlaupdate.xml', 1, 1638862864, ''),
(5, 'RocketTheme Update Directory', 'collection', 'http://updates.rockettheme.com/joomla/updates.xml', 1, 1638862865, ''),
(10, 'Gantry 5', 'extension', 'http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml', 1, 1638862865, ''),
(11, 'Gantry 5', 'collection', 'http://updates.gantry.org/5.0/joomla/list.xml', 1, 1638862865, '');

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

--
-- Table structure for table `bfiwx_update_sites_extensions`
--

CREATE TABLE `bfiwx_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT 0,
  `extension_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';

--
-- Dumping data for table `bfiwx_update_sites_extensions`
--

INSERT INTO `bfiwx_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(3, 802),
(3, 10208),
(4, 28),
(5, 10029),
(5, 10031),
(5, 10033),
(10, 10049),
(11, 10049);

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

--
-- Table structure for table `bfiwx_usergroups`
--

CREATE TABLE `bfiwx_usergroups` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_usergroups`
--

INSERT INTO `bfiwx_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 18, 'Public'),
(2, 1, 8, 15, 'Registered'),
(3, 2, 9, 14, 'Author'),
(4, 3, 10, 13, 'Editor'),
(5, 4, 11, 12, 'Publisher'),
(6, 1, 4, 7, 'Manager'),
(7, 6, 5, 6, 'Administrator'),
(8, 1, 16, 17, 'Super Users'),
(9, 1, 2, 3, 'Guest');

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

--
-- Table structure for table `bfiwx_users`
--

CREATE TABLE `bfiwx_users` (
  `id` int(11) NOT NULL,
  `name` varchar(400) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT 0,
  `sendEmail` tinyint(4) DEFAULT 0,
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT 0 COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Require user to reset password on next login'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_users`
--

INSERT INTO `bfiwx_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES
(88, 'Super User', 'administrator', 'admin@pfane.org', '$2y$10$LEaaYgLZ3hQB13D0HnmElefSsZVIwUX6EQ1LyaFfLzirjFS75pfWW', 0, 1, '2020-10-02 05:49:35', '2021-12-08 09:35:26', '0', '', '0000-00-00 00:00:00', 0, '', '', 0);

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

--
-- Table structure for table `bfiwx_user_keys`
--

CREATE TABLE `bfiwx_user_keys` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` varchar(150) NOT NULL,
  `token` varchar(255) NOT NULL,
  `series` varchar(191) NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) NOT NULL,
  `uastring` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_user_notes`
--

CREATE TABLE `bfiwx_user_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `subject` varchar(100) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `bfiwx_user_profiles`
--

CREATE TABLE `bfiwx_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';

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

--
-- Table structure for table `bfiwx_user_usergroup_map`
--

CREATE TABLE `bfiwx_user_usergroup_map` (
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__usergroups.id'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_user_usergroup_map`
--

INSERT INTO `bfiwx_user_usergroup_map` (`user_id`, `group_id`) VALUES
(88, 8);

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

--
-- Table structure for table `bfiwx_utf8_conversion`
--

CREATE TABLE `bfiwx_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_utf8_conversion`
--

INSERT INTO `bfiwx_utf8_conversion` (`converted`) VALUES
(5);

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

--
-- Table structure for table `bfiwx_viewlevels`
--

CREATE TABLE `bfiwx_viewlevels` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bfiwx_viewlevels`
--

INSERT INTO `bfiwx_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 2, '[6,2,8]'),
(3, 'Special', 3, '[6,3,8]'),
(5, 'Guest', 1, '[9]'),
(6, 'Super Users', 4, '[8]');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `bfiwx_action_logs`
--
ALTER TABLE `bfiwx_action_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  ADD KEY `idx_user_id_extension` (`user_id`,`extension`),
  ADD KEY `idx_extension_item_id` (`extension`,`item_id`);

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

--
-- Indexes for table `bfiwx_action_logs_users`
--
ALTER TABLE `bfiwx_action_logs_users`
  ADD PRIMARY KEY (`user_id`),
  ADD KEY `idx_notify` (`notify`);

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

--
-- Indexes for table `bfiwx_assets`
--
ALTER TABLE `bfiwx_assets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_asset_name` (`name`),
  ADD KEY `idx_lft_rgt` (`lft`,`rgt`),
  ADD KEY `idx_parent_id` (`parent_id`);

--
-- Indexes for table `bfiwx_associations`
--
ALTER TABLE `bfiwx_associations`
  ADD PRIMARY KEY (`context`,`id`),
  ADD KEY `idx_key` (`key`);

--
-- Indexes for table `bfiwx_banners`
--
ALTER TABLE `bfiwx_banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
  ADD KEY `idx_banner_catid` (`catid`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_banner_clients`
--
ALTER TABLE `bfiwx_banner_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100));

--
-- Indexes for table `bfiwx_banner_tracks`
--
ALTER TABLE `bfiwx_banner_tracks`
  ADD PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  ADD KEY `idx_track_date` (`track_date`),
  ADD KEY `idx_track_type` (`track_type`),
  ADD KEY `idx_banner_id` (`banner_id`);

--
-- Indexes for table `bfiwx_categories`
--
ALTER TABLE `bfiwx_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cat_idx` (`extension`,`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_contact_details`
--
ALTER TABLE `bfiwx_contact_details`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `bfiwx_content`
--
ALTER TABLE `bfiwx_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`),
  ADD KEY `idx_alias` (`alias`(191));

--
-- Indexes for table `bfiwx_contentitem_tag_map`
--
ALTER TABLE `bfiwx_contentitem_tag_map`
  ADD UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  ADD KEY `idx_tag_type` (`tag_id`,`type_id`),
  ADD KEY `idx_date_id` (`tag_date`,`tag_id`),
  ADD KEY `idx_core_content_id` (`core_content_id`);

--
-- Indexes for table `bfiwx_content_frontpage`
--
ALTER TABLE `bfiwx_content_frontpage`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `bfiwx_content_rating`
--
ALTER TABLE `bfiwx_content_rating`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `bfiwx_content_types`
--
ALTER TABLE `bfiwx_content_types`
  ADD PRIMARY KEY (`type_id`),
  ADD KEY `idx_alias` (`type_alias`(100));

--
-- Indexes for table `bfiwx_extensions`
--
ALTER TABLE `bfiwx_extensions`
  ADD PRIMARY KEY (`extension_id`),
  ADD KEY `element_clientid` (`element`,`client_id`),
  ADD KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  ADD KEY `extension` (`type`,`element`,`folder`,`client_id`);

--
-- Indexes for table `bfiwx_fields`
--
ALTER TABLE `bfiwx_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_user_id` (`created_user_id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_fields_categories`
--
ALTER TABLE `bfiwx_fields_categories`
  ADD PRIMARY KEY (`field_id`,`category_id`);

--
-- Indexes for table `bfiwx_fields_groups`
--
ALTER TABLE `bfiwx_fields_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_by` (`created_by`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_fields_values`
--
ALTER TABLE `bfiwx_fields_values`
  ADD KEY `idx_field_id` (`field_id`),
  ADD KEY `idx_item_id` (`item_id`(191));

--
-- Indexes for table `bfiwx_finder_filters`
--
ALTER TABLE `bfiwx_finder_filters`
  ADD PRIMARY KEY (`filter_id`);

--
-- Indexes for table `bfiwx_finder_links`
--
ALTER TABLE `bfiwx_finder_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `idx_type` (`type_id`),
  ADD KEY `idx_title` (`title`(100)),
  ADD KEY `idx_md5` (`md5sum`),
  ADD KEY `idx_url` (`url`(75)),
  ADD KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  ADD KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`);

--
-- Indexes for table `bfiwx_finder_links_terms0`
--
ALTER TABLE `bfiwx_finder_links_terms0`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms1`
--
ALTER TABLE `bfiwx_finder_links_terms1`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms2`
--
ALTER TABLE `bfiwx_finder_links_terms2`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms3`
--
ALTER TABLE `bfiwx_finder_links_terms3`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms4`
--
ALTER TABLE `bfiwx_finder_links_terms4`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms5`
--
ALTER TABLE `bfiwx_finder_links_terms5`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms6`
--
ALTER TABLE `bfiwx_finder_links_terms6`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms7`
--
ALTER TABLE `bfiwx_finder_links_terms7`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms8`
--
ALTER TABLE `bfiwx_finder_links_terms8`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_terms9`
--
ALTER TABLE `bfiwx_finder_links_terms9`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termsa`
--
ALTER TABLE `bfiwx_finder_links_termsa`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termsb`
--
ALTER TABLE `bfiwx_finder_links_termsb`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termsc`
--
ALTER TABLE `bfiwx_finder_links_termsc`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termsd`
--
ALTER TABLE `bfiwx_finder_links_termsd`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termse`
--
ALTER TABLE `bfiwx_finder_links_termse`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_links_termsf`
--
ALTER TABLE `bfiwx_finder_links_termsf`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `bfiwx_finder_taxonomy`
--
ALTER TABLE `bfiwx_finder_taxonomy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `state` (`state`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `access` (`access`),
  ADD KEY `idx_parent_published` (`parent_id`,`state`,`access`);

--
-- Indexes for table `bfiwx_finder_taxonomy_map`
--
ALTER TABLE `bfiwx_finder_taxonomy_map`
  ADD PRIMARY KEY (`link_id`,`node_id`),
  ADD KEY `link_id` (`link_id`),
  ADD KEY `node_id` (`node_id`);

--
-- Indexes for table `bfiwx_finder_terms`
--
ALTER TABLE `bfiwx_finder_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `idx_term` (`term`),
  ADD KEY `idx_term_phrase` (`term`,`phrase`),
  ADD KEY `idx_stem_phrase` (`stem`,`phrase`),
  ADD KEY `idx_soundex_phrase` (`soundex`,`phrase`);

--
-- Indexes for table `bfiwx_finder_terms_common`
--
ALTER TABLE `bfiwx_finder_terms_common`
  ADD KEY `idx_word_lang` (`term`,`language`),
  ADD KEY `idx_lang` (`language`);

--
-- Indexes for table `bfiwx_finder_tokens`
--
ALTER TABLE `bfiwx_finder_tokens`
  ADD KEY `idx_word` (`term`),
  ADD KEY `idx_context` (`context`);

--
-- Indexes for table `bfiwx_finder_tokens_aggregate`
--
ALTER TABLE `bfiwx_finder_tokens_aggregate`
  ADD KEY `token` (`term`),
  ADD KEY `keyword_id` (`term_id`);

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

--
-- Indexes for table `bfiwx_languages`
--
ALTER TABLE `bfiwx_languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD UNIQUE KEY `idx_sef` (`sef`),
  ADD UNIQUE KEY `idx_langcode` (`lang_code`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_ordering` (`ordering`);

--
-- Indexes for table `bfiwx_menu`
--
ALTER TABLE `bfiwx_menu`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  ADD KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  ADD KEY `idx_menutype` (`menutype`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_language` (`language`);

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

--
-- Indexes for table `bfiwx_messages`
--
ALTER TABLE `bfiwx_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `useridto_state` (`user_id_to`,`state`);

--
-- Indexes for table `bfiwx_messages_cfg`
--
ALTER TABLE `bfiwx_messages_cfg`
  ADD UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`);

--
-- Indexes for table `bfiwx_modules`
--
ALTER TABLE `bfiwx_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`,`access`),
  ADD KEY `newsfeeds` (`module`,`published`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_modules_menu`
--
ALTER TABLE `bfiwx_modules_menu`
  ADD PRIMARY KEY (`moduleid`,`menuid`);

--
-- Indexes for table `bfiwx_newsfeeds`
--
ALTER TABLE `bfiwx_newsfeeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

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

--
-- Indexes for table `bfiwx_postinstall_messages`
--
ALTER TABLE `bfiwx_postinstall_messages`
  ADD PRIMARY KEY (`postinstall_message_id`);

--
-- Indexes for table `bfiwx_privacy_consents`
--
ALTER TABLE `bfiwx_privacy_consents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`);

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

--
-- Indexes for table `bfiwx_redirect_links`
--
ALTER TABLE `bfiwx_redirect_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_old_url` (`old_url`(100)),
  ADD KEY `idx_link_modifed` (`modified_date`);

--
-- Indexes for table `bfiwx_schemas`
--
ALTER TABLE `bfiwx_schemas`
  ADD PRIMARY KEY (`extension_id`,`version_id`);

--
-- Indexes for table `bfiwx_session`
--
ALTER TABLE `bfiwx_session`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `userid` (`userid`),
  ADD KEY `time` (`time`),
  ADD KEY `client_id_guest` (`client_id`,`guest`);

--
-- Indexes for table `bfiwx_tags`
--
ALTER TABLE `bfiwx_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tag_idx` (`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `bfiwx_template_styles`
--
ALTER TABLE `bfiwx_template_styles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_template` (`template`),
  ADD KEY `idx_client_id` (`client_id`),
  ADD KEY `idx_client_id_home` (`client_id`,`home`);

--
-- Indexes for table `bfiwx_ucm_base`
--
ALTER TABLE `bfiwx_ucm_base`
  ADD PRIMARY KEY (`ucm_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_item_id`),
  ADD KEY `idx_ucm_type_id` (`ucm_type_id`),
  ADD KEY `idx_ucm_language_id` (`ucm_language_id`);

--
-- Indexes for table `bfiwx_ucm_content`
--
ALTER TABLE `bfiwx_ucm_content`
  ADD PRIMARY KEY (`core_content_id`),
  ADD KEY `tag_idx` (`core_state`,`core_access`),
  ADD KEY `idx_access` (`core_access`),
  ADD KEY `idx_alias` (`core_alias`(100)),
  ADD KEY `idx_language` (`core_language`),
  ADD KEY `idx_title` (`core_title`(100)),
  ADD KEY `idx_modified_time` (`core_modified_time`),
  ADD KEY `idx_created_time` (`core_created_time`),
  ADD KEY `idx_content_type` (`core_type_alias`(100)),
  ADD KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  ADD KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  ADD KEY `idx_core_created_user_id` (`core_created_user_id`),
  ADD KEY `idx_core_type_id` (`core_type_id`);

--
-- Indexes for table `bfiwx_ucm_history`
--
ALTER TABLE `bfiwx_ucm_history`
  ADD PRIMARY KEY (`version_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  ADD KEY `idx_save_date` (`save_date`);

--
-- Indexes for table `bfiwx_updates`
--
ALTER TABLE `bfiwx_updates`
  ADD PRIMARY KEY (`update_id`);

--
-- Indexes for table `bfiwx_update_sites`
--
ALTER TABLE `bfiwx_update_sites`
  ADD PRIMARY KEY (`update_site_id`);

--
-- Indexes for table `bfiwx_update_sites_extensions`
--
ALTER TABLE `bfiwx_update_sites_extensions`
  ADD PRIMARY KEY (`update_site_id`,`extension_id`);

--
-- Indexes for table `bfiwx_usergroups`
--
ALTER TABLE `bfiwx_usergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  ADD KEY `idx_usergroup_title_lookup` (`title`),
  ADD KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  ADD KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE;

--
-- Indexes for table `bfiwx_users`
--
ALTER TABLE `bfiwx_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_username` (`username`),
  ADD KEY `idx_name` (`name`(100)),
  ADD KEY `idx_block` (`block`),
  ADD KEY `email` (`email`);

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

--
-- Indexes for table `bfiwx_user_notes`
--
ALTER TABLE `bfiwx_user_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_category_id` (`catid`);

--
-- Indexes for table `bfiwx_user_profiles`
--
ALTER TABLE `bfiwx_user_profiles`
  ADD UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`);

--
-- Indexes for table `bfiwx_user_usergroup_map`
--
ALTER TABLE `bfiwx_user_usergroup_map`
  ADD PRIMARY KEY (`user_id`,`group_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

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

--
-- AUTO_INCREMENT for table `bfiwx_action_logs_extensions`
--
ALTER TABLE `bfiwx_action_logs_extensions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `bfiwx_action_log_config`
--
ALTER TABLE `bfiwx_action_log_config`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `bfiwx_assets`
--
ALTER TABLE `bfiwx_assets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=716;

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

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

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

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

--
-- AUTO_INCREMENT for table `bfiwx_content`
--
ALTER TABLE `bfiwx_content`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `bfiwx_content_types`
--
ALTER TABLE `bfiwx_content_types`
  MODIFY `type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `bfiwx_extensions`
--
ALTER TABLE `bfiwx_extensions`
  MODIFY `extension_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10215;

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

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

--
-- AUTO_INCREMENT for table `bfiwx_finder_filters`
--
ALTER TABLE `bfiwx_finder_filters`
  MODIFY `filter_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bfiwx_finder_links`
--
ALTER TABLE `bfiwx_finder_links`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `bfiwx_finder_terms`
--
ALTER TABLE `bfiwx_finder_terms`
  MODIFY `term_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

--
-- AUTO_INCREMENT for table `bfiwx_messages`
--
ALTER TABLE `bfiwx_messages`
  MODIFY `message_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `bfiwx_overrider`
--
ALTER TABLE `bfiwx_overrider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key';

--
-- AUTO_INCREMENT for table `bfiwx_postinstall_messages`
--
ALTER TABLE `bfiwx_postinstall_messages`
  MODIFY `postinstall_message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

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

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

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

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

--
-- AUTO_INCREMENT for table `bfiwx_template_styles`
--
ALTER TABLE `bfiwx_template_styles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=302;

--
-- AUTO_INCREMENT for table `bfiwx_ucm_content`
--
ALTER TABLE `bfiwx_ucm_content`
  MODIFY `core_content_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bfiwx_ucm_history`
--
ALTER TABLE `bfiwx_ucm_history`
  MODIFY `version_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `bfiwx_updates`
--
ALTER TABLE `bfiwx_updates`
  MODIFY `update_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6223;

--
-- AUTO_INCREMENT for table `bfiwx_update_sites`
--
ALTER TABLE `bfiwx_update_sites`
  MODIFY `update_site_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `bfiwx_usergroups`
--
ALTER TABLE `bfiwx_usergroups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=10;

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

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

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

--
-- AUTO_INCREMENT for table `bfiwx_viewlevels`
--
ALTER TABLE `bfiwx_viewlevels`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=7;
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 */;
