· 9 years ago · Jul 27, 2017, 02:32 PM
1/// leak by @crin9e on twitter.
2
3-- phpMyAdmin SQL Dump
4-- version 4.0.10.18
5-- https://www.phpmyadmin.net
6--
7-- Host: localhost:3306
8-- Generation Time: Mar 11, 2017 at 05:13 AM
9-- Server version: 10.0.28-MariaDB
10-- PHP Version: 5.6.30
11
12SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
13SET time_zone = "+00:00";
14
15
16/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
17/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
18/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
19/*!40101 SET NAMES utf8 */;
20
21--
22-- Database: `featurednetworkc_88`
23--
24
25-- --------------------------------------------------------
26
27--
28-- Table structure for table `mod_invoicedata`
29--
30
31CREATE TABLE IF NOT EXISTS `mod_invoicedata` (
32 `invoiceid` int(10) NOT NULL,
33 `clientsdetails` text COLLATE utf8_unicode_ci NOT NULL,
34 `customfields` text COLLATE utf8_unicode_ci NOT NULL
35) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
36
37-- --------------------------------------------------------
38
39--
40-- Table structure for table `mod_onlinenic`
41--
42
43CREATE TABLE IF NOT EXISTS `mod_onlinenic` (
44 `id` int(10) NOT NULL AUTO_INCREMENT,
45 `domain` varchar(255) NOT NULL,
46 `lockstatus` tinyint(1) NOT NULL DEFAULT '0',
47 PRIMARY KEY (`id`),
48 KEY `domainid` (`domain`)
49) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
50
51-- --------------------------------------------------------
52
53--
54-- Table structure for table `tblaccounts`
55--
56
57CREATE TABLE IF NOT EXISTS `tblaccounts` (
58 `id` int(10) NOT NULL AUTO_INCREMENT,
59 `userid` int(10) NOT NULL,
60 `currency` int(10) NOT NULL,
61 `gateway` text COLLATE utf8_unicode_ci NOT NULL,
62 `date` datetime DEFAULT NULL,
63 `description` text COLLATE utf8_unicode_ci NOT NULL,
64 `amountin` decimal(10,2) NOT NULL DEFAULT '0.00',
65 `fees` decimal(10,2) NOT NULL DEFAULT '0.00',
66 `amountout` decimal(10,2) NOT NULL DEFAULT '0.00',
67 `rate` decimal(10,5) NOT NULL DEFAULT '1.00000',
68 `transid` text COLLATE utf8_unicode_ci NOT NULL,
69 `invoiceid` int(10) NOT NULL DEFAULT '0',
70 `refundid` int(10) NOT NULL DEFAULT '0',
71 PRIMARY KEY (`id`),
72 KEY `invoiceid` (`invoiceid`),
73 KEY `userid` (`userid`),
74 KEY `date` (`date`),
75 KEY `transid` (`transid`(32))
76) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
77
78-- --------------------------------------------------------
79
80--
81-- Table structure for table `tblactivitylog`
82--
83
84CREATE TABLE IF NOT EXISTS `tblactivitylog` (
85 `id` int(10) NOT NULL AUTO_INCREMENT,
86 `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
87 `description` text COLLATE utf8_unicode_ci NOT NULL,
88 `user` text COLLATE utf8_unicode_ci NOT NULL,
89 `userid` int(10) NOT NULL,
90 `ipaddr` text COLLATE utf8_unicode_ci NOT NULL,
91 PRIMARY KEY (`id`),
92 KEY `userid` (`userid`)
93) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=672 ;
94
95--
96-- Dumping data for table `tblactivitylog`
97--
98
99INSERT INTO `tblactivitylog` (`id`, `date`, `description`, `user`, `userid`, `ipaddr`) VALUES
100(1, '2017-03-08 17:48:22', 'Smarty Error: Unable to load template file ''Backup/header.tpl''', 'System', 0, '5.65.77.224'),
101(2, '2017-03-08 17:48:22', 'Smarty Error: Unable to load template file ''Backup/footer.tpl''', 'System', 0, '5.65.77.224'),
102(3, '2017-03-08 17:48:22', 'Smarty Error: Unable to load template file ''/home/featurednetworkc/public_html/templates/Backup/homepage.tpl''', 'System', 0, '5.65.77.224'),
103(4, '2017-03-08 17:48:31', 'Smarty Error: Unable to load template file ''Backup/header.tpl''', 'System', 0, '94.197.121.137'),
104(5, '2017-03-08 17:48:31', 'Smarty Error: Unable to load template file ''Backup/footer.tpl''', 'System', 0, '94.197.121.137'),
105(6, '2017-03-08 17:48:54', 'General Settings Modified. Changes made: SMTP Password Changed. Template Changed from ''six'' to ''ColorHost01''. Enable Translations Disabled. Mail Encoding Changed from '''' to ''0''. SMTP Username Changed from '''' to ''Blake''. Email Global Header Changed. Email Global Footer Changed. Ticket Email Limit Changed from '''' to ''10''. Prevent Email Reopening Disabled. Update Last Reply Timestamp Changed from '''' to ''always''. PDF Paper Size Changed from '''' to ''A4''. Enable Email Verification Disabled. send Failed Login Whitelist Disabled. Allow Smarty Php Tags Disabled. Log API Authentication Disabled. Allow Clients Email Opt Out Disabled.', 'Blake', 0, '5.65.77.224'),
106(7, '2017-03-08 17:52:03', 'Gateway Module Activated: ''2CheckOut''', 'Blake', 0, '5.65.77.224'),
107(8, '2017-03-08 18:03:54', 'Product Group Created: ''VPS Hosting'' - Product Group ID: 1', 'Blake', 0, '5.65.77.224'),
108(9, '2017-03-08 18:03:55', 'Smarty Error: Syntax error in template "file:/home/featurednetworkc/public_html/templates/orderforms/flowcart/products.tpl" on line 4 "{assign var="col" value=flowcart_group_column_width($gid,$group_column_width)}" unknown function "flowcart_group_column_width"', 'Blake', 0, '5.65.77.224'),
109(10, '2017-03-08 18:04:03', 'Smarty Error: Syntax error in template "file:/home/featurednetworkc/public_html/templates/orderforms/flowcart/products.tpl" on line 4 "{assign var="col" value=flowcart_group_column_width($gid,$group_column_width)}" unknown function "flowcart_group_column_width"', 'Blake', 0, '5.65.77.224'),
110(11, '2017-03-08 18:05:11', 'Product Created - ''VPS #1'' - Product ID: 1', 'Blake', 0, '5.65.77.224'),
111(12, '2017-03-08 18:05:16', 'Product Configuration Modified: Product Description Modified. Require Domain Disabled. Product ID: 1', 'Blake', 0, '5.65.77.224'),
112(13, '2017-03-08 18:05:31', 'Smarty Error: Syntax error in template "file:/home/featurednetworkc/public_html/templates/orderforms/flowcart/products.tpl" on line 4 "{assign var="col" value=flowcart_group_column_width($gid,$group_column_width)}" unknown function "flowcart_group_column_width"', 'Blake', 0, '5.65.77.224'),
113(14, '2017-03-08 18:05:55', 'Product Group Modified: ''VPS Hosting'' - Changes: Order Form Template Modified: ''flowcart'' to ''universal_slider'' - Product Group ID: 1', 'Blake', 0, '5.65.77.224'),
114(15, '2017-03-08 18:06:23', 'Product Configuration Modified: Payment Type Modified: ''free'' to ''recurring''. Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
115(16, '2017-03-08 18:06:58', 'Product Duplicated: ''VPS #1'' to ''VPS#2'' - Product ID: 2', 'Blake', 0, '5.65.77.224'),
116(17, '2017-03-08 18:07:14', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 2', 'Blake', 0, '5.65.77.224'),
117(18, '2017-03-08 18:07:40', 'Product Duplicated: ''VPS#2'' to ''VPS#3'' - Product ID: 3', 'Blake', 0, '5.65.77.224'),
118(19, '2017-03-08 18:07:56', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 3', 'Blake', 0, '5.65.77.224'),
119(20, '2017-03-08 18:08:36', 'Product Duplicated: ''VPS#3'' to ''VPS#4'' - Product ID: 4', 'Blake', 0, '5.65.77.224'),
120(21, '2017-03-08 18:08:47', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 4', 'Blake', 0, '5.65.77.224'),
121(22, '2017-03-08 18:09:17', 'Product Duplicated: ''VPS#4'' to ''VPS#5'' - Product ID: 5', 'Blake', 0, '5.65.77.224'),
122(23, '2017-03-08 18:09:28', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 5', 'Blake', 0, '5.65.77.224'),
123(24, '2017-03-08 18:09:54', 'Product Duplicated: ''VPS#5'' to ''VPS#6'' - Product ID: 6', 'Blake', 0, '5.65.77.224'),
124(25, '2017-03-08 18:10:04', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 6', 'Blake', 0, '5.65.77.224'),
125(26, '2017-03-08 18:11:44', 'Product Group Created: ''Dedicated Servers'' - Product Group ID: 2', 'Blake', 0, '5.65.77.224'),
126(27, '2017-03-08 18:12:06', 'Product Created - ''Dedicated 1'' - Product ID: 7', 'Blake', 0, '5.65.77.224'),
127(28, '2017-03-08 18:12:26', 'Product Configuration Modified: Product Description Modified. Welcome Email Modified. Require Domain Disabled. Payment Type Modified: ''free'' to ''recurring''. Pricing Modified. Product ID: 7', 'Blake', 0, '5.65.77.224'),
128(29, '2017-03-08 18:13:03', 'Product Duplicated: ''Dedicated 1'' to ''Dedicated 2'' - Product ID: 8', 'Blake', 0, '5.65.77.224'),
129(30, '2017-03-08 18:13:03', 'Product Duplicated: ''Dedicated 1'' to ''Dedicated 2'' - Product ID: 9', 'Blake', 0, '5.65.77.224'),
130(31, '2017-03-08 18:13:21', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 9', 'Blake', 0, '5.65.77.224'),
131(32, '2017-03-08 18:14:10', 'Product Deleted: ''Dedicated 2'' - Product Group ID: 9', 'Blake', 0, '5.65.77.224'),
132(33, '2017-03-08 18:14:32', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 8', 'Blake', 0, '5.65.77.224'),
133(34, '2017-03-08 18:15:49', 'Product Configuration Modified: Product Description Modified. Product ID: 8', 'Blake', 0, '5.65.77.224'),
134(35, '2017-03-08 18:15:50', 'Product Configuration Modified: Product Description Modified. Product ID: 7', 'Blake', 0, '5.65.77.224'),
135(36, '2017-03-08 18:17:23', 'Product Group Created: ''Web Hosting'' - Product Group ID: 3', 'Blake', 0, '5.65.77.224'),
136(37, '2017-03-08 18:20:19', 'Product Created - ''H-MP-1'' - Product ID: 10', 'Blake', 0, '5.65.77.224'),
137(38, '2017-03-08 18:20:39', 'Product Configuration Modified: Product Description Modified. Require Domain Disabled. Payment Type Modified: ''free'' to ''recurring''. Pricing Modified. Product ID: 10', 'Blake', 0, '5.65.77.224'),
138(39, '2017-03-08 18:20:55', 'Product Duplicated: ''H-MP-1'' to ''H-LP-1'' - Product ID: 11', 'Blake', 0, '5.65.77.224'),
139(40, '2017-03-08 18:21:05', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 11', 'Blake', 0, '5.65.77.224'),
140(41, '2017-03-08 18:21:26', 'Product Duplicated: ''H-MP-1'' to ''H-HP-1'' - Product ID: 12', 'Blake', 0, '5.65.77.224'),
141(42, '2017-03-08 18:21:31', 'Product Configuration Modified: Product Description Modified. Product ID: 12', 'Blake', 0, '5.65.77.224'),
142(43, '2017-03-08 18:21:43', 'Product Duplicated: ''H-MP-1'' to ''H-LA-1'' - Product ID: 13', 'Blake', 0, '5.65.77.224'),
143(44, '2017-03-08 18:21:49', 'Product Configuration Modified: Product Description Modified. Product ID: 13', 'Blake', 0, '5.65.77.224'),
144(45, '2017-03-08 18:21:57', 'Product Configuration Modified: Pricing Modified. Product ID: 13', 'Blake', 0, '5.65.77.224'),
145(46, '2017-03-08 18:22:27', 'Product Group Modified: ''Web Hosting'' - Changes: Order Form Template Modified: ''premium_comparison'' to ''pure_comparison'' - Product Group ID: 3', 'Blake', 0, '5.65.77.224'),
146(47, '2017-03-08 18:22:42', 'Product Modified: ''H-LP-1'' - Display Order Modified: ''0'' to ''1'' - Product ID: 11', 'Blake', 0, '5.65.77.224'),
147(48, '2017-03-08 18:22:42', 'Product Modified: ''H-MP-1'' - Display Order Modified: ''0'' to ''2'' - Product ID: 10', 'Blake', 0, '5.65.77.224'),
148(49, '2017-03-08 18:22:42', 'Product Modified: ''H-LA-1'' - Display Order Modified: ''0'' to ''3'' - Product ID: 13', 'Blake', 0, '5.65.77.224'),
149(50, '2017-03-08 18:22:46', 'Product Modified: ''H-MP-1'' - Display Order Modified: ''2'' to ''1'' - Product ID: 10', 'Blake', 0, '5.65.77.224'),
150(51, '2017-03-08 18:22:46', 'Product Modified: ''H-LP-1'' - Display Order Modified: ''1'' to ''2'' - Product ID: 11', 'Blake', 0, '5.65.77.224'),
151(52, '2017-03-08 18:22:49', 'Product Modified: ''H-MP-1'' - Display Order Modified: ''1'' to ''0'' - Product ID: 10', 'Blake', 0, '5.65.77.224'),
152(53, '2017-03-08 18:22:49', 'Product Modified: ''H-LP-1'' - Display Order Modified: ''2'' to ''1'' - Product ID: 11', 'Blake', 0, '5.65.77.224'),
153(54, '2017-03-08 18:22:49', 'Product Modified: ''H-HP-1'' - Display Order Modified: ''0'' to ''2'' - Product ID: 12', 'Blake', 0, '5.65.77.224'),
154(55, '2017-03-08 18:22:50', 'Product Modified: ''H-LP-1'' - Display Order Modified: ''1'' to ''0'' - Product ID: 11', 'Blake', 0, '5.65.77.224'),
155(56, '2017-03-08 18:22:50', 'Product Modified: ''H-MP-1'' - Display Order Modified: ''0'' to ''1'' - Product ID: 10', 'Blake', 0, '5.65.77.224'),
156(57, '2017-03-08 18:24:31', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 13', 'Blake', 0, '5.65.77.224'),
157(58, '2017-03-08 18:26:26', 'Product Configuration Modified: Pricing Modified. Product ID: 12', 'Blake', 0, '5.65.77.224'),
158(59, '2017-03-08 18:26:49', 'Product Configuration Modified: Product Description Modified. Pricing Modified. Product ID: 13', 'Blake', 0, '5.65.77.224'),
159(60, '2017-03-08 18:28:08', 'Product Group Created: ''Game Server Hosting'' - Product Group ID: 4', 'Blake', 0, '5.65.77.224'),
160(61, '2017-03-08 18:31:54', 'Configurable Option Group Created: ''Operating System'' - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
161(62, '2017-03-08 18:32:34', 'New Configurable Option Created: ''Operating System'' - Group: - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
162(63, '2017-03-08 18:32:34', 'Configurable Option Modified: Type Changed: '''' to 1'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
163(64, '2017-03-08 18:32:34', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Windows Server 2008'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
164(65, '2017-03-08 18:32:39', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Windows Server 2008 R2'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
165(66, '2017-03-08 18:32:44', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Windows Server 2012'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
166(67, '2017-03-08 18:32:48', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Windows Server 2012 R2'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
167(68, '2017-03-08 18:32:58', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Centos 6.5'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
168(69, '2017-03-08 18:33:02', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Centos 7'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
169(70, '2017-03-08 18:33:10', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Ubuntu 14.04'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
170(71, '2017-03-08 18:33:14', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Ubuntu 16.04'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
171(72, '2017-03-08 18:33:19', 'Configurable Option Modified - ''Operating System'' - Option Added: ''Kali Linux'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
172(73, '2017-03-08 18:33:28', 'Configurable Option Pricing Modified: ''Operating System'' - Group: Operating System - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
173(74, '2017-03-08 18:33:33', 'Configurable Option Group Modified: ''Operating System'' - Option Group ID: 1', 'Blake', 0, '5.65.77.224'),
174(75, '2017-03-08 19:07:23', 'Product Group Created: ''WHMCS Licence'' - Product Group ID: 5', 'Blake', 0, '5.65.77.224'),
175(76, '2017-03-08 19:08:24', 'Product Group Modified: ''WHMCS Licence'' - Changes: Order Form Template Modified: '''' to ''pure_comparison''. Headline Modified: '''' to ''Come and get your licence directly from us!'' - Product Group ID: 5', 'Blake', 0, '5.65.77.224'),
176(77, '2017-03-08 19:08:51', 'Product Created - ''WHMCS No Branding License'' - Product ID: 14', 'Blake', 0, '5.65.77.224'),
177(78, '2017-03-08 19:16:27', 'Product Configuration Modified: Product Description Modified. Require Domain Disabled. Payment Type Modified: ''free'' to ''recurring''. Pricing Modified. Product ID: 14', 'Blake', 0, '5.65.77.224'),
178(79, '2017-03-08 19:26:42', 'Product Duplicated: ''WHMCS No Branding License'' to '''' - Product ID: 15', 'Blake', 0, '5.65.77.224'),
179(80, '2017-03-08 19:27:15', 'Product Modified - Name Modified: '''' to ''Extra WHMCS Branded License'' - Product ID: 15', 'Blake', 0, '5.65.77.224'),
180(81, '2017-03-08 19:27:28', 'Product Modified - Name Modified: ''Extra WHMCS Branded License'' to ''WHMCS Branded License'' - Product ID: 15', 'Blake', 0, '5.65.77.224'),
181(82, '2017-03-08 19:27:46', 'Product Configuration Modified: Pricing Modified. Product ID: 15', 'Blake', 0, '5.65.77.224'),
182(83, '2017-03-08 19:28:51', 'Product Configuration Modified: Pricing Modified. Product ID: 15', 'Blake', 0, '5.65.77.224'),
183(84, '2017-03-08 19:28:56', 'Product Configuration Modified: Pricing Modified. Product ID: 14', 'Blake', 0, '5.65.77.224'),
184(85, '2017-03-08 19:40:13', 'Product Configuration Modified: Product Description Modified. Product ID: 15', 'Blake', 0, '5.65.77.224'),
185(86, '2017-03-08 19:40:26', 'Product Configuration Modified: Product Description Modified. Product ID: 14', 'Blake', 0, '5.65.77.224'),
186(87, '2017-03-08 19:44:29', 'Server Created: ''CPanel'' - Server ID: 1', 'Blake', 0, '5.65.77.224'),
187(88, '2017-03-08 19:44:33', 'Single Sign-on Completed: ''CPanel'' - Server ID: 1', 'Blake', 0, '5.65.77.224'),
188(89, '2017-03-08 19:45:31', 'Product Configuration Modified: Automatic Setup Modified: '''' to ''Payment''. Server Module Modified: '''' to ''cPanel''. Product ID: 11', 'Blake', 0, '5.65.77.224'),
189(90, '2017-03-08 19:46:01', 'Product Configuration Modified: Automatic Setup Modified: '''' to ''Payment''. Server Module Modified: '''' to ''cPanel''. Product ID: 10', 'Blake', 0, '5.65.77.224'),
190(91, '2017-03-08 19:46:17', 'Product Configuration Modified: Automatic Setup Modified: '''' to ''Payment''. Server Module Modified: '''' to ''cPanel''. Product ID: 12', 'Blake', 0, '5.65.77.224'),
191(92, '2017-03-08 19:47:14', 'Product Configuration Modified: Server Module Modified: '''' to ''cPanel''. Product ID: 13', 'Blake', 0, '5.65.77.224'),
192(93, '2017-03-08 19:47:18', 'Product Configuration Modified: Automatic Setup Modified: '''' to ''Payment''. Product ID: 13', 'Blake', 0, '5.65.77.224'),
193(94, '2017-03-08 19:51:39', 'General Settings Modified. Changes made: Template Changed from ''ColorHost01'' to ''OrDomainCV1''.', 'Blake', 0, '5.65.77.224'),
194(95, '2017-03-08 19:53:30', 'General Settings Modified. Changes made: Template Changed from ''OrDomainCV1'' to ''flattern''.', 'Blake', 0, '5.65.77.224'),
195(96, '2017-03-08 19:53:32', 'Smarty Error: Syntax error in template "file:/home/featurednetworkc/public_html/templates/flattern/header.tpl" on line 156 "{if fe_ck_has_gravatar_smarty($usermailhash)}" unknown function "fe_ck_has_gravatar_smarty"', 'Blake', 0, '5.65.77.224'),
196(97, '2017-03-08 19:53:41', 'General Settings Modified. Changes made: Template Changed from ''flattern'' to ''ColorHost01''.', 'Blake', 0, '5.65.77.224'),
197(98, '2017-03-08 20:05:44', 'Product Configuration Modified: Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
198(99, '2017-03-08 20:05:49', 'Product Configuration Modified: Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
199(100, '2017-03-08 20:08:35', 'Product Configuration Modified: Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
200(101, '2017-03-08 20:09:37', 'Product Configuration Modified: Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
201(102, '2017-03-08 20:09:49', 'Product Configuration Modified: Pricing Modified. Product ID: 1', 'Blake', 0, '5.65.77.224'),
202(103, '2017-03-08 21:15:33', 'Server Created: ''TCAdmin'' - Server ID: 2', 'Blake', 0, '5.65.77.224'),
203(104, '2017-03-08 21:16:31', 'Server Modified: ''TCAdmin'' - Changes: Hostname Modified: ''tca.featurednetwork.co.uk:8880'' to ''http://tca.featurednetwork.co.uk:8880'' - Server ID: 2', 'Blake', 0, '5.65.77.224'),
204(105, '2017-03-08 21:39:41', 'Domain Pricing TLD Created: ''.featurednetwork.co.uk''', 'Blake', 0, '5.65.77.224'),
205(106, '2017-03-08 21:39:47', 'Domain Pricing TLD Created: ''.relegationlive.com''', 'Blake', 0, '5.65.77.224'),
206(107, '2017-03-08 21:39:58', 'Domain Pricing Modified: ''.relegationlive.com''', 'Blake', 0, '5.65.77.224'),
207(108, '2017-03-08 21:40:07', 'Domain Pricing Modified: ''.featurednetwork.co.uk''', 'Blake', 0, '5.65.77.224'),
208(109, '2017-03-08 21:41:30', 'Registrar Activated: ''Email Notifications''', 'Blake', 0, '5.65.77.224'),
209(110, '2017-03-08 21:42:04', 'Domain Registrar Modified: ''Email Notifications'' - ''EmailAddress'' set to ''Domains@featurednetwork.co.uk''.', 'Blake', 0, '5.65.77.224'),
210(111, '2017-03-08 21:43:26', 'Product Configuration Modified: Free Domain Renewal Modified: ''No Free Renewal''. Free Domain TLD''s Modified. Product ID: 11', 'Blake', 0, '5.65.77.224'),
211(112, '2017-03-08 21:48:13', 'Created Client cody lewis - User ID: 1', 'System', 0, '64.71.171.49'),
212(113, '2017-03-08 21:48:13', 'Email Sent to cody lewis (Welcome) - User ID: 1', 'System', 1, '64.71.171.49'),
213(114, '2017-03-08 21:48:32', 'Client Profile Modified - Phone Number: ''2604421295'' to ''2603124822'' - User ID: 1', 'Client', 1, '64.71.171.49'),
214(115, '2017-03-08 21:49:52', 'Created Client Blake Shepherd - User ID: 2', 'Blake', 0, '5.65.77.224'),
215(116, '2017-03-08 21:49:52', 'Email Sent to Blake Shepherd (Welcome) - User ID: 2', 'Blake', 2, '5.65.77.224'),
216(117, '2017-03-08 21:51:49', 'Admin User ''Hazza2235'' with role Full Administrator created', 'Blake', 2, '5.65.77.224'),
217(118, '2017-03-08 21:54:39', 'WHOIS Lookup Error for '''': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
218(119, '2017-03-08 21:54:40', 'WHOIS Lookup Error for ''unbl0kedg4messgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
219(120, '2017-03-08 21:54:44', 'Admin User ''kiernhegay'' with role Full Administrator created', 'Blake', 2, '5.65.77.224'),
220(121, '2017-03-08 21:55:01', 'WHOIS Lookup Error for ''unbl0kedg4messgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
221(122, '2017-03-08 21:55:22', 'Added Credit - User ID: 1 - Amount: $2.00 USD', 'Blake', 1, '5.65.77.224'),
222(123, '2017-03-08 21:55:44', 'Added Credit - User ID: 2 - Amount: $2.00 USD', 'Blake', 2, '5.65.77.224'),
223(124, '2017-03-08 21:56:29', 'Product Configuration Modified: Free Domain Payment Terms Modified. Free Domain TLD''s Modified. Product ID: 11', 'Blake', 2, '5.65.77.224'),
224(125, '2017-03-08 21:56:33', 'Product Configuration Modified: Require Domain Enabled. Free Domain TLD''s Modified. Product ID: 11', 'Blake', 2, '5.65.77.224'),
225(126, '2017-03-08 21:59:01', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
226(127, '2017-03-08 21:59:04', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
227(128, '2017-03-08 21:59:09', 'WHOIS Lookup Error for ''hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
228(129, '2017-03-08 21:59:13', 'WHOIS Lookup Error for ''thefreedomain.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
229(130, '2017-03-08 21:59:16', 'WHOIS Lookup Error for ''thefreedomain.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
230(131, '2017-03-08 21:59:29', 'WHOIS Lookup Error for ''hostign.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
231(132, '2017-03-08 21:59:36', 'WHOIS Lookup Error for ''hostign.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
232(133, '2017-03-08 21:59:42', 'WHOIS Lookup Error for ''hostign.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
233(134, '2017-03-08 21:59:45', 'WHOIS Lookup Error for ''mathg4mesatschool.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
234(135, '2017-03-08 21:59:48', 'WHOIS Lookup Error for ''mathg4mesatschool.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
235(136, '2017-03-08 21:59:50', 'WHOIS Lookup Error for ''123441.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
236(137, '2017-03-08 22:00:24', 'Product Configuration Modified: Welcome Email Modified. Free Domain Renewal Modified: ''Free Renewal with Active Product''. Free Domain TLD''s Modified. Product ID: 11', 'Blake', 2, '5.65.77.224'),
237(138, '2017-03-08 22:00:29', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
238(139, '2017-03-08 22:00:42', 'WHOIS Lookup Error for ''123441.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
239(140, '2017-03-08 22:00:49', 'WHOIS Lookup Error for ''123.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
240(141, '2017-03-08 22:01:03', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
241(142, '2017-03-08 22:01:04', 'Failed Admin Login Attempt - IP: 90.219.17.223', 'System', 0, '90.219.17.223'),
242(143, '2017-03-08 22:01:18', 'WHOIS Lookup Error for ''Hosting.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
243(144, '2017-03-08 22:01:21', 'WHOIS Lookup Error for ''Hosting.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
244(145, '2017-03-08 22:01:22', 'WHOIS Lookup Error for ''Hosting.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
245(146, '2017-03-08 22:01:23', 'WHOIS Lookup Error for ''Hosting.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
246(147, '2017-03-08 22:01:26', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
247(148, '2017-03-08 22:01:27', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
248(149, '2017-03-08 22:01:28', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
249(150, '2017-03-08 22:01:29', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
250(151, '2017-03-08 22:01:30', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
251(152, '2017-03-08 22:01:31', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
252(153, '2017-03-08 22:01:32', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
253(154, '2017-03-08 22:01:33', 'WHOIS Lookup Error for ''Hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
254(155, '2017-03-08 22:02:30', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
255(156, '2017-03-08 22:02:42', 'Product Configuration Modified: Free Domain Renewal Modified: ''No Free Renewal''. Free Domain Payment Terms Modified. Free Domain TLD''s Modified. Product ID: 11', 'Blake', 2, '5.65.77.224'),
256(157, '2017-03-08 22:03:10', 'Domain Pricing Options Modified: ''.featurednetwork.co.uk''', 'Blake', 2, '5.65.77.224'),
257(158, '2017-03-08 22:03:10', 'Domain Pricing Options Modified: ''.relegationlive.com''', 'Blake', 2, '5.65.77.224'),
258(159, '2017-03-08 22:03:15', 'WHOIS Lookup Error for ''rele.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
259(160, '2017-03-08 22:03:15', 'WHOIS Lookup Error for ''rele.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
260(161, '2017-03-08 22:03:15', 'WHOIS Lookup Error for ''rele.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
261(162, '2017-03-08 22:03:16', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
262(163, '2017-03-08 22:03:16', 'WHOIS Lookup Error for ''g4mes4tsgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
263(164, '2017-03-08 22:03:16', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
264(165, '2017-03-08 22:03:23', 'WHOIS Lookup Error for ''rele.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
265(166, '2017-03-08 22:03:23', 'WHOIS Lookup Error for ''rele.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
266(167, '2017-03-08 22:03:23', 'WHOIS Lookup Error for ''rele.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
267(168, '2017-03-08 22:03:26', 'WHOIS Lookup Error for ''relegation.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
268(169, '2017-03-08 22:03:26', 'WHOIS Lookup Error for ''relegation.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
269(170, '2017-03-08 22:03:26', 'WHOIS Lookup Error for ''relegation.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
270(171, '2017-03-08 22:03:30', 'WHOIS Lookup Error for ''relegation.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
271(172, '2017-03-08 22:03:30', 'WHOIS Lookup Error for ''relegation.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
272(173, '2017-03-08 22:03:30', 'WHOIS Lookup Error for ''relegation.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
273(174, '2017-03-08 22:03:32', 'WHOIS Lookup Error for ''relegation.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
274(175, '2017-03-08 22:03:32', 'WHOIS Lookup Error for ''relegation.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
275(176, '2017-03-08 22:03:32', 'WHOIS Lookup Error for ''relegation.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
276(177, '2017-03-08 22:03:37', 'Domain Pricing TLD Created: ''.com''', 'Blake', 2, '5.65.77.224'),
277(178, '2017-03-08 22:03:52', 'Domain Pricing Modified: ''.com''', 'Blake', 2, '5.65.77.224'),
278(179, '2017-03-08 22:04:04', 'WHOIS Lookup Error for ''g4mes4tsgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
279(180, '2017-03-08 22:04:04', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
280(181, '2017-03-08 22:04:04', 'WHOIS Lookup Error for ''g4mes4tsgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
281(182, '2017-03-08 22:04:09', 'Domain Pricing Modified: ''.com''', 'Blake', 2, '5.65.77.224'),
282(183, '2017-03-08 22:04:16', 'Domain Pricing Modified: ''.relegationlive.com''', 'Blake', 2, '5.65.77.224'),
283(184, '2017-03-08 22:04:22', 'Domain Pricing Modified: ''.featurednetwork.co.uk''', 'Blake', 2, '5.65.77.224'),
284(185, '2017-03-08 22:04:36', 'WHOIS Lookup Error for ''123.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
285(186, '2017-03-08 22:04:36', 'WHOIS Lookup Error for ''123.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
286(187, '2017-03-08 22:04:53', 'WHOIS Lookup Error for ''123.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
287(188, '2017-03-08 22:05:07', 'Failed Admin Login Attempt - IP: 90.219.17.223', 'System', 0, '90.219.17.223'),
288(189, '2017-03-08 22:05:11', 'WHOIS Lookup Error for ''hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
289(190, '2017-03-08 22:06:06', 'Failed Admin Login Attempt - IP: 90.219.17.223', 'System', 0, '90.219.17.223'),
290(191, '2017-03-08 22:06:29', 'WHOIS Lookup Error for ''hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
291(192, '2017-03-08 22:07:10', 'WHOIS Lookup Error for ''g4mes4tsgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
292(193, '2017-03-08 22:07:10', 'WHOIS Lookup Error for ''g4mes4tsgcs.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
293(194, '2017-03-08 22:07:10', 'WHOIS Lookup Error for ''g4mes4tsgcs.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 1, '64.71.171.49'),
294(195, '2017-03-08 22:07:19', 'Failed Admin Login Attempt - Username: Hazza2235', 'System', 0, '109.144.214.218'),
295(196, '2017-03-08 22:07:46', 'WHOIS Lookup Error for ''hosting.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
296(197, '2017-03-08 22:08:04', 'WHOIS Lookup Error for ''y.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
297(198, '2017-03-08 22:08:05', 'IP Ban Removed: 90.219.17.223', 'Hazza2235', 0, '109.144.214.218'),
298(199, '2017-03-08 22:10:36', 'WHOIS Lookup Error for ''yest.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
299(200, '2017-03-08 22:10:36', 'WHOIS Lookup Error for ''yest.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
300(201, '2017-03-08 22:10:36', 'WHOIS Lookup Error for ''yest.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
301(202, '2017-03-08 22:10:40', 'WHOIS Lookup Error for ''yest.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
302(203, '2017-03-08 22:10:40', 'WHOIS Lookup Error for ''yest.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
303(204, '2017-03-08 22:10:40', 'WHOIS Lookup Error for ''yest.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
304(205, '2017-03-08 22:10:45', 'WHOIS Lookup Error for ''ttaghaqhahahaha.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
305(206, '2017-03-08 22:10:45', 'WHOIS Lookup Error for ''ttaghaqhahahaha.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
306(207, '2017-03-08 22:10:45', 'WHOIS Lookup Error for ''ttaghaqhahahaha.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
307(208, '2017-03-08 22:10:48', 'WHOIS Lookup Error for ''ttaghaqhahahahaahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
308(209, '2017-03-08 22:10:48', 'WHOIS Lookup Error for ''ttaghaqhahahahaahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
309(210, '2017-03-08 22:10:48', 'WHOIS Lookup Error for ''ttaghaqhahahahaahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
310(211, '2017-03-08 22:13:55', 'Domain Lookup Provider Settings Modified: ''Standard Whois''', 'Blake', 2, '5.65.77.224'),
311(212, '2017-03-08 22:14:43', 'WHOIS Lookup Error for ''test.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
312(213, '2017-03-08 22:14:45', 'WHOIS Lookup Error for ''test.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
313(214, '2017-03-08 22:14:45', 'WHOIS Lookup Error for ''test.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
314(215, '2017-03-08 22:14:48', 'WHOIS Lookup Error for ''ahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
315(216, '2017-03-08 22:14:48', 'WHOIS Lookup Error for ''ahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
316(217, '2017-03-08 22:14:48', 'WHOIS Lookup Error for ''ahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
317(218, '2017-03-08 22:15:41', 'Addon Module Activated - Project Management', 'Blake', 2, '5.65.77.224'),
318(219, '2017-03-08 22:15:52', 'Addon Module Access Permissions Changed - Project Management - Added Role Group(s): Full Administrator, Sales Operator, Support Operator.', 'Blake', 2, '5.65.77.224'),
319(220, '2017-03-08 22:15:52', 'Addon Module Settings Modified - Project Management - Initial setting of License Check Failed to '''', Initial setting of Master Admin Users to ''on'', Initial setting of masteradmin2 to ''on'', Initial setting of masteradmin3 to ''on''', 'Blake', 2, '5.65.77.224'),
320(221, '2017-03-08 22:16:09', 'Addon Module Deactivated - Project Management', 'Blake', 2, '5.65.77.224'),
321(222, '2017-03-08 22:16:16', 'Single Sign-on Completed: ''CPanel'' - Server ID: 1', 'Blake', 2, '5.65.77.224'),
322(223, '2017-03-08 22:16:22', 'Failed Admin Login Attempt - IP: 5.65.77.224', 'Blake', 2, '5.65.77.224'),
323(224, '2017-03-08 22:17:43', 'Admin User ''Kieran'' modified. Changes: Username changed from ''kiernhegay'' to ''Kieran''. Signature changed. Password Changed', 'Hazza2235', 0, '109.144.214.218'),
324(225, '2017-03-08 22:22:40', 'WHOIS Lookup Error for ''ahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
325(226, '2017-03-08 22:22:40', 'WHOIS Lookup Error for ''ahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
326(227, '2017-03-08 22:22:40', 'WHOIS Lookup Error for ''ahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
327(228, '2017-03-08 22:22:42', 'WHOIS Lookup Error for ''ahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
328(229, '2017-03-08 22:22:42', 'WHOIS Lookup Error for ''ahahahah.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
329(230, '2017-03-08 22:22:42', 'WHOIS Lookup Error for ''ahahahah.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Blake', 2, '5.65.77.224'),
330(231, '2017-03-08 22:23:07', 'New Order Placed - Order ID: 1 - User ID: 2', 'Blake', 2, '5.65.77.224'),
331(232, '2017-03-08 22:23:07', 'Created Invoice - Invoice ID: 1', 'Blake', 2, '5.65.77.224'),
332(233, '2017-03-08 22:23:07', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 1 - Amount: 2.00', 'Blake', 2, '5.65.77.224'),
333(234, '2017-03-08 22:23:09', 'Email Sent to Blake Shepherd (Customer Invoice) - User ID: 2', 'Blake', 2, '5.65.77.224'),
334(235, '2017-03-08 22:23:09', 'Email Sent to Blake Shepherd (WHMCS New Order Notification) ', 'Blake', 2, '5.65.77.224'),
335(236, '2017-03-08 22:23:09', 'Email Sent to Blake Shepherd (Order Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
336(237, '2017-03-08 22:23:12', 'Invoice Marked Paid - Invoice ID: 1', 'Blake', 2, '5.65.77.224'),
337(238, '2017-03-08 22:23:13', 'Email Sent to Blake Shepherd (Invoice Payment Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
338(239, '2017-03-08 22:23:13', 'Running Module Create on Payment', 'Blake', 2, '5.65.77.224'),
339(240, '2017-03-08 22:23:16', 'Module Create Successful - Service ID: 1', 'Blake', 2, '5.65.77.224'),
340(241, '2017-03-08 22:23:19', 'Email Sent to Blake Shepherd (New Account Information) - User ID: 2', 'Blake', 2, '5.65.77.224'),
341(242, '2017-03-08 22:30:55', 'Module Terminate Successful - Service ID: 1', 'Blake', 2, '5.65.77.224'),
342(243, '2017-03-08 22:30:58', 'Application Link Provisioning returned the following warnings: API failure: You do not have access to an account named “hostingrâ€Â. XIDs: fj83zy, tt5hpe, 7a7ut9, p3z6mg, vz5w83 and 10 more.', 'Blake', 0, '5.65.77.224'),
343(244, '2017-03-08 22:33:53', 'General Settings Modified. Changes made: SMTP Password Changed. Mail Type Changed from ''mail'' to ''smtp''. SMTP Port Changed from ''25'' to ''465''. SMTP Host Changed from '''' to ''mail.featurednetwork.co.uk''. SMTP Username Changed from ''Blake'' to ''domains@featurednetwork.co.uk''. SMTPSSL Changed from '''' to ''ssl''.', 'Blake', 0, '5.65.77.224'),
344(245, '2017-03-08 22:34:03', 'Email Sending Failed - SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting (Subject: Welcome)', 'Blake', 0, '5.65.77.224'),
345(246, '2017-03-08 22:34:34', 'General Settings Modified. Changes made: SMTP Port Changed from ''465'' to ''25''. SMTPSSL Changed from ''ssl'' to ''''.', 'Blake', 0, '5.65.77.224'),
346(247, '2017-03-08 22:34:54', 'Email Sending Failed - SMTP Error: Could not authenticate. (Subject: Your new password for Host A Node)', 'Blake', 0, '5.65.77.224'),
347(248, '2017-03-08 22:35:37', 'General Settings Modified. Changes made: SMTP Password Changed.', 'Blake', 0, '5.65.77.224'),
348(249, '2017-03-08 22:35:57', 'Email Sending Failed - SMTP Error: The following recipients failed: Blake@featurednetwork.co.uk: Verification failed for \r\nNo Such User Here\r\nSender verify failed\r\n (Subject: Confirm Your Registration)', 'Blake', 0, '5.65.77.224'),
349(250, '2017-03-08 22:37:17', 'General Settings Modified. Changes made: SMTP Host Changed from ''mail.featurednetwork.co.uk'' to ''localhost''.', 'Blake', 0, '5.65.77.224'),
350(251, '2017-03-08 22:37:25', 'Email Sending Failed - SMTP Error: The following recipients failed: Blake@featurednetwork.co.uk: Verification failed for \r\nNo Such User Here\r\nSender verify failed\r\n (Subject: Welcome)', 'Blake', 0, '5.65.77.224'),
351(252, '2017-03-08 22:37:41', 'General Settings Modified. Changes made: SMTP Password Changed. Mail Type Changed from ''smtp'' to ''mail''. SMTP Host Changed from ''localhost'' to ''''. SMTP Username Changed from ''domains@featurednetwork.co.uk'' to ''''.', 'Blake', 0, '5.65.77.224'),
352(253, '2017-03-08 22:37:50', 'Email Sent to Blake Shepherd (Your new password for Host A Node) - User ID: 2', 'Blake', 2, '5.65.77.224'),
353(254, '2017-03-08 22:38:42', 'Client Profile Modified - First Name: ''Blake'' to ''blake'', Last Name: ''Shepherd'' to ''shepherd'', Email Address: ''Blake@featurednetwork.co.uk'' to ''blake66@live.co.uk'', Address 1: ''19 Upper grove'' to ''birchington'', Address 2: '''' to ''maegate'', City: ''Broadstairs'' to ''margate'', Postcode: ''CT10 1FD'' to ''ct7 9ua'' - User ID: 2', 'Blake', 2, '5.65.77.224'),
354(255, '2017-03-08 22:38:59', 'Email Sent to blake shepherd (Confirm Your Registration) - User ID: 2', 'Blake', 2, '5.65.77.224'),
355(256, '2017-03-08 22:39:31', 'General Settings Modified. Changes made: SMTP Password Changed. SMTP Username Changed from '''' to ''Blake@featurednetwork.co.uk''. Enable Email Verification Enabled.', 'Blake', 0, '5.65.77.224'),
356(257, '2017-03-08 22:42:17', 'Email Sent to cody lewis (Confirm Your Registration) - User ID: 1', 'Blake', 1, '5.65.77.224'),
357(258, '2017-03-08 22:43:33', 'General Settings Modified. Changes made: Signature Changed. System Emails From Email Changed from ''noreply@featurednetwork.co.uk'' to ''domains@featurednetwork.co.uk''.', 'Blake', 0, '5.65.77.224'),
358(259, '2017-03-08 22:43:47', 'Email Sent to blake shepherd (Confirm Your Registration) - User ID: 2', 'Blake', 2, '5.65.77.224'),
359(260, '2017-03-08 22:44:20', 'Email Sent to cody lewis (Confirm Your Registration) - User ID: 1', 'Blake', 1, '5.65.77.224'),
360(261, '2017-03-08 22:53:47', 'New Order Placed - Order ID: 2 - User ID: 1', 'Client', 1, '64.71.171.49'),
361(262, '2017-03-08 22:53:47', 'Created Invoice - Invoice ID: 2', 'Client', 1, '64.71.171.49'),
362(263, '2017-03-08 22:53:47', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 2 - Amount: 2.00', 'Client', 1, '64.71.171.49'),
363(264, '2017-03-08 22:53:47', 'Email Sent to cody lewis (Customer Invoice) - User ID: 1', 'Client', 1, '64.71.171.49'),
364(265, '2017-03-08 22:53:47', 'Email Sent to cody lewis (WHMCS New Order Notification) ', 'Client', 1, '64.71.171.49'),
365(266, '2017-03-08 22:53:48', 'Email Sent to cody lewis (Order Confirmation) - User ID: 1', 'Client', 1, '64.71.171.49'),
366(267, '2017-03-08 22:53:49', 'Invoice Marked Paid - Invoice ID: 2', 'Client', 1, '64.71.171.49'),
367(268, '2017-03-08 22:53:49', 'Email Sent to cody lewis (Invoice Payment Confirmation) - User ID: 1', 'Client', 1, '64.71.171.49'),
368(269, '2017-03-08 22:53:49', 'Running Module Create on Payment', 'Client', 1, '64.71.171.49'),
369(270, '2017-03-08 22:53:52', 'Module Create Successful - Service ID: 2', 'Client', 1, '64.71.171.49'),
370(271, '2017-03-08 22:53:55', 'Email Sent to cody lewis (New Account Information) - User ID: 1', 'Client', 1, '64.71.171.49'),
371(272, '2017-03-09 08:01:47', 'Single Sign-on Completed: ''CPanel'' - Server ID: 1', 'Blake', 0, '5.65.77.224'),
372(273, '2017-03-09 13:19:56', 'Created Client liam Smyth - User ID: 3', 'System', 0, '58.111.126.127'),
373(274, '2017-03-09 13:19:57', 'Email Sent to liam Smyth (Confirm Your Registration) - User ID: 3', 'System', 3, '58.111.126.127'),
374(275, '2017-03-09 13:19:57', 'New Order Placed - Order ID: 3 - User ID: 3', 'System', 3, '58.111.126.127'),
375(276, '2017-03-09 13:19:57', 'Created Invoice - Invoice ID: 3', 'System', 3, '58.111.126.127'),
376(277, '2017-03-09 13:19:59', 'Email Sent to liam Smyth (Customer Invoice) - User ID: 3', 'System', 3, '58.111.126.127'),
377(278, '2017-03-09 13:19:59', 'Email Sent to liam Smyth (WHMCS New Order Notification) ', 'System', 3, '58.111.126.127'),
378(279, '2017-03-09 13:19:59', 'Email Sent to liam Smyth (Order Confirmation) - User ID: 3', 'System', 3, '58.111.126.127'),
379(280, '2017-03-09 15:35:53', 'Failed Admin Login Attempt - IP: 195.194.248.2', 'System', 0, '195.194.248.2'),
380(281, '2017-03-09 15:35:58', 'Failed Admin Login Attempt - Username: Blake', 'System', 0, '195.194.248.2'),
381(282, '2017-03-09 15:36:08', 'Failed Admin Login Attempt - IP: 195.194.248.2', 'System', 0, '195.194.248.2'),
382(283, '2017-03-09 15:38:46', 'Failed Admin Login Attempt - Username: Blake', 'System', 0, '195.194.248.2'),
383(284, '2017-03-09 15:39:05', 'Failed Admin Login Attempt - Username: Blake', 'System', 0, '195.194.248.2'),
384(285, '2017-03-09 15:39:31', 'Email Sent to liam Smyth (Confirm Your Registration) - User ID: 3', 'Blake', 3, '195.194.248.2'),
385(286, '2017-03-09 15:40:01', 'Gateway Module Activated: ''PayPal''', 'Blake', 0, '195.194.248.2'),
386(287, '2017-03-09 17:56:27', 'WHOIS Lookup Error for ''pornhub.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
387(288, '2017-03-09 17:56:27', 'WHOIS Lookup Error for ''pornhub.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
388(289, '2017-03-09 17:56:35', 'WHOIS Lookup Error for ''pornhub.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
389(290, '2017-03-09 17:56:35', 'WHOIS Lookup Error for ''pornhub.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
390(291, '2017-03-09 17:56:48', 'WHOIS Lookup Error for ''tigbitties.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
391(292, '2017-03-09 17:56:48', 'WHOIS Lookup Error for ''tigbitties.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
392(293, '2017-03-09 17:56:48', 'WHOIS Lookup Error for ''tigbitties.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
393(294, '2017-03-09 17:56:55', 'WHOIS Lookup Error for ''asodiug.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
394(295, '2017-03-09 17:56:55', 'WHOIS Lookup Error for ''asodiug.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
395(296, '2017-03-09 17:56:55', 'WHOIS Lookup Error for ''asodiug.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
396(297, '2017-03-09 17:57:07', 'WHOIS Lookup Error for ''gayporn.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104');
397INSERT INTO `tblactivitylog` (`id`, `date`, `description`, `user`, `userid`, `ipaddr`) VALUES
398(298, '2017-03-09 17:57:07', 'WHOIS Lookup Error for ''gayporn.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
399(299, '2017-03-09 17:57:07', 'WHOIS Lookup Error for ''gayporn.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
400(300, '2017-03-09 17:57:12', 'WHOIS Lookup Error for ''dsfg.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
401(301, '2017-03-09 17:57:12', 'WHOIS Lookup Error for ''dsfg.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
402(302, '2017-03-09 17:57:12', 'WHOIS Lookup Error for ''dsfg.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
403(303, '2017-03-09 17:57:17', 'WHOIS Lookup Error for ''lscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
404(304, '2017-03-09 17:57:17', 'WHOIS Lookup Error for ''lscnr.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
405(305, '2017-03-09 17:57:17', 'WHOIS Lookup Error for ''lscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
406(306, '2017-03-09 17:57:25', 'WHOIS Lookup Error for ''lscnrsamp.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
407(307, '2017-03-09 17:57:25', 'WHOIS Lookup Error for ''lscnrsamp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
408(308, '2017-03-09 17:57:25', 'WHOIS Lookup Error for ''lscnrsamp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'System', 0, '86.153.204.104'),
409(309, '2017-03-09 17:59:31', 'Created Client John Smioth - User ID: 4', 'System', 0, '86.153.204.104'),
410(310, '2017-03-09 17:59:33', 'Email Sent to John Smioth (Confirm Your Registration) - User ID: 4', 'System', 4, '86.153.204.104'),
411(311, '2017-03-09 17:59:33', 'New Order Placed - Order ID: 4 - User ID: 4', 'System', 4, '86.153.204.104'),
412(312, '2017-03-09 17:59:33', 'Created Invoice - Invoice ID: 4', 'System', 4, '86.153.204.104'),
413(313, '2017-03-09 17:59:35', 'Email Sent to John Smioth (Customer Invoice) - User ID: 4', 'System', 4, '86.153.204.104'),
414(314, '2017-03-09 17:59:35', 'Email Sent to John Smioth (WHMCS New Order Notification) ', 'System', 4, '86.153.204.104'),
415(315, '2017-03-09 17:59:36', 'Email Sent to John Smioth (Order Confirmation) - User ID: 4', 'System', 4, '86.153.204.104'),
416(316, '2017-03-09 17:59:38', 'Invoice Marked Paid - Invoice ID: 4', 'Client', 4, '86.153.204.104'),
417(317, '2017-03-09 17:59:39', 'Email Sent to John Smioth (Invoice Payment Confirmation) - User ID: 4', 'Client', 4, '86.153.204.104'),
418(318, '2017-03-09 17:59:39', 'Running Automatic Domain Registration on Payment', 'Client', 4, '86.153.204.104'),
419(319, '2017-03-09 17:59:39', 'Domain Registered Successfully - Domain ID: 1 - Domain: lscnrsamp.com', 'Client', 4, '86.153.204.104'),
420(320, '2017-03-09 17:59:40', 'Email Sent to John Smioth (Domain Registration Confirmation) - User ID: 4', 'Client', 4, '86.153.204.104'),
421(321, '2017-03-09 18:11:52', 'WHOIS Lookup Error for ''classifiedgaming.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
422(322, '2017-03-09 18:11:52', 'WHOIS Lookup Error for ''classifiedgaming.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
423(323, '2017-03-09 18:11:52', 'WHOIS Lookup Error for ''classifiedgaming.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
424(324, '2017-03-09 18:11:59', 'WHOIS Lookup Error for ''classifiedgaming.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
425(325, '2017-03-09 18:11:59', 'WHOIS Lookup Error for ''classifiedgaming.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
426(326, '2017-03-09 18:11:59', 'WHOIS Lookup Error for ''classifiedgaming.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
427(327, '2017-03-09 18:13:28', 'New Order Placed - Order ID: 5 - User ID: 4', 'Client', 4, '86.153.204.104'),
428(328, '2017-03-09 18:13:28', 'Created Invoice - Invoice ID: 5', 'Client', 4, '86.153.204.104'),
429(329, '2017-03-09 18:13:28', 'Email Sent to John Smioth (Customer Invoice) - User ID: 4', 'Client', 4, '86.153.204.104'),
430(330, '2017-03-09 18:13:29', 'Email Sent to John Smioth (WHMCS New Order Notification) ', 'Client', 4, '86.153.204.104'),
431(331, '2017-03-09 18:13:29', 'Email Sent to John Smioth (Order Confirmation) - User ID: 4', 'Client', 4, '86.153.204.104'),
432(332, '2017-03-09 18:14:41', 'Domain Modified - User ID: 4 - Domain ID: 1', 'Blake', 4, '5.65.77.224'),
433(333, '2017-03-09 18:14:50', 'Domain Pricing TLD Removed: ''.com''', 'Blake', 0, '5.65.77.224'),
434(334, '2017-03-09 18:15:16', 'Order Status set to Cancelled - Order ID: 5', 'Blake', 4, '5.65.77.224'),
435(335, '2017-03-09 18:15:16', 'Order Status set to Cancelled - Order ID: 4', 'Blake', 4, '5.65.77.224'),
436(336, '2017-03-09 18:16:50', 'Email Sent to John Smioth (Confirm Your Registration) - User ID: 4', 'Client', 4, '86.153.204.104'),
437(337, '2017-03-09 18:19:05', 'WHOIS Lookup Error for ''lscnrsamp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
438(338, '2017-03-09 18:19:05', 'WHOIS Lookup Error for ''lscnrsamp.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
439(339, '2017-03-09 18:19:05', 'WHOIS Lookup Error for ''lscnrsamp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
440(340, '2017-03-09 18:19:18', 'WHOIS Lookup Error for ''samp.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
441(341, '2017-03-09 18:19:18', 'WHOIS Lookup Error for ''samp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
442(342, '2017-03-09 18:19:18', 'WHOIS Lookup Error for ''samp.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
443(343, '2017-03-09 18:19:25', 'WHOIS Lookup Error for ''samplscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
444(344, '2017-03-09 18:19:25', 'WHOIS Lookup Error for ''samplscnr.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
445(345, '2017-03-09 18:19:25', 'WHOIS Lookup Error for ''samplscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
446(346, '2017-03-09 18:19:38', 'WHOIS Lookup Error for ''serverlscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
447(347, '2017-03-09 18:19:38', 'WHOIS Lookup Error for ''serverlscnr.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
448(348, '2017-03-09 18:19:38', 'WHOIS Lookup Error for ''serverlscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
449(349, '2017-03-09 18:19:49', 'WHOIS Lookup Error for ''sampserverlscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
450(350, '2017-03-09 18:19:49', 'WHOIS Lookup Error for ''sampserverlscnr.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
451(351, '2017-03-09 18:19:49', 'WHOIS Lookup Error for ''sampserverlscnr.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
452(352, '2017-03-09 18:19:54', 'WHOIS Lookup Error for ''asdasdas.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
453(353, '2017-03-09 18:19:54', 'WHOIS Lookup Error for ''asdasdas.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
454(354, '2017-03-09 18:19:54', 'WHOIS Lookup Error for ''asdasdas.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
455(355, '2017-03-09 18:19:58', 'WHOIS Lookup Error for ''asdasdassdfdsafasdf.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
456(356, '2017-03-09 18:19:58', 'WHOIS Lookup Error for ''asdasdassdfdsafasdf.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
457(357, '2017-03-09 18:19:58', 'WHOIS Lookup Error for ''asdasdassdfdsafasdf.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
458(358, '2017-03-09 18:20:04', 'WHOIS Lookup Error for ''oiasdhn.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
459(359, '2017-03-09 18:20:04', 'WHOIS Lookup Error for ''oiasdhn.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
460(360, '2017-03-09 18:20:04', 'WHOIS Lookup Error for ''oiasdhn.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 4, '86.153.204.104'),
461(361, '2017-03-09 18:25:58', 'Gateway Module Configuration Modified: ''PayPal''', 'Blake', 0, '5.65.77.224'),
462(362, '2017-03-09 19:18:32', 'General Settings Modified. Changes made: Domain Changed from ''http://featurednetwork.co.uk/'' to ''https://featurednetwork.co.uk/''. System URL Changed from ''http://featurednetwork.co.uk/'' to ''https://featurednetwork.co.uk/''.', 'Blake', 0, '5.65.77.224'),
463(363, '2017-03-09 20:07:27', 'Product Created - ''Minecraft'' - Product ID: 16', 'Blake', 0, '5.65.77.224'),
464(364, '2017-03-09 20:07:52', 'Product Configuration Modified: Welcome Email Modified. Require Domain Disabled. Product ID: 16', 'Blake', 0, '5.65.77.224'),
465(365, '2017-03-09 20:18:52', 'Product Configuration Modified: Automatic Setup Modified: '''' to ''Payment''. Server Module Modified: '''' to ''Tcadmin2_advanced''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
466(366, '2017-03-09 20:22:26', 'Configurable Option Group Created: ''Ram'' - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
467(367, '2017-03-09 20:22:44', 'New Configurable Option Created: '''' - Group: - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
468(368, '2017-03-09 20:22:44', 'Configurable Option Modified: Type Changed: '''' to 1'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
469(369, '2017-03-09 20:22:44', 'Configurable Option Modified - '''' - Option Added: ''256 MB'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
470(370, '2017-03-09 20:22:48', 'Configurable Option Modified - '''' - Option Added: ''512 MB'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
471(371, '2017-03-09 20:23:01', 'Configurable Option Modified - '''' - Option Modified: ''256'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
472(372, '2017-03-09 20:23:01', 'Configurable Option Modified - '''' - Option Modified: ''512'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
473(373, '2017-03-09 20:23:01', 'Configurable Option Modified - '''' - Option Added: ''768'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
474(374, '2017-03-09 20:23:06', 'Configurable Option Modified - '''' - Option Added: ''1024'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
475(375, '2017-03-09 20:23:10', 'Configurable Option Modified - '''' - Option Added: ''1536'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
476(376, '2017-03-09 20:23:14', 'Configurable Option Modified - '''' - Option Added: ''2048'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
477(377, '2017-03-09 20:23:25', 'Configurable Option Modified - '''' - Option Added: ''2560'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
478(378, '2017-03-09 20:23:29', 'Configurable Option Modified - '''' - Option Added: ''3072'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
479(379, '2017-03-09 20:23:32', 'Configurable Option Modified - '''' - Option Added: ''3584'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
480(380, '2017-03-09 20:23:36', 'Configurable Option Modified - '''' - Option Added: ''4096'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
481(381, '2017-03-09 20:23:41', 'Configurable Option Modified - '''' - Option Added: ''4608'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
482(382, '2017-03-09 20:23:46', 'Configurable Option Modified - '''' - Option Added: ''5120'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
483(383, '2017-03-09 20:24:02', 'Configurable Option Modified - '''' - Option Added: ''5632'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
484(384, '2017-03-09 20:24:07', 'Configurable Option Modified - '''' - Option Added: ''6144'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
485(385, '2017-03-09 20:24:22', 'Configurable Option Modified - '''' - Option Added: ''6656'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
486(386, '2017-03-09 20:24:32', 'Configurable Option Modified - '''' - Option Added: ''7168'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
487(387, '2017-03-09 20:25:13', 'Configurable Option Modified - '''' - Option Added: ''7680'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
488(388, '2017-03-09 20:25:42', 'Configurable Option Modified - '''' - Option Added: ''8192'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
489(389, '2017-03-09 20:28:46', 'Configurable Option Pricing Modified: '''' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
490(390, '2017-03-09 20:30:48', 'Configurable Option Pricing Modified: '''' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
491(391, '2017-03-09 20:31:32', 'Configurable Option Pricing Modified: '''' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
492(392, '2017-03-09 20:31:38', 'Configurable Option Group Modified: ''Ram'' - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
493(393, '2017-03-09 20:32:06', 'Configurable Option Modified: Name Changed: '''' to Ram'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
494(394, '2017-03-09 20:32:06', 'Configurable Option Pricing Modified: ''Ram'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
495(395, '2017-03-09 20:32:28', 'Product Configuration Modified: Payment Type Modified: ''free'' to ''recurring''. Pricing Modified. Product ID: 16', 'Blake', 0, '5.65.77.224'),
496(396, '2017-03-09 20:32:58', 'Product Configuration Modified: Assigned Configurable Option Groups Modified. Product ID: 16', 'Blake', 0, '5.65.77.224'),
497(397, '2017-03-09 20:33:46', 'New Configurable Option Created: ''Slots'' - Group: - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
498(398, '2017-03-09 20:33:46', 'Configurable Option Modified: Type Changed: '''' to 4'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
499(399, '2017-03-09 20:33:46', 'Configurable Option Modified - ''Slots'' - Option Added: ''Slots'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
500(400, '2017-03-09 20:34:17', 'Configurable Option Group Modified: ''Ram'' - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
501(401, '2017-03-09 20:34:30', 'Configurable Option Modified: Name Changed: ''Slots'' to Dedicated IP'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
502(402, '2017-03-09 20:34:30', 'Configurable Option Modified: Type Changed: ''4'' to 3'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
503(403, '2017-03-09 20:34:30', 'Configurable Option Modified - ''Dedicated IP'' - Option Modified: ''Dedicated IP'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
504(404, '2017-03-09 20:34:34', 'Configurable Option Pricing Modified: ''Dedicated IP'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
505(405, '2017-03-09 20:36:51', 'Product Configuration Modified: Pricing Modified. Product ID: 16', 'Blake', 0, '5.65.77.224'),
506(406, '2017-03-09 20:37:47', 'Configurable Option Pricing Modified: ''Ram'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
507(407, '2017-03-09 20:38:33', 'Configurable Option Modified: Name Changed: ''Dedicated IP'' to Default Port'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
508(408, '2017-03-09 20:38:33', 'Configurable Option Modified - ''Default Port'' - Option Modified: ''Default Port'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
509(409, '2017-03-09 20:38:33', 'Configurable Option Pricing Modified: ''Default Port'' - Group: Ram - Option Group ID: 2', 'Blake', 0, '5.65.77.224'),
510(410, '2017-03-09 20:45:05', 'Added Credit - User ID: 2 - Amount: $1.00 USD', 'Blake', 2, '5.65.77.224'),
511(411, '2017-03-09 20:46:32', 'Product Configuration Modified: Game Slots Value Modified: '''' to ''ConfigOption:Ram''. Custom Field Created: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
512(412, '2017-03-09 20:46:47', 'Product Configuration Modified: Custom Field Modified: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
513(413, '2017-03-09 20:47:09', 'Product Configuration Modified: Game Datacenter Value Modified: '''' to ''CustomField:Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
514(414, '2017-03-09 20:48:04', 'New Order Placed - Order ID: 6 - User ID: 2', 'Blake', 2, '5.65.77.224'),
515(415, '2017-03-09 20:48:04', 'Created Invoice - Invoice ID: 6', 'Blake', 2, '5.65.77.224'),
516(416, '2017-03-09 20:48:04', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 6 - Amount: 1.00', 'Blake', 2, '5.65.77.224'),
517(417, '2017-03-09 20:48:06', 'Email Sent to blake shepherd (Customer Invoice) - User ID: 2', 'Blake', 2, '5.65.77.224'),
518(418, '2017-03-09 20:48:07', 'Email Sent to blake shepherd (WHMCS New Order Notification) ', 'Blake', 2, '5.65.77.224'),
519(419, '2017-03-09 20:48:07', 'Email Sent to blake shepherd (Order Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
520(420, '2017-03-09 20:48:08', 'Invoice Marked Paid - Invoice ID: 6', 'Blake', 2, '5.65.77.224'),
521(421, '2017-03-09 20:48:08', 'Email Sent to blake shepherd (Invoice Payment Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
522(422, '2017-03-09 20:48:08', 'Running Module Create on Payment', 'Blake', 2, '5.65.77.224'),
523(423, '2017-03-09 20:48:08', 'Module Create Failed - Service ID: 5 - Error: Curl error: Couldn''t resolve host ''http:'' Url: http://http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
524(424, '2017-03-09 20:48:37', 'Running Module Create on Accept Pending Order', 'Blake', 2, '5.65.77.224'),
525(425, '2017-03-09 20:48:38', 'Module Create Failed - Service ID: 5 - Error: Curl error: Couldn''t resolve host ''http:'' Url: http://http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
526(426, '2017-03-09 20:48:51', 'Server Modified: ''TCAdmin'' - Changes: Hostname Modified: ''http://tca.featurednetwork.co.uk:8880'' to ''tca.featurednetwork.co.uk:8880'' - Server ID: 2', 'Blake', 2, '5.65.77.224'),
527(427, '2017-03-09 20:48:53', 'Running Module Create on Accept Pending Order', 'Blake', 2, '5.65.77.224'),
528(428, '2017-03-09 20:49:56', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
529(429, '2017-03-09 20:50:28', 'Modified Product/Service - Username changed from to usert - User ID: 2 - Service ID: 5', 'Blake', 2, '5.65.77.224'),
530(430, '2017-03-09 20:50:44', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
531(431, '2017-03-09 20:51:25', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
532(432, '2017-03-09 20:51:36', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
533(433, '2017-03-09 20:53:45', 'Product Configuration Modified: Custom Field Created: ''Username''. Product ID: 16', 'Blake', 2, '5.65.77.224'),
534(434, '2017-03-09 20:54:05', 'Product Configuration Modified: Custom Field Created: ''Password''. Product ID: 16', 'Blake', 2, '5.65.77.224'),
535(435, '2017-03-09 20:55:08', 'Server Modified: ''TCAdmin'' - Changes: IP Address Modified: ''tca.featurednetwork.co.uk:8880'' to ''193.70.107.62:8880''. Assigned IP Addresses Modified. Primary Nameserver Modified: ''ns1.relegationlive.com'' to ''''. Primary Nameserver IP Modified: ''107.178.115.99'' to ''''. Secondary Nameserver Modified: ''ns1.relegationlive.com'' to ''''. Secondary Nameserver IP Modified: ''107.178.115.100'' to '''' - Server ID: 2', 'Blake', 2, '5.65.77.224'),
536(436, '2017-03-09 20:56:20', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
537(437, '2017-03-09 20:57:36', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
538(438, '2017-03-09 20:58:35', 'Server Modified: ''TCAdmin'' - Changes: Hostname Modified: ''tca.featurednetwork.co.uk:8880'' to ''193.70.107.62:8880'' - Server ID: 2', 'Blake', 2, '5.65.77.224'),
539(439, '2017-03-09 20:59:43', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://193.70.107.62:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
540(440, '2017-03-09 21:00:48', 'Admin User ''Thomas'' with role Full Administrator created', 'Blake', 2, '5.65.77.224'),
541(441, '2017-03-09 21:01:06', 'Failed Admin Login Attempt - Username: Thomas', 'System', 0, '193.0.159.14'),
542(442, '2017-03-09 21:01:14', 'Failed Admin Login Attempt - Username: Thomas', 'System', 0, '193.0.159.14'),
543(443, '2017-03-09 21:01:37', 'Failed Admin Login Attempt - Username: Thomas', 'System', 0, '193.0.159.14'),
544(444, '2017-03-09 21:01:53', 'IP Ban Removed: 193.0.159.14', 'Blake', 2, '5.65.77.224'),
545(445, '2017-03-09 21:04:09', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://193.70.107.62:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
546(446, '2017-03-09 21:04:12', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
547(447, '2017-03-09 21:05:16', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://193.70.107.62:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
548(448, '2017-03-09 21:11:26', 'Server Modified: ''TCAdmin'' - Changes: Password Modified - Server ID: 2', 'Blake', 2, '5.65.77.224'),
549(449, '2017-03-09 21:11:35', 'Running Module Create on Accept Pending Order', 'Blake', 2, '5.65.77.224'),
550(450, '2017-03-09 21:12:38', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://193.70.107.62:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
551(451, '2017-03-09 21:13:43', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://193.70.107.62:8880/billingapi.aspx', 'Blake', 2, '5.65.77.224'),
552(452, '2017-03-09 21:15:43', 'Server Modified: ''TCAdmin'' - Changes: Hostname Modified: ''193.70.107.62:8880'' to ''tca.featurednetwork.co.uk:8880''. Assigned IP Addresses Modified. Maximum No. of Accounts Modified: ''200'' to ''0''. Password Modified - Server ID: 2', 'Thomas', 0, '193.0.159.14'),
553(453, '2017-03-09 21:16:01', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
554(454, '2017-03-09 21:16:06', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
555(455, '2017-03-09 21:17:04', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
556(456, '2017-03-09 21:17:09', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
557(457, '2017-03-09 21:17:16', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
558(458, '2017-03-09 21:17:27', 'Server Modified: ''TCAdmin'' - Changes: Datacenter/NOC Modified: '''' to ''1'' - Server ID: 2', 'Thomas', 0, '193.0.159.14'),
559(459, '2017-03-09 21:20:06', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
560(460, '2017-03-09 21:22:49', 'Product Configuration Modified: Config File Value Modified: '''' to ''default_values.php''. Product ID: 16', 'Thomas', 0, '193.0.159.14'),
561(461, '2017-03-09 21:22:58', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
562(462, '2017-03-09 21:23:00', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
563(463, '2017-03-09 21:24:01', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
564(464, '2017-03-09 21:24:03', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
565(465, '2017-03-09 21:24:09', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
566(466, '2017-03-09 21:25:19', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
567(467, '2017-03-09 21:27:00', 'Running Module Create on Accept Pending Order', 'Thomas', 0, '193.0.159.14'),
568(468, '2017-03-09 21:28:03', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
569(469, '2017-03-09 21:28:18', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
570(470, '2017-03-09 21:32:18', 'Server Modified: ''TCAdmin'' - Changes: Datacenter/NOC Modified: ''1'' to ''''. Maximum No. of Accounts Modified: ''0'' to ''250'' - Server ID: 2', 'Thomas', 0, '193.0.159.14'),
571(471, '2017-03-09 21:34:11', 'Product Configuration Modified: Custom Field Deleted: '''' - Product ID: 16', 'Thomas', 0, '193.0.159.14'),
572(472, '2017-03-09 21:34:15', 'Product Configuration Modified: Custom Field Deleted: '''' - Product ID: 16', 'Thomas', 0, '193.0.159.14'),
573(473, '2017-03-09 21:34:19', 'Product Configuration Modified: Custom Field Deleted: '''' - Product ID: 16', 'Thomas', 0, '193.0.159.14'),
574(474, '2017-03-09 21:34:37', 'Module Create Failed - Service ID: 5 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 2, '193.0.159.14'),
575(475, '2017-03-09 21:34:42', 'Product Configuration Modified: Custom Field Created: ''Location''. Product ID: 16', 'Thomas', 0, '193.0.159.14'),
576(476, '2017-03-09 21:36:16', 'Created Client Thomas Smith - User ID: 5', 'Thomas', 0, '193.0.159.14'),
577(477, '2017-03-09 21:36:16', 'Email Sent to Thomas Smith (Confirm Your Registration) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
578(478, '2017-03-09 21:36:41', 'Added Credit - User ID: 5 - Amount: $1.00 USD', 'Thomas', 5, '193.0.159.14'),
579(479, '2017-03-09 21:37:57', 'New Order Placed - Order ID: 7 - User ID: 5', 'Thomas', 5, '193.0.159.14'),
580(480, '2017-03-09 21:37:57', 'Created Invoice - Invoice ID: 7', 'Thomas', 5, '193.0.159.14'),
581(481, '2017-03-09 21:37:57', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 7 - Amount: 1.00', 'Thomas', 5, '193.0.159.14'),
582(482, '2017-03-09 21:37:58', 'Email Sent to Thomas Smith (Customer Invoice) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
583(483, '2017-03-09 21:37:58', 'Email Sent to Thomas Smith (WHMCS New Order Notification) ', 'Thomas', 5, '193.0.159.14'),
584(484, '2017-03-09 21:37:58', 'Email Sent to Thomas Smith (Order Confirmation) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
585(485, '2017-03-09 21:37:58', 'Invoice Marked Paid - Invoice ID: 7', 'Thomas', 5, '193.0.159.14'),
586(486, '2017-03-09 21:37:59', 'Email Sent to Thomas Smith (Invoice Payment Confirmation) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
587(487, '2017-03-09 21:37:59', 'Running Module Create on Payment', 'Thomas', 5, '193.0.159.14'),
588(488, '2017-03-09 21:39:02', 'Module Create Failed - Service ID: 6 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 5, '193.0.159.14'),
589(489, '2017-03-09 21:40:19', 'Module Create Failed - Service ID: 6 - Error: Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 'Thomas', 5, '193.0.159.14'),
590(490, '2017-03-09 22:03:34', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
591(491, '2017-03-09 22:03:35', 'Module Create Failed - Service ID: 6 - Error: System.Exception: ACCESS DENIED. IP: 107.178.115.98. Wrong password for admin.\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
592(492, '2017-03-09 22:03:56', 'Server Modified: ''TCAdmin'' - Changes: Password Modified - Server ID: 2', 'Blake', 0, '5.65.77.224'),
593(493, '2017-03-09 22:04:03', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
594(494, '2017-03-09 22:04:05', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentOutOfRangeException: Value ''UK'' for game_datacenter is not valid. It must be numeric.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
595(495, '2017-03-09 22:04:21', 'Product Configuration Modified: Custom Field Modified: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
596(496, '2017-03-09 22:04:26', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
597(497, '2017-03-09 22:04:27', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentOutOfRangeException: Value ''UK'' for game_datacenter is not valid. It must be numeric.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
598(498, '2017-03-09 22:04:41', 'Product Configuration Modified: Game Datacenter Value Modified: ''CustomField:Location'' to ''''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
599(499, '2017-03-09 22:04:47', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
600(500, '2017-03-09 22:04:48', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
601(501, '2017-03-09 22:05:04', 'Product Configuration Modified: Custom Field Modified: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
602(502, '2017-03-09 22:05:14', 'Product Configuration Modified: Game Datacenter Value Modified: '''' to ''CustomField:Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
603(503, '2017-03-09 22:05:28', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentOutOfRangeException: Value ''UK'' for game_datacenter is not valid. It must be numeric.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
604(504, '2017-03-09 22:06:33', 'Product Configuration Modified: Custom Field Modified: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
605(505, '2017-03-09 22:06:56', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentOutOfRangeException: Value ''UK'' for game_datacenter is not valid. It must be numeric.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
606(506, '2017-03-09 22:07:38', 'Product Configuration Modified: Custom Field Modified: ''Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
607(507, '2017-03-09 22:07:45', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentOutOfRangeException: Value ''UK'' for game_datacenter is not valid. It must be numeric.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
608(508, '2017-03-09 22:08:01', 'Configurable Option Group Created: ''Location'' - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
609(509, '2017-03-09 22:08:33', 'New Configurable Option Created: ''Location'' - Group: - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
610(510, '2017-03-09 22:08:33', 'Configurable Option Modified: Type Changed: '''' to 1'' - Group: Location - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
611(511, '2017-03-09 22:08:33', 'Configurable Option Modified - ''Location'' - Option Added: ''1| UK'' - Group: Location - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
612(512, '2017-03-09 22:08:37', 'Configurable Option Modified - ''Location'' - Option Added: ''2| UK'' - Group: Location - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
613(513, '2017-03-09 22:09:09', 'Configurable Option Group Modified: ''Location'' - Option Group ID: 3', 'Blake', 0, '5.65.77.224'),
614(514, '2017-03-09 22:09:28', 'Product Configuration Modified: Custom Field Deleted: '''' - Product ID: 16', 'Blake', 0, '5.65.77.224'),
615(515, '2017-03-09 22:09:38', 'Product Configuration Modified: Game Datacenter Value Modified: ''CustomField:Location'' to ''ConfigOption:Location''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
616(516, '2017-03-09 22:09:57', 'Product Configuration Modified: Config File Value Modified: ''default_values.php'' to ''''. Product ID: 16', 'Blake', 0, '5.65.77.224'),
617(517, '2017-03-09 22:10:05', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
618(518, '2017-03-09 22:10:06', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
619(519, '2017-03-09 22:10:35', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
620(520, '2017-03-09 22:10:36', 'Module Create Failed - Service ID: 6 - Error: System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 5, '5.65.77.224'),
621(521, '2017-03-09 22:10:57', 'Running Module Create on Accept Pending Order', 'Blake', 0, '5.65.77.224'),
622(522, '2017-03-09 22:11:01', 'Module Create Successful - Service ID: 6', 'Blake', 5, '5.65.77.224'),
623(523, '2017-03-09 22:11:01', 'Email Sent to Thomas Smith (New Account Information) - User ID: 5', 'Blake', 5, '5.65.77.224'),
624(524, '2017-03-09 22:11:01', 'Order Accepted - Order ID: 7', 'Blake', 5, '5.65.77.224'),
625(525, '2017-03-09 22:11:06', 'Configurable Option Modified - ''Location'' - Option Modified: ''2| US'' - Group: Location - Option Group ID: 3', 'Thomas', 0, '193.0.159.14'),
626(526, '2017-03-09 22:11:11', 'Configurable Option Group Modified: ''Location'' - Option Group ID: 3', 'Thomas', 0, '193.0.159.14'),
627(527, '2017-03-09 22:13:22', 'New Order Placed - Order ID: 8 - User ID: 1', 'Blake', 1, '5.65.77.224'),
628(528, '2017-03-09 22:13:22', 'Created Invoice - Invoice ID: 8', 'Blake', 1, '5.65.77.224'),
629(529, '2017-03-09 22:13:22', 'Invoice Marked Paid - Invoice ID: 8', 'Blake', 1, '5.65.77.224'),
630(530, '2017-03-09 22:13:22', 'Email Sent to cody lewis (Invoice Payment Confirmation) - User ID: 1', 'Blake', 1, '5.65.77.224'),
631(531, '2017-03-09 22:13:22', 'Running Module Create on Payment', 'Blake', 1, '5.65.77.224'),
632(532, '2017-03-09 22:13:24', 'Module Create Successful - Service ID: 7', 'Blake', 1, '5.65.77.224'),
633(533, '2017-03-09 22:13:24', 'Email Sent to cody lewis (New Account Information) - User ID: 1', 'Blake', 1, '5.65.77.224'),
634(534, '2017-03-09 22:13:25', 'Email Sent to cody lewis (Customer Invoice) - User ID: 1', 'Blake', 1, '5.65.77.224'),
635(535, '2017-03-09 22:13:25', 'Email Sent to cody lewis (WHMCS New Order Notification) ', 'Blake', 1, '5.65.77.224'),
636(536, '2017-03-09 22:13:25', 'Email Sent to cody lewis (Order Confirmation) - User ID: 1', 'Blake', 1, '5.65.77.224'),
637(537, '2017-03-09 22:13:28', 'Order Accepted - Order ID: 8', 'Blake', 1, '5.65.77.224'),
638(538, '2017-03-09 22:16:23', 'Running Module Terminate on Order Cancel', 'Blake', 0, '5.65.77.224'),
639(539, '2017-03-09 22:16:31', 'Module Terminate Successful - Service ID: 7', 'Blake', 1, '5.65.77.224'),
640(540, '2017-03-09 22:16:31', 'Order Status set to Cancelled - Order ID: 8', 'Blake', 1, '5.65.77.224'),
641(541, '2017-03-09 22:16:31', 'Running Module Terminate on Order Cancel', 'Blake', 0, '5.65.77.224'),
642(542, '2017-03-09 22:16:32', 'Module Terminate Failed - Service ID: 6 - Error: Service with billing id 6 does not exist', 'Blake', 5, '5.65.77.224'),
643(543, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 7', 'Blake', 5, '5.65.77.224'),
644(544, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 6', 'Blake', 2, '5.65.77.224'),
645(545, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 5', 'Blake', 4, '5.65.77.224'),
646(546, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 4', 'Blake', 4, '5.65.77.224'),
647(547, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 3', 'Blake', 3, '5.65.77.224'),
648(548, '2017-03-09 22:16:32', 'Order Status set to Cancelled - Order ID: 1', 'Blake', 2, '5.65.77.224'),
649(549, '2017-03-09 22:16:55', 'New Order Placed - Order ID: 9 - User ID: 5', 'Blake', 5, '5.65.77.224'),
650(550, '2017-03-09 22:16:55', 'Created Invoice - Invoice ID: 9', 'Blake', 5, '5.65.77.224'),
651(551, '2017-03-09 22:16:55', 'Invoice Marked Paid - Invoice ID: 9', 'Blake', 5, '5.65.77.224'),
652(552, '2017-03-09 22:16:56', 'Email Sent to Thomas Smith (Invoice Payment Confirmation) - User ID: 5', 'Blake', 5, '5.65.77.224'),
653(553, '2017-03-09 22:16:56', 'Running Module Create on Payment', 'Blake', 5, '5.65.77.224'),
654(554, '2017-03-09 22:16:59', 'Module Create Successful - Service ID: 8', 'Blake', 5, '5.65.77.224'),
655(555, '2017-03-09 22:16:59', 'Email Sent to Thomas Smith (New Account Information) - User ID: 5', 'Blake', 5, '5.65.77.224'),
656(556, '2017-03-09 22:16:59', 'Email Sent to Thomas Smith (Customer Invoice) - User ID: 5', 'Blake', 5, '5.65.77.224'),
657(557, '2017-03-09 22:17:00', 'Email Sent to Thomas Smith (WHMCS New Order Notification) ', 'Blake', 5, '5.65.77.224'),
658(558, '2017-03-09 22:17:00', 'Email Sent to Thomas Smith (Order Confirmation) - User ID: 5', 'Blake', 5, '5.65.77.224'),
659(559, '2017-03-09 22:17:44', 'Modified Product/Service - Status changed from Active to Terminated - User ID: 5 - Service ID: 6', 'Thomas', 5, '193.0.159.14'),
660(560, '2017-03-09 22:18:00', 'Added Credit - User ID: 5 - Amount: $1.00 USD', 'Thomas', 5, '193.0.159.14'),
661(561, '2017-03-09 22:18:32', 'Running Module Terminate on Order Cancel', 'Blake', 0, '5.65.77.224'),
662(562, '2017-03-09 22:18:41', 'Module Terminate Successful - Service ID: 8', 'Blake', 5, '5.65.77.224'),
663(563, '2017-03-09 22:18:41', 'Order Status set to Cancelled - Order ID: 9', 'Blake', 5, '5.65.77.224'),
664(564, '2017-03-09 22:19:00', 'Added Credit - User ID: 5 - Amount: $999999999.00 USD', 'Thomas', 5, '193.0.159.14'),
665(565, '2017-03-09 22:19:39', 'New Order Placed - Order ID: 10 - User ID: 5', 'Thomas', 5, '193.0.159.14'),
666(566, '2017-03-09 22:19:39', 'Created Invoice - Invoice ID: 10', 'Thomas', 5, '193.0.159.14'),
667(567, '2017-03-09 22:19:39', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 10 - Amount: 14.00', 'Thomas', 5, '193.0.159.14'),
668(568, '2017-03-09 22:19:39', 'Email Sent to Thomas Smith (Customer Invoice) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
669(569, '2017-03-09 22:19:39', 'Email Sent to Thomas Smith (WHMCS New Order Notification) ', 'Thomas', 5, '193.0.159.14'),
670(570, '2017-03-09 22:19:39', 'Email Sent to Thomas Smith (Order Confirmation) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
671(571, '2017-03-09 22:19:40', 'Invoice Marked Paid - Invoice ID: 10', 'Thomas', 5, '193.0.159.14'),
672(572, '2017-03-09 22:19:40', 'Email Sent to Thomas Smith (Invoice Payment Confirmation) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
673(573, '2017-03-09 22:19:40', 'Running Module Create on Payment', 'Thomas', 5, '193.0.159.14'),
674(574, '2017-03-09 22:19:43', 'Module Create Successful - Service ID: 9', 'Thomas', 5, '193.0.159.14'),
675(575, '2017-03-09 22:19:44', 'Email Sent to Thomas Smith (New Account Information) - User ID: 5', 'Thomas', 5, '193.0.159.14'),
676(576, '2017-03-09 22:28:03', 'Module Create Successful - Service ID: 9', 'Blake', 5, '5.65.77.224'),
677(577, '2017-03-09 22:29:04', 'Module Change Password Successful - Service ID: 9', 'Blake', 5, '5.65.77.224'),
678(578, '2017-03-09 22:30:56', 'Created Client test account - User ID: 6', 'Blake', 0, '5.65.77.224'),
679(579, '2017-03-09 22:30:56', 'Email Sent to test account (Confirm Your Registration) - User ID: 6', 'Blake', 6, '5.65.77.224'),
680(580, '2017-03-09 22:31:16', 'Added Credit - User ID: 6 - Amount: $259000050.00 USD', 'Blake', 6, '5.65.77.224'),
681(581, '2017-03-09 22:32:02', 'New Order Placed - Order ID: 11 - User ID: 6', 'Blake', 6, '5.65.77.224'),
682(582, '2017-03-09 22:32:02', 'Created Invoice - Invoice ID: 11', 'Blake', 6, '5.65.77.224'),
683(583, '2017-03-09 22:32:02', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 11 - Amount: 1.00', 'Blake', 6, '5.65.77.224'),
684(584, '2017-03-09 22:32:02', 'Email Sent to test account (Customer Invoice) - User ID: 6', 'Blake', 6, '5.65.77.224'),
685(585, '2017-03-09 22:32:03', 'Email Sent to test account (WHMCS New Order Notification) ', 'Blake', 6, '5.65.77.224'),
686(586, '2017-03-09 22:32:03', 'Email Sent to test account (Order Confirmation) - User ID: 6', 'Blake', 6, '5.65.77.224'),
687(587, '2017-03-09 22:32:06', 'Invoice Marked Paid - Invoice ID: 11', 'Blake', 6, '5.65.77.224'),
688(588, '2017-03-09 22:32:06', 'Email Sent to test account (Invoice Payment Confirmation) - User ID: 6', 'Blake', 6, '5.65.77.224'),
689(589, '2017-03-09 22:32:06', 'Running Module Create on Payment', 'Blake', 6, '5.65.77.224'),
690(590, '2017-03-09 22:32:10', 'Module Create Successful - Service ID: 10', 'Blake', 6, '5.65.77.224'),
691(591, '2017-03-09 22:32:11', 'Email Sent to test account (New Account Information) - User ID: 6', 'Blake', 6, '5.65.77.224'),
692(592, '2017-03-09 22:36:06', 'Order Accepted - Order ID: 11', 'Blake', 6, '5.65.77.224'),
693(593, '2017-03-09 22:36:23', 'Module Terminate Successful - Service ID: 10', 'Blake', 6, '5.65.77.224'),
694(594, '2017-03-09 22:36:31', 'Module Create Successful - Service ID: 10', 'Blake', 6, '5.65.77.224'),
695(595, '2017-03-09 22:43:11', 'Module Change Password Successful - Service ID: 10', 'Blake', 6, '5.65.77.224'),
696(596, '2017-03-09 22:50:21', 'Module Terminate Successful - Service ID: 10', 'Thomas', 6, '193.0.159.14'),
697(597, '2017-03-09 22:50:42', 'Module Create Successful - Service ID: 10', 'Thomas', 6, '193.0.159.14'),
698(598, '2017-03-09 23:02:07', 'Module Terminate Successful - Service ID: 10', 'Thomas', 6, '193.0.159.14'),
699(599, '2017-03-09 23:02:16', 'Module Create Successful - Service ID: 10', 'Thomas', 6, '193.0.159.14'),
700(600, '2017-03-09 23:02:37', 'General Settings Modified. Changes made: Maintenance Mode Enabled.', 'Blake', 6, '5.65.77.224'),
701(601, '2017-03-09 23:46:48', 'General Settings Modified. Changes made: Maintenance Mode Disabled.', 'Blake', 0, '5.65.77.224'),
702(602, '2017-03-09 23:48:44', 'Module Terminate Successful - Service ID: 9', 'Blake', 5, '5.65.77.224'),
703(603, '2017-03-09 23:48:53', 'Module Create Successful - Service ID: 9', 'Blake', 5, '5.65.77.224'),
704(604, '2017-03-09 23:51:37', 'Module Terminate Successful - Service ID: 9', 'Blake', 5, '5.65.77.224'),
705(605, '2017-03-09 23:51:56', 'Module Terminate Successful - Service ID: 10', 'Blake', 6, '5.65.77.224'),
706(606, '2017-03-09 23:52:17', 'Client Status changed to Closed - User ID: 6', 'Blake', 6, '5.65.77.224'),
707(607, '2017-03-10 00:05:25', 'Module Create Failed - Service ID: 5 - Error: System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 2, '5.65.77.224'),
708(608, '2017-03-10 00:06:15', 'Module Create Failed - Service ID: 5 - Error: System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 'Blake', 2, '5.65.77.224'),
709(609, '2017-03-10 00:06:38', 'New Order Placed - Order ID: 12 - User ID: 2', 'Blake', 2, '5.65.77.224'),
710(610, '2017-03-10 00:06:38', 'Created Invoice - Invoice ID: 12', 'Blake', 2, '5.65.77.224'),
711(611, '2017-03-10 00:06:38', 'Invoice Marked Paid - Invoice ID: 12', 'Blake', 2, '5.65.77.224'),
712(612, '2017-03-10 00:06:40', 'Email Sent to blake shepherd (Invoice Payment Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
713(613, '2017-03-10 00:06:40', 'Running Module Create on Payment', 'Blake', 2, '5.65.77.224'),
714(614, '2017-03-10 00:06:45', 'Module Create Successful - Service ID: 11', 'Blake', 2, '5.65.77.224'),
715(615, '2017-03-10 00:06:45', 'Email Sent to blake shepherd (New Account Information) - User ID: 2', 'Blake', 2, '5.65.77.224'),
716(616, '2017-03-10 00:06:46', 'Email Sent to blake shepherd (Customer Invoice) - User ID: 2', 'Blake', 2, '5.65.77.224'),
717(617, '2017-03-10 00:06:46', 'Email Sent to blake shepherd (WHMCS New Order Notification) ', 'Blake', 2, '5.65.77.224'),
718(618, '2017-03-10 00:06:46', 'Email Sent to blake shepherd (Order Confirmation) - User ID: 2', 'Blake', 2, '5.65.77.224'),
719(619, '2017-03-10 00:32:55', 'General Settings Modified. Changes made: Domain Changed from ''https://featurednetwork.co.uk/'' to ''http://featurednetwork.co.uk/''.', 'Blake', 2, '5.65.77.224'),
720(620, '2017-03-10 00:33:17', 'General Settings Modified. Changes made: System URL Changed from ''https://featurednetwork.co.uk/'' to ''http://featurednetwork.co.uk/''.', 'Blake', 2, '5.65.77.224'),
721(621, '2017-03-10 00:33:38', 'Failed Login Attempt - User ID: 2', 'System', 2, '5.65.77.224'),
722(622, '2017-03-10 00:33:51', 'Failed Login Attempt - User ID: 2', 'System', 2, '5.65.77.224'),
723(623, '2017-03-10 00:34:08', 'Failed Login Attempt - User ID: 2', 'System', 2, '5.65.77.224'),
724(624, '2017-03-10 12:16:38', 'Email Sent to cody lewis (Confirm Your Registration) - User ID: 1', 'Client', 1, '64.71.171.45'),
725(625, '2017-03-10 14:39:40', 'Server Created: ''whmcs'' - Server ID: 3', 'Blake', 0, '195.194.248.2'),
726(626, '2017-03-10 14:40:01', 'Server Modified: ''WHMCS'' - Changes: Name Modified: ''whmcs'' to ''WHMCS'' - Server ID: 3', 'Blake', 0, '195.194.248.2'),
727(627, '2017-03-10 16:32:16', 'Failed Admin Login Attempt - IP: 5.65.77.224', 'System', 0, '5.65.77.224');
728INSERT INTO `tblactivitylog` (`id`, `date`, `description`, `user`, `userid`, `ipaddr`) VALUES
729(628, '2017-03-10 18:50:54', 'Client Profile Modified - First Name: ''test'' to ''Demo'', Last Name: ''account'' to '''', Company Name: ''fake'' to '''', Email Address: ''domain@fakemyass.com'' to ''demo@featurednetwork.co.uk'', Address 1: ''no where'' to '''', Address 2: ''Middle'' to '''', City: ''of'' to '''', State: ''Alabama'' to '''', Postcode: ''111 111'' to '''', Phone Number: ''00000000'' to '''', Security Question Answer Changed, Status: ''Closed'' to ''Active'' - User ID: 6', 'Blake', 6, '5.65.77.224'),
730(629, '2017-03-10 18:50:59', 'Client Profile Modified - Password Changed - User ID: 6', 'Blake', 6, '5.65.77.224'),
731(630, '2017-03-10 20:45:50', 'New Order Placed - Order ID: 13 - User ID: 1', 'Client', 1, '64.71.171.45'),
732(631, '2017-03-10 20:45:50', 'Created Invoice - Invoice ID: 13', 'Client', 1, '64.71.171.45'),
733(632, '2017-03-10 20:45:52', 'Email Sent to cody lewis (Customer Invoice) - User ID: 1', 'Client', 1, '64.71.171.45'),
734(633, '2017-03-10 20:45:53', 'Email Sent to cody lewis (WHMCS New Order Notification) ', 'Client', 1, '64.71.171.45'),
735(634, '2017-03-10 20:45:53', 'Email Sent to cody lewis (Order Confirmation) - User ID: 1', 'Client', 1, '64.71.171.45'),
736(635, '2017-03-11 01:35:22', 'Added Credit - User ID: 1 - Amount: $2.00 USD', 'Blake', 1, '5.65.77.224'),
737(636, '2017-03-11 01:36:52', 'Deleted Product/Service - User ID: 1 - Service ID: 12', 'Blake', 1, '5.65.77.224'),
738(637, '2017-03-11 01:37:00', 'Deleted Product/Service - User ID: 1 - Service ID: 7', 'Blake', 1, '5.65.77.224'),
739(638, '2017-03-11 01:38:06', 'Added Credit - User ID: 1 - Amount: $8.00 USD', 'Blake', 1, '5.65.77.224'),
740(639, '2017-03-11 01:39:27', 'New Order Placed - Order ID: 14 - User ID: 1', 'Client', 1, '64.71.171.64'),
741(640, '2017-03-11 01:39:27', 'Created Invoice - Invoice ID: 14', 'Client', 1, '64.71.171.64'),
742(641, '2017-03-11 01:39:27', 'Credit Automatically Applied at Invoice Creation - Invoice ID: 14 - Amount: 10.00', 'Client', 1, '64.71.171.64'),
743(642, '2017-03-11 01:39:29', 'Email Sent to cody lewis (Customer Invoice) - User ID: 1', 'Client', 1, '64.71.171.64'),
744(643, '2017-03-11 01:39:29', 'Email Sent to cody lewis (WHMCS New Order Notification) ', 'Client', 1, '64.71.171.64'),
745(644, '2017-03-11 01:39:30', 'Email Sent to cody lewis (Order Confirmation) - User ID: 1', 'Client', 1, '64.71.171.64'),
746(645, '2017-03-11 01:39:31', 'Invoice Marked Paid - Invoice ID: 14', 'Client', 1, '64.71.171.64'),
747(646, '2017-03-11 01:39:31', 'Email Sent to cody lewis (Invoice Payment Confirmation) - User ID: 1', 'Client', 1, '64.71.171.64'),
748(647, '2017-03-11 01:39:31', 'Running Module Create on Payment', 'Client', 1, '64.71.171.64'),
749(648, '2017-03-11 01:39:33', 'Module Create Failed - Service ID: 13 - Error: No user name supplied: "username" is a required argument.', 'Client', 1, '64.71.171.64'),
750(649, '2017-03-11 01:39:54', 'Modified Invoice Options - Invoice ID: 13', 'Blake', 1, '5.65.77.224'),
751(650, '2017-03-11 01:41:01', 'Modified Product/Service - Domain changed from to coderfactions.featurednetwork.co.uk - User ID: 1 - Service ID: 13', 'Blake', 1, '5.65.77.224'),
752(651, '2017-03-11 01:41:30', 'Module Create Successful - Service ID: 13', 'Blake', 1, '5.65.77.224'),
753(652, '2017-03-11 01:42:40', 'Order Accepted - Order ID: 14', 'Blake', 1, '5.65.77.224'),
754(653, '2017-03-11 01:44:52', 'Modified Product/Service - Domain changed from coderfactions.featurednetwork.co.uk to coderfactions.relegationlive.com - User ID: 1 - Service ID: 13', 'Blake', 1, '5.65.77.224'),
755(654, '2017-03-11 01:45:06', 'Module Terminate Successful - Service ID: 13', 'Blake', 1, '5.65.77.224'),
756(655, '2017-03-11 01:45:09', 'Application Link Provisioning returned the following warnings: API failure: You do not have access to an account named “coderfacâ€Â. XIDs: g7f96b, mkua7z, cy9gyf, kykuch, e2zva4 and 10 more.', 'Blake', 0, '5.65.77.224'),
757(656, '2017-03-11 01:45:19', 'Module Create Successful - Service ID: 13', 'Blake', 1, '5.65.77.224'),
758(657, '2017-03-11 09:12:56', 'Created Client Mezy Mods - User ID: 7', 'System', 0, '199.212.87.88'),
759(658, '2017-03-11 09:12:57', 'Email Sent to Mezy Mods (Confirm Your Registration) - User ID: 7', 'System', 7, '199.212.87.88'),
760(659, '2017-03-11 09:45:11', 'Failed Login Attempt - User ID: 7', 'System', 7, '199.212.87.88'),
761(660, '2017-03-11 09:46:21', 'New Order Placed - Order ID: 15 - User ID: 7', 'Client', 7, '199.212.87.88'),
762(661, '2017-03-11 09:46:21', 'Created Invoice - Invoice ID: 15', 'Client', 7, '199.212.87.88'),
763(662, '2017-03-11 09:46:23', 'Email Sent to Mezy Mods (Customer Invoice) - User ID: 7', 'Client', 7, '199.212.87.88'),
764(663, '2017-03-11 09:46:23', 'Email Sent to Mezy Mods (WHMCS New Order Notification) ', 'Client', 7, '199.212.87.88'),
765(664, '2017-03-11 09:46:23', 'Email Sent to Mezy Mods (Order Confirmation) - User ID: 7', 'Client', 7, '199.212.87.88'),
766(665, '2017-03-11 09:47:28', 'WHOIS Lookup Error for ''nigger.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
767(666, '2017-03-11 09:47:28', 'WHOIS Lookup Error for ''nigger.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
768(667, '2017-03-11 09:47:28', 'WHOIS Lookup Error for ''nigger.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
769(668, '2017-03-11 09:48:06', 'WHOIS Lookup Error for ''Modder.relegationlive.com'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
770(669, '2017-03-11 09:48:06', 'WHOIS Lookup Error for ''Modder.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
771(670, '2017-03-11 09:48:06', 'WHOIS Lookup Error for ''Modder.featurednetwork.co.uk'': extension not listed in /resources/domains/dist.whois.json or /resources/domains/whois.json', 'Client', 7, '199.212.87.88'),
772(671, '2017-03-11 11:37:24', 'General Settings Modified. Changes made: Domain Changed from ''http://featurednetwork.co.uk/'' to ''https://featurednetwork.co.uk/''. System URL Changed from ''http://featurednetwork.co.uk/'' to ''https://featurednetwork.co.uk/''.', 'Blake', 2, '5.65.77.224');
773
774-- --------------------------------------------------------
775
776--
777-- Table structure for table `tbladdonmodules`
778--
779
780CREATE TABLE IF NOT EXISTS `tbladdonmodules` (
781 `module` text COLLATE utf8_unicode_ci NOT NULL,
782 `setting` text COLLATE utf8_unicode_ci NOT NULL,
783 `value` text COLLATE utf8_unicode_ci NOT NULL
784) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
785
786-- --------------------------------------------------------
787
788--
789-- Table structure for table `tbladdons`
790--
791
792CREATE TABLE IF NOT EXISTS `tbladdons` (
793 `id` int(10) NOT NULL AUTO_INCREMENT,
794 `packages` text COLLATE utf8_unicode_ci NOT NULL,
795 `name` text COLLATE utf8_unicode_ci NOT NULL,
796 `description` text COLLATE utf8_unicode_ci NOT NULL,
797 `billingcycle` text COLLATE utf8_unicode_ci NOT NULL,
798 `tax` text COLLATE utf8_unicode_ci NOT NULL,
799 `showorder` text COLLATE utf8_unicode_ci NOT NULL,
800 `downloads` text COLLATE utf8_unicode_ci NOT NULL,
801 `autoactivate` text COLLATE utf8_unicode_ci NOT NULL,
802 `suspendproduct` text COLLATE utf8_unicode_ci NOT NULL,
803 `welcomeemail` int(10) NOT NULL,
804 `weight` int(2) NOT NULL DEFAULT '0',
805 PRIMARY KEY (`id`),
806 KEY `name` (`name`(32))
807) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
808
809-- --------------------------------------------------------
810
811--
812-- Table structure for table `tbladminlog`
813--
814
815CREATE TABLE IF NOT EXISTS `tbladminlog` (
816 `id` int(10) NOT NULL AUTO_INCREMENT,
817 `adminusername` text COLLATE utf8_unicode_ci NOT NULL,
818 `logintime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
819 `logouttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
820 `ipaddress` text COLLATE utf8_unicode_ci NOT NULL,
821 `sessionid` text COLLATE utf8_unicode_ci NOT NULL,
822 `lastvisit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
823 PRIMARY KEY (`id`),
824 KEY `logouttime` (`logouttime`)
825) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=56 ;
826
827--
828-- Dumping data for table `tbladminlog`
829--
830
831INSERT INTO `tbladminlog` (`id`, `adminusername`, `logintime`, `logouttime`, `ipaddress`, `sessionid`, `lastvisit`) VALUES
832(1, 'Blake', '2017-03-08 17:48:32', '2017-03-08 18:28:08', '5.65.77.224', '29jln848kfh5nt60eeigir0uj4', '2017-03-08 18:28:08'),
833(2, 'Blake', '2017-03-08 18:31:00', '2017-03-08 18:33:33', '5.65.77.224', '899e8r3f312glhsp6t92mo7ar3', '2017-03-08 18:33:33'),
834(3, 'Blake', '2017-03-08 19:07:13', '2017-03-08 20:11:27', '5.65.77.224', '899e8r3f312glhsp6t92mo7ar3', '2017-03-08 20:11:27'),
835(4, 'Blake', '2017-03-08 20:39:19', '2017-03-08 20:39:22', '5.65.77.224', '899e8r3f312glhsp6t92mo7ar3', '2017-03-08 20:39:22'),
836(5, 'Blake', '2017-03-08 20:59:33', '2017-03-08 20:59:53', '5.65.77.224', '899e8r3f312glhsp6t92mo7ar3', '2017-03-08 20:59:53'),
837(6, 'Blake', '2017-03-08 21:15:28', '2017-03-08 22:16:16', '5.65.77.224', '899e8r3f312glhsp6t92mo7ar3', '2017-03-08 22:16:16'),
838(7, 'Hazza2235', '2017-03-08 22:07:25', '2017-03-08 22:17:44', '109.144.214.218', '3v0iiaks4pf22hgu781mvgdkl0', '2017-03-08 22:17:44'),
839(8, 'Blake', '2017-03-08 22:16:23', '2017-03-08 22:44:24', '5.65.77.224', 'g90teeaqm1e3pn9iasbjb4qnc4', '2017-03-08 22:44:24'),
840(9, 'Blake', '2017-03-08 22:52:38', '2017-03-08 22:54:58', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-08 22:54:58'),
841(10, 'Blake', '2017-03-08 23:26:51', '2017-03-08 23:45:38', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-08 23:45:38'),
842(11, 'Blake', '2017-03-09 00:02:18', '2017-03-09 00:02:18', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-09 00:02:18'),
843(12, 'Blake', '2017-03-09 00:56:39', '2017-03-09 00:56:43', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-09 00:56:43'),
844(13, 'Blake', '2017-03-09 07:50:57', '2017-03-09 08:03:04', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-09 08:03:04'),
845(14, 'Blake', '2017-03-09 08:33:35', '2017-03-09 08:33:35', '5.65.77.224', '2clgd8iqg46pn2vrehhe2u8rd7', '2017-03-09 08:33:35'),
846(15, 'Blake', '2017-03-09 15:39:09', '2017-03-09 15:41:56', '195.194.248.2', 'j0t0ufonm3snh90eovu2h2c8q2', '2017-03-09 15:41:56'),
847(16, 'Blake', '2017-03-09 17:56:42', '2017-03-09 18:25:58', '5.65.77.224', 'k2fqiagn0el3tga54ftcsigcr5', '2017-03-09 18:25:58'),
848(17, 'Blake', '2017-03-09 19:18:11', '2017-03-09 19:19:29', '5.65.77.224', 'k2fqiagn0el3tga54ftcsigcr5', '2017-03-09 19:19:29'),
849(18, 'Hazza2235', '2017-03-09 20:05:41', '2017-03-09 20:09:35', '109.144.209.231', 'jopn5ob60h9hrhppapmcudn026', '2017-03-09 20:09:35'),
850(19, 'Blake', '2017-03-09 20:07:08', '2017-03-09 20:45:06', '5.65.77.224', 'k2fqiagn0el3tga54ftcsigcr5', '2017-03-09 20:45:06'),
851(20, 'Hazza2235', '2017-03-09 20:35:49', '2017-03-09 20:35:49', '109.144.209.231', 'jopn5ob60h9hrhppapmcudn026', '2017-03-09 20:35:49'),
852(21, 'Blake', '2017-03-09 20:45:38', '2017-03-09 20:47:29', '5.65.77.224', 'kngc3iaq4hv4d8rfkc9sen9e54', '2017-03-09 20:47:29'),
853(22, 'Blake', '2017-03-09 20:48:21', '2017-03-09 21:47:06', '5.65.77.224', 'lcu7m2tv0mkrotfhfalok3itn3', '2017-03-09 21:47:06'),
854(23, 'Thomas', '2017-03-09 21:02:28', '2017-03-09 21:39:16', '193.0.159.14', '7h9jlc9rrfearrr6ctlcfkdpf7', '2017-03-09 21:39:16'),
855(24, 'Blake', '2017-03-09 22:03:29', '2017-03-09 22:31:16', '5.65.77.224', 'lcu7m2tv0mkrotfhfalok3itn3', '2017-03-09 22:31:16'),
856(25, 'Thomas', '2017-03-09 22:10:47', '2017-03-09 22:15:51', '193.0.159.14', 'ehvpkduo5jhmkt0j3rjth4kpj5', '2017-03-09 22:15:51'),
857(26, 'Thomas', '2017-03-09 22:16:55', '2017-03-09 22:18:00', '193.0.159.14', 'unsq0vj0ie6aq80klf2qk1lhr6', '2017-03-09 22:18:00'),
858(27, 'Thomas', '2017-03-09 22:18:51', '2017-03-09 22:21:21', '193.0.159.14', '3058kbcrql1fi5gvva4hpkcdf1', '2017-03-09 22:21:21'),
859(28, 'Blake', '2017-03-09 22:32:11', '2017-03-09 22:36:31', '5.65.77.224', 'ofrd71le871148afhrce62m804', '2017-03-09 22:36:31'),
860(29, 'Thomas', '2017-03-09 22:49:10', '0000-00-00 00:00:00', '193.0.159.14', '3058kbcrql1fi5gvva4hpkcdf1', '2017-03-09 23:02:17'),
861(30, 'Blake', '2017-03-09 22:53:51', '2017-03-09 23:04:17', '5.65.77.224', 'ofrd71le871148afhrce62m804', '2017-03-09 23:04:17'),
862(31, 'Blake', '2017-03-09 23:46:39', '2017-03-09 23:53:30', '5.65.77.224', 'ofrd71le871148afhrce62m804', '2017-03-09 23:53:30'),
863(32, 'Blake', '2017-03-10 00:05:13', '2017-03-10 00:07:00', '5.65.77.224', 'gc1nd8vo6e4eakbeop3717ei43', '2017-03-10 00:07:00'),
864(33, 'Blake', '2017-03-10 00:26:29', '2017-03-10 00:34:18', '5.65.77.224', 'c0jd9sbs98n7e96hqkmfqt5ko0', '2017-03-10 00:34:18'),
865(34, 'Blake', '2017-03-10 00:40:10', '2017-03-10 00:40:47', '5.65.77.224', 'g0or7jh0o2li02imp5j9nl4440', '2017-03-10 00:40:47'),
866(35, 'Blake', '2017-03-10 01:13:16', '2017-03-10 01:13:20', '5.65.77.224', 'vsgncclo6vmot07aa29fa5os24', '2017-03-10 01:13:20'),
867(36, 'Blake', '2017-03-10 08:15:33', '2017-03-10 08:15:49', '5.65.77.224', '17f9dkr8cemdo9pknma70g0l96', '2017-03-10 08:15:49'),
868(37, 'Hazza2235', '2017-03-10 13:41:15', '0000-00-00 00:00:00', '109.144.221.80', 'qli4d48tuk0ma1nnfgmgo9pp94', '2017-03-10 13:45:51'),
869(38, 'Blake', '2017-03-10 14:03:19', '2017-03-10 14:14:37', '195.194.248.2', 'fvbfuqgq3uqse2v2gaqf41hqm3', '2017-03-10 14:14:37'),
870(39, 'Blake', '2017-03-10 14:31:06', '2017-03-10 14:34:14', '195.194.248.2', 'fvbfuqgq3uqse2v2gaqf41hqm3', '2017-03-10 14:34:14'),
871(40, 'Blake', '2017-03-10 14:39:00', '2017-03-10 14:45:41', '195.194.248.2', 'n4rhillqu62vdn9gusmbqjh0r1', '2017-03-10 14:45:41'),
872(41, 'Blake', '2017-03-10 14:57:51', '2017-03-10 14:57:51', '195.194.248.2', 'vs6f9kroqt3eisu94m1cdbu503', '2017-03-10 14:57:51'),
873(42, 'Blake', '2017-03-10 15:17:52', '2017-03-10 15:21:55', '195.194.248.2', 'vs6f9kroqt3eisu94m1cdbu503', '2017-03-10 15:21:55'),
874(43, 'Blake', '2017-03-10 16:06:08', '2017-03-10 16:06:11', '195.194.248.2', '8v6lub4jmcdpv54487ijpq0fv3', '2017-03-10 16:06:11'),
875(44, 'Blake', '2017-03-10 16:32:23', '2017-03-10 16:32:44', '5.65.77.224', 'trngoo6l6cnea1lf74vj2qrdp4', '2017-03-10 16:32:44'),
876(45, 'Blake', '2017-03-10 17:53:37', '2017-03-10 18:02:03', '5.65.77.224', 'trngoo6l6cnea1lf74vj2qrdp4', '2017-03-10 18:02:03'),
877(46, 'Blake', '2017-03-10 18:18:48', '2017-03-10 18:24:31', '5.65.77.224', 'trngoo6l6cnea1lf74vj2qrdp4', '2017-03-10 18:24:31'),
878(47, 'Blake', '2017-03-10 18:50:13', '2017-03-10 19:10:26', '5.65.77.224', 'trngoo6l6cnea1lf74vj2qrdp4', '2017-03-10 19:10:26'),
879(48, 'Blake', '2017-03-10 19:25:37', '2017-03-10 19:25:37', '5.65.77.224', 'trngoo6l6cnea1lf74vj2qrdp4', '2017-03-10 19:25:37'),
880(49, 'Blake', '2017-03-10 21:35:49', '2017-03-10 21:35:57', '5.65.77.224', 'upf8d7tur0d6pghg48l7ntucf0', '2017-03-10 21:35:57'),
881(50, 'Blake', '2017-03-10 21:53:25', '2017-03-10 22:13:20', '5.65.77.224', 'upf8d7tur0d6pghg48l7ntucf0', '2017-03-10 22:13:20'),
882(51, 'Blake', '2017-03-10 22:44:35', '2017-03-10 22:44:35', '5.65.77.224', 'upf8d7tur0d6pghg48l7ntucf0', '2017-03-10 22:44:35'),
883(52, 'Blake', '2017-03-11 01:35:05', '2017-03-11 01:42:55', '5.65.77.224', '7smqti1vdhsb7c7rer94o3vck4', '2017-03-11 01:42:55'),
884(53, 'Blake', '2017-03-11 01:43:46', '2017-03-11 01:45:23', '5.65.77.224', 'p0s2r4114649hiut5iempd5r64', '2017-03-11 01:45:23'),
885(54, 'Blake', '2017-03-11 11:25:45', '0000-00-00 00:00:00', '5.65.77.224', 'oskvooiq6pvb0oscveba5e3u77', '2017-03-11 11:26:19'),
886(55, 'Blake', '2017-03-11 11:37:15', '0000-00-00 00:00:00', '5.65.77.224', 'ujpb8k4nqkahmuql93r5uhh7s1', '2017-03-11 11:37:25');
887
888-- --------------------------------------------------------
889
890--
891-- Table structure for table `tbladminperms`
892--
893
894CREATE TABLE IF NOT EXISTS `tbladminperms` (
895 `roleid` int(1) NOT NULL,
896 `permid` int(1) NOT NULL,
897 KEY `roleid_permid` (`roleid`,`permid`)
898) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
899
900--
901-- Dumping data for table `tbladminperms`
902--
903
904INSERT INTO `tbladminperms` (`roleid`, `permid`) VALUES
905(1, 1),
906(1, 2),
907(1, 3),
908(1, 4),
909(1, 5),
910(1, 6),
911(1, 7),
912(1, 8),
913(1, 9),
914(1, 10),
915(1, 11),
916(1, 12),
917(1, 13),
918(1, 14),
919(1, 15),
920(1, 16),
921(1, 17),
922(1, 18),
923(1, 19),
924(1, 20),
925(1, 21),
926(1, 22),
927(1, 23),
928(1, 24),
929(1, 25),
930(1, 26),
931(1, 27),
932(1, 28),
933(1, 29),
934(1, 30),
935(1, 31),
936(1, 32),
937(1, 33),
938(1, 34),
939(1, 35),
940(1, 36),
941(1, 37),
942(1, 38),
943(1, 39),
944(1, 40),
945(1, 41),
946(1, 42),
947(1, 43),
948(1, 44),
949(1, 45),
950(1, 46),
951(1, 47),
952(1, 49),
953(1, 50),
954(1, 51),
955(1, 52),
956(1, 53),
957(1, 54),
958(1, 55),
959(1, 56),
960(1, 57),
961(1, 58),
962(1, 59),
963(1, 60),
964(1, 61),
965(1, 62),
966(1, 63),
967(1, 64),
968(1, 65),
969(1, 66),
970(1, 67),
971(1, 68),
972(1, 69),
973(1, 70),
974(1, 71),
975(1, 72),
976(1, 73),
977(1, 74),
978(1, 75),
979(1, 76),
980(1, 77),
981(1, 78),
982(1, 79),
983(1, 80),
984(1, 81),
985(1, 82),
986(1, 83),
987(1, 84),
988(1, 85),
989(1, 86),
990(1, 87),
991(1, 88),
992(1, 89),
993(1, 90),
994(1, 91),
995(1, 92),
996(1, 93),
997(1, 94),
998(1, 95),
999(1, 96),
1000(1, 97),
1001(1, 98),
1002(1, 99),
1003(1, 100),
1004(1, 101),
1005(1, 102),
1006(1, 103),
1007(1, 104),
1008(1, 105),
1009(1, 106),
1010(1, 107),
1011(1, 108),
1012(1, 109),
1013(1, 110),
1014(1, 111),
1015(1, 112),
1016(1, 113),
1017(1, 114),
1018(1, 115),
1019(1, 116),
1020(1, 117),
1021(1, 118),
1022(1, 119),
1023(1, 120),
1024(1, 122),
1025(1, 123),
1026(1, 124),
1027(1, 125),
1028(1, 125),
1029(1, 126),
1030(1, 126),
1031(1, 127),
1032(1, 128),
1033(1, 129),
1034(1, 131),
1035(1, 132),
1036(1, 133),
1037(1, 134),
1038(1, 135),
1039(1, 136),
1040(1, 137),
1041(1, 138),
1042(2, 1),
1043(2, 2),
1044(2, 3),
1045(2, 4),
1046(2, 5),
1047(2, 6),
1048(2, 7),
1049(2, 8),
1050(2, 9),
1051(2, 10),
1052(2, 11),
1053(2, 12),
1054(2, 13),
1055(2, 14),
1056(2, 15),
1057(2, 16),
1058(2, 17),
1059(2, 18),
1060(2, 19),
1061(2, 20),
1062(2, 21),
1063(2, 22),
1064(2, 23),
1065(2, 24),
1066(2, 25),
1067(2, 26),
1068(2, 27),
1069(2, 28),
1070(2, 29),
1071(2, 30),
1072(2, 31),
1073(2, 32),
1074(2, 33),
1075(2, 34),
1076(2, 35),
1077(2, 36),
1078(2, 37),
1079(2, 38),
1080(2, 39),
1081(2, 40),
1082(2, 41),
1083(2, 42),
1084(2, 43),
1085(2, 44),
1086(2, 45),
1087(2, 46),
1088(2, 47),
1089(2, 49),
1090(2, 50),
1091(2, 51),
1092(2, 52),
1093(2, 71),
1094(2, 73),
1095(2, 85),
1096(2, 98),
1097(2, 99),
1098(2, 101),
1099(2, 104),
1100(2, 105),
1101(2, 110),
1102(2, 120),
1103(2, 123),
1104(2, 124),
1105(2, 125),
1106(2, 125),
1107(2, 126),
1108(2, 126),
1109(2, 128),
1110(2, 129),
1111(3, 38),
1112(3, 39),
1113(3, 40),
1114(3, 41),
1115(3, 42),
1116(3, 43),
1117(3, 44),
1118(3, 50),
1119(3, 105),
1120(3, 125),
1121(3, 125),
1122(3, 126),
1123(3, 128);
1124
1125-- --------------------------------------------------------
1126
1127--
1128-- Table structure for table `tbladminroles`
1129--
1130
1131CREATE TABLE IF NOT EXISTS `tbladminroles` (
1132 `id` int(1) NOT NULL AUTO_INCREMENT,
1133 `name` text COLLATE utf8_unicode_ci NOT NULL,
1134 `widgets` text COLLATE utf8_unicode_ci NOT NULL,
1135 `systememails` int(1) NOT NULL,
1136 `accountemails` int(1) NOT NULL,
1137 `supportemails` int(1) NOT NULL,
1138 PRIMARY KEY (`id`)
1139) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
1140
1141--
1142-- Dumping data for table `tbladminroles`
1143--
1144
1145INSERT INTO `tbladminroles` (`id`, `name`, `widgets`, `systememails`, `accountemails`, `supportemails`) VALUES
1146(1, 'Full Administrator', 'activity_log,getting_started,income_forecast,income_overview,my_notes,network_status,open_invoices,orders_overview,paypal_addon,admin_activity,client_activity,system_overview,todo_list,whmcs_news,supporttickets_overview,calendar', 1, 1, 1),
1147(2, 'Sales Operator', 'activity_log,getting_started,income_forecast,income_overview,my_notes,network_status,open_invoices,orders_overview,paypal_addon,client_activity,todo_list,whmcs_news,supporttickets_overview,calendar', 0, 1, 1),
1148(3, 'Support Operator', 'activity_log,getting_started,my_notes,todo_list,whmcs_news,supporttickets_overview,calendar', 0, 0, 1);
1149
1150-- --------------------------------------------------------
1151
1152--
1153-- Table structure for table `tbladmins`
1154--
1155
1156CREATE TABLE IF NOT EXISTS `tbladmins` (
1157 `id` int(10) NOT NULL AUTO_INCREMENT,
1158 `uuid` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1159 `roleid` int(1) NOT NULL,
1160 `username` text COLLATE utf8_unicode_ci NOT NULL,
1161 `password` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1162 `passwordhash` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1163 `authmodule` text COLLATE utf8_unicode_ci NOT NULL,
1164 `authdata` text COLLATE utf8_unicode_ci NOT NULL,
1165 `firstname` text COLLATE utf8_unicode_ci NOT NULL,
1166 `lastname` text COLLATE utf8_unicode_ci NOT NULL,
1167 `email` text COLLATE utf8_unicode_ci NOT NULL,
1168 `signature` text COLLATE utf8_unicode_ci NOT NULL,
1169 `notes` text COLLATE utf8_unicode_ci NOT NULL,
1170 `template` text COLLATE utf8_unicode_ci NOT NULL,
1171 `language` text COLLATE utf8_unicode_ci NOT NULL,
1172 `disabled` int(1) NOT NULL,
1173 `loginattempts` int(1) NOT NULL,
1174 `supportdepts` text COLLATE utf8_unicode_ci NOT NULL,
1175 `ticketnotifications` text COLLATE utf8_unicode_ci NOT NULL,
1176 `homewidgets` text COLLATE utf8_unicode_ci NOT NULL,
1177 `password_reset_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1178 `password_reset_data` text COLLATE utf8_unicode_ci NOT NULL,
1179 `password_reset_expiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1180 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1181 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1182 PRIMARY KEY (`id`),
1183 KEY `username` (`username`(32))
1184) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
1185
1186--
1187-- Dumping data for table `tbladmins`
1188--
1189
1190INSERT INTO `tbladmins` (`id`, `uuid`, `roleid`, `username`, `password`, `passwordhash`, `authmodule`, `authdata`, `firstname`, `lastname`, `email`, `signature`, `notes`, `template`, `language`, `disabled`, `loginattempts`, `supportdepts`, `ticketnotifications`, `homewidgets`, `password_reset_key`, `password_reset_data`, `password_reset_expiry`, `created_at`, `updated_at`) VALUES
1191(1, '8614baff-e79d-4fe6-96b2-0de6e949e4d0', 1, 'Blake', '$2y$10$813EeSBSQqaqL1MfgCOfee.seqKqQOP7/JURUxxDr3dyzk2XruhVC', '$2y$10$5kDw/FbCTzpCJ8SogGZaeOkQz0/Kv3LpA8n5gk2ah.hFWBdC6IxdG', '', '', 'Blake', 'Shepherd', 'admin@featurednetwork.co.uk', '', 'Welcome to WHMCS! Please ensure you have setup the cron job to automate tasks', 'blend', 'english', 0, 0, ',', '', 'getting_started:true,orders_overview:true,supporttickets_overview:true,my_notes:true,client_activity:true,open_invoices:true,activity_log:true|income_overview:true,system_overview:true,whmcs_news:true,sysinfo:true,admin_activity:true,todo_list:true,network_status:true,income_forecast:true|', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1192(2, '', 1, 'Hazza2235', '$2y$10$XCpWqAqMJ/LkxZpOgOhM9e9cLFzuocPSmj0C9BbvJIe8jcMbtEzKC', '$2y$10$weNcorjwx0AYZVsa.VFJIui1CzxNeANiwfHtJbFrtH8weq3oo0yQi', '', '', 'Harry', 'Simmonds', 'Harry@featurednetwork.co.uk', '\r\nKind Regards,\r\n\r\nHarry Simmonds | Lead Support | System Administrator', '', 'blend', 'english', 0, 0, '', '', '', '', '', '0000-00-00 00:00:00', '2017-03-09 04:51:49', '2017-03-09 04:51:49'),
1193(3, '', 1, 'Kieran', '$2y$10$wFyEPRmet7fqO2TCgyPx..DIP32jZW3HFWM0gtJh1On9rkTFZ4EqW', '$2y$10$QCmGPD9f4EynaV61ejVIkOh0CjQ.Qufdi6WVQS9V8bDwhU3fSJt/a', '', '', 'Kieran', 'Hegay', 'Kieran@featurednetwork.co.uk', 'Kind Regards,\r\n\r\nKieran Hegay | Co Support Leader | System Administrator', '', 'blend', 'english', 0, 0, '', '', '', '', '', '0000-00-00 00:00:00', '2017-03-09 04:54:44', '2017-03-09 05:17:43'),
1194(4, '', 1, 'Thomas', '$2y$10$AJw0RP/m70ziiwXibPYetu/O.6fEj9HkqLBxdpSR6M0E21.CmgCLe', '$2y$10$sWgLuEr4aHqN7SCJXh1qu.PxZXLZ2t8nV8rRhNmKkZ69OuFx3oy5e', '', '', 'Thomas', 'Smith', 'Thomas@email.com', 'His password is Password12', '', 'blend', 'english', 0, 0, '', '', '', '', '', '0000-00-00 00:00:00', '2017-03-10 04:00:48', '2017-03-10 04:00:48');
1195
1196-- --------------------------------------------------------
1197
1198--
1199-- Table structure for table `tbladminsecurityquestions`
1200--
1201
1202CREATE TABLE IF NOT EXISTS `tbladminsecurityquestions` (
1203 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1204 `question` text COLLATE utf8_unicode_ci NOT NULL,
1205 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1206 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1207 PRIMARY KEY (`id`)
1208) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1209
1210-- --------------------------------------------------------
1211
1212--
1213-- Table structure for table `tblaffiliates`
1214--
1215
1216CREATE TABLE IF NOT EXISTS `tblaffiliates` (
1217 `id` int(10) NOT NULL AUTO_INCREMENT,
1218 `date` date DEFAULT NULL,
1219 `clientid` int(10) NOT NULL,
1220 `visitors` int(1) NOT NULL,
1221 `paytype` text COLLATE utf8_unicode_ci NOT NULL,
1222 `payamount` decimal(10,2) NOT NULL,
1223 `onetime` int(1) NOT NULL,
1224 `balance` decimal(10,2) NOT NULL DEFAULT '0.00',
1225 `withdrawn` decimal(10,2) NOT NULL DEFAULT '0.00',
1226 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1227 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1228 KEY `affiliateid` (`id`),
1229 KEY `clientid` (`clientid`)
1230) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1231
1232-- --------------------------------------------------------
1233
1234--
1235-- Table structure for table `tblaffiliatesaccounts`
1236--
1237
1238CREATE TABLE IF NOT EXISTS `tblaffiliatesaccounts` (
1239 `id` int(10) NOT NULL AUTO_INCREMENT,
1240 `affiliateid` int(10) NOT NULL,
1241 `relid` int(10) NOT NULL,
1242 `lastpaid` date NOT NULL DEFAULT '0000-00-00',
1243 PRIMARY KEY (`id`),
1244 KEY `affiliateid` (`affiliateid`)
1245) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1246
1247-- --------------------------------------------------------
1248
1249--
1250-- Table structure for table `tblaffiliateshistory`
1251--
1252
1253CREATE TABLE IF NOT EXISTS `tblaffiliateshistory` (
1254 `id` int(10) NOT NULL AUTO_INCREMENT,
1255 `affiliateid` int(10) NOT NULL,
1256 `date` date NOT NULL,
1257 `affaccid` int(10) NOT NULL,
1258 `description` text COLLATE utf8_unicode_ci NOT NULL,
1259 `amount` decimal(10,2) NOT NULL,
1260 PRIMARY KEY (`id`),
1261 KEY `affiliateid` (`affiliateid`)
1262) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1263
1264-- --------------------------------------------------------
1265
1266--
1267-- Table structure for table `tblaffiliatespending`
1268--
1269
1270CREATE TABLE IF NOT EXISTS `tblaffiliatespending` (
1271 `id` int(10) NOT NULL AUTO_INCREMENT,
1272 `affaccid` int(10) NOT NULL DEFAULT '0',
1273 `amount` decimal(10,2) NOT NULL,
1274 `clearingdate` date NOT NULL,
1275 PRIMARY KEY (`id`),
1276 KEY `clearingdate` (`clearingdate`)
1277) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1278
1279-- --------------------------------------------------------
1280
1281--
1282-- Table structure for table `tblaffiliateswithdrawals`
1283--
1284
1285CREATE TABLE IF NOT EXISTS `tblaffiliateswithdrawals` (
1286 `id` int(10) NOT NULL AUTO_INCREMENT,
1287 `affiliateid` int(10) NOT NULL,
1288 `date` date NOT NULL,
1289 `amount` decimal(10,2) NOT NULL,
1290 PRIMARY KEY (`id`),
1291 KEY `affiliateid` (`affiliateid`)
1292) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1293
1294-- --------------------------------------------------------
1295
1296--
1297-- Table structure for table `tblannouncements`
1298--
1299
1300CREATE TABLE IF NOT EXISTS `tblannouncements` (
1301 `id` int(10) NOT NULL AUTO_INCREMENT,
1302 `date` datetime DEFAULT NULL,
1303 `title` text COLLATE utf8_unicode_ci NOT NULL,
1304 `announcement` text COLLATE utf8_unicode_ci NOT NULL,
1305 `published` tinyint(1) NOT NULL,
1306 `parentid` int(10) NOT NULL,
1307 `language` text COLLATE utf8_unicode_ci NOT NULL,
1308 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1309 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1310 PRIMARY KEY (`id`),
1311 KEY `date` (`date`)
1312) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
1313
1314--
1315-- Dumping data for table `tblannouncements`
1316--
1317
1318INSERT INTO `tblannouncements` (`id`, `date`, `title`, `announcement`, `published`, `parentid`, `language`, `created_at`, `updated_at`) VALUES
1319(1, '2017-03-08 10:41:00', 'Thank you for choosing WHMCS!', '<p>Welcome to <a title="WHMCS" href="http://whmcs.com" target="_blank">WHMCS</a>! You have made a great choice and we want to help you get up and running as quickly as possible.</p>\n<p>This is a sample announcement. Announcements are a great way to keep your customers informed about news and special offers. You can edit or delete this announcement by logging into the admin area and navigating to <em>Support > Announcements</em>.</p>\n<p>If at any point you get stuck, our support team is available 24x7 to assist you. Simply visit <a title="www.whmcs.com/support" href="http://www.whmcs.com/support" target="_blank">www.whmcs.com/support</a> to request assistance.</p>', 1, 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
1320
1321-- --------------------------------------------------------
1322
1323--
1324-- Table structure for table `tblapplinks`
1325--
1326
1327CREATE TABLE IF NOT EXISTS `tblapplinks` (
1328 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1329 `module_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1330 `module_name` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1331 `is_enabled` tinyint(4) NOT NULL DEFAULT '0',
1332 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1333 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1334 PRIMARY KEY (`id`)
1335) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
1336
1337--
1338-- Dumping data for table `tblapplinks`
1339--
1340
1341INSERT INTO `tblapplinks` (`id`, `module_type`, `module_name`, `is_enabled`, `created_at`, `updated_at`) VALUES
1342(1, 'servers', 'cpanel', 1, '2017-03-09 02:44:28', '2017-03-09 02:44:29');
1343
1344-- --------------------------------------------------------
1345
1346--
1347-- Table structure for table `tblapplinks_links`
1348--
1349
1350CREATE TABLE IF NOT EXISTS `tblapplinks_links` (
1351 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1352 `applink_id` int(10) unsigned NOT NULL DEFAULT '0',
1353 `scope` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1354 `display_label` varchar(256) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1355 `is_enabled` tinyint(4) NOT NULL DEFAULT '0',
1356 `order` tinyint(4) NOT NULL DEFAULT '0',
1357 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1358 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1359 PRIMARY KEY (`id`)
1360) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1361
1362-- --------------------------------------------------------
1363
1364--
1365-- Table structure for table `tblapplinks_log`
1366--
1367
1368CREATE TABLE IF NOT EXISTS `tblapplinks_log` (
1369 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1370 `applink_id` int(10) unsigned NOT NULL DEFAULT '0',
1371 `message` varchar(2000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1372 `level` int(11) NOT NULL DEFAULT '0',
1373 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1374 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1375 PRIMARY KEY (`id`)
1376) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
1377
1378--
1379-- Dumping data for table `tblapplinks_log`
1380--
1381
1382INSERT INTO `tblapplinks_log` (`id`, `applink_id`, `message`, `level`, `created_at`, `updated_at`) VALUES
1383(1, 1, 'Attempting to Enable Application Links for cpanel', 100, '2017-03-09 02:44:28', '2017-03-09 02:44:28'),
1384(2, 1, 'Process Completed Successfully!', 100, '2017-03-09 02:44:29', '2017-03-09 02:44:29');
1385
1386-- --------------------------------------------------------
1387
1388--
1389-- Table structure for table `tblbannedemails`
1390--
1391
1392CREATE TABLE IF NOT EXISTS `tblbannedemails` (
1393 `id` int(10) NOT NULL AUTO_INCREMENT,
1394 `domain` text COLLATE utf8_unicode_ci NOT NULL,
1395 `count` int(10) NOT NULL DEFAULT '0',
1396 PRIMARY KEY (`id`),
1397 KEY `domain` (`domain`(64))
1398) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1399
1400-- --------------------------------------------------------
1401
1402--
1403-- Table structure for table `tblbannedips`
1404--
1405
1406CREATE TABLE IF NOT EXISTS `tblbannedips` (
1407 `id` int(10) NOT NULL AUTO_INCREMENT,
1408 `ip` text COLLATE utf8_unicode_ci NOT NULL,
1409 `reason` text COLLATE utf8_unicode_ci NOT NULL,
1410 `expires` datetime NOT NULL,
1411 PRIMARY KEY (`id`),
1412 KEY `ip` (`ip`(32))
1413) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
1414
1415-- --------------------------------------------------------
1416
1417--
1418-- Table structure for table `tblbillableitems`
1419--
1420
1421CREATE TABLE IF NOT EXISTS `tblbillableitems` (
1422 `id` int(10) NOT NULL AUTO_INCREMENT,
1423 `userid` int(10) NOT NULL,
1424 `description` text COLLATE utf8_unicode_ci NOT NULL,
1425 `hours` decimal(5,1) NOT NULL,
1426 `amount` decimal(10,2) NOT NULL,
1427 `recur` int(5) NOT NULL DEFAULT '0',
1428 `recurcycle` text COLLATE utf8_unicode_ci NOT NULL,
1429 `recurfor` int(5) NOT NULL DEFAULT '0',
1430 `invoiceaction` int(1) NOT NULL,
1431 `duedate` date NOT NULL,
1432 `invoicecount` int(5) NOT NULL DEFAULT '0',
1433 PRIMARY KEY (`id`)
1434) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1435
1436-- --------------------------------------------------------
1437
1438--
1439-- Table structure for table `tblbundles`
1440--
1441
1442CREATE TABLE IF NOT EXISTS `tblbundles` (
1443 `id` int(10) NOT NULL AUTO_INCREMENT,
1444 `name` text COLLATE utf8_unicode_ci NOT NULL,
1445 `validfrom` date NOT NULL,
1446 `validuntil` date NOT NULL,
1447 `uses` int(4) NOT NULL,
1448 `maxuses` int(4) NOT NULL,
1449 `itemdata` text COLLATE utf8_unicode_ci NOT NULL,
1450 `allowpromo` int(1) NOT NULL,
1451 `showgroup` int(1) NOT NULL,
1452 `gid` int(10) NOT NULL,
1453 `description` text COLLATE utf8_unicode_ci NOT NULL,
1454 `displayprice` decimal(10,2) NOT NULL,
1455 `sortorder` int(3) NOT NULL,
1456 `is_featured` tinyint(1) NOT NULL,
1457 PRIMARY KEY (`id`)
1458) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1459
1460-- --------------------------------------------------------
1461
1462--
1463-- Table structure for table `tblcalendar`
1464--
1465
1466CREATE TABLE IF NOT EXISTS `tblcalendar` (
1467 `id` int(10) NOT NULL AUTO_INCREMENT,
1468 `title` text COLLATE utf8_unicode_ci NOT NULL,
1469 `desc` text COLLATE utf8_unicode_ci NOT NULL,
1470 `start` int(10) NOT NULL,
1471 `end` int(10) NOT NULL,
1472 `allday` int(1) NOT NULL,
1473 `adminid` int(10) NOT NULL,
1474 `recurid` int(10) NOT NULL,
1475 PRIMARY KEY (`id`)
1476) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1477
1478-- --------------------------------------------------------
1479
1480--
1481-- Table structure for table `tblcancelrequests`
1482--
1483
1484CREATE TABLE IF NOT EXISTS `tblcancelrequests` (
1485 `id` int(10) NOT NULL AUTO_INCREMENT,
1486 `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1487 `relid` int(10) NOT NULL,
1488 `reason` text COLLATE utf8_unicode_ci NOT NULL,
1489 `type` text COLLATE utf8_unicode_ci NOT NULL,
1490 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1491 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1492 PRIMARY KEY (`id`),
1493 KEY `serviceid` (`relid`)
1494) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1495
1496-- --------------------------------------------------------
1497
1498--
1499-- Table structure for table `tblclientgroups`
1500--
1501
1502CREATE TABLE IF NOT EXISTS `tblclientgroups` (
1503 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1504 `groupname` varchar(45) COLLATE utf8_unicode_ci NOT NULL,
1505 `groupcolour` varchar(45) COLLATE utf8_unicode_ci DEFAULT NULL,
1506 `discountpercent` decimal(10,2) unsigned DEFAULT '0.00',
1507 `susptermexempt` text COLLATE utf8_unicode_ci,
1508 `separateinvoices` text COLLATE utf8_unicode_ci NOT NULL,
1509 PRIMARY KEY (`id`)
1510) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1511
1512-- --------------------------------------------------------
1513
1514--
1515-- Table structure for table `tblclients`
1516--
1517
1518CREATE TABLE IF NOT EXISTS `tblclients` (
1519 `id` int(10) NOT NULL AUTO_INCREMENT,
1520 `uuid` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1521 `firstname` text COLLATE utf8_unicode_ci NOT NULL,
1522 `lastname` text COLLATE utf8_unicode_ci NOT NULL,
1523 `companyname` text COLLATE utf8_unicode_ci NOT NULL,
1524 `email` text COLLATE utf8_unicode_ci NOT NULL,
1525 `address1` text COLLATE utf8_unicode_ci NOT NULL,
1526 `address2` text COLLATE utf8_unicode_ci NOT NULL,
1527 `city` text COLLATE utf8_unicode_ci NOT NULL,
1528 `state` text COLLATE utf8_unicode_ci NOT NULL,
1529 `postcode` text COLLATE utf8_unicode_ci NOT NULL,
1530 `country` text COLLATE utf8_unicode_ci NOT NULL,
1531 `phonenumber` text COLLATE utf8_unicode_ci NOT NULL,
1532 `password` text COLLATE utf8_unicode_ci NOT NULL,
1533 `authmodule` text COLLATE utf8_unicode_ci NOT NULL,
1534 `authdata` text COLLATE utf8_unicode_ci NOT NULL,
1535 `currency` int(10) NOT NULL,
1536 `defaultgateway` text COLLATE utf8_unicode_ci NOT NULL,
1537 `credit` decimal(10,2) NOT NULL,
1538 `taxexempt` tinyint(1) NOT NULL,
1539 `latefeeoveride` tinyint(1) NOT NULL,
1540 `overideduenotices` tinyint(1) NOT NULL,
1541 `separateinvoices` tinyint(1) NOT NULL,
1542 `disableautocc` tinyint(1) NOT NULL,
1543 `datecreated` date NOT NULL,
1544 `notes` text COLLATE utf8_unicode_ci NOT NULL,
1545 `billingcid` int(10) NOT NULL,
1546 `securityqid` int(10) NOT NULL,
1547 `securityqans` text COLLATE utf8_unicode_ci NOT NULL,
1548 `groupid` int(10) NOT NULL,
1549 `cardtype` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
1550 `cardlastfour` text COLLATE utf8_unicode_ci NOT NULL,
1551 `cardnum` blob NOT NULL,
1552 `startdate` blob NOT NULL,
1553 `expdate` blob NOT NULL,
1554 `issuenumber` blob NOT NULL,
1555 `bankname` text COLLATE utf8_unicode_ci NOT NULL,
1556 `banktype` text COLLATE utf8_unicode_ci NOT NULL,
1557 `bankcode` blob NOT NULL,
1558 `bankacct` blob NOT NULL,
1559 `gatewayid` text COLLATE utf8_unicode_ci NOT NULL,
1560 `lastlogin` datetime DEFAULT NULL,
1561 `ip` text COLLATE utf8_unicode_ci NOT NULL,
1562 `host` text COLLATE utf8_unicode_ci NOT NULL,
1563 `status` enum('Active','Inactive','Closed') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Active',
1564 `language` text COLLATE utf8_unicode_ci NOT NULL,
1565 `pwresetkey` text COLLATE utf8_unicode_ci NOT NULL,
1566 `emailoptout` int(1) NOT NULL,
1567 `overrideautoclose` int(1) NOT NULL,
1568 `allow_sso` tinyint(1) NOT NULL DEFAULT '1',
1569 `email_verified` tinyint(1) NOT NULL DEFAULT '0',
1570 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1571 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1572 `pwresetexpiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1573 PRIMARY KEY (`id`),
1574 KEY `firstname_lastname` (`firstname`(32),`lastname`(32)),
1575 KEY `email` (`email`(64))
1576) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=8 ;
1577
1578--
1579-- Dumping data for table `tblclients`
1580--
1581
1582INSERT INTO `tblclients` (`id`, `uuid`, `firstname`, `lastname`, `companyname`, `email`, `address1`, `address2`, `city`, `state`, `postcode`, `country`, `phonenumber`, `password`, `authmodule`, `authdata`, `currency`, `defaultgateway`, `credit`, `taxexempt`, `latefeeoveride`, `overideduenotices`, `separateinvoices`, `disableautocc`, `datecreated`, `notes`, `billingcid`, `securityqid`, `securityqans`, `groupid`, `cardtype`, `cardlastfour`, `cardnum`, `startdate`, `expdate`, `issuenumber`, `bankname`, `banktype`, `bankcode`, `bankacct`, `gatewayid`, `lastlogin`, `ip`, `host`, `status`, `language`, `pwresetkey`, `emailoptout`, `overrideautoclose`, `allow_sso`, `email_verified`, `created_at`, `updated_at`, `pwresetexpiry`) VALUES
1583(1, '77bfe9d1-1447-45aa-b846-778292ded9e1', 'cody', 'lewis', '', 'creeperkiller200@yahoo.com', '835wheatfieldct', '', 'churubusco', 'Indiana', '46723', 'US', '2603124822', '$2y$10$mESAVqnItSYRO0BNJcfOg.3oont2NWtoK92iuJf.kr5QHK.QFntRK', '', '', 1, '', '0.00', 0, 0, 0, 0, 0, '2017-03-08', '', 0, 0, 'ezNpDvMDGQN+mQ+5L7/mkHQXvnc=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-11 01:30:47', '64.71.171.64', '64.71.171.64', 'Active', '', '', 0, 0, 1, 1, '0000-00-00 00:00:00', '2017-03-11 08:30:47', '0000-00-00 00:00:00'),
1584(2, '04525f25-2792-4b17-9e2e-c425a869f232', 'blake', 'shepherd', 'Host A Node', 'blake66@live.co.uk', 'birchington', 'maegate', 'margate', 'Kent', 'ct7 9ua', 'GB', '7840105366', '$2y$10$06olPcchapayTO/zYtwBEuLigDish9UHyUzdMlolzhTuQNNCenxia', '', '', 1, '', '0.00', 0, 0, 0, 0, 0, '2017-03-08', '', 0, 0, '8EzzjPFWNzZmFTYLXevYmO6N/80=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-08 21:49:52', '5.65.77.224', '05414de0.skybroadband.com', 'Active', 'english', '', 0, 0, 1, 1, '0000-00-00 00:00:00', '2017-03-10 07:34:22', '0000-00-00 00:00:00'),
1585(3, '0ef7a192-f590-4fbe-a155-4e9d90c52ccd', 'liam', 'Smyth', '', 'liam3130@gmail.com', 'Unit 55/26-31 Queen Victoria Street', '', 'Perth', 'Western Australia', '6160', 'AU', '457542223', '$2y$10$OG5R.4TdZUMV8unwl8Ixj.FjkZIXtMvCUUC6UoqC/Hu4AJpFGAKsq', '', '', 1, '', '0.00', 0, 0, 0, 0, 0, '2017-03-09', '', 0, 0, '1u1eQivtu7cXIEH2kd9Me9xeM38=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-09 13:19:56', '58.111.126.127', 'd58-111-126-127.per2.wa.optusnet.com.au', 'Active', '', '', 0, 0, 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1586(4, '0ccc06f5-09e5-4fcb-ad7a-efca3203a346', 'John', 'Smioth', '', 'alexkeward@gmail.com', 'asoidhb', 'siaugd', 'iuasbd', 'Illinois', 'ng66 g', 'US', '07718521', '$2y$10$HH/5GWxxT9WRkApnbMtbK.zNHxzkD.oDoJrUxwgcGi4vIJjBWIw3K', '', '', 1, '', '0.00', 0, 0, 0, 0, 0, '2017-03-09', '', 0, 0, 'Hqv0aAVRfR52KFanWkChVC4xncI=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-09 18:17:19', '86.153.204.104', 'host86-153-204-104.range86-153.btcentralplus.com', 'Active', '', '', 0, 0, 1, 1, '0000-00-00 00:00:00', '2017-03-10 01:17:20', '0000-00-00 00:00:00'),
1587(5, 'c0edd1e5-c83b-455f-b309-4a7dd8ca1c66', 'Thomas', 'Smith', '', 'thomas@email.com', 'nope', '', 'nope', 'Blackburn with Darwen', 'bb3 3el', 'GB', '0000000000', '$2y$10$d3o0RBByhkSg6Hsgtbh8Eu0AfA7cU.ZgyW6Ue3mJflV1khD2IIlim', '', '', 1, '', '99999985.99', 0, 0, 0, 0, 0, '2017-03-09', '', 0, 0, '05ZTzbeUO4vXHsy7B+hXyaB+Yng=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-09 21:36:16', '193.0.159.14', '193.0.159.14', 'Active', '', '', 0, 0, 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1588(6, '5f7b68fc-82d7-4d6f-a695-a597e4487b3f', 'Demo', '', '', 'demo@featurednetwork.co.uk', '', '', '', '', '', 'US', '', '$2y$10$bAT7Dn4HQN1bnYT2y9GAc.FlU/swX460qCPDSAZX8Bo8MvWW1xfyS', '', '', 1, '', '99999998.99', 0, 0, 0, 0, 0, '2017-03-09', '', 0, 0, 'aXiMmtH6J0BGDeEmPTeJW/BvBYc=', 0, '', '', '', '', '', '', '', '', '', '', '', '0000-00-00 00:00:00', '5.65.77.224', '05414de0.skybroadband.com', 'Active', '', '', 0, 0, 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1589(7, '14b0ba45-13f4-4a16-ac48-86d135601d8e', 'Mezy', 'Mods', 'MezyMods', 'mezyy13@gmail.com', '123 no', '', 'Fuckoff', 'Vermont', '33901', 'US', '07529103991', '$2y$10$qQIReHF3akkZy0CQYxTTae6bEabIVWZ7sHuAzQ0p6fO4AD82todlO', '', '', 1, '', '0.00', 0, 0, 0, 0, 0, '2017-03-11', '', 0, 0, 'ugnx48GTQvC5gzUZLvz0xdBbzjg=', 0, '', '', '', '', '', '', '', '', '', '', '', '2017-03-11 12:12:43', '5.64.166.34', '0540a622.skybroadband.com', 'Active', '', '', 0, 0, 1, 1, '0000-00-00 00:00:00', '2017-03-11 19:12:43', '0000-00-00 00:00:00');
1590
1591-- --------------------------------------------------------
1592
1593--
1594-- Table structure for table `tblclientsfiles`
1595--
1596
1597CREATE TABLE IF NOT EXISTS `tblclientsfiles` (
1598 `id` int(10) NOT NULL AUTO_INCREMENT,
1599 `userid` int(10) NOT NULL,
1600 `title` text COLLATE utf8_unicode_ci NOT NULL,
1601 `filename` text COLLATE utf8_unicode_ci NOT NULL,
1602 `adminonly` int(1) NOT NULL,
1603 `dateadded` date NOT NULL,
1604 PRIMARY KEY (`id`)
1605) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1606
1607-- --------------------------------------------------------
1608
1609--
1610-- Table structure for table `tblconfiguration`
1611--
1612
1613CREATE TABLE IF NOT EXISTS `tblconfiguration` (
1614 `setting` text COLLATE utf8_unicode_ci NOT NULL,
1615 `value` text COLLATE utf8_unicode_ci NOT NULL,
1616 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1617 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1618 KEY `setting` (`setting`(32))
1619) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1620
1621--
1622-- Dumping data for table `tblconfiguration`
1623--
1624
1625INSERT INTO `tblconfiguration` (`setting`, `value`, `created_at`, `updated_at`) VALUES
1626('Language', 'english', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1627('CompanyName', 'Host A Node', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1628('Email', 'billing@featurednetwork.co.uk', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1629('Domain', 'https://featurednetwork.co.uk/', '0000-00-00 00:00:00', '2017-03-11 18:37:24'),
1630('LogoURL', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1631('SystemURL', 'https://featurednetwork.co.uk/', '0000-00-00 00:00:00', '2017-03-11 18:37:24'),
1632('AutoSuspension', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1633('AutoSuspensionDays', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1634('CreateInvoiceDaysBefore', '14', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1635('AffiliateEnabled', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1636('AffiliateEarningPercent', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1637('AffiliateBonusDeposit', '0.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1638('AffiliatePayout', '25.00', '0000-00-00 00:00:00', '2017-03-08 10:41:00'),
1639('AffiliateLinks', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1640('ActivityLimit', '10000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1641('DateFormat', 'DD/MM/YYYY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1642('PreSalesQuestions', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1643('Template', 'ColorHost01', '0000-00-00 00:00:00', '2017-03-09 02:53:41'),
1644('AllowRegister', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1645('AllowTransfer', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1646('AllowOwnDomain', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1647('EnableTOSAccept', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1648('TermsOfService', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1649('AllowLanguageChange', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1650('CutUtf8Mb4', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1651('AllowCustomerChangeInvoiceGateway', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1652('DefaultNameserver1', 'ns1.yourdomain.com', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1653('DefaultNameserver2', 'ns2.yourdomain.com', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1654('SendInvoiceReminderDays', '7', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1655('SendReminder', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1656('NumRecordstoDisplay', '50', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1657('BCCMessages', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1658('MailType', 'mail', '0000-00-00 00:00:00', '2017-03-09 05:37:41'),
1659('SMTPHost', '', '0000-00-00 00:00:00', '2017-03-09 05:37:41'),
1660('SMTPUsername', 'Blake@featurednetwork.co.uk', '0000-00-00 00:00:00', '2017-03-09 05:39:31'),
1661('SMTPPassword', 'I3QN3OX07jCSTLuxxE32EpICYhdPcTL1L5Q/hN8Z', '0000-00-00 00:00:00', '2017-03-11 18:37:24'),
1662('SMTPPort', '25', '0000-00-00 00:00:00', '2017-03-09 05:34:34'),
1663('ShowCancellationButton', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1664('UpdateStatsAuto', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1665('InvoicePayTo', 'Address goes here...', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1666('SendAffiliateReportMonthly', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1667('InvalidLoginBanLength', '15', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1668('Signature', 'Regards,\r\n\r\nAutomated System', '0000-00-00 00:00:00', '2017-03-09 05:43:33'),
1669('DomainOnlyOrderEnabled', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1670('TicketBannedAddresses', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1671('SendEmailNotificationonUserDetailsChange', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1672('TicketAllowedFileTypes', '.jpg,.gif,.jpeg,.png', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1673('CloseInactiveTickets', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1674('InvoiceLateFeeAmount', '10.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1675('AutoTermination', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1676('AutoTerminationDays', '30', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1677('RegistrarAdminFirstName', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1678('RegistrarAdminLastName', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1679('RegistrarAdminCompanyName', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1680('RegistrarAdminAddress1', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1681('RegistrarAdminAddress2', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1682('RegistrarAdminCity', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1683('RegistrarAdminStateProvince', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1684('RegistrarAdminCountry', 'US', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1685('RegistrarAdminPostalCode', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1686('RegistrarAdminPhone', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1687('RegistrarAdminFax', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1688('RegistrarAdminEmailAddress', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1689('RegistrarAdminUseClientDetails', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1690('Charset', 'utf-8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1691('AutoUnsuspend', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1692('RunScriptonCheckOut', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1693('License', 'N2EzMzExZGYyNjczMGM0ZmVjYTBlNWIyOGY3NjVjM2QxZmVlYmE1MnBkV1p5SkNMbE5IYmhabU9pd1dZ\nMjlXYmxKMVp1bEdadUZtY0NKQ0xkMW5Ja1ZHYnNWMll1RjJRaW9qSXpWSGRoUjNjaXdpSXdBVEx3QVRM\nd0FETXdJaU9pVUdkaFJXWjFSR2Q0Vm1iaXdpSXU5R1prRkVJbGRXWXJOV1lRQlNac0pXWXlWM1pwWm1i\ndk5rSTZJU1p0Rm1iaXMzVzZJeWN1OUdaa0ZtSXMwbklpb2pJemxYWkxsbVkxbGxJc0lpSTZJQ1VVOUVW\naXdDTTZJU2UwbG1jMU5XWlRCeWIxUmtJN3BqSXo1MmJwUkhjdmRXYW01MmJqSkNMaUFETTZVRE10QURN\nNkFETTZBRE1VaERNdFFETXRjVE13SWpJNklTWjBGR1o1Ulhha3hXWTJWR2RoUkdjMUpDTGxOSGJoWm1P\naU1YWjBGR1p3VjNjbEpYYTFGWFp5SkNMaUlqTTRFR1o0UW1ObU5UWjJRR095RWpNbUZHTXRRV1p6Rlda\nTUppT2lrWFpySkNMaVVtZHBSM1lCSmlPaU1YZDBGR2R6SkNMaXdXYjBoMlhqbEdiaVZIY3Z3MVlySjNi\nM1JYWnVSV1p5VkhkaFZtWnZ3Vlp0OUdhdndsSTZJeWN5bEdaa2xHYmhabklzMG5JaW9qSXlWR2JzVjJj\nbEpsSTdwakl6UkdibGxtWnQ5R2R6VjNZaXdpSTFBVE11VVRNeDRDTzNFakwzQVRNaW9qSXpCWGFrbEdi\naFpuSXNJeWExNXliajV5YXk5MmQwVm1ia1ZtYzFSWFlsWm1MM2QzZHNzV2R1ODJZdXNtY3ZkSGRsNUda\nbEpYZDBGV1ptSmlPaU1uYnBGV2J2UkdacHhXWTJKeWVjZDA4NjY3NWRmYzQyYWQzMzg3MjA1OGRiMjVi\nYTY2MGQ3YmJkMTUyPT1RZmlnRE16QXpOeEFqTWlvaklsUlhZa3QyWWxoMllpd2lJaW9qSTBWbWNqVjJV\nbE5uYmxOV2FNSkNMaVVHWmhKM1p3VjNMY1IzWWxKWGFrVm1jdndWYnZObUx6Tldib2RuTDNkM2R2dzFM\nY3B6Y3dSSGRvSmlPaXdtY1ZWR1poSjNad1ZGZHAxV2FNUm5ibGxHYkRKQ0xpVW1jdjFXTHVKWFlseDJM\nY1ZHWmhKM1p3VjNMY1IzWWxKWGFrVm1jdndWYnZObUx6Tldib2RuTDNkM2R2dzFMY3B6Y3dSSGRvSmlP\naXdtY1ZWbWN2MWtieUZXWk1SWGF0bEdUMDVXWnB4MlFpd1NaMUpIZDZJQ1pseG1ZaDVXUmxSV1l5ZEdj\nVjlHZDFGRWRwMVdhTVJuYmxsR2JESkNMd1VqTTZJQ2RwMVdhTVJuYmxsR2JESkNMbE5IYmhabU9pUVda\nc0pXWXVWMGMwbFdicHhFZHVWV2FzTmtJc0lpSTZJaWNseEdibE5YWnlKQ0xsVm5jMHBqSXpOWFpqTldZ\nMEozYndCWGR6SkNMaUVqTGpKWEx3NFNNdWNqSTZJaWJ2bDJjeVZtZGxOWFlseFdaeVZtY3dSM2NsUlhZ\nc0pDTGlFakxsTlhZbHhXWnkxaU11RWpMM0lpT2k0MmJwTm5jbFozWXB4bVkxQkhkelZHZGh4bUlzSWlO\ndzBDTncweU54QWpNaW9qSWxSWFlrVldka1JIZWw1bUlzSVNlc2hHZHU5V1Rpb2pJbHgyWTVOMlp1bEdi\nc2xtWWl3aUk1QVRMMUFUTHpFRE15SWlPaVVHZGhSMlpsSm5Jc0lTWnpGV1pNQlNlc2hHZHU5V1Rpb2pJ\nbDFXWXVSM1kxUjJieUJuSXNJeVFQNVVXTE5sSTZJU1p0Rm1ia1ZtY2xSM2M0ODIwZDAxNjA5ODVhMjNj\nODQxMzgzYjA5NzM0YmNhMTFmYTg5OGNj', '0000-00-00 00:00:00', '2017-03-09 00:48:26'),
1694('OrderFormTemplate', 'standard_cart', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1695('AllowDomainsTwice', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1696('AddLateFeeDays', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1697('TaxEnabled', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1698('DefaultCountry', 'US', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1699('AutoRedirectoInvoice', 'gateway', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1700('EnablePDFInvoices', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1701('CaptchaSetting', 'offloggedin', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1702('SupportTicketOrder', 'ASC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1703('SendFirstOverdueInvoiceReminder', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1704('TaxType', 'Exclusive', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1705('DomainDNSManagement', '5.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1706('DomainEmailForwarding', '5.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1707('InvoiceIncrement', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1708('ContinuousInvoiceGeneration', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1709('AutoCancellationRequests', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1710('SystemEmailsFromName', 'Host A Node', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1711('SystemEmailsFromEmail', 'domains@featurednetwork.co.uk', '0000-00-00 00:00:00', '2017-03-09 05:43:33'),
1712('AllowClientRegister', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1713('BulkCheckTLDs', '.com,.net', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1714('CreditOnDowngrade', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1715('AcceptedCardTypes', 'Visa,MasterCard,Discover,American Express,JCB,EnRoute,Diners Club', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1716('TaxDomains', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1717('TaxLateFee', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1718('ProductMonthlyPricingBreakdown', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1719('LateFeeType', 'Percentage', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1720('SendSecondOverdueInvoiceReminder', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1721('SendThirdOverdueInvoiceReminder', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1722('DomainIDProtection', '5.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1723('DomainRenewalNotices', '30,7,-3,0,0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1724('SequentialInvoiceNumbering', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1725('SequentialInvoiceNumberFormat', '{NUMBER}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1726('SequentialInvoiceNumberValue', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1727('DefaultNameserver3', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1728('DefaultNameserver4', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1729('AffiliatesDelayCommission', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1730('SupportModule', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1731('AddFundsEnabled', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1732('AddFundsMinimum', '10.00', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1733('AddFundsMaximum', '100.00', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1734('AddFundsMaximumBalance', '300.00', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1735('CCProcessDaysBefore', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1736('CCAttemptOnlyOnce', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1737('CCDaySendExpiryNotices', '25', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1738('BulkDomainSearchEnabled', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1739('AutoRenewDomainsonPayment', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1740('DomainAutoRenewDefault', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1741('CCRetryEveryWeekFor', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1742('SupportTicketKBSuggestions', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1743('DailyEmailBackup', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1744('FTPBackupHostname', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1745('FTPBackupUsername', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1746('FTPBackupPassword', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1747('FTPBackupDestination', '/', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1748('TaxL2Compound', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1749('SEOFriendlyUrls', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1750('ShowCCIssueStart', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1751('TicketRatingEnabled', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1752('NetworkIssuesRequireLogin', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1753('ShowNotesFieldonCheckout', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1754('RequireLoginforClientTickets', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1755('EmailCSS', '.ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}', '0000-00-00 00:00:00', '2017-03-08 10:41:00'),
1756('CurrencyAutoUpdateExchangeRates', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1757('CurrencyAutoUpdateProductPrices', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1758('RequiredPWStrength', '50', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1759('MaintenanceMode', '', '0000-00-00 00:00:00', '2017-03-10 06:46:48'),
1760('MaintenanceModeMessage', 'We are currently performing maintenance and will be back shortly.', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1761('SkipFraudForExisting', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1762('SMTPSSL', '', '0000-00-00 00:00:00', '2017-03-09 05:34:34'),
1763('ContactFormDept', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1764('ContactFormTo', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1765('TicketEscalationLastRun', '2009-01-01 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1766('APIAllowedIPs', 'a:1:{i:0;a:2:{s:2:"ip";s:0:"";s:4:"note";s:0:"";}}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1767('NOMD5', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1768('DisableSessionIPCheck', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1769('DisableSupportTicketReplyEmailsLogging', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1770('OverageBillingMethod', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1771('CCNeverStore', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1772('CCAllowCustomerDelete', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1773('CreateDomainInvoiceDaysBefore', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1774('NoInvoiceEmailOnOrder', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1775('TaxInclusiveDeduct', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1776('LateFeeMinimum', '0.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1777('AutoProvisionExistingOnly', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1778('EnableDomainRenewalOrders', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1779('EnableMassPay', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1780('NoAutoApplyCredit', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1781('CreateInvoiceDaysBeforeMonthly', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1782('CreateInvoiceDaysBeforeQuarterly', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1783('CreateInvoiceDaysBeforeSemiAnnually', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1784('CreateInvoiceDaysBeforeAnnually', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1785('CreateInvoiceDaysBeforeBiennially', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1786('CreateInvoiceDaysBeforeTriennially', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1787('ClientsProfileUneditableFields', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1788('ClientDisplayFormat', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1789('CCDoNotRemoveOnExpiry', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1790('GenerateRandomUsername', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1791('AddFundsRequireOrder', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1792('GroupSimilarLineItems', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1793('ProrataClientsAnniversaryDate', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1794('TCPDFFont', 'helvetica', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1795('CancelInvoiceOnCancellation', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1796('AttachmentThumbnails', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1797('EmailGlobalHeader', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n <head>\r\n <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />\r\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r\n <style type="text/css">\r\n [EmailCSS]\r\n </style>\r\n </head>\r\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\r\n <center>\r\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\r\n <tr>\r\n <td align="center" valign="top" id="bodyCell">\r\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\r\n <tr>\r\n <td align="center" valign="top">\r\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\r\n <tr>\r\n <td valign="top" class="headerContent">\r\n <a href="{$company_domain}">\r\n <img src="{$company_logo_url}" style="max-width:600px;padding:20px" id="headerImage" alt="{$company_name}" />\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align="center" valign="top">\r\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\r\n <tr>\r\n <td valign="top" class="bodyContent">', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1798('EmailGlobalFooter', '</td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align="center" valign="top">\r\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\r\n <tr>\r\n <td valign="top" class="footerContent">\r\n <a href="{$company_domain}">visit our website</a>\r\n <span class="hide-mobile"> | </span>\r\n <a href="{$whmcs_url}">log in to your account</a>\r\n <span class="hide-mobile"> | </span>\r\n <a href="{$whmcs_url}submitticket.php">get support</a> <br />\r\n Copyright © {$company_name}, All rights reserved.\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </center>\r\n </body>\r\n</html>', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1799('DomainSyncEnabled', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1800('DomainSyncNextDueDate', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1801('DomainSyncNextDueDateDays', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1802('TicketMask', '%n%n%n%n%n%n', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1803('AutoClientStatusChange', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1804('AllowClientsEmailOptOut', '', '0000-00-00 00:00:00', '2017-03-09 00:48:54'),
1805('BannedSubdomainPrefixes', 'mail,mx,gapps,gmail,webmail,cpanel,whm,ftp,clients,billing,members,login,accounts,access', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1806('FreeDomainAutoRenewRequiresProduct', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1807('DomainToDoListEntries', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1808('Version', '7.1.2-release.1', '0000-00-00 00:00:00', '2017-03-08 10:41:00'),
1809('OrderDaysGrace', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1810('OrderFormSidebarToggle', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1811('CutUtf8Mb4', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1812('MDEFromTime', '2017-03-08 10:41:00', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1813('UpdaterLatestVersion', '7.1.2-release.1', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1814('UpdaterLatestBetaVersion', '7.1.2-release.1', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1815('UpdaterLatestStableVersion', '7.1.2-release.1', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1816('UpdaterLatestSupportAndUpdatesVersion', '7.1.2-release.1', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1817('DailyCronExecutionHour', '09', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1818('PremiumDomains', '0', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1819('ModuleHooks', 'cpanel', '2017-03-08 10:41:00', '2017-03-09 02:45:31'),
1820('AddonModulesHooks', '', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1821('WHMCSUpdatePinVersion', 'stable', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
1822('InstanceID', 'QXOoOZZW79vt', '2017-03-09 00:42:29', '2017-03-09 00:42:29'),
1823('token_namespaces', 'a:3:{s:13:"WHMCS.default";b:1;s:19:"WHMCS.admin.default";b:1;s:19:"WHMCS.domainchecker";b:0;}', '2017-03-09 00:42:29', '2017-03-09 00:42:29'),
1824('domainLookupProvider', 'WhmcsWhois', '2017-03-09 00:47:23', '2017-03-09 00:47:23'),
1825('MaintenanceModeURL', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1826('ClientDateFormat', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1827('EnableTranslations', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1828('DomainSyncNotifyOnly', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1829('AllowIDNDomains', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1830('DefaultNameserver5', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1831('MailEncoding', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1832('TicketEmailLimit', '10', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1833('ShowClientOnlyDepts', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1834('PreventEmailReopening', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1835('UpdateLastReplyTimestamp', 'always', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1836('DownloadsIncludeProductLinked', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1837('PDFPaperSize', 'A4', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1838('StoreClientDataSnapshotOnInvoiceCreation', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1839('AutoCancelSubscriptions', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1840('EnableProformaInvoicing', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1841('AffiliateDepartment', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1842('CaptchaType', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1843('ReCAPTCHAPublicKey', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1844('ReCAPTCHAPrivateKey', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1845('EnableEmailVerification', '1', '2017-03-09 00:48:54', '2017-03-09 05:39:31'),
1846('sendFailedLoginWhitelist', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1847('DisableAdminPWReset', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1848('AllowSmartyPhpTags', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1849('proxyHeader', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1850('LogAPIAuthentication', '0', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1851('TwitterUsername', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1852('AnnouncementsTweet', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1853('AnnouncementsFBRecommend', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1854('AnnouncementsFBComments', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1855('GooglePlus1', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1856('DefaultToClientArea', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1857('ClientsProfileOptionalFields', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1858('DisplayErrors', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1859('SQLErrorReporting', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1860('HooksDebugMode', '', '2017-03-09 00:48:54', '2017-03-09 00:48:54'),
1861('RegistrarModuleHooks', '', '2017-03-09 04:41:30', '2017-03-09 04:41:30'),
1862('LoginFailures', 'a:3:{s:15:"109.144.214.218";a:2:{s:5:"count";i:1;s:7:"expires";i:1489012639;}s:11:"5.65.77.224";a:2:{s:5:"count";i:1;s:7:"expires";i:1489165334;}s:13:"195.194.248.2";a:2:{s:5:"count";i:2;s:7:"expires";i:1489075744;}}', '2017-03-09 05:01:04', '2017-03-10 23:32:15'),
1863('SpotlightTLDs', '.relegationlive.com,.featurednetwork.co.uk', '2017-03-09 05:02:56', '2017-03-09 05:02:57'),
1864('domainLookupRegistrar', '', '2017-03-09 05:13:55', '2017-03-09 05:13:55'),
1865('DisableSetupWizard', '1', '2017-03-09 05:14:42', '2017-03-09 05:14:42'),
1866('ActiveAddonModules', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1867('AddonModulesPerms', 'a:0:{}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
1868('ModuleDebugMode', 'on', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
1869
1870-- --------------------------------------------------------
1871
1872--
1873-- Table structure for table `tblcontacts`
1874--
1875
1876CREATE TABLE IF NOT EXISTS `tblcontacts` (
1877 `id` int(10) NOT NULL AUTO_INCREMENT,
1878 `userid` int(10) NOT NULL,
1879 `firstname` text COLLATE utf8_unicode_ci NOT NULL,
1880 `lastname` text COLLATE utf8_unicode_ci NOT NULL,
1881 `companyname` text COLLATE utf8_unicode_ci NOT NULL,
1882 `email` text COLLATE utf8_unicode_ci NOT NULL,
1883 `address1` text COLLATE utf8_unicode_ci NOT NULL,
1884 `address2` text COLLATE utf8_unicode_ci NOT NULL,
1885 `city` text COLLATE utf8_unicode_ci NOT NULL,
1886 `state` text COLLATE utf8_unicode_ci NOT NULL,
1887 `postcode` text COLLATE utf8_unicode_ci NOT NULL,
1888 `country` text COLLATE utf8_unicode_ci NOT NULL,
1889 `phonenumber` text COLLATE utf8_unicode_ci NOT NULL,
1890 `subaccount` int(1) NOT NULL DEFAULT '0',
1891 `password` text COLLATE utf8_unicode_ci NOT NULL,
1892 `permissions` text COLLATE utf8_unicode_ci NOT NULL,
1893 `domainemails` int(1) NOT NULL,
1894 `generalemails` int(1) NOT NULL,
1895 `invoiceemails` int(1) NOT NULL,
1896 `productemails` int(1) NOT NULL,
1897 `supportemails` int(1) NOT NULL,
1898 `affiliateemails` int(1) NOT NULL,
1899 `pwresetkey` text COLLATE utf8_unicode_ci NOT NULL,
1900 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1901 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1902 `pwresetexpiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1903 PRIMARY KEY (`id`),
1904 KEY `userid_firstname_lastname` (`userid`,`firstname`(32),`lastname`(32)),
1905 KEY `email` (`email`(64))
1906) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
1907
1908-- --------------------------------------------------------
1909
1910--
1911-- Table structure for table `tblcredit`
1912--
1913
1914CREATE TABLE IF NOT EXISTS `tblcredit` (
1915 `id` int(10) NOT NULL AUTO_INCREMENT,
1916 `clientid` int(10) NOT NULL,
1917 `date` date NOT NULL,
1918 `description` text COLLATE utf8_unicode_ci NOT NULL,
1919 `amount` decimal(10,2) NOT NULL,
1920 `relid` int(10) NOT NULL DEFAULT '0',
1921 PRIMARY KEY (`id`)
1922) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=17 ;
1923
1924--
1925-- Dumping data for table `tblcredit`
1926--
1927
1928INSERT INTO `tblcredit` (`id`, `clientid`, `date`, `description`, `amount`, `relid`) VALUES
1929(1, 1, '2017-03-08', 'Free Website Provided by Featurednetwork.co.uk\r\n', '2.00', 0),
1930(2, 2, '2017-03-08', 'Free Website Provided by Featurednetwork.co.uk ', '2.00', 0),
1931(3, 2, '2017-03-08', 'Credit Applied to Invoice #1', '-2.00', 0),
1932(4, 1, '2017-03-08', 'Credit Applied to Invoice #2', '-2.00', 0),
1933(5, 2, '2017-03-09', 'Free MC Test', '1.00', 0),
1934(6, 2, '2017-03-09', 'Credit Applied to Invoice #6', '-1.00', 0),
1935(7, 5, '2017-03-09', '', '1.00', 0),
1936(8, 5, '2017-03-09', 'Credit Applied to Invoice #7', '-1.00', 0),
1937(9, 5, '2017-03-09', '', '1.00', 0),
1938(10, 5, '2017-03-09', '', '99999999.99', 0),
1939(11, 5, '2017-03-09', 'Credit Applied to Invoice #10', '-14.00', 0),
1940(12, 6, '2017-03-09', 'free', '99999999.99', 0),
1941(13, 6, '2017-03-09', 'Credit Applied to Invoice #11', '-1.00', 0),
1942(14, 1, '2017-03-11', '', '2.00', 0),
1943(15, 1, '2017-03-11', '', '8.00', 0),
1944(16, 1, '2017-03-11', 'Credit Applied to Invoice #14', '-10.00', 0);
1945
1946-- --------------------------------------------------------
1947
1948--
1949-- Table structure for table `tblcurrencies`
1950--
1951
1952CREATE TABLE IF NOT EXISTS `tblcurrencies` (
1953 `id` int(10) NOT NULL AUTO_INCREMENT,
1954 `code` text COLLATE utf8_unicode_ci NOT NULL,
1955 `prefix` text COLLATE utf8_unicode_ci NOT NULL,
1956 `suffix` text COLLATE utf8_unicode_ci NOT NULL,
1957 `format` int(1) NOT NULL,
1958 `rate` decimal(10,5) NOT NULL DEFAULT '1.00000',
1959 `default` int(1) NOT NULL,
1960 PRIMARY KEY (`id`)
1961) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
1962
1963--
1964-- Dumping data for table `tblcurrencies`
1965--
1966
1967INSERT INTO `tblcurrencies` (`id`, `code`, `prefix`, `suffix`, `format`, `rate`, `default`) VALUES
1968(1, 'USD', '$', ' USD', 1, '1.00000', 1);
1969
1970-- --------------------------------------------------------
1971
1972--
1973-- Table structure for table `tblcustomfields`
1974--
1975
1976CREATE TABLE IF NOT EXISTS `tblcustomfields` (
1977 `id` int(10) NOT NULL AUTO_INCREMENT,
1978 `type` text COLLATE utf8_unicode_ci NOT NULL,
1979 `relid` int(10) NOT NULL DEFAULT '0',
1980 `fieldname` text COLLATE utf8_unicode_ci NOT NULL,
1981 `fieldtype` text COLLATE utf8_unicode_ci NOT NULL,
1982 `description` text COLLATE utf8_unicode_ci NOT NULL,
1983 `fieldoptions` text COLLATE utf8_unicode_ci NOT NULL,
1984 `regexpr` text COLLATE utf8_unicode_ci NOT NULL,
1985 `adminonly` text COLLATE utf8_unicode_ci NOT NULL,
1986 `required` text COLLATE utf8_unicode_ci NOT NULL,
1987 `showorder` text COLLATE utf8_unicode_ci NOT NULL,
1988 `showinvoice` text COLLATE utf8_unicode_ci NOT NULL,
1989 `sortorder` int(10) NOT NULL DEFAULT '0',
1990 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1991 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1992 PRIMARY KEY (`id`),
1993 KEY `serviceid` (`relid`)
1994) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
1995
1996-- --------------------------------------------------------
1997
1998--
1999-- Table structure for table `tblcustomfieldsvalues`
2000--
2001
2002CREATE TABLE IF NOT EXISTS `tblcustomfieldsvalues` (
2003 `fieldid` int(10) NOT NULL,
2004 `relid` int(10) NOT NULL,
2005 `value` text COLLATE utf8_unicode_ci NOT NULL,
2006 KEY `fieldid_relid` (`fieldid`,`relid`)
2007) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2008
2009-- --------------------------------------------------------
2010
2011--
2012-- Table structure for table `tbldomainpricing`
2013--
2014
2015CREATE TABLE IF NOT EXISTS `tbldomainpricing` (
2016 `id` int(10) NOT NULL AUTO_INCREMENT,
2017 `extension` text COLLATE utf8_unicode_ci NOT NULL,
2018 `dnsmanagement` text COLLATE utf8_unicode_ci NOT NULL,
2019 `emailforwarding` text COLLATE utf8_unicode_ci NOT NULL,
2020 `idprotection` text COLLATE utf8_unicode_ci NOT NULL,
2021 `eppcode` text COLLATE utf8_unicode_ci NOT NULL,
2022 `autoreg` text COLLATE utf8_unicode_ci NOT NULL,
2023 `order` int(1) NOT NULL DEFAULT '0',
2024 `group` varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'none',
2025 PRIMARY KEY (`id`),
2026 KEY `extension_registrationperiod` (`extension`(32)),
2027 KEY `order` (`order`)
2028) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
2029
2030--
2031-- Dumping data for table `tbldomainpricing`
2032--
2033
2034INSERT INTO `tbldomainpricing` (`id`, `extension`, `dnsmanagement`, `emailforwarding`, `idprotection`, `eppcode`, `autoreg`, `order`, `group`) VALUES
2035(1, '.featurednetwork.co.uk', '', '', '', '', 'email', 1, ''),
2036(2, '.relegationlive.com', '', '', '', '', 'email', 2, '');
2037
2038-- --------------------------------------------------------
2039
2040--
2041-- Table structure for table `tbldomainpricing_premium`
2042--
2043
2044CREATE TABLE IF NOT EXISTS `tbldomainpricing_premium` (
2045 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2046 `to_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
2047 `markup` decimal(8,5) NOT NULL DEFAULT '0.00000',
2048 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2049 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2050 PRIMARY KEY (`id`),
2051 UNIQUE KEY `tbldomain_pricing_premium_to_amount_unique` (`to_amount`)
2052) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
2053
2054--
2055-- Dumping data for table `tbldomainpricing_premium`
2056--
2057
2058INSERT INTO `tbldomainpricing_premium` (`id`, `to_amount`, `markup`, `created_at`, `updated_at`) VALUES
2059(1, '200.00', '20.00000', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2060(2, '500.00', '25.00000', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2061(3, '1000.00', '30.00000', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2062(4, '-1.00', '20.00000', '2017-03-08 10:41:00', '2017-03-08 10:41:00');
2063
2064-- --------------------------------------------------------
2065
2066--
2067-- Table structure for table `tbldomainreminders`
2068--
2069
2070CREATE TABLE IF NOT EXISTS `tbldomainreminders` (
2071 `id` int(10) NOT NULL AUTO_INCREMENT,
2072 `domain_id` int(10) NOT NULL,
2073 `date` date NOT NULL,
2074 `recipients` text COLLATE utf8_unicode_ci NOT NULL,
2075 `type` tinyint(4) NOT NULL,
2076 `days_before_expiry` tinyint(4) NOT NULL,
2077 PRIMARY KEY (`id`)
2078) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2079
2080-- --------------------------------------------------------
2081
2082--
2083-- Table structure for table `tbldomains`
2084--
2085
2086CREATE TABLE IF NOT EXISTS `tbldomains` (
2087 `id` int(10) NOT NULL AUTO_INCREMENT,
2088 `userid` int(10) NOT NULL,
2089 `orderid` int(1) NOT NULL,
2090 `type` enum('Register','Transfer') COLLATE utf8_unicode_ci NOT NULL,
2091 `registrationdate` date NOT NULL,
2092 `domain` text COLLATE utf8_unicode_ci NOT NULL,
2093 `firstpaymentamount` decimal(10,2) NOT NULL DEFAULT '0.00',
2094 `recurringamount` decimal(10,2) NOT NULL,
2095 `registrar` text COLLATE utf8_unicode_ci NOT NULL,
2096 `registrationperiod` int(1) NOT NULL DEFAULT '1',
2097 `expirydate` date DEFAULT NULL,
2098 `subscriptionid` text COLLATE utf8_unicode_ci NOT NULL,
2099 `promoid` int(10) NOT NULL,
2100 `status` enum('Pending','Pending Transfer','Active','Expired','Cancelled','Fraud','Transferred Away') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Pending',
2101 `nextduedate` date NOT NULL DEFAULT '0000-00-00',
2102 `nextinvoicedate` date NOT NULL,
2103 `additionalnotes` text COLLATE utf8_unicode_ci NOT NULL,
2104 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
2105 `dnsmanagement` tinyint(1) NOT NULL,
2106 `emailforwarding` tinyint(1) NOT NULL,
2107 `idprotection` tinyint(1) NOT NULL,
2108 `is_premium` tinyint(1) DEFAULT NULL,
2109 `donotrenew` tinyint(1) NOT NULL,
2110 `reminders` text COLLATE utf8_unicode_ci NOT NULL,
2111 `synced` tinyint(1) NOT NULL,
2112 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2113 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2114 PRIMARY KEY (`id`),
2115 KEY `userid` (`userid`),
2116 KEY `orderid` (`orderid`),
2117 KEY `domain` (`domain`(64)),
2118 KEY `status` (`status`)
2119) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
2120
2121--
2122-- Dumping data for table `tbldomains`
2123--
2124
2125INSERT INTO `tbldomains` (`id`, `userid`, `orderid`, `type`, `registrationdate`, `domain`, `firstpaymentamount`, `recurringamount`, `registrar`, `registrationperiod`, `expirydate`, `subscriptionid`, `promoid`, `status`, `nextduedate`, `nextinvoicedate`, `additionalnotes`, `paymentmethod`, `dnsmanagement`, `emailforwarding`, `idprotection`, `is_premium`, `donotrenew`, `reminders`, `synced`, `created_at`, `updated_at`) VALUES
2126(1, 4, 4, 'Register', '2017-03-09', 'lscnrsamp.com', '0.00', '0.00', 'email', 1, '2018-03-09', '', 0, 'Cancelled', '2018-03-09', '2017-03-09', '', 'tco', 0, 0, 0, 0, 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
2127
2128-- --------------------------------------------------------
2129
2130--
2131-- Table structure for table `tbldomainsadditionalfields`
2132--
2133
2134CREATE TABLE IF NOT EXISTS `tbldomainsadditionalfields` (
2135 `id` int(10) NOT NULL AUTO_INCREMENT,
2136 `domainid` int(10) NOT NULL,
2137 `name` text COLLATE utf8_unicode_ci NOT NULL,
2138 `value` text COLLATE utf8_unicode_ci NOT NULL,
2139 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2140 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2141 PRIMARY KEY (`id`),
2142 KEY `domainid` (`domainid`)
2143) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2144
2145-- --------------------------------------------------------
2146
2147--
2148-- Table structure for table `tbldomains_extra`
2149--
2150
2151CREATE TABLE IF NOT EXISTS `tbldomains_extra` (
2152 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2153 `domain_id` int(11) NOT NULL DEFAULT '0',
2154 `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2155 `value` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2156 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2157 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2158 PRIMARY KEY (`id`),
2159 UNIQUE KEY `tbldomains_extra_domain_id_type_unique` (`domain_id`,`name`),
2160 KEY `tbldomains_extra_type_index` (`name`)
2161) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2162
2163-- --------------------------------------------------------
2164
2165--
2166-- Table structure for table `tbldomain_lookup_configuration`
2167--
2168
2169CREATE TABLE IF NOT EXISTS `tbldomain_lookup_configuration` (
2170 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2171 `registrar` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2172 `setting` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2173 `value` text COLLATE utf8_unicode_ci NOT NULL,
2174 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2175 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2176 PRIMARY KEY (`id`),
2177 KEY `registrar_setting_index` (`registrar`,`setting`)
2178) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
2179
2180--
2181-- Dumping data for table `tbldomain_lookup_configuration`
2182--
2183
2184INSERT INTO `tbldomain_lookup_configuration` (`id`, `registrar`, `setting`, `value`, `created_at`, `updated_at`) VALUES
2185(1, 'WhmcsWhois', 'useWhmcsWhoisForSuggestions', 'on', '2017-03-09 05:13:55', '2017-03-09 05:13:55'),
2186(2, 'WhmcsWhois', 'suggestTlds', '.featurednetwork.co.uk,.relegationlive.com', '2017-03-09 05:13:55', '2017-03-10 01:14:50');
2187
2188-- --------------------------------------------------------
2189
2190--
2191-- Table structure for table `tbldownloadcats`
2192--
2193
2194CREATE TABLE IF NOT EXISTS `tbldownloadcats` (
2195 `id` int(10) NOT NULL AUTO_INCREMENT,
2196 `parentid` int(10) NOT NULL DEFAULT '0',
2197 `name` text COLLATE utf8_unicode_ci NOT NULL,
2198 `description` text COLLATE utf8_unicode_ci NOT NULL,
2199 `hidden` tinyint(1) NOT NULL,
2200 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2201 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2202 PRIMARY KEY (`id`),
2203 KEY `parentid` (`parentid`)
2204) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2205
2206-- --------------------------------------------------------
2207
2208--
2209-- Table structure for table `tbldownloads`
2210--
2211
2212CREATE TABLE IF NOT EXISTS `tbldownloads` (
2213 `id` int(10) NOT NULL AUTO_INCREMENT,
2214 `category` int(10) NOT NULL,
2215 `type` text COLLATE utf8_unicode_ci NOT NULL,
2216 `title` text COLLATE utf8_unicode_ci NOT NULL,
2217 `description` text COLLATE utf8_unicode_ci NOT NULL,
2218 `downloads` int(10) NOT NULL DEFAULT '0',
2219 `location` text COLLATE utf8_unicode_ci NOT NULL,
2220 `clientsonly` tinyint(1) NOT NULL,
2221 `hidden` tinyint(1) NOT NULL,
2222 `productdownload` tinyint(1) NOT NULL,
2223 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2224 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2225 PRIMARY KEY (`id`),
2226 KEY `title` (`title`(32)),
2227 KEY `downloads` (`downloads`)
2228) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2229
2230-- --------------------------------------------------------
2231
2232--
2233-- Table structure for table `tbldynamic_translations`
2234--
2235
2236CREATE TABLE IF NOT EXISTS `tbldynamic_translations` (
2237 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2238 `related_type` enum('configurable_option.{id}.name','configurable_option_option.{id}.name','custom_field.{id}.description','custom_field.{id}.name','download.{id}.description','download.{id}.title','product.{id}.description','product.{id}.name','product_addon.{id}.description','product_addon.{id}.name','product_bundle.{id}.description','product_bundle.{id}.name','product_group.{id}.headline','product_group.{id}.name','product_group.{id}.tagline','product_group_features.{id}.feature','ticket_department.{id}.description','ticket_department.{id}.name') COLLATE utf8_unicode_ci NOT NULL,
2239 `related_id` int(10) unsigned NOT NULL DEFAULT '0',
2240 `language` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2241 `translation` text COLLATE utf8_unicode_ci NOT NULL,
2242 `input_type` enum('text','textarea') COLLATE utf8_unicode_ci NOT NULL,
2243 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2244 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2245 PRIMARY KEY (`id`),
2246 KEY `tbldynamic_translations_id` (`related_id`),
2247 KEY `tbldynamic_translations_type` (`related_type`),
2248 KEY `tbldynamic_translations_id_type` (`related_id`,`related_type`)
2249) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2250
2251-- --------------------------------------------------------
2252
2253--
2254-- Table structure for table `tblemailmarketer`
2255--
2256
2257CREATE TABLE IF NOT EXISTS `tblemailmarketer` (
2258 `id` int(10) NOT NULL AUTO_INCREMENT,
2259 `name` text COLLATE utf8_unicode_ci NOT NULL,
2260 `type` text COLLATE utf8_unicode_ci NOT NULL,
2261 `settings` text COLLATE utf8_unicode_ci NOT NULL,
2262 `disable` int(1) NOT NULL,
2263 `marketing` int(1) NOT NULL,
2264 PRIMARY KEY (`id`)
2265) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2266
2267-- --------------------------------------------------------
2268
2269--
2270-- Table structure for table `tblemails`
2271--
2272
2273CREATE TABLE IF NOT EXISTS `tblemails` (
2274 `id` int(10) NOT NULL AUTO_INCREMENT,
2275 `userid` int(10) NOT NULL,
2276 `subject` text COLLATE utf8_unicode_ci NOT NULL,
2277 `message` text COLLATE utf8_unicode_ci NOT NULL,
2278 `date` datetime DEFAULT NULL,
2279 `to` text COLLATE utf8_unicode_ci,
2280 `cc` text COLLATE utf8_unicode_ci,
2281 `bcc` text COLLATE utf8_unicode_ci,
2282 PRIMARY KEY (`id`),
2283 KEY `userid` (`userid`)
2284) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=66 ;
2285
2286--
2287-- Dumping data for table `tblemails`
2288--
2289
2290INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2291(1, 1, 'Welcome', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nThank you for signing up with us. Your new account has been setup and you can now login to our client area using the details below. \n</p>\n<p>\nEmail Address: creeperkiller200@yahoo.com<br />\nPassword: Minecraft1 \n</p>\n<p>\nTo login, visit http://featurednetwork.co.uk/ \n</p>\n<p>\nSignature goes here... \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 21:48:13', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2292(2, 2, 'Welcome', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Blake Shepherd (Host A Node), \n</p>\n<p>\nThank you for signing up with us. Your new account has been setup and you can now login to our client area using the details below. \n</p>\n<p>\nEmail Address: Blake@featurednetwork.co.uk<br />\nPassword: Dragonsam2 \n</p>\n<p>\nTo login, visit http://featurednetwork.co.uk/ \n</p>\n<p>\nSignature goes here... \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 21:49:52', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', ''),
2293(3, 2, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Blake Shepherd (Host A Node), \n</p>\n<p>\nThis is a notice that an invoice has been generated on 08/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #1<br />\nAmount Due: $0.00 USD<br />\nDue Date: 08/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nH-LP-1 - Hosting.relegationlive.com (08/03/2017 - 07/04/2017) $2.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $2.00 USD<br>\nCredit: $2.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=1">http://featurednetwork.co.uk/viewinvoice.php?id=1</a> \n</p>\n<p>\nSignature goes here... \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:23:09', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', ''),
2294(4, 2, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Blake Shepherd (Host A Node), \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>3009631010</b></p>\n<p>\nProduct/Service: Web Hosting - H-LP-1<br>\nDomain: Hosting.relegationlive.com<br>\nFirst Payment Amount: $2.00 USD<br>\nRecurring Amount: $2.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $2.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nSignature goes here...\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:23:09', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', ''),
2295(5, 2, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Blake Shepherd (Host A Node),</p>\n<p>This is a payment receipt for Invoice 1 sent on 08/03/2017</p>\n<p>H-LP-1 - Hosting.relegationlive.com (08/03/2017 - 07/04/2017) $2.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $2.00 USD<br>\nCredit: $2.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Signature goes here...</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:23:13', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', ''),
2296(6, 2, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Blake Shepherd (Host A Node),</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: H-LP-1<br />Domain: Hosting.relegationlive.com<br />First Payment Amount: $2.00 USD<br />Recurring Amount: $2.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 08/04/2017</p><p><strong>Login Details</strong></p><p>Username: hostingr<br />Password: 7b990ZooIa</p><p>Control Panel URL: <a href="http://107.178.115.105:2082/">http://107.178.115.105:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.Hosting.relegationlive.com:2082/">http://www.Hosting.relegationlive.com:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: CPanel<br />Server IP: 107.178.115.105</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ns1.noc39.com (107.178.115.99)<br />Nameserver 2: ns2.noc39.com (107.178.115.100)</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 107.178.115.105<br />Temporary Webpage URL: <a href="http://107.178.115.105/~hostingr/">http://107.178.115.105/~hostingr/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: Hosting.relegationlive.com<br />Webpage URL: <a href="http://www.Hosting.relegationlive.com">http://www.Hosting.relegationlive.com</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.Hosting.relegationlive.com<br />SMTP Host Address: mail.Hosting.relegationlive.com<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Signature goes here...</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:23:19', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', '');
2297INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2298(7, 2, 'Your new password for Host A Node', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Blake Shepherd (Host A Node),</p><p>As you requested, your password for our client area has now been reset. Your new login details are as follows:</p><p><a href="http://featurednetwork.co.uk/">http://featurednetwork.co.uk/</a><br />Email: Blake@featurednetwork.co.uk<br />Password: fHIQ3huz0cjo</p><p>To change your password to something more memorable, after logging in go to My Details > Change Password.</p><p>Signature goes here...</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:37:50', 'Blake Shepherd (Host A Node) <Blake@featurednetwork.co.uk>', '', ''),
2299(8, 2, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear blake shepherd (Host A Node),</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Signature goes here...</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:38:59', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2300(9, 1, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Signature goes here...</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:42:17', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2301(10, 2, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear blake shepherd (Host A Node),</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=b83ee0d1f380710b93539de5ac1e361e55f66a59" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=b83ee0d1f380710b93539de5ac1e361e55f66a59</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:43:47', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2302(11, 1, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=725efddb4de12128482419dd75d9b69455c0c3db" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=725efddb4de12128482419dd75d9b69455c0c3db</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:44:20', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2303(12, 1, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 08/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #2<br />\nAmount Due: $0.00 USD<br />\nDue Date: 08/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nH-LP-1 - g4mes4atsgcs.relegationlive.com (08/03/2017 - 07/04/2017) $2.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $2.00 USD<br>\nCredit: $2.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=2">http://featurednetwork.co.uk/viewinvoice.php?id=2</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:53:47', 'cody lewis <creeperkiller200@yahoo.com>', '', '');
2304INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2305(13, 1, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>6163883706</b></p>\n<p>\nProduct/Service: Web Hosting - H-LP-1<br>\nDomain: g4mes4atsgcs.relegationlive.com<br>\nFirst Payment Amount: $2.00 USD<br>\nRecurring Amount: $2.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $2.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:53:48', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2306(14, 1, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p>\n<p>This is a payment receipt for Invoice 2 sent on 08/03/2017</p>\n<p>H-LP-1 - g4mes4atsgcs.relegationlive.com (08/03/2017 - 07/04/2017) $2.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $2.00 USD<br>\nCredit: $2.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:53:49', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2307(15, 1, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: H-LP-1<br />Domain: g4mes4atsgcs.relegationlive.com<br />First Payment Amount: $2.00 USD<br />Recurring Amount: $2.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 08/04/2017</p><p><strong>Login Details</strong></p><p>Username: gmesatsg<br />Password: 2bz3Hl1H7r</p><p>Control Panel URL: <a href="http://107.178.115.105:2082/">http://107.178.115.105:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.g4mes4atsgcs.relegationlive.com:2082/">http://www.g4mes4atsgcs.relegationlive.com:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: CPanel<br />Server IP: 107.178.115.105</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ns1.noc39.com (107.178.115.99)<br />Nameserver 2: ns2.noc39.com (107.178.115.100)</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 107.178.115.105<br />Temporary Webpage URL: <a href="http://107.178.115.105/~gmesatsg/">http://107.178.115.105/~gmesatsg/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: g4mes4atsgcs.relegationlive.com<br />Webpage URL: <a href="http://www.g4mes4atsgcs.relegationlive.com">http://www.g4mes4atsgcs.relegationlive.com</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.g4mes4atsgcs.relegationlive.com<br />SMTP Host Address: mail.g4mes4atsgcs.relegationlive.com<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-08 22:53:55', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2308(16, 3, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear liam Smyth,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=7e8f2af7d91f06331fbfa96e8a5e55be1a715fe9" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=7e8f2af7d91f06331fbfa96e8a5e55be1a715fe9</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 13:19:57', 'liam Smyth <liam3130@gmail.com>', '', ''),
2309(17, 3, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear liam Smyth, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #3<br />\nAmount Due: $10.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nVPS #1 (09/03/2017 - 08/04/2017) $10.00 USD<br>\nOperating System: Windows Server 2008<br>\n------------------------------------------------------<br>\nSub Total: $10.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $10.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=3">http://featurednetwork.co.uk/viewinvoice.php?id=3</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 13:19:59', 'liam Smyth <liam3130@gmail.com>', '', ''),
2310(18, 3, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear liam Smyth, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>2256761215</b></p>\n<p>\nProduct/Service: VPS Hosting - VPS #1<br>\nOperating System: Windows Server 2008<br />\nFirst Payment Amount: $10.00 USD<br>\nRecurring Amount: $10.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $10.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 13:19:59', 'liam Smyth <liam3130@gmail.com>', '', '');
2311INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2312(19, 3, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear liam Smyth,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=43abc5056a2514d186a112365d3cf2f64c4abf9f" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=43abc5056a2514d186a112365d3cf2f64c4abf9f</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 15:39:31', 'liam Smyth <liam3130@gmail.com>', '', ''),
2313(20, 4, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear John Smioth,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=90b119447e86440380246b805b09337ee68b8f55" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=90b119447e86440380246b805b09337ee68b8f55</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 17:59:32', 'John Smioth <alexkeward@gmail.com>', '', ''),
2314(21, 4, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear John Smioth, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #4<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nDomain Registration - lscnrsamp.com - 1 Year/s (09/03/2017 - 08/03/2018) $0.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=4">http://featurednetwork.co.uk/viewinvoice.php?id=4</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 17:59:35', 'John Smioth <alexkeward@gmail.com>', '', ''),
2315(22, 4, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear John Smioth, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>4337039886</b></p>\n<p>\nDomain Registration: Register<br>\nDomain: lscnrsamp.com<br>\nFirst Payment Amount: $0.00 USD<br>\nRecurring Amount: $0.00 USD<br>\nRegistration Period: 1 Year/s<br>\n<br>\nTotal Due Today: $0.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 17:59:36', 'John Smioth <alexkeward@gmail.com>', '', ''),
2316(23, 4, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear John Smioth,</p>\n<p>This is a payment receipt for Invoice 4 sent on 09/03/2017</p>\n<p>Domain Registration - lscnrsamp.com - 1 Year/s (09/03/2017 - 08/03/2018) $0.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 17:59:38', 'John Smioth <alexkeward@gmail.com>', '', ''),
2317(24, 4, 'Domain Registration Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear John Smioth, \n</p>\n<p>\nThis message is to confirm that your domain purchase has been successful. The details of the domain purchase are below: \n</p>\n<p>\nRegistration Date: 09/03/2017<br />\nDomain: lscnrsamp.com<br />\nRegistration Period: 1 Year/s<br />\nAmount: $0.00 USD<br />\nNext Due Date: 09/03/2018 \n</p>\n<p>\nYou may login to your client area at http://featurednetwork.co.uk/ to manage your new domain. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 17:59:40', 'John Smioth <alexkeward@gmail.com>', '', '');
2318INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2319(25, 4, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear John Smioth, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #5<br />\nAmount Due: $2.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nH-LP-1 - lscnrsamp.com (09/03/2017 - 08/04/2017) $2.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $2.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $2.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=5">http://featurednetwork.co.uk/viewinvoice.php?id=5</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 18:13:28', 'John Smioth <alexkeward@gmail.com>', '', ''),
2320(26, 4, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear John Smioth, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>3265500628</b></p>\n<p>\nProduct/Service: Web Hosting - H-LP-1<br>\nDomain: lscnrsamp.com<br>\nFirst Payment Amount: $2.00 USD<br>\nRecurring Amount: $2.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $2.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 18:13:29', 'John Smioth <alexkeward@gmail.com>', '', ''),
2321(27, 4, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear John Smioth,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=ddc97c79fe9d9337b2039def2f6ab9e367efbb4e" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=ddc97c79fe9d9337b2039def2f6ab9e367efbb4e</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 18:16:50', 'John Smioth <alexkeward@gmail.com>', '', ''),
2322(28, 2, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear blake shepherd (Host A Node), \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: PayPal \n</p>\n<p>\nInvoice #6<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=6">https://featurednetwork.co.uk/viewinvoice.php?id=6</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 20:48:06', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2323(29, 2, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear blake shepherd (Host A Node), \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>9514074599</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 256<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $1.00 USD<br>\nRecurring Amount: $1.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $1.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 20:48:07', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2324(30, 2, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear blake shepherd (Host A Node),</p>\n<p>This is a payment receipt for Invoice 6 sent on 09/03/2017</p>\n<p>Minecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 20:48:08', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', '');
2325INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2326(31, 5, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="https://featurednetwork.co.uk/clientarea.php?verificationId=c6a88b4dce82ddc8f61c2df215a35026a3506e42" id="hrefVerificationLink">https://featurednetwork.co.uk/clientarea.php?verificationId=c6a88b4dce82ddc8f61c2df215a35026a3506e42</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 21:36:16', 'Thomas Smith <thomas@email.com>', '', ''),
2327(32, 5, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #7<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=7">https://featurednetwork.co.uk/viewinvoice.php?id=7</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 21:37:58', 'Thomas Smith <thomas@email.com>', '', ''),
2328(33, 5, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>8720078533</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 256<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $1.00 USD<br>\nRecurring Amount: $1.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $1.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 21:37:58', 'Thomas Smith <thomas@email.com>', '', ''),
2329(34, 5, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p>\n<p>This is a payment receipt for Invoice 7 sent on 09/03/2017</p>\n<p>Minecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 21:37:59', 'Thomas Smith <thomas@email.com>', '', ''),
2330(35, 5, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: <br />First Payment Amount: $1.00 USD<br />Recurring Amount: $1.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 09/04/2017</p><p><strong>Login Details</strong></p><p>Username: ThomasS<br />Password: </p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.:2082/">http://www.:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~ThomasS/">http://193.70.107.62:8880/~ThomasS/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: <br />Webpage URL: <a href="http://www.">http://www.</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.<br />SMTP Host Address: mail.<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:11:01', 'Thomas Smith <thomas@email.com>', '', ''),
2331(36, 1, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p>\n<p>This is a payment receipt for Invoice 8 sent on 09/03/2017</p>\n<p>Minecraft - will del once done (09/03/2017 - 08/04/2017) $0.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:13:22', 'cody lewis <creeperkiller200@yahoo.com>', '', '');
2332INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2333(37, 1, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: will del once done<br />First Payment Amount: $0.00 USD<br />Recurring Amount: $0.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 09/04/2017</p><p><strong>Login Details</strong></p><p>Username: BlakeS<br />Password: </p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.will del once done:2082/">http://www.will del once done:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~BlakeS/">http://193.70.107.62:8880/~BlakeS/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: will del once done<br />Webpage URL: <a href="http://www.will del once done">http://www.will del once done</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.will del once done<br />SMTP Host Address: mail.will del once done<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:13:24', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2334(38, 1, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #8<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft - will del once done (09/03/2017 - 08/04/2017) $0.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=8">https://featurednetwork.co.uk/viewinvoice.php?id=8</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:13:25', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2335(39, 1, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>7287355661</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nDomain: will del once done<br>\nRam: 256<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $0.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $0.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:13:25', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2336(40, 5, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p>\n<p>This is a payment receipt for Invoice 9 sent on 09/03/2017</p>\n<p>Minecraft - will del once done (09/03/2017 - 08/04/2017) $0.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:16:56', 'Thomas Smith <thomas@email.com>', '', ''),
2337(41, 5, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: will del once done<br />First Payment Amount: $0.00 USD<br />Recurring Amount: $0.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 09/04/2017</p><p><strong>Login Details</strong></p><p>Username: willdelo<br />Password: </p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.will del once done:2082/">http://www.will del once done:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~willdelo/">http://193.70.107.62:8880/~willdelo/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: will del once done<br />Webpage URL: <a href="http://www.will del once done">http://www.will del once done</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.will del once done<br />SMTP Host Address: mail.will del once done<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:16:59', 'Thomas Smith <thomas@email.com>', '', '');
2338INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2339(42, 5, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #9<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft - will del once done (09/03/2017 - 08/04/2017) $0.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=9">https://featurednetwork.co.uk/viewinvoice.php?id=9</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:16:59', 'Thomas Smith <thomas@email.com>', '', ''),
2340(43, 5, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>5624310055</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nDomain: will del once done<br>\nRam: 256<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $0.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $0.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:17:00', 'Thomas Smith <thomas@email.com>', '', ''),
2341(44, 5, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #10<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (09/03/2017 - 08/04/2017) $14.00 USD<br>\nRam: 4096<br>\nDefault Port: Yes<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $14.00 USD<br>\nCredit: $14.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=10">https://featurednetwork.co.uk/viewinvoice.php?id=10</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:19:39', 'Thomas Smith <thomas@email.com>', '', ''),
2342(45, 5, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Thomas Smith, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>8744641459</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 4096<br />\nDefault Port: Yes<br />\nLocation: UK<br />\nFirst Payment Amount: $14.00 USD<br>\nRecurring Amount: $14.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $14.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:19:39', 'Thomas Smith <thomas@email.com>', '', ''),
2343(46, 5, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p>\n<p>This is a payment receipt for Invoice 10 sent on 09/03/2017</p>\n<p>Minecraft (09/03/2017 - 08/04/2017) $14.00 USD<br>\nRam: 4096<br>\nDefault Port: Yes<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $14.00 USD<br>\nCredit: $14.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:19:40', 'Thomas Smith <thomas@email.com>', '', ''),
2344(47, 5, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Thomas Smith,</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: <br />First Payment Amount: $14.00 USD<br />Recurring Amount: $14.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 09/04/2017</p><p><strong>Login Details</strong></p><p>Username: ThomasS<br />Password: 0g7wfU94uZ</p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.:2082/">http://www.:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~ThomasS/">http://193.70.107.62:8880/~ThomasS/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: <br />Webpage URL: <a href="http://www.">http://www.</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.<br />SMTP Host Address: mail.<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:19:44', 'Thomas Smith <thomas@email.com>', '', '');
2345INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2346(48, 6, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear test account (fake),</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="https://featurednetwork.co.uk/clientarea.php?verificationId=4139bd1cce6b0b4331f72ef156dd8a8e900e8df5" id="hrefVerificationLink">https://featurednetwork.co.uk/clientarea.php?verificationId=4139bd1cce6b0b4331f72ef156dd8a8e900e8df5</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:30:56', 'test account (fake) <domain@fakemyass.com>', '', ''),
2347(49, 6, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear test account (fake), \n</p>\n<p>\nThis is a notice that an invoice has been generated on 09/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #11<br />\nAmount Due: $0.00 USD<br />\nDue Date: 09/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=11">https://featurednetwork.co.uk/viewinvoice.php?id=11</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:32:02', 'test account (fake) <domain@fakemyass.com>', '', ''),
2348(50, 6, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear test account (fake), \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>6826517941</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 256<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $1.00 USD<br>\nRecurring Amount: $1.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $1.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:32:03', 'test account (fake) <domain@fakemyass.com>', '', ''),
2349(51, 6, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear test account (fake),</p>\n<p>This is a payment receipt for Invoice 11 sent on 09/03/2017</p>\n<p>Minecraft (09/03/2017 - 08/04/2017) $1.00 USD<br>\nRam: 256<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $1.00 USD<br>\nCredit: $1.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:32:06', 'test account (fake) <domain@fakemyass.com>', '', ''),
2350(52, 6, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear test account (fake),</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: <br />First Payment Amount: $1.00 USD<br />Recurring Amount: $1.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 09/04/2017</p><p><strong>Login Details</strong></p><p>Username: testa<br />Password: 4qMJ06mgs2</p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.:2082/">http://www.:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~testa/">http://193.70.107.62:8880/~testa/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: <br />Webpage URL: <a href="http://www.">http://www.</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.<br />SMTP Host Address: mail.<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-09 22:32:11', 'test account (fake) <domain@fakemyass.com>', '', ''),
2351(53, 2, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear blake shepherd (Host A Node),</p>\n<p>This is a payment receipt for Invoice 12 sent on 10/03/2017</p>\n<p>Minecraft (10/03/2017 - 09/04/2017) $0.00 USD<br>\nRam: 1024<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 00:06:40', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', '');
2352INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2353(54, 2, 'New Account Information', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear blake shepherd (Host A Node),</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: Minecraft<br />Domain: <br />First Payment Amount: $0.00 USD<br />Recurring Amount: $0.00 USD<br />Billing Cycle: Monthly<br />Next Due Date: 10/04/2017</p><p><strong>Login Details</strong></p><p>Username: blakes1<br />Password: 2dhMIk158q</p><p>Control Panel URL: <a href="http://193.70.107.62:8880:2082/">http://193.70.107.62:8880:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.:2082/">http://www.:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: TCAdmin<br />Server IP: 193.70.107.62:8880</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: ()<br />Nameserver 2: ()</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: 193.70.107.62:8880<br />Temporary Webpage URL: <a href="http://193.70.107.62:8880/~blakes1/">http://193.70.107.62:8880/~blakes1/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: <br />Webpage URL: <a href="http://www.">http://www.</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.<br />SMTP Host Address: mail.<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 00:06:45', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2354(55, 2, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear blake shepherd (Host A Node), \n</p>\n<p>\nThis is a notice that an invoice has been generated on 10/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #12<br />\nAmount Due: $0.00 USD<br />\nDue Date: 10/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (10/03/2017 - 09/04/2017) $0.00 USD<br>\nRam: 1024<br>\nDefault Port: No<br>\nLocation: UK<br>\n------------------------------------------------------<br>\nSub Total: $0.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="https://featurednetwork.co.uk/viewinvoice.php?id=12">https://featurednetwork.co.uk/viewinvoice.php?id=12</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 00:06:46', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2355(56, 2, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="https://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear blake shepherd (Host A Node), \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>4505779887</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 1024<br />\nDefault Port: No<br />\nLocation: UK<br />\nFirst Payment Amount: $0.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $0.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="https://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="https://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 00:06:46', 'blake shepherd (Host A Node) <blake66@live.co.uk>', '', ''),
2356(57, 1, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=af0a9143d6e9ce57151831f4e97b90d6d8745b42" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=af0a9143d6e9ce57151831f4e97b90d6d8745b42</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 12:16:38', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2357(58, 1, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 10/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #13<br />\nAmount Due: $3.00 USD<br />\nDue Date: 10/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nMinecraft (10/03/2017 - 09/04/2017) $3.00 USD<br>\nRam: 1024<br>\nDefault Port: Yes<br>\nLocation: US<br>\n------------------------------------------------------<br>\nSub Total: $3.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $3.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=13">http://featurednetwork.co.uk/viewinvoice.php?id=13</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 20:45:52', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2358(59, 1, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>2069550834</b></p>\n<p>\nProduct/Service: Game Server Hosting - Minecraft<br>\nRam: 1024<br />\nDefault Port: Yes<br />\nLocation: US<br />\nFirst Payment Amount: $3.00 USD<br>\nRecurring Amount: $3.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $3.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-10 20:45:53', 'cody lewis <creeperkiller200@yahoo.com>', '', '');
2359INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES
2360(60, 1, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nThis is a notice that an invoice has been generated on 11/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #14<br />\nAmount Due: $0.00 USD<br />\nDue Date: 11/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nH-LA-1 (11/03/2017 - 10/04/2017) $10.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $10.00 USD<br>\nCredit: $10.00 USD<br>\nTotal: $0.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=14">http://featurednetwork.co.uk/viewinvoice.php?id=14</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 01:39:29', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2361(61, 1, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear cody lewis, \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>7738499820</b></p>\n<p>\nProduct/Service: Web Hosting - H-LA-1<br>\nFirst Payment Amount: $10.00 USD<br>\nRecurring Amount: $10.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $10.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 01:39:30', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2362(62, 1, 'Invoice Payment Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear cody lewis,</p>\n<p>This is a payment receipt for Invoice 14 sent on 11/03/2017</p>\n<p>H-LA-1 (11/03/2017 - 10/04/2017) $10.00 USD<br>\n------------------------------------------------------<br>\nSub Total: $10.00 USD<br>\nCredit: $10.00 USD<br>\nTotal: $0.00 USD</p>\n<p>Amount: $0.00 USD<br />Transaction #: <br />Total Paid: $0.00 USD<br />Remaining Balance: $0.00 USD<br />Status: Paid</p>\n<p>You may review your invoice history at any time by logging in to your client area.</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 01:39:31', 'cody lewis <creeperkiller200@yahoo.com>', '', ''),
2363(63, 7, 'Confirm Your Registration', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>Dear Mezy Mods (MezyMods),</p><p>Thank you for creating a account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p><a href="http://featurednetwork.co.uk/clientarea.php?verificationId=96aa3ff24277a25ef143c00738b375676a328248" id="hrefVerificationLink">http://featurednetwork.co.uk/clientarea.php?verificationId=96aa3ff24277a25ef143c00738b375676a328248</a></p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>Regards,<br />\r\n<br />\r\nAutomated System</p><!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 09:12:57', 'Mezy Mods (MezyMods) <mezyy13@gmail.com>', '', ''),
2364(64, 7, 'Customer Invoice', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Mezy Mods (MezyMods), \n</p>\n<p>\nThis is a notice that an invoice has been generated on 11/03/2017. \n</p>\n<p>\nYour payment method is: 2CheckOut \n</p>\n<p>\nInvoice #15<br />\nAmount Due: $10.00 USD<br />\nDue Date: 11/03/2017 \n</p>\n<p>\n<strong>Invoice Items</strong> \n</p>\n<p>\nVPS #1 (11/03/2017 - 10/04/2017) $10.00 USD<br>\nOperating System: Centos 7<br>\n------------------------------------------------------<br>\nSub Total: $10.00 USD<br>\nCredit: $0.00 USD<br>\nTotal: $10.00 USD <br />\n------------------------------------------------------ \n</p>\n<p>\nYou can login to your client area to view and pay the invoice at <a href="http://featurednetwork.co.uk/viewinvoice.php?id=15">http://featurednetwork.co.uk/viewinvoice.php?id=15</a> \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System \n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 09:46:23', 'Mezy Mods (MezyMods) <mezyy13@gmail.com>', '', ''),
2365(65, 7, 'Order Confirmation', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\n <style type="text/css">\n .ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}\n </style>\n </head>\n <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">\n <center>\n <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">\n <tr>\n <td align="center" valign="top" id="bodyCell">\n <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">\n <tr>\n <td valign="top" class="headerContent">\n <a href="http://featurednetwork.co.uk">\n <img src="" style="max-width:600px;padding:20px" id="headerImage" alt="Host A Node" />\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">\n <tr>\n <td valign="top" class="bodyContent">\n<!-- message header end --><p>\nDear Mezy Mods (MezyMods), \n</p>\n<p>\nWe have received your order and will be processing it shortly. The details of the order are below: \n</p>\n<p>\nOrder Number: <b>8764130451</b></p>\n<p>\nProduct/Service: VPS Hosting - VPS #1<br>\nOperating System: Centos 7<br />\nFirst Payment Amount: $10.00 USD<br>\nRecurring Amount: $10.00 USD<br>\nBilling Cycle: Monthly<br>\n<br>\nTotal Due Today: $10.00 USD \n</p>\n<p>\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \n</p>\n<p>\nRegards,<br />\r\n<br />\r\nAutomated System\n</p>\n<!-- message footer start -->\n</td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align="center" valign="top">\n <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">\n <tr>\n <td valign="top" class="footerContent">\n <a href="http://featurednetwork.co.uk">visit our website</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/">log in to your account</a>\n <span class="hide-mobile"> | </span>\n <a href="http://featurednetwork.co.uk/submitticket.php">get support</a> <br />\n Copyright © Host A Node, All rights reserved.\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </center>\n </body>\n</html>', '2017-03-11 09:46:23', 'Mezy Mods (MezyMods) <mezyy13@gmail.com>', '', '');
2366
2367-- --------------------------------------------------------
2368
2369--
2370-- Table structure for table `tblemailtemplates`
2371--
2372
2373CREATE TABLE IF NOT EXISTS `tblemailtemplates` (
2374 `id` int(10) NOT NULL AUTO_INCREMENT,
2375 `type` text COLLATE utf8_unicode_ci NOT NULL,
2376 `name` text COLLATE utf8_unicode_ci NOT NULL,
2377 `subject` text COLLATE utf8_unicode_ci NOT NULL,
2378 `message` text COLLATE utf8_unicode_ci NOT NULL,
2379 `attachments` text COLLATE utf8_unicode_ci NOT NULL,
2380 `fromname` text COLLATE utf8_unicode_ci NOT NULL,
2381 `fromemail` text COLLATE utf8_unicode_ci NOT NULL,
2382 `disabled` tinyint(1) NOT NULL,
2383 `custom` tinyint(1) NOT NULL,
2384 `language` text COLLATE utf8_unicode_ci NOT NULL,
2385 `copyto` text COLLATE utf8_unicode_ci NOT NULL,
2386 `plaintext` tinyint(1) NOT NULL,
2387 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2388 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2389 PRIMARY KEY (`id`),
2390 KEY `type` (`type`(32)),
2391 KEY `name` (`name`(64))
2392) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=68 ;
2393
2394--
2395-- Dumping data for table `tblemailtemplates`
2396--
2397
2398INSERT INTO `tblemailtemplates` (`id`, `type`, `name`, `subject`, `message`, `attachments`, `fromname`, `fromemail`, `disabled`, `custom`, `language`, `copyto`, `plaintext`, `created_at`, `updated_at`) VALUES
2399(1, 'product', 'Hosting Account Welcome Email', 'New Account Information', '<p>Dear {$client_name},</p><p align="center"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: {$service_product_name}<br />Domain: {$service_domain}<br />First Payment Amount: {$service_first_payment_amount}<br />Recurring Amount: {$service_recurring_amount}<br />Billing Cycle: {$service_billing_cycle}<br />Next Due Date: {$service_next_due_date}</p><p><strong>Login Details</strong></p><p>Username: {$service_username}<br />Password: {$service_password}</p><p>Control Panel URL: <a href="http://{$service_server_ip}:2082/">http://{$service_server_ip}:2082/</a><br />Once your domain has propagated, you may also use <a href="http://www.{$service_domain}:2082/">http://www.{$service_domain}:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: {$service_server_name}<br />Server IP: {$service_server_ip}</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: {$service_ns1} ({$service_ns1_ip})<br />Nameserver 2: {$service_ns2} ({$service_ns2_ip}){if $service_ns3}<br />Nameserver 3: {$service_ns3} ({$service_ns3_ip}){/if}{if $service_ns4}<br />Nameserver 4: {$service_ns4} ({$service_ns4_ip}){/if}</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: {$service_server_ip}<br />Temporary Webpage URL: <a href="http://{$service_server_ip}/~{$service_username}/">http://{$service_server_ip}/~{$service_username}/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: {$service_domain}<br />Webpage URL: <a href="http://www.{$service_domain}">http://www.{$service_domain}</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.{$service_domain}<br />SMTP Host Address: mail.{$service_domain}<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '2017-03-08 10:41:00'),
2400(3, 'domain', 'Domain Registration Confirmation', 'Domain Registration Confirmation', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis message is to confirm that your domain purchase has been successful. The details of the domain purchase are below: \r\n</p>\r\n<p>\r\nRegistration Date: {$domain_reg_date}<br />\r\nDomain: {$domain_name}<br />\r\nRegistration Period: {$domain_reg_period}<br />\r\nAmount: {$domain_first_payment_amount}<br />\r\nNext Due Date: {$domain_next_due_date} \r\n</p>\r\n<p>\r\nYou may login to your client area at {$whmcs_url} to manage your new domain. \r\n</p>\r\n<p>\r\n{$signature} \r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2401(4, 'product', 'Reseller Account Welcome Email', 'Reseller Account Information', '<p align="center">\r\n<strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS - PLEASE READ THIS EMAIL IN FULL.</strong>\r\n</p>\r\n<p>\r\nIf you have requested a domain name during sign up then this will not be visible on the internet for between 24 and 72 hours. This process is called Propagation. Until your domain has Propagated your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.\r\n</p>\r\n<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nThe reseller hosting account for {$service_domain} has been set up. The username and password below are for both cPanel to manage the website at {$service_domain} and WebHostManager to manage your Reseller Account.\r\n</p>\r\n<p>\r\n<strong>New Account Info</strong>\r\n</p>\r\n<p>\r\nDomain: {$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password}<br />\r\nHosting Package: {$service_product_name}\r\n</p>\r\n<p>\r\nControl Panel: <a href="http://{$service_server_ip}:2082/">http://{$service_server_ip}:2082/</a><br />\r\nWeb Host Manager: <a href="http://{$service_server_ip}:2086/">http://{$service_server_ip}:2086/</a>\r\n</p>\r\n<p>\r\n-------------------------------------------------------------------------------------------- <br />\r\n<strong>Web Host Manager Quick Start</strong> <br />\r\n-------------------------------------------------------------------------------------------- <br />\r\n<br />\r\nTo access your Web Host Manager, use the following address:<br />\r\n<br />\r\n<a href="http://{$service_server_ip}:2086/">http://{$service_server_ip}:2086/</a><br />\r\n<br />\r\nThe <strong>http://</strong> must be in the address line to connect to port :2086 <br />\r\nPlease use the username/password given above. <br />\r\n<br />\r\n<strong><em>To Create a New Account <br />\r\n</em></strong><br />\r\nThe first thing you need to do is scroll down on the left and click on 'Add Package' so that you can create your own hosting packages. You cannot install a domain onto your account without first creating packages.<br />\r\n<br />\r\n1. Click on 'Create a New Account' from the left hand side menu <br />\r\n2. Put the domain in the 'Domain' box (no www or http or spaces ? just domainname.com). After putting in the domain, hit TAB and it will automatically create a username. Also, enter a password for the account.<br />\r\n3. Your package selection should be one that you created earlier <br />\r\n4. Then press the create button <br />\r\n<br />\r\nThis will give you a confirmation page (you should print this for your records)\r\n</p>\r\n<p>\r\nPlease do not click on anything that you are not sure what it does. Please do not try to alter the WHM Theme from the selection box - fatal errors may occur. \r\n</p>\r\n<p>\r\n-------------------------------------------------------------------------------------------- \r\n</p>\r\n<p>\r\nTemporarily you may use one of the addresses given below manage your web site\r\n</p>\r\n<p>\r\nTemporary FTP Hostname: {$service_server_ip}<br />\r\nTemporary Webpage URL: <a href="http://{$service_server_ip}/~{$service_username}/">http://{$service_server_ip}/~{$service_username}/</a><br />\r\nTemporary Control Panel: <a href="http://{$service_server_ip}/cpanel">http://{$service_server_ip}/cpanel</a>\r\n</p>\r\n<p>\r\nOnce your domain has Propagated\r\n</p>\r\n<p>\r\nFTP Hostname: www.{$service_domain}<br />\r\nWebpage URL: <a href="http://www.{$service_domain}">http://www.{$service_domain}</a><br />\r\nControl Panel: <a href="http://www.{$service_domain}/cpanel">http://www.{$service_domain}/cpanel</a><br />\r\nWeb Host Manager: <a href="http://www.{$service_domain}/whm">http://www.{$service_domain}/whm</a>\r\n</p>\r\n<p>\r\n<strong>Mail settings</strong>\r\n</p>\r\n<p>\r\nCatch all email with your default email account\r\n</p>\r\n<p>\r\nPOP3 Host Address : mail.{$service_domain}<br />\r\nSMTP Host Address: mail.{$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password}\r\n</p>\r\n<p>\r\nAdditional mail accounts that you add\r\n</p>\r\n<p>\r\nPOP3 Host Address : mail.{$service_domain}<br />\r\nSMTP Host Address: mail.{$service_domain}<br />\r\nUsername : The FULL email address that you are picking up from (e.g. info@yourdomain.com). <br />\r\nIf your email client cannot accept a @ symbol, then you may replace this with a backslash .<br />\r\nPassword : As specified in your control panel \r\n</p>\r\n<p>\r\nThank you for choosing us.\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2402(7, 'support', 'Support Ticket Opened', 'New Support Ticket Opened', '<p>\r\n{$client_name},\r\n</p>\r\n<p>\r\nThank you for contacting our support team. A support ticket has now been opened for your request. You will be notified when a response is made by email. The details of your ticket are shown below.\r\n</p>\r\n<p>\r\nSubject: {$ticket_subject}<br />\r\nPriority: {$ticket_priority}<br />\r\nStatus: {$ticket_status}\r\n</p>\r\n<p>\r\nYou can view the ticket at any time at {$ticket_link}\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2403(8, 'support', 'Support Ticket Reply', 'Support Ticket Response', '<p>\r\n{$ticket_message}\r\n</p>\r\n<p>\r\n----------------------------------------------<br />\r\nTicket ID: #{$ticket_id}<br />\r\nSubject: {$ticket_subject}<br />\r\nStatus: {$ticket_status}<br />\r\nTicket URL: {$ticket_link}<br />\r\n----------------------------------------------\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2404(9, 'general', 'Client Signup Email', 'Welcome', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThank you for signing up with us. Your new account has been setup and you can now login to our client area using the details below. \r\n</p>\r\n<p>\r\nEmail Address: {$client_email}<br />\r\nPassword: {$client_password} \r\n</p>\r\n<p>\r\nTo login, visit {$whmcs_url} \r\n</p>\r\n<p>\r\n{$signature} \r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2405(10, 'product', 'Service Suspension Notification', 'Service Suspension Notification', '<p>Dear {$client_name},</p><p>This is a notification that your service has now been suspended. The details of this suspension are below:</p><p>Product/Service: {$service_product_name}<br />{if $service_domain}Domain: {$service_domain}<br />{/if}Amount: {$service_recurring_amount}<br />Due Date: {$service_next_due_date}<br />Suspension Reason: <strong>{$service_suspension_reason}</strong></p><p>Please contact us as soon as possible to get your service reactivated.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2406(13, 'invoice', 'Invoice Payment Confirmation', 'Invoice Payment Confirmation', '<p>Dear {$client_name},</p>\r\n<p>This is a payment receipt for Invoice {$invoice_num} sent on {$invoice_date_created}</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount: {$invoice_last_payment_amount}<br />Transaction #: {$invoice_last_payment_transid}<br />Total Paid: {$invoice_amount_paid}<br />Remaining Balance: {$invoice_balance}<br />Status: {$invoice_status}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>Note: This email will serve as an official receipt for this payment.</p>\r\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2407(14, 'invoice', 'Invoice Created', 'Customer Invoice', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on {$invoice_date_created}. \r\n</p>\r\n<p>\r\nYour payment method is: {$invoice_payment_method} \r\n</p>\r\n<p>\r\nInvoice #{$invoice_num}<br />\r\nAmount Due: {$invoice_total}<br />\r\nDue Date: {$invoice_date_due} \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\n{$invoice_html_contents} <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at {$invoice_link} \r\n</p>\r\n<p>\r\n{$signature} \r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2408(15, 'invoice', 'Invoice Payment Reminder', 'Invoice Payment Reminder', '<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is due on {$invoice_date_due}.\r\n</p>\r\n<p>\r\nYour payment method is: {$invoice_payment_method}\r\n</p>\r\n<p>\r\nInvoice: {$invoice_num}<br />\r\nBalance Due: {$invoice_balance}<br />\r\nDue Date: {$invoice_date_due}\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at {$invoice_link}\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2409(16, 'general', 'Order Confirmation', 'Order Confirmation', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nWe have received your order and will be processing it shortly. The details of the order are below: \r\n</p>\r\n<p>\r\nOrder Number: <b>{$order_number}</b></p>\r\n<p>\r\n{$order_details} \r\n</p>\r\n<p>\r\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2410(17, 'product', 'Dedicated/VPS Server Welcome Email', 'New Dedicated Server Information', '<p>\r\nDear {$client_name},<br />\r\n<br />\r\n<strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS - PLEASE READ THIS EMAIL IN FULL.</strong>\r\n</p>\r\n<p>\r\nWe are pleased to tell you that the server you ordered has now been set up and is operational.\r\n</p>\r\n<p>\r\n<strong>Server Details<br />\r\n</strong>=============================\r\n</p>\r\n<p>\r\n{$service_product_name}\r\n</p>\r\n<p>\r\nMain IP: {$service_dedicated_ip}<br />\r\nRoot pass: {$service_password}\r\n</p>\r\n<p>\r\nIP address allocation: <br />\r\n{$service_assigned_ips}\r\n</p>\r\n<p>\r\nServerName: {$service_domain}\r\n</p>\r\n<p>\r\n<strong>WHM Access<br />\r\n</strong>=============================<br />\r\n<a href="http://xxxxx:2086/">http://xxxxx:2086</a><br />\r\nUsername: root<br />\r\nPassword: {$service_password}\r\n</p>\r\n<p>\r\n<strong>Custom DNS Server Addresses</strong><br />\r\n=============================<br />\r\nThe custom DNS addresses you should set for your domain to use are: <br />\r\nPrimary DNS: {$service_ns1}<br />\r\nSecondary DNS: {$service_ns2}\r\n</p>\r\n<p>\r\nYou will have to login to your registrar and find the area where you can specify both of your custom name server addresses.\r\n</p>\r\n<p>\r\nAfter adding these custom nameservers to your domain registrar control panel, it will take 24 to 48 hours for your domain to delegate authority to your DNS server. Once this has taken effect, your DNS server has control over the DNS records for the domains which use your custom name server addresses. \r\n</p>\r\n<p>\r\n<strong>SSH Access Information<br />\r\n</strong>=============================<br />\r\nMain IP Address: xxxxxxxx<br />\r\nServer Name: {$service_domain}<br />\r\nRoot Password: xxxxxxxx\r\n</p>\r\n<p>\r\nYou can access your server using a free simple SSH client program called Putty located at:<br />\r\n<a href="http://www.securitytools.net/mirrors/putty/">http://www.securitytools.net/mirrors/putty/</a>\r\n</p>\r\n<p>\r\n<strong>Support</strong><br />\r\n=============================<br />\r\nFor any support needs, please open a ticket at {$whmcs_url}\r\n</p>\r\n<p>\r\nPlease include any necessary information to provide you with faster service, such as root password, domain names, and a description of the problem / or assistance needed. This will speed up the support time by allowing our administrators to immediately begin diagnosing the problem.\r\n</p>\r\n<p>\r\nThe manual for cPanel can be found here: <a href="http://www.cpanel.net/docs/cp/">http://www.cpanel.net/docs/cp/</a> <br />\r\nFor documentation on using WHM please see the following link: <a href="http://www.cpanel.net/docs/whm/index.html">http://www.cpanel.net/docs/whm/index.html</a>\r\n</p>\r\n<p>\r\n=============================\r\n</p>\r\n<p>\r\nIf you need to move accounts to the server use: Transfers Copy an account from another server with account password\r\n</p>\r\n<p>\r\n<a href="http://xxxxxxx:2086/scripts2/norootcopy">http://xxxxxxx:2086/scripts2/norootcopy</a>\r\n</p>\r\n<p>\r\nNote the other server must use cpanel to move it.\r\n</p>\r\n<p>\r\n=============================\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2411(18, 'product', 'Other Product/Service Welcome Email', 'New Product Information', '<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nYour order for {$service_product_name} has now been activated. Please keep this message for your records.\r\n</p>\r\n<p>\r\nProduct/Service: {$service_product_name}<br />\r\nPayment Method: {$service_payment_method}<br />\r\nAmount: {$service_recurring_amount}<br />\r\nBilling Cycle: {$service_billing_cycle}<br />\r\nNext Due Date: {$service_next_due_date}\r\n</p>\r\n<p>\r\nThank you for choosing us.\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2412(19, 'invoice', 'Credit Card Payment Confirmation', 'Credit Card Payment Confirmation', '<p>Dear {$client_name},</p>\r\n<p>This is a payment receipt for Invoice {$invoice_num} sent on {$invoice_date_created}</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount: {$invoice_last_payment_amount}<br />Transaction #: {$invoice_last_payment_transid}<br />Total Paid: {$invoice_amount_paid}<br />Remaining Balance: {$invoice_balance}<br />Status: {$invoice_status}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>Note: This email will serve as an official receipt for this payment.</p>\r\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2413(20, 'invoice', 'Credit Card Payment Failed', 'Credit Card Payment Failed', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is a notice that a recent credit card payment we attempted on the card we have registered for you failed. \r\n</p>\r\n<p>\r\nInvoice Date: {$invoice_date_created}<br />\r\nInvoice No: {$invoice_num}<br />\r\nAmount: {$invoice_total}<br />\r\nStatus: {$invoice_status} \r\n</p>\r\n<p>\r\nYou now need to login to your client area to pay the invoice manually. During the payment process you will be given the opportunity to change the card on record with us.<br />\r\n{$invoice_link} \r\n</p>\r\n<p>\r\nNote: This email will serve as an official receipt for this payment. \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2414(21, 'invoice', 'Credit Card Invoice Created', 'Customer Invoice', '<p> Dear {$client_name}, </p> <p> This is a notice that an invoice has been generated on {$invoice_date_created}. </p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice #{$invoice_num}<br /> Amount Due: {$invoice_total}<br /> Due Date: {$invoice_date_due} </p> <p> <strong>Invoice Items</strong> </p> <p> {$invoice_html_contents} <br /> ------------------------------------------------------ </p> <p> Payment will be taken automatically on {$invoice_date_due} from your credit card on record with us. To update or change the credit card details we hold for your account please login at {$invoice_link} and click Pay Now then following the instructions on screen. </p> <p> {$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2415(22, 'affiliate', 'Affiliate Monthly Referrals Report', 'Affiliate Monthly Referrals Report', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is your monthly affiliate referrals report. You can view your referral statistics at any time by logging in to the client area. \r\n</p>\r\n<p>\r\nTotal Visitors Referred: {$affiliate_total_visits}<br />\r\nCurrent Earnings: {$affiliate_balance}<br />\r\nAmount Withdrawn: {$affiliate_withdrawn} \r\n</p>\r\n<p>\r\n<strong>Your New Signups this Month</strong> \r\n</p>\r\n<p>\r\n{$affiliate_referrals_table} \r\n</p>\r\n<p>\r\nRemember, you can refer new customers using your unique affiliate link: {$affiliate_referral_url} \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2416(23, 'support', 'Support Ticket Opened by Admin', '{$ticket_subject}', '{$ticket_message}', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2417(24, 'invoice', 'First Invoice Overdue Notice', 'First Invoice Overdue Notice', '<p> Dear {$client_name}, </p> <p> This is a billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. </p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2418(25, 'product', 'SHOUTcast Welcome Email', 'SHOUTcast New Account Information', '<p align="center">\r\n<strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong> \r\n</p>\r\n<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThank you for your order from us! Your shoutcast account has now been setup and this email contains all the information you will need in order to begin using your account. \r\n</p>\r\n<p>\r\n<strong>New Account Information</strong> \r\n</p>\r\n<p>\r\nDomain: {$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password} \r\n</p>\r\n<p>\r\n<strong>Server Information</strong> \r\n</p>\r\n<p>\r\nServer Name: {$service_server_name}<br />\r\nServer IP: {$service_server_ip}<br />\r\nNameserver 1: {$service_ns1}<br />\r\nNameserver 1 IP: {$service_ns1_ip}<br />\r\nNameserver 2: {$service_ns2} <br />\r\nNameserver 2 IP: {$service_ns2_ip} \r\n</p>\r\n<p>\r\nThank you for choosing us. \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2419(26, 'invoice', 'Second Invoice Overdue Notice', 'Second Invoice Overdue Notice', '<p> Dear {$client_name}, </p> <p> This is the second billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. </p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2420(27, 'invoice', 'Third Invoice Overdue Notice', 'Third Invoice Overdue Notice', '<p> Dear {$client_name}, </p> <p> This is the third and final billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. Failure to make payment will result in account suspension.</p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2421(28, 'domain', 'Domain Transfer Initiated', 'Domain Transfer Initiated', '<p>Dear {$client_name}, </p><p>Thank you for your domain transfer order. Your order has been received and we have now initiated the transfer process. The details of the domain purchase are below: </p><p>Domain: {$domain_name}<br />Registration Length: {$domain_reg_period}<br />Transfer Price: {$domain_first_payment_amount}<br />Renewal Price: {$domain_recurring_amount}<br />Next Due Date: {$domain_next_due_date} </p><p>You may login to your client area at {$whmcs_url} to manage your domain. </p><p>{$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2422(29, 'domain', 'Domain Renewal Confirmation', 'Domain Renewal Confirmation', '<p>Dear {$client_name}, </p><p>Thank you for your domain renewal order. Your domain renewal request for the domain listed below has now been completed.</p><p>Domain: {$domain_name}<br />Renewal Length: {$domain_reg_period}<br />Renewal Price: {$domain_recurring_amount}<br />Next Due Date: {$domain_next_due_date} </p><p>You may login to your client area at {$whmcs_url} to manage your domain. </p><p>{$signature} </p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2423(30, 'domain', 'Upcoming Domain Renewal Notice', 'Upcoming Domain Renewal Notice', '<p>Dear {$client_name},</p>\n<p>{if $days_until_expiry}The domain(s) listed below are due to expire within the next {$days_until_expiry} days.{else}The domain(s) listed below are going to expire in {$domain_days_until_expiry} days. Renew now before it''s too late...{/if}</p>\n<p>{if $expiring_domains}{foreach from=$expiring_domains item=domain}{$domain.name} - {$domain.nextduedate} <strong>({$domain.days} Days)</strong><br />{/foreach}{elseif $domains}{foreach from=$domains item=domain}{$domain.name} - {$domain.nextduedate}<br />{/foreach}{else}{$domain_name} - {$domain_next_due_date} <strong>({$domain_days_until_nextdue} Days)</strong>{/if}</p>\n<p>To ensure the domain does not expire, you should renew it now. You can do this from the domains management section of our client area here: {$whmcs_link}</p>\n<p>Should you allow the domain to expire, you will be able to renew it for up to 30 days after the renewal date. During this time, the domain will not be accessible so any web site or email services associated with it will stop working.</p>\n<p>{$signature}</p>\n', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2424(31, 'support', 'Clients Only Bounce Message', 'Support Ticket Not Opened', '<p>{$client_name},</p><p>Your email to our support system could not be accepted because it was not recognized as coming from an email address belonging to one of our customers. If you need assistance, please email from the address you registered with us that you use to login to our client area.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2425(32, 'general', 'Credit Card Expiring Soon', 'Credit Card Expiring Soon', '<p>Dear {$client_name}, </p><p>This is a notice to inform you that your {$client_cc_type} credit card ending with {$client_cc_number} will be expiring next month on {$client_cc_expiry}. Please login to update your credit card information as soon as possible and prevent any interuptions in service at {$whmcs_url}<br /><br />If you have any questions regarding your account, please open a support ticket from the client area.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2426(33, 'support', 'Support Ticket Auto Close Notification', 'Support Ticket Resolved', '<p>{$client_name},</p><p>This is a notification to let you know that we are changing the status of your ticket #{$ticket_id} to Closed as we have not received a response from you in over {$ticket_auto_close_time} hours.</p><p>Subject: {$ticket_subject}<br>Department: {$ticket_department}<br>Priority: {$ticket_priority}<br>Status: {$ticket_status}</p><p>If you have any further questions then please just reply to re-open the ticket.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2427(34, 'invoice', 'Credit Card Payment Due', 'Credit Card Payment Due', '<p>Dear {$client_name},</p><p>This is a notice to remind you that you have an invoice due on {$invoice_date_due}. We tried to bill you automatically but were unable to because we don''t have your credit card details on file.</p><p>Invoice Date: {$invoice_date_created}<br>Invoice #{$invoice_num}<br>Amount Due: {$invoice_total}<br>Due Date: {$invoice_date_due}</p><p>Please login to our client area at the link below to submit your card details or make payment using a different method.</p><p>{$invoice_link}</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2428(35, 'product', 'Cancellation Request Confirmation', 'Cancellation Request Confirmation', '<p>Dear {$client_name},</p><p>This email is to confirm that we have received your cancellation request for the service listed below.</p><p>Product/Service: {$service_product_name}<br />Domain: {$service_domain}</p><p>{if $service_cancellation_type=="Immediate"}The service will be terminated within the next 24 hours.{else}The service will be cancelled at the end of your current billing period on {$service_next_due_date}.{/if}</p><p>Thank you for using {$company_name} and we hope to see you again in the future.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2429(36, 'general', 'Quote Delivery with PDF', 'Quote #{$quote_number} - {$quote_subject}', '<p>Dear {$client_name},</p><p>Here is the quote you requested for {$quote_subject}. The quote is valid until {$quote_valid_until}. You may {if $client_id}view the quote at any time at {$quote_link} and {/if}simply reply to this email with any further questions or requirement.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2430(37, 'general', 'Password Reset Validation', 'Your login details for {$company_name}', '<p>Dear {$client_name},</p><p>Recently a request was submitted to reset your password for our client area. If you did not request this, please ignore this email. It will expire and become useless in 2 hours time.</p><p>To reset your password, please visit the url below:<br /><a href="{$pw_reset_url}">{$pw_reset_url}</a></p><p>When you visit the link above, you will have the opportunity to choose a new password.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2431(38, 'general', 'Automated Password Reset', 'Your new password for {$company_name}', '<p>Dear {$client_name},</p><p>As you requested, your password for our client area has now been reset. Your new login details are as follows:</p><p>{$whmcs_link}<br />Email: {$client_email}<br />Password: {$client_password}</p><p>To change your password to something more memorable, after logging in go to My Details > Change Password.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2432(39, 'admin', 'Automatic Setup Failed', 'WHMCS Automatic Setup Failed', '<p>An order has received its first payment but the automatic provisioning has failed and requires you to manually check & resolve.</p>\r\n<p>Client ID: {$client_id}<br />{if $service_id}Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}{else}Domain ID: {$domain_id}<br />Registration Type: {$domain_type}<br />Domain: {$domain_name}{/if}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2433(40, 'admin', 'Automatic Setup Successful', 'WHMCS Automatic Setup Successful', '<p>An order has received its first payment and the product/service has been automatically provisioned successfully.</p>\r\n<p>Client ID: {$client_id}<br />{if $service_id}Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}{else}Domain ID: {$domain_id}<br />Registration Type: {$domain_type}<br />Domain: {$domain_name}{/if}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2434(41, 'admin', 'Domain Renewal Failed', 'WHMCS Automatic Domain Renewal Failed', '<p>An invoice for the renewal of a domain has been paid but the renewal request submitted to the registrar failed.</p>\r\n<p>Client ID: {$client_id}<br />Domain ID: {$domain_id}<br />Domain Name: {$domain_name}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2435(42, 'admin', 'Domain Renewal Successful', 'WHMCS Automatic Domain Renewal Successful', '<p>An invoice for the renewal of a domain has been paid and the renewal request was submitted to the registrar successfully.</p>\r\n<p>Client ID: {$client_id}<br />Domain ID: {$domain_id}<br />Domain Name: {$domain_name}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2436(43, 'admin', 'New Order Notification', 'WHMCS New Order Notification', '<p><strong>Order Information</strong></p>\r\n<p>Order ID: {$order_id}<br />\r\nOrder Number: {$order_number}<br />\r\nDate/Time: {$order_date}<br />\r\nInvoice Number: {$invoice_id}<br />\r\nPayment Method: {$order_payment_method}</p>\r\n<p><strong>Customer Information</strong></p>\r\n<p>Customer ID: {$client_id}<br />\r\nName: {$client_first_name} {$client_last_name}<br />\r\nEmail: {$client_email}<br />\r\nCompany: {$client_company_name}<br />\r\nAddress 1: {$client_address1}<br />\r\nAddress 2: {$client_address2}<br />\r\nCity: {$client_city}<br />\r\nState: {$client_state}<br />\r\nPostcode: {$client_postcode}<br />\r\nCountry: {$client_country}<br />\r\nPhone Number: {$client_phonenumber}</p>\r\n<p><strong>Order Items</strong></p>\r\n<p>{$order_items}</p>\r\n{if $order_notes}<p><strong>Order Notes</strong></p>\r\n<p>{$order_notes}</p>{/if}\r\n<p><strong>ISP Information</strong></p>\r\n<p>IP: {$client_ip}<br />\r\nHost: {$client_hostname}</p><p><a href="{$whmcs_admin_url}orders.php?action=view&id={$order_id}">{$whmcs_admin_url}orders.php?action=view&id={$order_id}</a></p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2437(44, 'admin', 'Service Unsuspension Failed', 'WHMCS Service Unsuspension Failed', '<p>This product/service has received its next payment but the automatic reactivation has failed.</p>\r\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2438(45, 'admin', 'Service Unsuspension Successful', 'WHMCS Service Unsuspension Successful', '<p>This product/service has received its next payment and has been reactivated successfully.</p>\r\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}</p>\r\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2439(48, 'admin', 'Escalation Rule Notification', '[Ticket ID: {$tickettid}] Escalation Rule Notification', '<p>The escalation rule {$rule_name} has just been applied to this ticket.</p><p>Client: {$client_name}{if $client_id} #{$client_id}{/if} <br />Department: {$ticket_department} <br />Subject: {$ticket_subject} <br />Priority: {$ticket_priority}</p><p>---<br />{$ticket_message}<br />---</p><p>You can respond to this ticket by simply replying to this email or through the admin area at the url below.</p><p><a href="{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}">{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}</a></p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2440(50, 'invoice', 'Invoice Refund Confirmation', 'Invoice Refund Confirmation', '<p>Dear {$client_name},</p>\r\n<p>This is confirmation that a {if $invoice_status eq "Refunded"}full{else}partial{/if} refund has been processed for Invoice #{$invoice_num}</p>\r\n<p>The refund has been {if $invoice_refund_type eq "credit"}credited to your account balance with us{else}returned via the payment method you originally paid with{/if}.</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount Refunded: {$invoice_last_payment_amount}{if $invoice_last_payment_transid}<br />Transaction #: {$invoice_last_payment_transid}{/if}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2441(51, 'admin', 'New Cancellation Request', 'New Cancellation Request', '<p>A new cancellation request has been submitted.</p><p>Client ID: {$client_id}<br>Client Name: {$clientname}<br>Service ID: {$service_id}<br>Product Name: {$product_name}<br>Cancellation Type: {$service_cancellation_type}<br>Cancellation Reason: {$service_cancellation_reason}</p><p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2442(53, 'domain', 'Domain Transfer Failed', 'Domain Transfer Failed: {$domain_name}', '<p>Dear {$client_name},</p><p>Recently you placed a domain transfer order with us but unfortunately it has failed. The reason for the failure if available is shown below so once this has been resolved, please contact us to re-attempt the transfer.</p><p>Domain: {$domain_name}<br>Failure Reason: {$domain_transfer_failure_reason}</p><p>If you have any questions, please open a support ticket from our client area @ {$whmcs_link}</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2443(54, 'general', 'Quote Accepted', 'Quote #{$quote_number} Accepted - {$quote_subject}', '<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is a confirmation that quote generated on {$quote_date_created} has been accepted by you and invoice # {$invoice_num} is generated.\r\n<p>\r\n{$signature} \r\n</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2444(55, 'general', 'Quote Accepted Notification', 'Quote #{$quote_number} Accepted - {$quote_subject}', '<p>A quote has been accepted by the following customer.</p><p><strong>Customer Information</strong></p>\r\n<p>Customer ID: {$client_id}<br />\r\nName: {$clientname}<br />\r\nEmail: {$client_email}<br />\r\nCompany: {$client_company_name}<br />\r\nAddress 1: {$client_address1}<br />\r\nAddress 2: {$client_address2}<br />\r\nCity: {$client_city}<br />\r\nState: {$client_state}<br />\r\nPostcode: {$client_postcode}<br />\r\nCountry: {$client_country}<br />\r\nPhone Number: {$client_phonenumber}</p>\r\n<p><strong>Quote Information</strong></p>\r\n<p>Quote #: {$quote_number}<br />\r\nQuote Subject: {$quote_subject}</p><p><a href="{$whmcs_admin_url}quotes.php?action=manage&id={$quote_number}">{$whmcs_admin_url}quotes.php?action=manage&id={$quote_number}</a></p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2445(56, 'general', 'Password Reset Confirmation', 'Your password has been reset for {$company_name}', '<p>Dear {$client_name},</p><p>As you requested, your password for our client area has now been reset. </p><p>If it was not at your request, then please contact support immediately.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2446(57, 'support', 'Support Ticket Feedback Request', 'Your Feedback is Requested for Ticket #{$ticket_id}', '<p>This support request has been marked as completed.</p><p>We would really appreciate it if you would just take a moment to let us know about the quality of your experience.</p><p><a href="{$ticket_url}&feedback=1">{$ticket_url}&feedback=1</a></p><p>Your feedback is very important to us.</p><p>Thank you for your business.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2447(58, 'support', 'Replies Only Bounce Message', 'Online Submission Required', '<p>{$client_name},</p><p>Your email to our support system could not be accepted because we require you to submit all tickets via our online client support portal. You can do this at the URL below.</p><p><a href="{$whmcs_url}/submitticket.php">{$whmcs_url}/submitticket.php</a></p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2448(59, 'general', 'Unsubscribe Confirmation', 'Unsubscribe Confirmation', 'Dear {$client_name},<br /><br />We have now removed your email address from our mailing list.<br /><br />If this was a mistake or you change your mind, you can re-subscribe at any time from the My Details section of our client area.<br /><br /><a href="{$whmcs_url}/clientarea.php?action=details">{$whmcs_url}/clientarea.php?action=details</a><br /><br />{$signature}', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2449(60, 'support', 'Closed Ticket Bounce Message', 'Closed Ticket Bounce Message', '<p>{$client_name},</p>\n<p>Your email to our ticket system could not be accepted because the ticket being responded to has already been closed.</p>\n<p>{if $client_id}If you wish to reopen this ticket, you can do so from our client area:\n{$ticket_link}{else}To open a new ticket, please visit:</p>\n<p><a href="{$whmcs_url}/submitticket.php">{$whmcs_url}/submitticket.php</a>{/if}</p>\n<p>This is an automated response from our support system.</p>\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2450(61, 'domain', 'Expired Domain Notice', 'Expired Domain Notice', '<p>Dear {$client_name},</p>\n<p>The domain name listed below expired {$domain_days_after_expiry} ago.</p>\n<p>{$domain_name}</p>\n<p>To ensure the domain does become registered by someone else, you should renew it now. To renew the domain, please visit the following page and follow the steps shown: <a title="{$whmcs_url}/cart.php?gid=renewals" href="{$whmcs_url}/cart.php?gid=renewals">{$whmcs_url}/cart.php?gid=renewals</a></p>\n<p>Due to the domain expiring, the domain will not be accessible so any web site or email services associated with it will stop working. You may be able to renew it for up to 30 days after the renewal date.</p>\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2451(62, 'product', 'Service Unsuspension Notification', 'Service Unsuspension Notification', '<p>Dear {$client_name},</p>\n<p>This is a notification that your service has now been unsuspended. The details of this unsuspension are below:</p>\n<p>Product/Service: {$service_product_name}<br />{if $service_domain}Domain: {$service_domain}<br />{/if}Amount: {$service_recurring_amount}<br />Due Date: {$service_next_due_date}</p>\n<p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2452(63, 'admin', 'Manual Upgrade Required', 'Manual Upgrade Required', '<p>An upgrade order has received its payment, but does not support automatic upgrades and requires manually processing.</p>\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Order ID: {$order_id}</p>\n<p>{if $upgrade_type eq ''package''}New Package ID: {$new_package_id}<br />Existing Billing Cycle: {$billing_cycle}<br />New Billing Cycle: {$new_billing_cycle}{else}Configurable Option: {$config_id}<br />Option Type: {$option_type}<br />Current Value: {$current_value}<br />New Value: {$new_value}{/if}</p>\n<p><a href="{$whmcs_admin_url}orders.php?action=view&id={$order_id}">\n{$whmcs_admin_url}orders.php?action=view&id={$order_id}</a></p>', '', '', '', 0, 0, '', '', 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2453(64, 'general', 'Client Email Address Verification', 'Confirm Your Registration', '<p>Dear {$client_name},</p><p>Thank you for creating a {$companyname} account.</p><p>Please visit the link below and sign into your account to verify your email address and complete your registration.</p><p>{$client_email_verification_link}</p><p>You are receiving this email because you recently created an account or changed your email address. If you did not do this, please contact us.</p><p>{$signature}</p>', '', '', '', 0, 0, '', '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2454(65, 'admin', 'Support Ticket Change Notification', '[Ticket ID: {$ticket_tid}] {$ticket_subject}', '{if $newTicket}\n <p>Ticket #<a href="{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}"><strong>{$ticket_tid}</strong></a> has been opened by <strong>{$changer}</strong>.</p>\n <p>\n Client: {$client_name}{if $client_id} #{$client_id}{/if}<br />\n Department: {$ticket_department}<br />\n Subject: {$ticket_subject}<br />\n Priority: {$ticket_priority}\n </p>\n <div class="quoted-content">\n {$newTicket}\n </div>\n{else}\n <p>Ticket #<a href="{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}"><strong>{$ticket_tid}</strong></a> {if $newReply || $newNote}has had a new {if $newReply}reply{else}note{/if} posted by{else}has been updated by{/if} <strong>{$changer}</strong>.</p>\n\n {if $changes}\n <table class="keyvalue-table" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">\n <tbody>\n {foreach $changes as $change}\n <tr>\n <td>{$change@key}:</td>\n <td>\n <span style="background-color:#ffe7e7;text-decoration:line-through;">{$change.old}</span>\n \n <span style="background-color:#ddfade;">{$change.new}</span>\n </td>\n </tr>\n {/foreach}\n </tbody>\n </table>\n {/if}\n\n {if $newReply}\n <div class="quoted-content">\n {$newReply}\n </div>\n {/if}\n\n {if $newNote}\n <div class="quoted-content">\n {$newNote}\n </div>\n {/if}\n\n {if $newAttachments}{$newAttachments}{/if}\n{/if}\n<p>\n You can respond to this ticket by simply replying to this email or through the admin area at the url below.\n</p>\n<p>\n <a href="{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}">\n {$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\n </a>\n</p>', '', '', '', 0, 0, '', '', 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2455(66, 'admin', 'Admin Password Reset Validation', 'WHMCS Password Reset', '<p>Hi {$firstname},</p>\n<p>Recently a request was submitted to reset your admin password. Follow the link below to reset it.</p>\n<p><a href="{$pw_reset_url}">{$pw_reset_url}</a></p>\n<p>If you did not request a password reset, please ignore this email. The password reset link will expire in 2 hours.</p>\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
2456(67, 'admin', 'Admin Password Reset Confirmation', 'WHMCS Password Reset Confirmation', '<p>Hi {$firstname},</p>\n<p>This is a confirmation that your admin password has now been reset.</p>\n<p>If you did not initiate this password reset, please notify your system administrator immediately.</p>\n<p>{$whmcs_admin_link}</p>', '', '', '', 0, 0, '', '', 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00');
2457
2458-- --------------------------------------------------------
2459
2460--
2461-- Table structure for table `tblfraud`
2462--
2463
2464CREATE TABLE IF NOT EXISTS `tblfraud` (
2465 `id` int(10) NOT NULL AUTO_INCREMENT,
2466 `fraud` text COLLATE utf8_unicode_ci NOT NULL,
2467 `setting` text COLLATE utf8_unicode_ci NOT NULL,
2468 `value` text COLLATE utf8_unicode_ci NOT NULL,
2469 PRIMARY KEY (`id`),
2470 KEY `fraud` (`fraud`(32))
2471) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2472
2473-- --------------------------------------------------------
2474
2475--
2476-- Table structure for table `tblgatewaylog`
2477--
2478
2479CREATE TABLE IF NOT EXISTS `tblgatewaylog` (
2480 `id` int(10) NOT NULL AUTO_INCREMENT,
2481 `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
2482 `gateway` text COLLATE utf8_unicode_ci NOT NULL,
2483 `data` text COLLATE utf8_unicode_ci NOT NULL,
2484 `result` text COLLATE utf8_unicode_ci NOT NULL,
2485 PRIMARY KEY (`id`)
2486) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
2487
2488--
2489-- Dumping data for table `tblgatewaylog`
2490--
2491
2492INSERT INTO `tblgatewaylog` (`id`, `date`, `gateway`, `data`, `result`) VALUES
2493(1, '2017-03-09 13:20:13', '2Checkout Recurring', 'Errors => Array\n(\n [errors] => Array\n (\n [0] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing username\n )\n\n [1] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing password\n )\n\n )\n\n)\n', 'Error'),
2494(2, '2017-03-09 18:13:36', '2Checkout Recurring', 'Errors => Array\n(\n [errors] => Array\n (\n [0] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing username\n )\n\n [1] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing password\n )\n\n )\n\n)\n', 'Error'),
2495(3, '2017-03-10 20:46:01', '2Checkout Recurring', 'Errors => Array\n(\n [errors] => Array\n (\n [0] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing username\n )\n\n [1] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing password\n )\n\n )\n\n)\n', 'Error'),
2496(4, '2017-03-11 09:46:30', '2Checkout Recurring', 'Errors => Array\n(\n [errors] => Array\n (\n [0] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing username\n )\n\n [1] => Array\n (\n [code] => UNAUTHORIZED\n [message] => Missing password\n )\n\n )\n\n)\n', 'Error');
2497
2498-- --------------------------------------------------------
2499
2500--
2501-- Table structure for table `tblhosting`
2502--
2503
2504CREATE TABLE IF NOT EXISTS `tblhosting` (
2505 `id` int(10) NOT NULL AUTO_INCREMENT,
2506 `userid` int(10) NOT NULL,
2507 `orderid` int(10) NOT NULL,
2508 `packageid` int(10) NOT NULL,
2509 `server` int(10) NOT NULL,
2510 `regdate` date NOT NULL,
2511 `domain` text COLLATE utf8_unicode_ci NOT NULL,
2512 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
2513 `firstpaymentamount` decimal(10,2) NOT NULL DEFAULT '0.00',
2514 `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
2515 `billingcycle` text COLLATE utf8_unicode_ci NOT NULL,
2516 `nextduedate` date DEFAULT NULL,
2517 `nextinvoicedate` date NOT NULL,
2518 `termination_date` date NOT NULL DEFAULT '0000-00-00',
2519 `completed_date` date NOT NULL DEFAULT '0000-00-00',
2520 `domainstatus` enum('Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Pending',
2521 `username` text COLLATE utf8_unicode_ci NOT NULL,
2522 `password` text COLLATE utf8_unicode_ci NOT NULL,
2523 `notes` text COLLATE utf8_unicode_ci NOT NULL,
2524 `subscriptionid` text COLLATE utf8_unicode_ci NOT NULL,
2525 `promoid` int(10) NOT NULL,
2526 `suspendreason` text COLLATE utf8_unicode_ci NOT NULL,
2527 `overideautosuspend` tinyint(1) NOT NULL,
2528 `overidesuspenduntil` date NOT NULL,
2529 `dedicatedip` text COLLATE utf8_unicode_ci NOT NULL,
2530 `assignedips` text COLLATE utf8_unicode_ci NOT NULL,
2531 `ns1` text COLLATE utf8_unicode_ci NOT NULL,
2532 `ns2` text COLLATE utf8_unicode_ci NOT NULL,
2533 `diskusage` int(10) NOT NULL DEFAULT '0',
2534 `disklimit` int(10) NOT NULL DEFAULT '0',
2535 `bwusage` int(10) NOT NULL DEFAULT '0',
2536 `bwlimit` int(10) NOT NULL DEFAULT '0',
2537 `lastupdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
2538 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2539 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2540 PRIMARY KEY (`id`),
2541 KEY `serviceid` (`id`),
2542 KEY `userid` (`userid`),
2543 KEY `orderid` (`orderid`),
2544 KEY `productid` (`packageid`),
2545 KEY `serverid` (`server`),
2546 KEY `domain` (`domain`(64)),
2547 KEY `domainstatus` (`domainstatus`)
2548) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=15 ;
2549
2550--
2551-- Dumping data for table `tblhosting`
2552--
2553
2554INSERT INTO `tblhosting` (`id`, `userid`, `orderid`, `packageid`, `server`, `regdate`, `domain`, `paymentmethod`, `firstpaymentamount`, `amount`, `billingcycle`, `nextduedate`, `nextinvoicedate`, `termination_date`, `completed_date`, `domainstatus`, `username`, `password`, `notes`, `subscriptionid`, `promoid`, `suspendreason`, `overideautosuspend`, `overidesuspenduntil`, `dedicatedip`, `assignedips`, `ns1`, `ns2`, `diskusage`, `disklimit`, `bwusage`, `bwlimit`, `lastupdate`, `created_at`, `updated_at`) VALUES
2555(1, 2, 1, 11, 1, '2017-03-08', 'Hosting.relegationlive.com', 'tco', '2.00', '2.00', 'Monthly', '2017-04-08', '2017-04-08', '2017-03-08', '0000-00-00', 'Cancelled', 'hostingr', 'HC05UWL3OE9R7AHLjBtaYw7LVrMDOF4m96P19Tjq', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2556(2, 1, 2, 11, 1, '2017-03-08', 'g4mes4atsgcs.relegationlive.com', 'tco', '2.00', '2.00', 'Monthly', '2017-04-08', '2017-04-08', '0000-00-00', '0000-00-00', 'Active', 'gmesatsg', 'wXzPw5TvkMbv05+cBG2DwZzsfTPbaeu+eY0DW/jG', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2557(3, 3, 3, 1, 0, '2017-03-09', '', 'tco', '10.00', '10.00', 'Monthly', '2017-03-09', '2017-03-09', '0000-00-00', '0000-00-00', 'Cancelled', '', '', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2558(4, 4, 5, 11, 1, '2017-03-09', 'lscnrsamp.com', 'tco', '2.00', '2.00', 'Monthly', '2017-03-09', '2017-03-09', '0000-00-00', '0000-00-00', 'Cancelled', '', '', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2559(5, 2, 6, 16, 2, '2017-03-09', '', 'paypal', '1.00', '1.00', 'Monthly', '2017-04-09', '2017-04-09', '0000-00-00', '0000-00-00', 'Cancelled', 'usert', 'XMhWM2BYOvZRVzF6OKylLjY/faomjWRFrx+pSAQD', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2560(6, 5, 7, 16, 2, '2017-03-09', '', 'tco', '1.00', '1.00', 'Monthly', '2017-04-09', '2017-04-09', '2017-03-09', '0000-00-00', 'Terminated', 'ThomasS', 'KiPwu28jwOMRBVroIFSAf1z2FKcyM5mCrHhbAkQ4', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2561(8, 5, 9, 16, 2, '2017-03-09', 'will del once done', 'tco', '0.00', '0.00', 'Monthly', '2017-04-09', '2017-04-09', '2017-03-09', '0000-00-00', 'Cancelled', 'willdelo', 'PfjLRrMhq77xgH5i9HPaw7NyuVE=', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2562(9, 5, 10, 16, 2, '2017-03-09', '', 'tco', '14.00', '14.00', 'Monthly', '2017-04-09', '2017-04-09', '2017-03-09', '0000-00-00', 'Terminated', 'ThomasS', 'N8FGISidtiXD8JmyAfqYh+yM7oIv0S8Y68YtxJbN', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2563(10, 6, 11, 16, 2, '2017-03-09', '', 'tco', '1.00', '1.00', 'Monthly', '2017-04-09', '2017-04-09', '2017-03-09', '0000-00-00', 'Terminated', 'testa', 'nwlHUSkfp9o2yXkyg00AFHGdbK/nH2ps+353ayec', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2564(11, 2, 12, 16, 2, '2017-03-10', '', 'tco', '0.00', '0.00', 'Monthly', '2017-04-10', '2017-04-10', '0000-00-00', '0000-00-00', 'Active', 'blakes1', 'MLsoCjOTQRbgKJW4O0CrrvPqdQMqqB4J3/bS9vg+', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2565(13, 1, 14, 13, 1, '2017-03-11', 'coderfactions.relegationlive.com', 'tco', '10.00', '10.00', 'Monthly', '2017-04-11', '2017-04-11', '0000-00-00', '0000-00-00', 'Active', 'coderfac', 'MJ8wzHZXTBrg0WcezRKjsV36lQItmA3skiG9/vKA', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2566(14, 7, 15, 1, 0, '2017-03-11', '', 'tco', '10.00', '10.00', 'Monthly', '2017-03-11', '2017-03-11', '0000-00-00', '0000-00-00', 'Pending', '', '', '', '', 0, '', 0, '0000-00-00', '', '', '', '', 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
2567
2568-- --------------------------------------------------------
2569
2570--
2571-- Table structure for table `tblhostingaddons`
2572--
2573
2574CREATE TABLE IF NOT EXISTS `tblhostingaddons` (
2575 `id` int(10) NOT NULL AUTO_INCREMENT,
2576 `orderid` int(10) NOT NULL,
2577 `hostingid` int(10) NOT NULL,
2578 `addonid` int(10) NOT NULL,
2579 `name` text COLLATE utf8_unicode_ci NOT NULL,
2580 `setupfee` decimal(10,2) NOT NULL DEFAULT '0.00',
2581 `recurring` decimal(10,2) NOT NULL DEFAULT '0.00',
2582 `billingcycle` text COLLATE utf8_unicode_ci NOT NULL,
2583 `tax` text COLLATE utf8_unicode_ci NOT NULL,
2584 `status` enum('Pending','Active','Suspended','Terminated','Cancelled','Fraud') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Pending',
2585 `regdate` date NOT NULL DEFAULT '0000-00-00',
2586 `nextduedate` date DEFAULT NULL,
2587 `nextinvoicedate` date NOT NULL,
2588 `termination_date` date NOT NULL DEFAULT '0000-00-00',
2589 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
2590 `notes` text COLLATE utf8_unicode_ci NOT NULL,
2591 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2592 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2593 PRIMARY KEY (`id`),
2594 KEY `orderid` (`orderid`),
2595 KEY `serviceid` (`hostingid`),
2596 KEY `name` (`name`(32)),
2597 KEY `status` (`status`)
2598) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2599
2600-- --------------------------------------------------------
2601
2602--
2603-- Table structure for table `tblhostingconfigoptions`
2604--
2605
2606CREATE TABLE IF NOT EXISTS `tblhostingconfigoptions` (
2607 `id` int(10) NOT NULL AUTO_INCREMENT,
2608 `relid` int(10) NOT NULL,
2609 `configid` int(10) NOT NULL,
2610 `optionid` int(10) NOT NULL,
2611 `qty` int(10) NOT NULL,
2612 PRIMARY KEY (`id`),
2613 KEY `relid_configid` (`relid`,`configid`)
2614) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=26 ;
2615
2616--
2617-- Dumping data for table `tblhostingconfigoptions`
2618--
2619
2620INSERT INTO `tblhostingconfigoptions` (`id`, `relid`, `configid`, `optionid`, `qty`) VALUES
2621(1, 3, 1, 1, 0),
2622(2, 5, 2, 10, 0),
2623(3, 5, 3, 28, 0),
2624(4, 6, 2, 10, 0),
2625(5, 6, 3, 28, 0),
2626(6, 6, 4, 30, 0),
2627(10, 8, 2, 10, 0),
2628(11, 8, 3, 28, 0),
2629(12, 8, 4, 29, 0),
2630(13, 9, 2, 19, 0),
2631(14, 9, 3, 28, 1),
2632(15, 9, 4, 29, 0),
2633(16, 10, 2, 10, 0),
2634(17, 10, 3, 28, 0),
2635(18, 10, 4, 29, 0),
2636(19, 11, 2, 13, 0),
2637(20, 11, 3, 28, 0),
2638(21, 11, 4, 29, 0),
2639(25, 14, 1, 6, 0);
2640
2641-- --------------------------------------------------------
2642
2643--
2644-- Table structure for table `tblinvoiceitems`
2645--
2646
2647CREATE TABLE IF NOT EXISTS `tblinvoiceitems` (
2648 `id` int(10) NOT NULL AUTO_INCREMENT,
2649 `invoiceid` int(10) NOT NULL DEFAULT '0',
2650 `userid` int(10) NOT NULL,
2651 `type` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
2652 `relid` int(10) NOT NULL,
2653 `description` text COLLATE utf8_unicode_ci NOT NULL,
2654 `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
2655 `taxed` int(1) NOT NULL,
2656 `duedate` date DEFAULT NULL,
2657 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
2658 `notes` text COLLATE utf8_unicode_ci NOT NULL,
2659 PRIMARY KEY (`id`),
2660 KEY `invoiceid` (`invoiceid`),
2661 KEY `userid` (`userid`,`type`,`relid`)
2662) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ;
2663
2664--
2665-- Dumping data for table `tblinvoiceitems`
2666--
2667
2668INSERT INTO `tblinvoiceitems` (`id`, `invoiceid`, `userid`, `type`, `relid`, `description`, `amount`, `taxed`, `duedate`, `paymentmethod`, `notes`) VALUES
2669(1, 1, 2, 'Hosting', 1, 'H-LP-1 - Hosting.relegationlive.com (08/03/2017 - 07/04/2017)', '2.00', 0, '2017-03-08', 'tco', ''),
2670(2, 2, 1, 'Hosting', 2, 'H-LP-1 - g4mes4atsgcs.relegationlive.com (08/03/2017 - 07/04/2017)', '2.00', 0, '2017-03-08', 'tco', ''),
2671(3, 3, 3, 'Hosting', 3, 'VPS #1 (09/03/2017 - 08/04/2017)\nOperating System: Windows Server 2008', '10.00', 0, '2017-03-09', 'tco', ''),
2672(4, 4, 4, 'DomainRegister', 1, 'Domain Registration - lscnrsamp.com - 1 Year/s (09/03/2017 - 08/03/2018)', '0.00', 0, '2017-03-09', 'tco', ''),
2673(5, 5, 4, 'Hosting', 4, 'H-LP-1 - lscnrsamp.com (09/03/2017 - 08/04/2017)', '2.00', 0, '2017-03-09', 'tco', ''),
2674(6, 6, 2, 'Hosting', 5, 'Minecraft (09/03/2017 - 08/04/2017)\nRam: 256\nDefault Port: No', '1.00', 0, '2017-03-09', 'paypal', ''),
2675(7, 7, 5, 'Hosting', 6, 'Minecraft (09/03/2017 - 08/04/2017)\nRam: 256\nDefault Port: No', '1.00', 0, '2017-03-09', 'tco', ''),
2676(8, 8, 1, 'Hosting', 7, 'Minecraft - will del once done (09/03/2017 - 08/04/2017)\nRam: 256\nDefault Port: No\nLocation: UK', '0.00', 0, '2017-03-09', 'tco', ''),
2677(9, 9, 5, 'Hosting', 8, 'Minecraft - will del once done (09/03/2017 - 08/04/2017)\nRam: 256\nDefault Port: No\nLocation: UK', '0.00', 0, '2017-03-09', 'tco', ''),
2678(10, 10, 5, 'Hosting', 9, 'Minecraft (09/03/2017 - 08/04/2017)\nRam: 4096\nDefault Port: Yes\nLocation: UK', '14.00', 0, '2017-03-09', 'tco', ''),
2679(11, 11, 6, 'Hosting', 10, 'Minecraft (09/03/2017 - 08/04/2017)\nRam: 256\nDefault Port: No\nLocation: UK', '1.00', 0, '2017-03-09', 'tco', ''),
2680(12, 12, 2, 'Hosting', 11, 'Minecraft (10/03/2017 - 09/04/2017)\nRam: 1024\nDefault Port: No\nLocation: UK', '0.00', 0, '2017-03-10', 'tco', ''),
2681(13, 13, 1, 'Hosting', 12, 'Minecraft (10/03/2017 - 09/04/2017)\nRam: 1024\nDefault Port: Yes\nLocation: US', '3.00', 0, '2017-03-10', 'tco', ''),
2682(14, 14, 1, 'Hosting', 13, 'H-LA-1 (11/03/2017 - 10/04/2017)', '10.00', 0, '2017-03-11', 'tco', ''),
2683(15, 15, 7, 'Hosting', 14, 'VPS #1 (11/03/2017 - 10/04/2017)\nOperating System: Centos 7', '10.00', 0, '2017-03-11', 'tco', '');
2684
2685-- --------------------------------------------------------
2686
2687--
2688-- Table structure for table `tblinvoices`
2689--
2690
2691CREATE TABLE IF NOT EXISTS `tblinvoices` (
2692 `id` int(10) NOT NULL AUTO_INCREMENT,
2693 `userid` int(10) NOT NULL,
2694 `invoicenum` text COLLATE utf8_unicode_ci NOT NULL,
2695 `date` date DEFAULT NULL,
2696 `duedate` date DEFAULT NULL,
2697 `datepaid` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
2698 `last_capture_attempt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2699 `subtotal` decimal(10,2) NOT NULL,
2700 `credit` decimal(10,2) NOT NULL,
2701 `tax` decimal(10,2) NOT NULL,
2702 `tax2` decimal(10,2) NOT NULL,
2703 `total` decimal(10,2) NOT NULL DEFAULT '0.00',
2704 `taxrate` decimal(10,2) NOT NULL,
2705 `taxrate2` decimal(10,2) NOT NULL,
2706 `status` text COLLATE utf8_unicode_ci NOT NULL,
2707 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
2708 `notes` text COLLATE utf8_unicode_ci NOT NULL,
2709 PRIMARY KEY (`id`),
2710 KEY `userid` (`userid`),
2711 KEY `status` (`status`(3))
2712) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ;
2713
2714--
2715-- Dumping data for table `tblinvoices`
2716--
2717
2718INSERT INTO `tblinvoices` (`id`, `userid`, `invoicenum`, `date`, `duedate`, `datepaid`, `last_capture_attempt`, `subtotal`, `credit`, `tax`, `tax2`, `total`, `taxrate`, `taxrate2`, `status`, `paymentmethod`, `notes`) VALUES
2719(1, 2, '', '2017-03-08', '2017-03-08', '2017-03-08 22:23:12', '0000-00-00 00:00:00', '2.00', '2.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2720(2, 1, '', '2017-03-08', '2017-03-08', '2017-03-08 22:53:49', '0000-00-00 00:00:00', '2.00', '2.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2721(3, 3, '', '2017-03-09', '2017-03-09', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '10.00', '0.00', '0.00', '0.00', '10.00', '0.00', '0.00', 'Cancelled', 'tco', ''),
2722(4, 4, '', '2017-03-09', '2017-03-09', '2017-03-09 17:59:37', '0000-00-00 00:00:00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2723(5, 4, '', '2017-03-09', '2017-03-09', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2.00', '0.00', '0.00', '0.00', '2.00', '0.00', '0.00', 'Cancelled', 'tco', ''),
2724(6, 2, '', '2017-03-09', '2017-03-09', '2017-03-09 20:48:08', '0000-00-00 00:00:00', '1.00', '1.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'paypal', ''),
2725(7, 5, '', '2017-03-09', '2017-03-09', '2017-03-09 21:37:58', '0000-00-00 00:00:00', '1.00', '1.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2726(8, 1, '', '2017-03-09', '2017-03-09', '2017-03-09 22:13:22', '0000-00-00 00:00:00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2727(9, 5, '', '2017-03-09', '2017-03-09', '2017-03-09 22:16:55', '0000-00-00 00:00:00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2728(10, 5, '', '2017-03-09', '2017-03-09', '2017-03-09 22:19:40', '0000-00-00 00:00:00', '14.00', '14.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2729(11, 6, '', '2017-03-09', '2017-03-09', '2017-03-09 22:32:06', '0000-00-00 00:00:00', '1.00', '1.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2730(12, 2, '', '2017-03-10', '2017-03-10', '2017-03-10 00:06:38', '0000-00-00 00:00:00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2731(13, 1, '', '2017-03-10', '2017-03-10', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3.00', '0.00', '0.00', '0.00', '3.00', '0.00', '0.00', 'Cancelled', 'tco', ''),
2732(14, 1, '', '2017-03-11', '2017-03-11', '2017-03-11 01:39:31', '0000-00-00 00:00:00', '10.00', '10.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'Paid', 'tco', ''),
2733(15, 7, '', '2017-03-11', '2017-03-11', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '10.00', '0.00', '0.00', '0.00', '10.00', '0.00', '0.00', 'Unpaid', 'paypal', '');
2734
2735-- --------------------------------------------------------
2736
2737--
2738-- Table structure for table `tblknowledgebase`
2739--
2740
2741CREATE TABLE IF NOT EXISTS `tblknowledgebase` (
2742 `id` int(10) NOT NULL AUTO_INCREMENT,
2743 `title` text COLLATE utf8_unicode_ci NOT NULL,
2744 `article` text COLLATE utf8_unicode_ci NOT NULL,
2745 `views` int(10) NOT NULL DEFAULT '0',
2746 `useful` int(10) NOT NULL DEFAULT '0',
2747 `votes` int(10) NOT NULL DEFAULT '0',
2748 `private` text COLLATE utf8_unicode_ci NOT NULL,
2749 `order` int(3) NOT NULL,
2750 `parentid` int(10) NOT NULL,
2751 `language` text COLLATE utf8_unicode_ci NOT NULL,
2752 PRIMARY KEY (`id`)
2753) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2754
2755-- --------------------------------------------------------
2756
2757--
2758-- Table structure for table `tblknowledgebasecats`
2759--
2760
2761CREATE TABLE IF NOT EXISTS `tblknowledgebasecats` (
2762 `id` int(10) NOT NULL AUTO_INCREMENT,
2763 `parentid` int(10) NOT NULL DEFAULT '0',
2764 `name` text COLLATE utf8_unicode_ci NOT NULL,
2765 `description` text COLLATE utf8_unicode_ci NOT NULL,
2766 `hidden` text COLLATE utf8_unicode_ci NOT NULL,
2767 `catid` int(10) NOT NULL,
2768 `language` text COLLATE utf8_unicode_ci NOT NULL,
2769 PRIMARY KEY (`id`),
2770 KEY `parentid` (`parentid`),
2771 KEY `name` (`name`(64))
2772) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2773
2774-- --------------------------------------------------------
2775
2776--
2777-- Table structure for table `tblknowledgebaselinks`
2778--
2779
2780CREATE TABLE IF NOT EXISTS `tblknowledgebaselinks` (
2781 `categoryid` int(10) NOT NULL,
2782 `articleid` int(10) NOT NULL
2783) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2784
2785-- --------------------------------------------------------
2786
2787--
2788-- Table structure for table `tblknowledgebasetags`
2789--
2790
2791CREATE TABLE IF NOT EXISTS `tblknowledgebasetags` (
2792 `id` int(10) NOT NULL AUTO_INCREMENT,
2793 `articleid` int(10) NOT NULL,
2794 `tag` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
2795 PRIMARY KEY (`id`)
2796) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2797
2798-- --------------------------------------------------------
2799
2800--
2801-- Table structure for table `tbllinks`
2802--
2803
2804CREATE TABLE IF NOT EXISTS `tbllinks` (
2805 `id` int(10) NOT NULL AUTO_INCREMENT,
2806 `name` text COLLATE utf8_unicode_ci NOT NULL,
2807 `link` text COLLATE utf8_unicode_ci NOT NULL,
2808 `clicks` int(10) NOT NULL,
2809 `conversions` int(10) NOT NULL,
2810 PRIMARY KEY (`id`),
2811 KEY `name` (`name`(64))
2812) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2813
2814-- --------------------------------------------------------
2815
2816--
2817-- Table structure for table `tbllog_register`
2818--
2819
2820CREATE TABLE IF NOT EXISTS `tbllog_register` (
2821 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2822 `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2823 `namespace_id` int(10) unsigned DEFAULT NULL,
2824 `namespace` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2825 `namespace_value` text COLLATE utf8_unicode_ci NOT NULL,
2826 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2827 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2828 PRIMARY KEY (`id`)
2829) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2830
2831-- --------------------------------------------------------
2832
2833--
2834-- Table structure for table `tblmodulelog`
2835--
2836
2837CREATE TABLE IF NOT EXISTS `tblmodulelog` (
2838 `id` int(10) NOT NULL AUTO_INCREMENT,
2839 `date` datetime NOT NULL,
2840 `module` text COLLATE utf8_unicode_ci NOT NULL,
2841 `action` text COLLATE utf8_unicode_ci NOT NULL,
2842 `request` text COLLATE utf8_unicode_ci NOT NULL,
2843 `response` text COLLATE utf8_unicode_ci NOT NULL,
2844 `arrdata` text COLLATE utf8_unicode_ci NOT NULL,
2845 PRIMARY KEY (`id`)
2846) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=22 ;
2847
2848--
2849-- Dumping data for table `tblmodulelog`
2850--
2851
2852INSERT INTO `tblmodulelog` (`id`, `date`, `module`, `action`, `request`, `response`, `arrdata`) VALUES
2853(1, '2017-03-10 12:11:26', 'cpanel', 'create_user_session', 'api.version=1&user=gmesatsg&service=cpaneld&app=FileManager_Home', '{"metadata":{"result":1,"reason":"Created session","command":"create_user_session","version":1},"data":{"url":"https://mint2.noc401.com:2083/cpsess0328349177/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=gmesatsg%3ahZFjsXKpqolu_g8r%3acreate_user_session%2cfa7b37b2402d0055802e9126b41231f2","expires":1489148186,"service":"cpaneld","session":"gmesatsg:hZFjsXKpqolu_g8r:create_user_session,fa7b37b2402d0055802e9126b41231f2","cp_security_token":"/cpsess0328349177"}}', ''),
2854(2, '2017-03-11 01:39:33', 'cpanel', 'listpkgs', '', '{"package":[{"FEATURELIST":"default","lve_pmem":"DEFAULT","MAXFTP":"10","BWLIMIT":"51200","lve_iops":"DEFAULT","DIGESTAUTH":"n","MAXLST":"unlimited","lve_io":"DEFAULT","_PACKAGE_EXTENSIONS":"lve","LANG":"en","QUOTA":"25600","IP":"n","MAXPOP":"unlimited","lve_nproc":"DEFAULT","MAXSQL":"25","lve_cpu":"DEFAULT","MAXPARK":"0","MAXSUB":"unlimited","lve_ep":"DEFAULT","lve_ncpu":"DEFAULT","CGI":"y","HASSHELL":"n","CPMOD":"paper_lantern","MAXADDON":"0","name":"relegat_H-HP-1","lve_mem":"DEFAULT"},{"CPMOD":"paper_lantern","MAXADDON":"0","name":"relegat_H-LA-1","lve_mem":"DEFAULT","lve_ncpu":"DEFAULT","CGI":"y","HASSHELL":"n","IP":"n","LANG":"en","QUOTA":"51200","MAXPOP":"unlimited","lve_nproc":"DEFAULT","MAXSQL":"unlimited","lve_cpu":"DEFAULT","lve_ep":"DEFAULT","MAXSUB":"unlimited","MAXPARK":"0","FEATURELIST":"default","lve_pmem":"DEFAULT","MAXFTP":"unlimited","BWLIMIT":"51200","lve_iops":"DEFAULT","_PACKAGE_EXTENSIONS":"lve","DIGESTAUTH":"n","lve_io":"DEFAULT","MAXLST":"unlimited"},{"HASSHELL":"n","lve_ncpu":"DEFAULT","CGI":"y","lve_mem":"DEFAULT","MAXADDON":"0","CPMOD":"paper_lantern","name":"relegat_H-LP-1","_PACKAGE_EXTENSIONS":"lve","MAXLST":"unlimited","DIGESTAUTH":"n","lve_io":"DEFAULT","lve_pmem":"DEFAULT","FEATURELIST":"default","MAXFTP":"2","BWLIMIT":"25600","lve_iops":"DEFAULT","MAXSQL":"2","lve_cpu":"DEFAULT","MAXPARK":"0","lve_ep":"DEFAULT","MAXSUB":"unlimited","IP":"n","QUOTA":"5120","LANG":"en","MAXPOP":"unlimited","lve_nproc":"DEFAULT"},{"HASSHELL":"n","CGI":"y","lve_ncpu":"DEFAULT","lve_mem":"DEFAULT","name":"relegat_H-MP-1","CPMOD":"paper_lantern","MAXADDON":"0","DIGESTAUTH":"n","lve_io":"DEFAULT","_PACKAGE_EXTENSIONS":"lve","MAXLST":"unlimited","MAXFTP":"50","lve_iops":"DEFAULT","BWLIMIT":"102400","lve_pmem":"DEFAULT","FEATURELIST":"default","lve_ep":"DEFAULT","MAXPARK":"0","MAXSUB":"unlimited","MAXSQL":"50","lve_cpu":"DEFAULT","MAXPOP":"unlimited","lve_nproc":"DEFAULT","IP":"n","QUOTA":"102400","LANG":"en"}]}', ''),
2855(3, '2017-03-11 01:39:33', 'cpanel', 'createacct', 'username=&password=5pcnAxS126&domain=&savepkg=0&contactemail=creeperkiller200%40yahoo.com&plan=relegat_H-LA-1&api.version=1&reseller=0', '<result><metadata><result>0</result><output><raw></raw></output><reason>No user name supplied: "username" is a required argument.</reason><command>createacct</command><version>1</version></metadata></result>\n<!-- Web Host Manager 11.62.0.16 (c) cPanel, Inc. 2015 http://cpanel.net/ Unauthorized copying is prohibited. -->\n', ''),
2856(4, '2017-03-11 01:41:27', 'cpanel', 'listpkgs', '', '{"package":[{"IP":"n","lve_pmem":"DEFAULT","CGI":"y","lve_iops":"DEFAULT","lve_nproc":"DEFAULT","MAXPOP":"unlimited","FEATURELIST":"default","MAXADDON":"0","QUOTA":"25600","lve_ncpu":"DEFAULT","MAXLST":"unlimited","MAXSUB":"unlimited","lve_ep":"DEFAULT","lve_io":"DEFAULT","name":"relegat_H-HP-1","BWLIMIT":"51200","MAXSQL":"25","HASSHELL":"n","MAXPARK":"0","lve_cpu":"DEFAULT","lve_mem":"DEFAULT","LANG":"en","CPMOD":"paper_lantern","DIGESTAUTH":"n","_PACKAGE_EXTENSIONS":"lve","MAXFTP":"10"},{"MAXPOP":"unlimited","FEATURELIST":"default","MAXADDON":"0","QUOTA":"51200","IP":"n","lve_pmem":"DEFAULT","CGI":"y","lve_iops":"DEFAULT","lve_nproc":"DEFAULT","MAXLST":"unlimited","MAXSUB":"unlimited","lve_ep":"DEFAULT","lve_ncpu":"DEFAULT","MAXPARK":"0","lve_cpu":"DEFAULT","lve_io":"DEFAULT","name":"relegat_H-LA-1","BWLIMIT":"51200","HASSHELL":"n","MAXSQL":"unlimited","DIGESTAUTH":"n","_PACKAGE_EXTENSIONS":"lve","MAXFTP":"unlimited","lve_mem":"DEFAULT","LANG":"en","CPMOD":"paper_lantern"},{"MAXPOP":"unlimited","FEATURELIST":"default","QUOTA":"5120","MAXADDON":"0","IP":"n","lve_pmem":"DEFAULT","CGI":"y","lve_iops":"DEFAULT","lve_nproc":"DEFAULT","MAXLST":"unlimited","MAXSUB":"unlimited","lve_ep":"DEFAULT","lve_ncpu":"DEFAULT","lve_cpu":"DEFAULT","MAXPARK":"0","BWLIMIT":"25600","name":"relegat_H-LP-1","lve_io":"DEFAULT","HASSHELL":"n","MAXSQL":"2","MAXFTP":"2","_PACKAGE_EXTENSIONS":"lve","DIGESTAUTH":"n","CPMOD":"paper_lantern","LANG":"en","lve_mem":"DEFAULT"},{"BWLIMIT":"102400","name":"relegat_H-MP-1","lve_io":"DEFAULT","HASSHELL":"n","MAXSQL":"50","lve_cpu":"DEFAULT","MAXPARK":"0","CPMOD":"paper_lantern","LANG":"en","lve_mem":"DEFAULT","MAXFTP":"50","_PACKAGE_EXTENSIONS":"lve","DIGESTAUTH":"n","CGI":"y","IP":"n","lve_pmem":"DEFAULT","lve_iops":"DEFAULT","lve_nproc":"DEFAULT","FEATURELIST":"default","MAXPOP":"unlimited","QUOTA":"102400","MAXADDON":"0","lve_ncpu":"DEFAULT","MAXLST":"unlimited","MAXSUB":"unlimited","lve_ep":"DEFAULT"}]}', ''),
2857(5, '2017-03-11 01:41:30', 'cpanel', 'createacct', 'username=coderfac&password=5pcnAxS126&domain=coderfactions.featurednetwork.co.uk&savepkg=0&contactemail=creeperkiller200%40yahoo.com&plan=relegat_H-LA-1&api.version=1&reseller=0', '<result><metadata><result>1</result><command>createacct</command><reason>Account Creation Ok</reason><version>1</version><output><raw><table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Checking input data......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating system setup......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Rebuilding IP Pool...System has 1 free ip.\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating IP......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating Username......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating Contact Email......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Checking for database conflicts......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>WWWAcct 12.6.0 (c) 2017 cPanel, Inc....\n\nDns Zone check is enabled.\n+===================================+\n| New Account Info |\n+===================================+\n| Domain: coderfactions.featurednetwork.co.uk\n| Ip: 107.178.115.105 (n)\n| HasCgi: y\n| UserName: coderfac\n| PassWord: 5pcnAxS126\n| CpanelMod: paper_lantern\n| HomeRoot: /home\n| Quota: 50 GB\n| NameServer1: ns1.noc39.com\n| NameServer2: ns2.noc39.com\n| NameServer3: \n| NameServer4: \n| Contact Email: creeperkiller200@yahoo.com\n| Package: relegat_H-LA-1\n| Feature List: default\n| Language: en\n+===================================+\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Running pre creation script (/usr/local/cpanel/scripts/prewwwacct)......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding User...Removing Shell Access (n)\nSuccess...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Horde database in the background....<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Creating bandwidth datastore......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding Entries to userdata......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating the userdata cache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Mail & Local Domains...localdomains...valiases ...vdomainaliases...vfilters......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Configuring DNS...Bind reconfiguring on mint2 using rndc\nZone coderfactions.featurednetwork.co.uk has been successfully added\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating Authentication Databases......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding Entries to httpd.conf......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Restarting apache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting passwords......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating the dedicated IP address usage cache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Verifying MX Records and Setting up Databases...Reconfiguring Mail Routing:\n<ul><li>LOCAL MAIL EXCHANGER: This server will serve as a primary mail exchanger for coderfactions.featurednetwork.co.uk''s mail.:<br /> This configuration has been manually selected.<br /><br /></li></ul>...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Proxy Subdomains......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Generating and installing DKIM keys......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nBind reloading on mint2 using rndc zone: [coderfactions.featurednetwork.co.uk]\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Sending Account Information......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nSystem has 1 free ip.\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Running post creation scripts (/usr/local/cpanel/scripts/legacypostwwwacct, /usr/local/cpanel/scripts/postwwwacct, /usr/local/cpanel/scripts/postwwwacctuser)......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nwwwacct creation finished\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Domain Pointers......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting Reseller Privs......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Account Creation Complete!!!...Account Creation Ok...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n</raw></output></metadata><data><nameserver>ns1.noc39.com</nameserver><nameserverentry></nameserverentry><nameserverentry3></nameserverentry3><nameserver4></nameserver4><nameserverentry4></nameserverentry4><nameservera3></nameservera3><nameserverentry2></nameserverentry2><ip>107.178.115.105</ip><nameservera></nameservera><nameservera2></nameservera2><package>relegat_H-LA-1</package><nameserver3></nameserver3><nameservera4></nameservera4><nameserver2>ns2.noc39.com</nameserver2></data></result>\n<!-- Web Host Manager 11.62.0.16 (c) cPanel, Inc. 2015 http://cpanel.net/ Unauthorized copying is prohibited. -->\n', ''),
2858(6, '2017-03-11 01:41:31', 'cpanel', 'applist', 'api.version=1', '{"data":{"app":["_getpkgextensionform","accesshash","accountsummary","acctcounts","adddns","addpkg","addzonerecord","applist","batch","changepackage","create_featurelist","create_integration_group","create_integration_link","create_user_session","createacct","delete_featurelist","disable_mail_sni","domainuserdata","dumpzone","editpkg","editquota","editzonerecord","emailtrack_search","emailtrack_stats","emailtrack_user_stats","enable_mail_sni","fetch_ssl_vhosts","fetch_vhost_ssl_components","fetchcrtinfo","fetchsslinfo","forcepasswordchange","generate_mobileconfig","generatessl","get_adjusted_market_providers_products","get_available_authentication_providers","get_available_featurelists","get_best_ssldomain_for_service","get_current_lts_expiration_status","get_feature_metadata","get_feature_names","get_featurelist_data","get_featurelists","get_integration_link_user_config","get_login_url","get_lts_wexpire","get_market_providers_list","get_market_providers_products","get_nameserver_config","get_password_strength","get_public_ip","get_remote_access_hash","get_update_availability","get_users_authn_linked_accounts","get_users_links","getfeaturelist","gethostname","getlongtermsupport","getpkginfo","getresellerips","getzonerecord","has_digest_auth","has_mycnf_for_cpuser","hold_outgoing_email","installssl","is_sni_supported","killdns","killpkg","limitbw","link_user_authn_provider","list_integration_groups","list_integration_links","list_mysql_databases_and_users","list_styles","list_users","listaccts","listcrts","listmxs","listpkgs","listsuspended","listzones","load_style","lookupnsip","lookupnsips","mail_sni_status","matchpkgs","myprivs","nvget","nvset","passwd","read_featurelist","rebuild_mail_sni_config","rebuilduserssldb","release_outgoing_email","remove_integration_group","remove_integration_link","remove_logo","remove_style","removeacct","removezonerecord","resetzone","resolvedomainname","save_style","savemxs","send_test_posturl","send_test_pushbullet_note","set_default","set_digest_auth","set_primary_servername","setresellernameservers","showbw","suspend_outgoing_email","suspendacct","systemloadavg","twofactorauth_generate_tfa_config","twofactorauth_get_issuer","twofactorauth_get_user_configs","twofactorauth_policy_status","twofactorauth_remove_user_config","twofactorauth_set_issuer","twofactorauth_set_tfa_config","unlink_user_authn_provider","unsuspend_outgoing_email","unsuspendacct","update_featurelist","update_integration_link_token","validate_login_token","verify_new_username","verify_new_username_for_restore","verify_oscar_access","verify_user_has_feature","version"]},"metadata":{"result":1,"version":1,"reason":"OK","command":"applist"}}', ''),
2859(7, '2017-03-11 01:41:34', 'cpanel', 'batch', 'api.version=1&command=create_integration_group?api.version%3D1%26user%3Dcoderfac%26group_id%3Dwhmcs%26label%3DBilling%2B%2526%2BSupport%26order%3D1&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Ddetails%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aprofile%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BProfile%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bprofile%2Binformation%26app%3DWHMCS_clientarea_profile%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAAYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29vb29sYm9glMjzb29slMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjw%252FSlPb29sYm9glMjzb29sYm9glMjxHUlppcXiipqmusbPQ0NHb29to9csaAAAALHRSTlMAEBAQICAgMDAwQEBAUFBQYGBgcICAgI%252BPn5%252Bfr6%252Bvv7%252B%252Fz8%252FP39%252Ff3%252B%252Fv7xL0y2gAAAIoSURBVHjalVbbdqJAEGyZiBcIxGEd3LByicSoSLIb%252Fv%252Fflm6uYw%252FL2XpADlZ1VzXDADDY8pDlVY08U1LADERA3AF58C%252BNHVUcRWRPVVeVGYUy8jedmThwBRVwg7gztuF8WdBfFyn0TJemic%252F4LX2ykjTxD8KYLeIK4hfaJV7OH%252BUtkL%252BBSbhEsPueOeMzBc0KWigeyuxKAcGmvDCDGF00Q4lwnvp8tr%252BS5OeTPquiayG4oZc74rplpqhFgA1gjMX1TngHDZe2cG5sQNBaUOW4jawn%252BNEJXmBAz5Skmxe0Xnw41McAzJZWoEHRnLL66MJcaIJLZnIyxj1xR7CpqRlgEnjA4h35CTwC11Mv4CmeTILKLHj%252BT8GKUr8tjJYotPk%252BXJ8NoflYV2%252F3HonWxMex8huHdgYFu3FsaWzvGh6XhssW3yrRAIS14zhWw2TLm8Pan0vEx2%252F0wh4ghjXRCV%252FfsntY5TT%252FVg747DeBQkz5aeqfneY3pCcJW0Rgxh5pr6kHXvqKp8u5jeyM5UfnYT%252FgyjUmwKo3WJ%252FK1AI8T0ebsUnh1JyTB0f0Bd6p%252Fhnv59IkIBdpUztEwVgRCy4g6q4%252BenAie5qCvVOsElEL9w5QhuOwdtuXov4itz9wSksHmy1xSjvDazdTrk0XfJVXf0rCEXOj1tLWe1FxfDUKjE1BNAiD5PuzHECGdInMdH4sRdjRz1Sfa3wVZxf8%252BolV8w2xDGtDt%252BOO%252FP8FxpCXOOPPXYkAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dcreditcard%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Abilling_info%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BBilling%2BInformation%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bcredit%2Bcard%2Binformation%26app%3DWHMCS_clientarea_billing_info%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAAAnrmCRVaonrmAnrmAnrmA8nG8nrmAnrmAnrmAnrmCRVaolMjwnrmBQQGhmR36RVaonrmAnrmCRVaonrmCRVaonrmAnrmB1bZYlMjwnrmAuqGU0o2k1s2pOP2VQvX5cgoVdwohpSIFwRIRyRYZ2R4t4zJx8SpJ9ZpyDTpmEYKGFT5yG0aaHUJ6KW6WLUqONU6WPVKiRVaqT17Ch3Lmu4cPJ69fX8OH%252F%252F%252F%252BLoxvkAAAAGXRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfn6%252B%252Fv8%252FP3%252B%252Fv8CJ0UAAAAUhJREFUeAGV0OtSwjAQxfGlXKoUudBWYS2Cooh3iaB5%252FydzJ053MkMPJufz7z%252BzCcEluTEZhS8pjWwc52WjSH83H0T6OS6AxwXyuABeNoz0N2Yc6Q0ooAcF9KDAfvcECuQf1o9ahPm1FoFei3CvRaCX3X9qEeY%252FjFsW52XYy96OvYHe7eXI59hr4fsywV6LKC9FnJftfC%252FLsfennmI9xXrK4rxsHOCfZ71OS4vRP%252F59VTHLJp26GJz0W8fdLrwC%252B2tm3VQLfE%252FF%252Fs61AN6s1C72%252BwVzuy6GpnmV%252Bh9rX5nPvN9t2tb39lZfAYuZ2C97%252BPMbltHJouwJ%252Bbb2oJ4JF%252BKTjpCNYPWXhAvx1GZXqOcJ4UI8UeEK9ZwSLJyn1LHlklkvAoXzsgn76xIo1FOr8HxKBAr1UvRrftWlxmXG5Al5a%252FcL0dO0RbJf5tfi7Ihl2PMAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Demails%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aemails%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BEmail%2BHistory%26description%3DDisplays%2Ball%2Bthe%2Bemail%2Bmessages%2Bthat%2Bhave%2Bbeen%2Bsent%26app%3DWHMCS_clientarea_emails%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAACEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVbg4OCEtVa8vLwlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVa8vLzT09Pg4OAlMjyEtVa8vLzW1tbg4OAlMjyEtVa8vLy%252Bvr7FxcXe3t7g4OBnN95CAAAAMnRSTlMAEBAQICAgIDAwMDBAQEBAUFBQYGBwcICAgICPj4%252Bfn6%252Bvv7%252B%252Fv8%252FPz9%252Ff39%252Fv7%252B%252Fv73peZywAAAG1SURBVHgB7ZJRU9pQEIVPSCMFCsY0RqCCESQGTaN4q%252B7%252F%252F2U9M5vkppOMXB467YPfU%252B7MfucsO%252BBfMVssZnBncP2LXA%252Bc4x84Th5m7vHEtUTj787O7rTEKf7pEuTySUtc4vVlSxziydESGx%252BnpTFlGn9YYuOne1Oxn7LEnqsn%252Fn7MeJ1ViyXjey3pu%252F0CQMixMvYALy75GQJY2JJOPDxOZR4IvzO6HmxJJ57MuQ1nvr58Bw3uNQexJX%252FGk71u8e3lCiSkDtIuubDxJNAJFdQPoGjJBR5fKTJemRqzbQtbY6aoGHOV10fI%252B9vtAF3h52Zz1QjK4PbtXSAizxFqRrwRyJcNocA7jVATPYsIBbLyUWG4NJrQgE9U%252BCuRRpBiAmXNnTID%252B0qhTAppCWTZ%252FAgCJTbNT1iKWEHJh3rIRvB%252B8GsNgmEuXUEOCYe2VUMwX5em%252FpckB%252BkRyM73OEbq1VLOw9%252BJ9AssiYDRfJuqkIUg0UH6BeVGD8yVwgDEvxH5UJDiHC3OCzkikBUaViIOguQTHZ%252Fk4iSQBCQRcRZklyQ7cReU%252F1r4FAo5iQKRnEQEDJcnMMTf5zfbpg9xBdTEKQAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fannouncements.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aannouncements%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DNews%2B%2526%2BAnnouncements%26description%3DView%2Bthe%2Blatest%2Bnews%2B%2526%2Bannouncements%26app%3DWHMCS_clientarea_announcements%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAz1BMVEUAAAAlMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs4lMjw3R1Ht7e0lMjzt7e0lMjw%252FUbXOzs7t7e0lMjzOzs7t7e0lMjzOzs7l5eXt7e0lMjwlMjyFj8usr7Ht7e0lMjw%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7l5eUlMjw3R1E%252FUbWCjcvOzs7t7e0lMjw3R1E%252FUbXt7e0lMjw3R1Gsr7HOzs7t7e0lMjw3R1E%252FUbV6gIWWn9Gkp6rOzs7l5eXt7e3yVtnBAAAAPHRSTlMAEBAQEBAgICAgIDAwMDBAQEBQUGBgYGBwcHCAgICAj5%252Bfn5%252Bvr6%252Bvv7%252B%252Fv7%252FPz8%252FPz8%252Ff39%252Ff7%252B%252Fv7%252B%252BT1js6AAABJUlEQVR4Ac3UXVOCQBTG8YcSK7AMtUKzsoCgyF4kJQupbL%252F%252FZ8qd2EllzXMumvpfn9%252FOc7X4P20H18EmyFnn%252BawAxMzTl7dcRj4XggGORkLQgdmR52RgyTF00AyFjAbMpqce14FKuzvfSTgQKi2oPEwX%252BhDiZ3A4ZYIuDxj%252BKw%252F0Mx6wMwa43QDqHDC54oJJjQv2fxs8ggeeagBSBtjCLDuhA3x1wQVtLth5ZgLsXcbj96JxHN%252BM1gCZmxVFkDmdwRpQXQAySxk9QL8AKb5zvDIobzIwl%252BWtBLYCjeWveAVAUoAelrI8PTgrQGqgREIFtJtaKOfcy%252Fs7aDclBjQdDPPhLrSbsmPQsjOVTRSpAj4R9BRIiaChgAvWJr8Oaq0o8t0q%252FrhP5iAmML%252F5edQAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fdownloads.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Adownloads%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DDownload%2BResources%26description%3DView%2Band%2Bdownload%2Bresources%26app%3DWHMCS_clientarea_downloads%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAQlBMVEUAAADOzs7Ozs7Ozs7t7e3Ozs7Ozs7t7e3t7e0Ym9glMjwyPkdNsN1XYWhbtd99hImip6uq0%252BbF3unOzs7c3Nzt7e2Y2TCUAAAACXRSTlMAQFBgj6%252Ff3%252B%252FnpsWFAAAAmUlEQVR4Ae3SsQ7CMAyE4QCBQoJbt8bv%252F6owoJMpIrpMINGb%252F2%252Bw5PSy%252Fcn883Ja72BmTgn0bTC8923gq54E6FmAngfoeYCeBOhJsLNOcOwFsb8xwOl9E0gpsoEWmESkPCYiEwVqwSoFtGDKgCCUPVrRMwBCnQAQtervvPdyDVsIMF7CRgLMEczdN%252Fw12MDA9ucnyCzICYLv78X3mW%252BKzHVUAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fknowledgebase.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aknowledgebase%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DSearch%2Bour%2BKnowledgebase%26description%3DSearch%2Band%2Bfind%2Banswers%2Bin%2Bthe%2Bknowledgebase%26app%3DWHMCS_clientarea_knowledgebase%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAjVBMVEUAAADxxA43R1HxxA4lMjytkx3xxA43R1ElMjzxxA43R1HxxA7xxA4wP0nxxA7xxA7xxA4lMjzxxA7xxA4lMjzxxA7xxA4lMjzxxA4lMjwoNkA2RlA3R1GljR%252FxxA7yyB3zyyz0zzv100r11ln22mj33nf44of55Zb66aX77bT88MP89NL9%252BOH%252B%252B%252FD%252F%252F%252F%252FGKclBAAAAGXRSTlMAECAgMDAwQFBQYGBwgICPn6%252Bvv8%252FP3%252B%252Fv86GWGAAAAWhJREFUeNqtlNF6gjAMRgto1YGIINhuLtQKqNvk%252FR9vyA1tadp93zzX%252F2mSpkBeB03yAgCKPKXETxBXMFHFvnzMQKfaOI8vYM7O0TwDG0Xgyc8Nez5C8mhXJeDYJk%252FBQWVpCJzM95EBAlIiUCdu7tdGGAY1NwwT5%252F7JtdaE1BBytUA%252F8n1WhdwQQKG%252BPUbjUePL24BO3TydGyjowg5Mzk9DoEIFM66DIDGBgl3osBkSUBCXrpVyHEJit1TqJw%252FMrinBOhL9RIttOputeaTD3lI0pbtOtF%252F3i5Rd1wpQiK0FxDDoTw0WWGAtIPsB6f0cCr1%252F4fsLJNqVPhpfQ5SBD0b%252FkV%252F682Wk5BfHT%252FCQEi3PudNgWWTmXUYeB0RjzzlqVLsNmcE5YpQJJTYOdiOjBGHNLcYwJs723TSKiLgIP3SDJcTN6qQZjBKvoBr%252BPAlPinFcEj9vk3FckL8QrlbhFsnjrA98vyCv5xf2Y5WHw4uPPgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fserverstatus.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Anetwork_status%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DCheck%2BNetwork%2BStatus%26description%3DNews%2Band%2Binformation%2Babout%2Bnetwork%2Baffecting%2Bissues%26app%3DWHMCS_clientarea_network_status%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEUAAAAlMjyJkJXl5eXl5eXl5eXl5eXl5eUlMjzt7e0lMjzl5eUlMjwrOj4wMzgxQj8yOz03S0E6NDU9U0M%252FRD5DW0RFNDFMTEBQNS1VX2ZVdElaVUFafEtslFBwOCJweH57OR9%252BrVSBcESEtVaFjJGJkJWOeUaWm6CbOxOdoqaoiki1k0nFPgXQPwHl5eXt7e33v0%252F68qlqAAAADHRSTlMAQEBAYI%252Bfv9%252Ff7%252B%252BoUs8VAAAAxElEQVR42t3VSxKCMBBF0cbwBxHBD4IKKqCoAfe%252FOkPKBfQbOIA7yiCnKj1J0ywSlsPOFkRmD2VSgIGAerARdAdm3Q%252FUIbN6WqAsWSDJsizS94ehZIDkLaV8jKdmGBoOkCAId1V1jhCgQ8C%252Bba8xADYf1QsFTz5QoiiK%252BK9Db%252FM8XwNgdVOdALC8KHDkAyXSNNWHu%252BdBQ%252FsLooUPAINUBh%252B4pHNhgD4JGVoJAxha5brwNzMhgH%252F3YPDKwpciCdthZwmaQ19v%252FqpOiFo6XwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dservices%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aproduct_details%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BBilling%2BInformation%26description%3DView%2Bthe%2Bassociated%2Bhosting%2Bpackage%2Brecord%2Bwithin%2BWHMCS%26app%3DWHMCS_clientarea_product_details%26order%3D1%26group_id%3Dwhmcs%26implements%3Dbilling%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAhFBMVEUAAAAlMjzt7e0lMjwlMjwlMjxNV18lMjwlMjwlMjwlMjzt7e0lMjx1fYOdoqbt7e0lMjwlMjzt7e0lMjzt7e0lMjwlMjy4u74lMjwyPkc%252BSVJweH6JkJWip6vIyszU1tfb29vc3Nze3t7h4eLi4uLl5eXm5ubn5%252Bfq6urr6%252Bvs7Ozt7e2vu8cdAAAAGHRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfr7%252B%252Fz8%252Ff7%252B%252F6LN6mAAABPElEQVR4AZXT23KCMBSF4Q2eAcUAYtra1p5b9%252Fu%252FX50lyUwxKzXr1u93si8QurxRLeX25Z2eV6d4bJPoH22V6C0pqCcF96TgHlsn%252BgetE72SgnpSUE8K7k8fpGD%252B9fgeLLg%252FhgvuwwX34SLisZcfFLf7b8XKFI%252FFvH5de6Ue%252B7zyTcSjGPku594XCR5FisdOf700xI%252FmvaR6SfVSpnisvsE%252F7%252BfTzBebf%252Fzb4R6%252FbqeuqKL%252BCRyrfBHzd%252Fa8nQExvuDvwf%252F3mSxRrHxBvB4sApGZxSauWGt4wwFm1VtsKW51%252BAI7mpF4sR9cW%252FT2MokW3XxgmRQ%252BiBRdPvVsZbGdsAJeJuNgK6yAF2lHwUJoAS8Ld0PlXxQs4LHtBRqLzYQU3kvWQvoHkQJ%252BKArH%252B5kEV6o2zmOToj1rs8An9AtdWcJqFh%252Bb%252BgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dinvoices%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ainvoices%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BInvoice%2BHistory%26description%3DView%2Binvoice%2B%2526%2Bbilling%2Bhistory%26app%3DWHMCS_clientarea_invoices%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAArlBMVEUAAADt7e3Ozs7t7e3t7e23t7fOzs7t7e3Ozs7t7e3Ozs7t7e3t7e3Ozs7t7e3t7e3o6Ojt7e3Ozs7o6Ojt7e3Ozs7t7e23t7ft7e0lMjwyPkc%252BSVJXYWhkbHNweH59hImEtVaJkJWRvGmWm6Cew3yip6uvs7a3t7e50aK7vsG%252F1avDw8PG2LTIyszM3L7Ozs7T38fU1tfW1tbZ49Hc3Nze3t7g5trh4eLm6uTt7e1jZTdsAAAAGXRSTlMAECAgMEBAQFBQYGCAn5%252Bvv7%252FPz8%252Ff3%252B%252FvfCvR5gAAASRJREFUeNrdll1TwjAQRVcFoaWAaG3TIggiohUMxQ%252B6%252F%252F%252BPmQ8lTjqG7APD6HnJTnLPw33YmYChfbnBX0kCsAk536CDVj3vFi7OT%252B28W3jnvGvl9wo8NHk%252F4TltmryXsEh13l9YqDxNCDlNaHOicE0V%252BA%252FefAR0cHyhWtu8uoX7SY2lU7irC4VT%252BHi0WZJL%252Fzlhmu0YllgOsyxfOYU8M8y0PnUK85sdoy1uR%252BIoj1z61lTIS1zJSk%252Fepec421%252F6wZQei9JjeRymtNmniiKsJ4IXglC4F6hOVYgNqsil%252F6OQEoW0SRNCAJLQhW8hasWoiQKmh4G50tOV%252BjpooQNw0sOvqaGMnrhSORbIR3Wj6bC4oYcY40AOZ31MIgCZY9jXjxFL9ACfMOK0SEks1o8AAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsupporttickets.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Atickets%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BSupport%2BTickets%26description%3DView%2Ball%2Bsupport%2Bticket%2Bhistory%26app%3DWHMCS_clientarea_tickets%26order%3D1%26group_id%3Dwhmcs%26implements%3Dsupport%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAADt7e3Ozs7t7e3Ozs7g4ODt7e3t7e3t7e3Ozs7Ozs7t7e0lMjwyPkc%252BSVJLVV1XYWhcjihkbHNllDRweH6JkJWWm6CZwW%252BexHeip6ulvouuw5evs7a3yaO7vsHD167IyszI2rbJ1bzOzs7O3b7S28jU1tfW1tbY4s7d5dXh4eLk5%252BHo6uXt7e37F3KlAAAADHRSTlMAEDBAYHCPn6%252FP7%252B8BnfPqAAAA%252BUlEQVR4AdXV206DQBDG8amHemApFXG1tq5bFZXRef%252FXc7fdTryCb6Ix8X9DSOYXyLAJlJqdCdT5jPbNBWxeQIWCqgCB%252B22wvdUw8PhPQQiMA%252FaNSzUbEMSFK3UYqJ22gUAaXPgQ2nRdQqBzLR%252BepGD7nvscWyt%252FBy%252FTZ4nzK7V7cDfIJIi7zQbJDYNMgtfdqlb48e7yqqLgIM3XLKX1lTYGvN7cA8A3LeNAwwEvXR0twOs5AsGNAeh3W1mAcIgCAu2HYP2U%252B4DBg2gIuO7FBPpeQKD9OaisYK7A%252BNt9O3R6PBZpz6UTArPOk3WerPNknSfrPF1cHhHcF9%252F8CB%252FeH3crAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsubmitticket.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Asubmit_ticket%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DOpen%2BTicket%26description%3DOpen%2Ba%2Bnew%2Bsupport%2Bticket%26app%3DWHMCS_clientarea_submit_ticket%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAACEtVaZwW%252BEtVaEtVaZwW9cjiiEtVaZwW%252BEtVaEtVaZwW%252BZwW%252BEtVaZwW%252BEtVaXwG2ZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW9cjihmmDRrmzprnTlzoUN4qUiEtVaGsVmZwW98tPsQAAAAGnRSTlMAEBAgMDBAQEBgcHCAj4%252Bfn5%252Bvr7%252B%252Fz8%252Fv70sG19AAAADsSURBVHja7ZPZDoIwFAUPdUFRcQcsKNL%252F%252F0hNLTf2RCx9NHFeCLczLSSAJ%252BpoPLTgz48KL3Lj0%252FR%252BQwu5Cy407%252Fqgo4WLCwxze%252Fk3w0jAdI3WTWdCAfMPfisoF6W9LiDk34JSQdlCQVhRQD6g7Ld5FviR2Mc%252B8A4hnwP2d8Yyg7D2g3tPkeDJ1t1NIWRuJAH5Q3CwJD8YJL5fnYTPwQGYvO8%252FgbD8GGRZ4Z2fQthQEOYf%252FEbQ1lrX7fjgqi3XsUGrHXxGNRDUfVDTwmYg0II%252FPyQcZKllLqTvWJ1%252B0ZHE%252Boj1Eesj1kesj6KK8B8h7csXeqVdoAAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fgid%253Daddons%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_addons%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%252FOrder%2BAddons%26description%3DView%2BAvailable%2BHosting%2BPackage%2BAddon%2BProducts%2B%2526%2BServices%26app%3DWHMCS_clientarea_shopping_cart_addons%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAw1BMVEUAAAANhr8Ym9glMjwYm9glMjwNhr8Ym9glMjwNhr8Ym9glMjwNhr8Ym9gYm9glMjwNhr8XYocYm9gNhr8Ym9gfR10lMjwNhr8Ym9giO0slMjwNhr8Ym9gbVHAlMjwYm9glMjwNhr8Qi8UYm9glMjwYm9glMjwNhr8Ym9glMjwYm9glMjwNhr8PgbcQi8USdqYTcZ4TkcwVbJYWZ44WhrsYm9gZXH4ZfKsbV3UcUm0eTGUfR10fZ4ohQlUiPUwkN0QlMjwzhEifAAAALHRSTlMAEBAQICAwMDBAQEBQUGBgcHBwgICAgI%252BPj4%252Bfn5%252Bfr6%252B%252Fv7%252B%252Fz8%252Ff39%252Fv76ecmrsAAAGnSURBVHjanZPrQoJAEIUPZiFbkimpmUWEJKHdwy528f2fKgZXWZotWb8%252FzuyZM7s7K9DQGIwWGaNBA1VoULVktIuNHC5UJodG9cQGx75sfN7tXkyW8b8X2bnOa7rLZJAnV%252FiDPcdxTqji%252B8iRnOWO4yzaY%252BWt8TTjiwoep2tmlH9RNG6Vuwe5%252Fkj6vKiXHe7yMCh2sTpSfiX5XjU80cpMJh0LOQfjlfwpD1BwQ4b3VTY%252BoPZBIZP6Ni0xL%252FcILPQUVd1fPaWS9%252FCg8JHx%252FFDihdbUBaSGmBsSs%252FoEoZkhNDd4ZgbP3NA0MzQh9MMQQj8%252BAZsvxmnqAz4FDBv85YZwm8gQLoZMhMbgYo2rM4Rs1FTp%252B%252B5fWsgnhz799oE2N5BYIvJqqC%252FDOmrtqFBkE3is%252F2rUQqPyi%252Fm2arB9PhChmVKUH45py01tzcVqw%252Bw5aoDPDZqH6GNNnz2DztAuDG2tIWL%252FjTRxATfJgl9EIMKUEwOx9nsjqA8jinSrQxCewffGb8bh8xDVDWI7A6obsKUhrlofS8PlbUUupaE3rcipNFhBtfrAAvADzXlsJf%252FWC3oAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dregister%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_register%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DRegister%2BNew%2BDomain%26description%3DSearch%2Bfor%2Band%2BRegister%2BNew%2BDomains%26app%3DWHMCS_clientarea_shopping_cart_domain_register%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAAAlMjyEtVYlMjyEtVYlMjxFXkWEtVYlMjwlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjwrOj4xQj83S0E9U0NDW0RPa0dVdElafEtghExmjE5ynFF4pVN%252BrVSEtVZDVU8AAAAAH3RSTlMAEBAgIDAwMEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252Fv0SY3awAAAZ5JREFUeAGVlu9y2yAQxJcqapUqKqVYpgqRN7H6p3HK%252B79ekXUZk8Y26DfjOT7smjsQB3hH3VnHI852NTJUxvMN3lTX5JZnsJcsyvACRuEMjedFfIN3tLxKi%252F%252BwzGAz%252BoxD8inOqmERDQTlWYRXWDAsxMj%252BsphKVqgYKxOUUxVXkFThuQIP1FxFjY6r6GC5CgvHlNHq%252FhRoxl4P7PVJ5MCUQQG4XUI9ys7WQJI4mKLQOdOzgnYtWmoo1wF9jOcNDpC1m8eKGk2MFQmcMYwDhzeGSgzNBYOCY4Vb3Wo2MdTQBYZhKXBsjoEWLQfckiqpwSUpRQbnk%252BDm4Uh6T8Gt3rj1n0bNAp6maeKRuuTz%252FvkSZp6jxxccoP0hvPKbJn9E93%252FDiT9Vtgk8voSUr9ku8CtRP8TfTa6RJRPcYROnyLTKfarHNoTvmWY8hch2u%252Bg3IZJp97PhPkpFH8lcKJMk8%252BlVv8N1x5OkL3qp4VpWh9MCyShz7f5YdPei333IXuzPIeVz%252FunweEj0dyWPk4%252FfgrCT%252F88%252Bf242D%252FP6fDnm%252Fw9eCuE9FO%252F4IwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.fSHMRTzOwttCVTLqV4lECg%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dtransfer%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_transfer%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DTransfer%2Ba%2BDomain%26description%3DTransfer%2Ban%2BExisting%2BDomain%2BName%26app%3DWHMCS_clientarea_shopping_cart_domain_transfer%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAY1BMVEUAAAAlMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4Q6TfkAAAAH3RSTlMAEBAgIDAwQEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252FvdkdMmQAAAdxJREFUeAG9lu%252BSoyAQxBvEJcZjMWcUTVbh%252FZ%252FyBgPRzbI3tR%252FuflWpKYUOPYz8QQF1Cxs3CZa3E4BTSGwPb%252Fie0xTCb0CO08YogfcQphPKyDEQJDjSBeJa9HZeqemje2mTXXy9ngvu4%252FsOkZLkayaKzCoUURMJihP0Lb9e25QCi5SHfOOQDGoN56d2jTVioGqueYyR8gXLRPXYtQosKvuI0g48sehTqtgHWFKqKjriB9iHOEfhNX9bHHIcJf4D8iR%252F1nkKI3bawQ0N0DxC7Wzvek2%252FOpd4wqcq9z5SXbZgYX1mEblknwQ1tVg3VDEsJCTBMHvvnPe6KKAODQUdQ0ud6BmWoi4KWiuM9%252BYhaGE5AdmJXry7L9VCIfpmBWi3BKtH2EYBjVofBfu0NlYAlbWmomC2IGwDYVrAGCTB7WeFU%252B8K%252F4ZKay2Q4D%252Fv9u4jc%252Ftc0u%252F4C9XsM07wSxRi8Tuz4DcB548M7DbTpr82SaG5jWxOVnQS9NxWma3XSbAwm7F%252BpqqJuL6Y7X4TNIf14pkDZXOy1ICwhIsC5shakiInfT8KwtpJvND7hyILLtyxmzouQ4oVduS1cLDj4o%252BYr1eH7nh1yKYyPX85IaxPLAZl8vVnSvlU23w6I0D8AUrZRbBfAxQ%252BAAAAAElFTkSuQmCC', '{"data":{"result":[{"metadata":{"version":1,"reason":"OK","result":1,"command":"create_integration_group"}},{"metadata":{"version":1,"reason":"OK","result":1,"command":"create_integration_link"}},{"metadata":{"command":"create_integration_link","result":1,"reason":"OK","version":1}},{"metadata":{"command":"create_integration_link","result":1,"version":1,"reason":"OK"}},{"metadata":{"result":1,"command":"create_integration_link","reason":"OK","version":1}},{"metadata":{"command":"create_integration_link","result":1,"version":1,"reason":"OK"}},{"metadata":{"reason":"OK","version":1,"command":"create_integration_link","result":1}},{"metadata":{"reason":"OK","version":1,"result":1,"command":"create_integration_link"}},{"metadata":{"version":1,"reason":"OK","command":"create_integration_link","result":1}},{"metadata":{"reason":"OK","version":1,"command":"create_integration_link","result":1}},{"metadata":{"result":1,"command":"create_integration_link","version":1,"reason":"OK"}},{"metadata":{"reason":"OK","version":1,"command":"create_integration_link","result":1}},{"metadata":{"command":"create_integration_link","result":1,"version":1,"reason":"OK"}},{"metadata":{"version":1,"reason":"OK","result":1,"command":"create_integration_link"}},{"metadata":{"reason":"OK","version":1,"result":1,"command":"create_integration_link"}}]},"metadata":{"result":1,"command":"batch","reason":"OK","version":1}}', ''),
2860(8, '2017-03-11 01:42:43', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld&app=FileManager_Home', '{"metadata":{"reason":"Created session","command":"create_user_session","version":1,"result":1},"data":{"cp_security_token":"/cpsess7197599576","expires":1489196863,"session":"coderfac:zSebkKE4ic8mIdlN:create_user_session,b85fdcc8cb09380c1815fd31e767354f","service":"cpaneld","url":"https://mint2.noc401.com:2083/cpsess7197599576/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=coderfac%3azSebkKE4ic8mIdlN%3acreate_user_session%2cb85fdcc8cb09380c1815fd31e767354f"}}', ''),
2861(9, '2017-03-11 01:42:47', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld', '{"metadata":{"reason":"Created session","version":1,"command":"create_user_session","result":1},"data":{"expires":1489196867,"url":"https://mint2.noc401.com:2083/cpsess3649706644/login/?session=coderfac%3aMzJrouKQZeFVfp8z%3acreate_user_session%2c0fcdf4dca3e8673b3f2ad33d13b358b9","cp_security_token":"/cpsess3649706644","session":"coderfac:MzJrouKQZeFVfp8z:create_user_session,0fcdf4dca3e8673b3f2ad33d13b358b9","service":"cpaneld"}}', ''),
2862(10, '2017-03-11 01:42:50', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld', '{"metadata":{"version":1,"result":1,"reason":"Created session","command":"create_user_session"},"data":{"expires":1489196870,"cp_security_token":"/cpsess1081902086","url":"https://mint2.noc401.com:2083/cpsess1081902086/login/?session=coderfac%3aq38qMkrzq0gtkGid%3acreate_user_session%2c4600cff54c492cfcee2a1cd9955b2571","service":"cpaneld","session":"coderfac:q38qMkrzq0gtkGid:create_user_session,4600cff54c492cfcee2a1cd9955b2571"}}', '');
2863INSERT INTO `tblmodulelog` (`id`, `date`, `module`, `action`, `request`, `response`, `arrdata`) VALUES
2864(11, '2017-03-11 01:45:06', 'cpanel', 'removeacct', 'user=coderfac', '<removeacct>\n <result>\n <rawout>Running pre removal script (/usr/local/cpanel/scripts/prekillacct)......Done\nCollecting Domain Name and IP...User: coderfac\nDomain: coderfactions.featurednetwork.co.uk\n...Done\nLocking account and setting shell to nologin......Done\nRemoving Sessions.........Done\nKilling all processes owned by user......Done\nRemoving Suspended Info.........Done\nRemoving Web Logs......Done\nRemoving Bandwidth Files......Done\nRemoving any unneeded pending interface locks......Done\nRemoving Email Sending Limits Cache......Done\nRemoving DKIM keys......Done\nRemoving Crontab......Done\nRemoving external authentication links …...Running AutoSSL account deletion logic …...Removing domain TLS resources …......Done\nRemoving HTTP Virtual Hosts...Removed the following non-SSL virtual hosts: coderfactions.featurednetwork.co.uk\nRemoved the following SSL virtual hosts: coderfactions.featurednetwork.co.uk\nRebuilding Mail SNI configuration......Done\nRemoving ftp Virtual Hosts......Done\nRemoving user''s web content directory symlinks......Done\nRemoving MySQL databases and users...\nListing MySQL dbs for removal.\nFetching MySQL DB Owner information.\n\n...Done\nRevoking MySQL Privs.......Done\nRemoving PostgreSQL databases and users......Done\nRemoving Two-Factor Authentication entries..........Done\nRemoving User & Group.......Success...Done\nRemoving DNS Entries...coderfactions.featurednetwork.co.uk => deleted from mint2. \n...Done\nRemoving Email Setup...Removing /etc/valiases/coderfactions.featurednetwork.co.uk\n...Done\nRemoving mailman lists......Done\nUpdating Databases......Done\nRemoving bandwidth limits......Done\nRemoving Counter Data......Done\nAdding IP back to the IP address pool...System has 1 free ip.\n...Done\nRemoving user''s cPanel Databases & Updating......Done\nReloading Services......Done\nRemoving mail and service configs...\n...Done\nSending Contacts......Done\nUpdating internal databases......Done\nRunning post removal scripts (/usr/local/cpanel/scripts/legacypostkillacct, /usr/local/cpanel/scripts/postkillacct)......Done\nAccount Removal Complete!!!...coderfac account removed...Done\n</rawout>\n <status>1</status>\n <statusmsg>coderfac account removed</statusmsg>\n </result>\n</removeacct>\n\n<!-- Web Host Manager 11.62.0.16 (c) cPanel, Inc. 2015 http://cpanel.net/ Unauthorized copying is prohibited. -->\n', ''),
2865(12, '2017-03-11 01:45:06', 'cpanel', 'applist', 'api.version=1', '{"metadata":{"command":"applist","version":1,"reason":"OK","result":1},"data":{"app":["_getpkgextensionform","accesshash","accountsummary","acctcounts","adddns","addpkg","addzonerecord","applist","batch","changepackage","create_featurelist","create_integration_group","create_integration_link","create_user_session","createacct","delete_featurelist","disable_mail_sni","domainuserdata","dumpzone","editpkg","editquota","editzonerecord","emailtrack_search","emailtrack_stats","emailtrack_user_stats","enable_mail_sni","fetch_ssl_vhosts","fetch_vhost_ssl_components","fetchcrtinfo","fetchsslinfo","forcepasswordchange","generate_mobileconfig","generatessl","get_adjusted_market_providers_products","get_available_authentication_providers","get_available_featurelists","get_best_ssldomain_for_service","get_current_lts_expiration_status","get_feature_metadata","get_feature_names","get_featurelist_data","get_featurelists","get_integration_link_user_config","get_login_url","get_lts_wexpire","get_market_providers_list","get_market_providers_products","get_nameserver_config","get_password_strength","get_public_ip","get_remote_access_hash","get_update_availability","get_users_authn_linked_accounts","get_users_links","getfeaturelist","gethostname","getlongtermsupport","getpkginfo","getresellerips","getzonerecord","has_digest_auth","has_mycnf_for_cpuser","hold_outgoing_email","installssl","is_sni_supported","killdns","killpkg","limitbw","link_user_authn_provider","list_integration_groups","list_integration_links","list_mysql_databases_and_users","list_styles","list_users","listaccts","listcrts","listmxs","listpkgs","listsuspended","listzones","load_style","lookupnsip","lookupnsips","mail_sni_status","matchpkgs","myprivs","nvget","nvset","passwd","read_featurelist","rebuild_mail_sni_config","rebuilduserssldb","release_outgoing_email","remove_integration_group","remove_integration_link","remove_logo","remove_style","removeacct","removezonerecord","resetzone","resolvedomainname","save_style","savemxs","send_test_posturl","send_test_pushbullet_note","set_default","set_digest_auth","set_primary_servername","setresellernameservers","showbw","suspend_outgoing_email","suspendacct","systemloadavg","twofactorauth_generate_tfa_config","twofactorauth_get_issuer","twofactorauth_get_user_configs","twofactorauth_policy_status","twofactorauth_remove_user_config","twofactorauth_set_issuer","twofactorauth_set_tfa_config","unlink_user_authn_provider","unsuspend_outgoing_email","unsuspendacct","update_featurelist","update_integration_link_token","validate_login_token","verify_new_username","verify_new_username_for_restore","verify_oscar_access","verify_user_has_feature","version"]}}', ''),
2866(13, '2017-03-11 01:45:08', 'cpanel', 'batch', 'api.version=1&command=create_integration_group?api.version%3D1%26user%3Dcoderfac%26group_id%3Dwhmcs%26label%3DBilling%2B%2526%2BSupport%26order%3D1&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Ddetails%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aprofile%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BProfile%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bprofile%2Binformation%26app%3DWHMCS_clientarea_profile%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAAYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29vb29sYm9glMjzb29slMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjw%252FSlPb29sYm9glMjzb29sYm9glMjxHUlppcXiipqmusbPQ0NHb29to9csaAAAALHRSTlMAEBAQICAgMDAwQEBAUFBQYGBgcICAgI%252BPn5%252Bfr6%252Bvv7%252B%252Fz8%252FP39%252Ff3%252B%252Fv7xL0y2gAAAIoSURBVHjalVbbdqJAEGyZiBcIxGEd3LByicSoSLIb%252Fv%252Fflm6uYw%252FL2XpADlZ1VzXDADDY8pDlVY08U1LADERA3AF58C%252BNHVUcRWRPVVeVGYUy8jedmThwBRVwg7gztuF8WdBfFyn0TJemic%252F4LX2ykjTxD8KYLeIK4hfaJV7OH%252BUtkL%252BBSbhEsPueOeMzBc0KWigeyuxKAcGmvDCDGF00Q4lwnvp8tr%252BS5OeTPquiayG4oZc74rplpqhFgA1gjMX1TngHDZe2cG5sQNBaUOW4jawn%252BNEJXmBAz5Skmxe0Xnw41McAzJZWoEHRnLL66MJcaIJLZnIyxj1xR7CpqRlgEnjA4h35CTwC11Mv4CmeTILKLHj%252BT8GKUr8tjJYotPk%252BXJ8NoflYV2%252F3HonWxMex8huHdgYFu3FsaWzvGh6XhssW3yrRAIS14zhWw2TLm8Pan0vEx2%252F0wh4ghjXRCV%252FfsntY5TT%252FVg747DeBQkz5aeqfneY3pCcJW0Rgxh5pr6kHXvqKp8u5jeyM5UfnYT%252FgyjUmwKo3WJ%252FK1AI8T0ebsUnh1JyTB0f0Bd6p%252Fhnv59IkIBdpUztEwVgRCy4g6q4%252BenAie5qCvVOsElEL9w5QhuOwdtuXov4itz9wSksHmy1xSjvDazdTrk0XfJVXf0rCEXOj1tLWe1FxfDUKjE1BNAiD5PuzHECGdInMdH4sRdjRz1Sfa3wVZxf8%252BolV8w2xDGtDt%252BOO%252FP8FxpCXOOPPXYkAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dcreditcard%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Abilling_info%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BBilling%2BInformation%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bcredit%2Bcard%2Binformation%26app%3DWHMCS_clientarea_billing_info%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAAAnrmCRVaonrmAnrmAnrmA8nG8nrmAnrmAnrmAnrmCRVaolMjwnrmBQQGhmR36RVaonrmAnrmCRVaonrmCRVaonrmAnrmB1bZYlMjwnrmAuqGU0o2k1s2pOP2VQvX5cgoVdwohpSIFwRIRyRYZ2R4t4zJx8SpJ9ZpyDTpmEYKGFT5yG0aaHUJ6KW6WLUqONU6WPVKiRVaqT17Ch3Lmu4cPJ69fX8OH%252F%252F%252F%252BLoxvkAAAAGXRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfn6%252B%252Fv8%252FP3%252B%252Fv8CJ0UAAAAUhJREFUeAGV0OtSwjAQxfGlXKoUudBWYS2Cooh3iaB5%252FydzJ053MkMPJufz7z%252BzCcEluTEZhS8pjWwc52WjSH83H0T6OS6AxwXyuABeNoz0N2Yc6Q0ooAcF9KDAfvcECuQf1o9ahPm1FoFei3CvRaCX3X9qEeY%252FjFsW52XYy96OvYHe7eXI59hr4fsywV6LKC9FnJftfC%252FLsfennmI9xXrK4rxsHOCfZ71OS4vRP%252F59VTHLJp26GJz0W8fdLrwC%252B2tm3VQLfE%252FF%252Fs61AN6s1C72%252BwVzuy6GpnmV%252Bh9rX5nPvN9t2tb39lZfAYuZ2C97%252BPMbltHJouwJ%252Bbb2oJ4JF%252BKTjpCNYPWXhAvx1GZXqOcJ4UI8UeEK9ZwSLJyn1LHlklkvAoXzsgn76xIo1FOr8HxKBAr1UvRrftWlxmXG5Al5a%252FcL0dO0RbJf5tfi7Ihl2PMAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Demails%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aemails%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BEmail%2BHistory%26description%3DDisplays%2Ball%2Bthe%2Bemail%2Bmessages%2Bthat%2Bhave%2Bbeen%2Bsent%26app%3DWHMCS_clientarea_emails%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAACEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVbg4OCEtVa8vLwlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVa8vLzT09Pg4OAlMjyEtVa8vLzW1tbg4OAlMjyEtVa8vLy%252Bvr7FxcXe3t7g4OBnN95CAAAAMnRSTlMAEBAQICAgIDAwMDBAQEBAUFBQYGBwcICAgICPj4%252Bfn6%252Bvv7%252B%252Fv8%252FPz9%252Ff39%252Fv7%252B%252Fv73peZywAAAG1SURBVHgB7ZJRU9pQEIVPSCMFCsY0RqCCESQGTaN4q%252B7%252F%252F2U9M5vkppOMXB467YPfU%252B7MfucsO%252BBfMVssZnBncP2LXA%252Bc4x84Th5m7vHEtUTj787O7rTEKf7pEuTySUtc4vVlSxziydESGx%252BnpTFlGn9YYuOne1Oxn7LEnqsn%252Fn7MeJ1ViyXjey3pu%252F0CQMixMvYALy75GQJY2JJOPDxOZR4IvzO6HmxJJ57MuQ1nvr58Bw3uNQexJX%252FGk71u8e3lCiSkDtIuubDxJNAJFdQPoGjJBR5fKTJemRqzbQtbY6aoGHOV10fI%252B9vtAF3h52Zz1QjK4PbtXSAizxFqRrwRyJcNocA7jVATPYsIBbLyUWG4NJrQgE9U%252BCuRRpBiAmXNnTID%252B0qhTAppCWTZ%252FAgCJTbNT1iKWEHJh3rIRvB%252B8GsNgmEuXUEOCYe2VUMwX5em%252FpckB%252BkRyM73OEbq1VLOw9%252BJ9AssiYDRfJuqkIUg0UH6BeVGD8yVwgDEvxH5UJDiHC3OCzkikBUaViIOguQTHZ%252Fk4iSQBCQRcRZklyQ7cReU%252F1r4FAo5iQKRnEQEDJcnMMTf5zfbpg9xBdTEKQAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fannouncements.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aannouncements%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DNews%2B%2526%2BAnnouncements%26description%3DView%2Bthe%2Blatest%2Bnews%2B%2526%2Bannouncements%26app%3DWHMCS_clientarea_announcements%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAz1BMVEUAAAAlMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs4lMjw3R1Ht7e0lMjzt7e0lMjw%252FUbXOzs7t7e0lMjzOzs7t7e0lMjzOzs7l5eXt7e0lMjwlMjyFj8usr7Ht7e0lMjw%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7l5eUlMjw3R1E%252FUbWCjcvOzs7t7e0lMjw3R1E%252FUbXt7e0lMjw3R1Gsr7HOzs7t7e0lMjw3R1E%252FUbV6gIWWn9Gkp6rOzs7l5eXt7e3yVtnBAAAAPHRSTlMAEBAQEBAgICAgIDAwMDBAQEBQUGBgYGBwcHCAgICAj5%252Bfn5%252Bvr6%252Bvv7%252B%252Fv7%252FPz8%252FPz8%252Ff39%252Ff7%252B%252Fv7%252B%252BT1js6AAABJUlEQVR4Ac3UXVOCQBTG8YcSK7AMtUKzsoCgyF4kJQupbL%252F%252FZ8qd2EllzXMumvpfn9%252FOc7X4P20H18EmyFnn%252BawAxMzTl7dcRj4XggGORkLQgdmR52RgyTF00AyFjAbMpqce14FKuzvfSTgQKi2oPEwX%252BhDiZ3A4ZYIuDxj%252BKw%252F0Mx6wMwa43QDqHDC54oJJjQv2fxs8ggeeagBSBtjCLDuhA3x1wQVtLth5ZgLsXcbj96JxHN%252BM1gCZmxVFkDmdwRpQXQAySxk9QL8AKb5zvDIobzIwl%252BWtBLYCjeWveAVAUoAelrI8PTgrQGqgREIFtJtaKOfcy%252Fs7aDclBjQdDPPhLrSbsmPQsjOVTRSpAj4R9BRIiaChgAvWJr8Oaq0o8t0q%252FrhP5iAmML%252F5edQAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fdownloads.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Adownloads%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DDownload%2BResources%26description%3DView%2Band%2Bdownload%2Bresources%26app%3DWHMCS_clientarea_downloads%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAQlBMVEUAAADOzs7Ozs7Ozs7t7e3Ozs7Ozs7t7e3t7e0Ym9glMjwyPkdNsN1XYWhbtd99hImip6uq0%252BbF3unOzs7c3Nzt7e2Y2TCUAAAACXRSTlMAQFBgj6%252Ff3%252B%252FnpsWFAAAAmUlEQVR4Ae3SsQ7CMAyE4QCBQoJbt8bv%252F6owoJMpIrpMINGb%252F2%252Bw5PSy%252Fcn883Ja72BmTgn0bTC8923gq54E6FmAngfoeYCeBOhJsLNOcOwFsb8xwOl9E0gpsoEWmESkPCYiEwVqwSoFtGDKgCCUPVrRMwBCnQAQtervvPdyDVsIMF7CRgLMEczdN%252Fw12MDA9ucnyCzICYLv78X3mW%252BKzHVUAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fknowledgebase.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aknowledgebase%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DSearch%2Bour%2BKnowledgebase%26description%3DSearch%2Band%2Bfind%2Banswers%2Bin%2Bthe%2Bknowledgebase%26app%3DWHMCS_clientarea_knowledgebase%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAjVBMVEUAAADxxA43R1HxxA4lMjytkx3xxA43R1ElMjzxxA43R1HxxA7xxA4wP0nxxA7xxA7xxA4lMjzxxA7xxA4lMjzxxA7xxA4lMjzxxA4lMjwoNkA2RlA3R1GljR%252FxxA7yyB3zyyz0zzv100r11ln22mj33nf44of55Zb66aX77bT88MP89NL9%252BOH%252B%252B%252FD%252F%252F%252F%252FGKclBAAAAGXRSTlMAECAgMDAwQFBQYGBwgICPn6%252Bvv8%252FP3%252B%252Fv86GWGAAAAWhJREFUeNqtlNF6gjAMRgto1YGIINhuLtQKqNvk%252FR9vyA1tadp93zzX%252F2mSpkBeB03yAgCKPKXETxBXMFHFvnzMQKfaOI8vYM7O0TwDG0Xgyc8Nez5C8mhXJeDYJk%252FBQWVpCJzM95EBAlIiUCdu7tdGGAY1NwwT5%252F7JtdaE1BBytUA%252F8n1WhdwQQKG%252BPUbjUePL24BO3TydGyjowg5Mzk9DoEIFM66DIDGBgl3osBkSUBCXrpVyHEJit1TqJw%252FMrinBOhL9RIttOputeaTD3lI0pbtOtF%252F3i5Rd1wpQiK0FxDDoTw0WWGAtIPsB6f0cCr1%252F4fsLJNqVPhpfQ5SBD0b%252FkV%252F682Wk5BfHT%252FCQEi3PudNgWWTmXUYeB0RjzzlqVLsNmcE5YpQJJTYOdiOjBGHNLcYwJs723TSKiLgIP3SDJcTN6qQZjBKvoBr%252BPAlPinFcEj9vk3FckL8QrlbhFsnjrA98vyCv5xf2Y5WHw4uPPgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fserverstatus.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Anetwork_status%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DCheck%2BNetwork%2BStatus%26description%3DNews%2Band%2Binformation%2Babout%2Bnetwork%2Baffecting%2Bissues%26app%3DWHMCS_clientarea_network_status%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEUAAAAlMjyJkJXl5eXl5eXl5eXl5eXl5eUlMjzt7e0lMjzl5eUlMjwrOj4wMzgxQj8yOz03S0E6NDU9U0M%252FRD5DW0RFNDFMTEBQNS1VX2ZVdElaVUFafEtslFBwOCJweH57OR9%252BrVSBcESEtVaFjJGJkJWOeUaWm6CbOxOdoqaoiki1k0nFPgXQPwHl5eXt7e33v0%252F68qlqAAAADHRSTlMAQEBAYI%252Bfv9%252Ff7%252B%252BoUs8VAAAAxElEQVR42t3VSxKCMBBF0cbwBxHBD4IKKqCoAfe%252FOkPKBfQbOIA7yiCnKj1J0ywSlsPOFkRmD2VSgIGAerARdAdm3Q%252FUIbN6WqAsWSDJsizS94ehZIDkLaV8jKdmGBoOkCAId1V1jhCgQ8C%252Bba8xADYf1QsFTz5QoiiK%252BK9Db%252FM8XwNgdVOdALC8KHDkAyXSNNWHu%252BdBQ%252FsLooUPAINUBh%252B4pHNhgD4JGVoJAxha5brwNzMhgH%252F3YPDKwpciCdthZwmaQ19v%252FqpOiFo6XwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dservices%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aproduct_details%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BBilling%2BInformation%26description%3DView%2Bthe%2Bassociated%2Bhosting%2Bpackage%2Brecord%2Bwithin%2BWHMCS%26app%3DWHMCS_clientarea_product_details%26order%3D1%26group_id%3Dwhmcs%26implements%3Dbilling%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAhFBMVEUAAAAlMjzt7e0lMjwlMjwlMjxNV18lMjwlMjwlMjwlMjzt7e0lMjx1fYOdoqbt7e0lMjwlMjzt7e0lMjzt7e0lMjwlMjy4u74lMjwyPkc%252BSVJweH6JkJWip6vIyszU1tfb29vc3Nze3t7h4eLi4uLl5eXm5ubn5%252Bfq6urr6%252Bvs7Ozt7e2vu8cdAAAAGHRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfr7%252B%252Fz8%252Ff7%252B%252F6LN6mAAABPElEQVR4AZXT23KCMBSF4Q2eAcUAYtra1p5b9%252Fu%252FX50lyUwxKzXr1u93si8QurxRLeX25Z2eV6d4bJPoH22V6C0pqCcF96TgHlsn%252BgetE72SgnpSUE8K7k8fpGD%252B9fgeLLg%252FhgvuwwX34SLisZcfFLf7b8XKFI%252FFvH5de6Ue%252B7zyTcSjGPku594XCR5FisdOf700xI%252FmvaR6SfVSpnisvsE%252F7%252BfTzBebf%252Fzb4R6%252FbqeuqKL%252BCRyrfBHzd%252Fa8nQExvuDvwf%252F3mSxRrHxBvB4sApGZxSauWGt4wwFm1VtsKW51%252BAI7mpF4sR9cW%252FT2MokW3XxgmRQ%252BiBRdPvVsZbGdsAJeJuNgK6yAF2lHwUJoAS8Ld0PlXxQs4LHtBRqLzYQU3kvWQvoHkQJ%252BKArH%252B5kEV6o2zmOToj1rs8An9AtdWcJqFh%252Bb%252BgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dinvoices%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ainvoices%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BInvoice%2BHistory%26description%3DView%2Binvoice%2B%2526%2Bbilling%2Bhistory%26app%3DWHMCS_clientarea_invoices%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAArlBMVEUAAADt7e3Ozs7t7e3t7e23t7fOzs7t7e3Ozs7t7e3Ozs7t7e3t7e3Ozs7t7e3t7e3o6Ojt7e3Ozs7o6Ojt7e3Ozs7t7e23t7ft7e0lMjwyPkc%252BSVJXYWhkbHNweH59hImEtVaJkJWRvGmWm6Cew3yip6uvs7a3t7e50aK7vsG%252F1avDw8PG2LTIyszM3L7Ozs7T38fU1tfW1tbZ49Hc3Nze3t7g5trh4eLm6uTt7e1jZTdsAAAAGXRSTlMAECAgMEBAQFBQYGCAn5%252Bvv7%252FPz8%252Ff3%252B%252FvfCvR5gAAASRJREFUeNrdll1TwjAQRVcFoaWAaG3TIggiohUMxQ%252B6%252F%252F%252BPmQ8lTjqG7APD6HnJTnLPw33YmYChfbnBX0kCsAk536CDVj3vFi7OT%252B28W3jnvGvl9wo8NHk%252F4TltmryXsEh13l9YqDxNCDlNaHOicE0V%252BA%252FefAR0cHyhWtu8uoX7SY2lU7irC4VT%252BHi0WZJL%252Fzlhmu0YllgOsyxfOYU8M8y0PnUK85sdoy1uR%252BIoj1z61lTIS1zJSk%252Fepec421%252F6wZQei9JjeRymtNmniiKsJ4IXglC4F6hOVYgNqsil%252F6OQEoW0SRNCAJLQhW8hasWoiQKmh4G50tOV%252BjpooQNw0sOvqaGMnrhSORbIR3Wj6bC4oYcY40AOZ31MIgCZY9jXjxFL9ACfMOK0SEks1o8AAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsupporttickets.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Atickets%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BSupport%2BTickets%26description%3DView%2Ball%2Bsupport%2Bticket%2Bhistory%26app%3DWHMCS_clientarea_tickets%26order%3D1%26group_id%3Dwhmcs%26implements%3Dsupport%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAADt7e3Ozs7t7e3Ozs7g4ODt7e3t7e3t7e3Ozs7Ozs7t7e0lMjwyPkc%252BSVJLVV1XYWhcjihkbHNllDRweH6JkJWWm6CZwW%252BexHeip6ulvouuw5evs7a3yaO7vsHD167IyszI2rbJ1bzOzs7O3b7S28jU1tfW1tbY4s7d5dXh4eLk5%252BHo6uXt7e37F3KlAAAADHRSTlMAEDBAYHCPn6%252FP7%252B8BnfPqAAAA%252BUlEQVR4AdXV206DQBDG8amHemApFXG1tq5bFZXRef%252FXc7fdTryCb6Ix8X9DSOYXyLAJlJqdCdT5jPbNBWxeQIWCqgCB%252B22wvdUw8PhPQQiMA%252FaNSzUbEMSFK3UYqJ22gUAaXPgQ2nRdQqBzLR%252BepGD7nvscWyt%252FBy%252FTZ4nzK7V7cDfIJIi7zQbJDYNMgtfdqlb48e7yqqLgIM3XLKX1lTYGvN7cA8A3LeNAwwEvXR0twOs5AsGNAeh3W1mAcIgCAu2HYP2U%252B4DBg2gIuO7FBPpeQKD9OaisYK7A%252BNt9O3R6PBZpz6UTArPOk3WerPNknSfrPF1cHhHcF9%252F8CB%252FeH3crAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsubmitticket.php%253Fssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Asubmit_ticket%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DOpen%2BTicket%26description%3DOpen%2Ba%2Bnew%2Bsupport%2Bticket%26app%3DWHMCS_clientarea_submit_ticket%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAACEtVaZwW%252BEtVaEtVaZwW9cjiiEtVaZwW%252BEtVaEtVaZwW%252BZwW%252BEtVaZwW%252BEtVaXwG2ZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW9cjihmmDRrmzprnTlzoUN4qUiEtVaGsVmZwW98tPsQAAAAGnRSTlMAEBAgMDBAQEBgcHCAj4%252Bfn5%252Bvr7%252B%252Fz8%252Fv70sG19AAAADsSURBVHja7ZPZDoIwFAUPdUFRcQcsKNL%252F%252F0hNLTf2RCx9NHFeCLczLSSAJ%252BpoPLTgz48KL3Lj0%252FR%252BQwu5Cy407%252Fqgo4WLCwxze%252Fk3w0jAdI3WTWdCAfMPfisoF6W9LiDk34JSQdlCQVhRQD6g7Ld5FviR2Mc%252B8A4hnwP2d8Yyg7D2g3tPkeDJ1t1NIWRuJAH5Q3CwJD8YJL5fnYTPwQGYvO8%252FgbD8GGRZ4Z2fQthQEOYf%252FEbQ1lrX7fjgqi3XsUGrHXxGNRDUfVDTwmYg0II%252FPyQcZKllLqTvWJ1%252B0ZHE%252Boj1Eesj1kesj6KK8B8h7csXeqVdoAAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fgid%253Daddons%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_addons%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%252FOrder%2BAddons%26description%3DView%2BAvailable%2BHosting%2BPackage%2BAddon%2BProducts%2B%2526%2BServices%26app%3DWHMCS_clientarea_shopping_cart_addons%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAw1BMVEUAAAANhr8Ym9glMjwYm9glMjwNhr8Ym9glMjwNhr8Ym9glMjwNhr8Ym9gYm9glMjwNhr8XYocYm9gNhr8Ym9gfR10lMjwNhr8Ym9giO0slMjwNhr8Ym9gbVHAlMjwYm9glMjwNhr8Qi8UYm9glMjwYm9glMjwNhr8Ym9glMjwYm9glMjwNhr8PgbcQi8USdqYTcZ4TkcwVbJYWZ44WhrsYm9gZXH4ZfKsbV3UcUm0eTGUfR10fZ4ohQlUiPUwkN0QlMjwzhEifAAAALHRSTlMAEBAQICAwMDBAQEBQUGBgcHBwgICAgI%252BPj4%252Bfn5%252Bfr6%252B%252Fv7%252B%252Fz8%252Ff39%252Fv76ecmrsAAAGnSURBVHjanZPrQoJAEIUPZiFbkimpmUWEJKHdwy528f2fKgZXWZotWb8%252FzuyZM7s7K9DQGIwWGaNBA1VoULVktIuNHC5UJodG9cQGx75sfN7tXkyW8b8X2bnOa7rLZJAnV%252FiDPcdxTqji%252B8iRnOWO4yzaY%252BWt8TTjiwoep2tmlH9RNG6Vuwe5%252Fkj6vKiXHe7yMCh2sTpSfiX5XjU80cpMJh0LOQfjlfwpD1BwQ4b3VTY%252BoPZBIZP6Ni0xL%252FcILPQUVd1fPaWS9%252FCg8JHx%252FFDihdbUBaSGmBsSs%252FoEoZkhNDd4ZgbP3NA0MzQh9MMQQj8%252BAZsvxmnqAz4FDBv85YZwm8gQLoZMhMbgYo2rM4Rs1FTp%252B%252B5fWsgnhz799oE2N5BYIvJqqC%252FDOmrtqFBkE3is%252F2rUQqPyi%252Fm2arB9PhChmVKUH45py01tzcVqw%252Bw5aoDPDZqH6GNNnz2DztAuDG2tIWL%252FjTRxATfJgl9EIMKUEwOx9nsjqA8jinSrQxCewffGb8bh8xDVDWI7A6obsKUhrlofS8PlbUUupaE3rcipNFhBtfrAAvADzXlsJf%252FWC3oAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dregister%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_register%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DRegister%2BNew%2BDomain%26description%3DSearch%2Bfor%2Band%2BRegister%2BNew%2BDomains%26app%3DWHMCS_clientarea_shopping_cart_domain_register%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAAAlMjyEtVYlMjyEtVYlMjxFXkWEtVYlMjwlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjwrOj4xQj83S0E9U0NDW0RPa0dVdElafEtghExmjE5ynFF4pVN%252BrVSEtVZDVU8AAAAAH3RSTlMAEBAgIDAwMEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252Fv0SY3awAAAZ5JREFUeAGVlu9y2yAQxJcqapUqKqVYpgqRN7H6p3HK%252B79ekXUZk8Y26DfjOT7smjsQB3hH3VnHI852NTJUxvMN3lTX5JZnsJcsyvACRuEMjedFfIN3tLxKi%252F%252BwzGAz%252BoxD8inOqmERDQTlWYRXWDAsxMj%252BsphKVqgYKxOUUxVXkFThuQIP1FxFjY6r6GC5CgvHlNHq%252FhRoxl4P7PVJ5MCUQQG4XUI9ys7WQJI4mKLQOdOzgnYtWmoo1wF9jOcNDpC1m8eKGk2MFQmcMYwDhzeGSgzNBYOCY4Vb3Wo2MdTQBYZhKXBsjoEWLQfckiqpwSUpRQbnk%252BDm4Uh6T8Gt3rj1n0bNAp6maeKRuuTz%252FvkSZp6jxxccoP0hvPKbJn9E93%252FDiT9Vtgk8voSUr9ku8CtRP8TfTa6RJRPcYROnyLTKfarHNoTvmWY8hch2u%252Bg3IZJp97PhPkpFH8lcKJMk8%252BlVv8N1x5OkL3qp4VpWh9MCyShz7f5YdPei333IXuzPIeVz%252FunweEj0dyWPk4%252FfgrCT%252F88%252Bf242D%252FP6fDnm%252Fw9eCuE9FO%252F4IwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.bxrAWgB4p5ywAWgtaP%252BYRw%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dtransfer%2526ssoredirect%253D1%26token%3D****************************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_transfer%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DTransfer%2Ba%2BDomain%26description%3DTransfer%2Ban%2BExisting%2BDomain%2BName%26app%3DWHMCS_clientarea_shopping_cart_domain_transfer%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAY1BMVEUAAAAlMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4Q6TfkAAAAH3RSTlMAEBAgIDAwQEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252FvdkdMmQAAAdxJREFUeAG9lu%252BSoyAQxBvEJcZjMWcUTVbh%252FZ%252FyBgPRzbI3tR%252FuflWpKYUOPYz8QQF1Cxs3CZa3E4BTSGwPb%252Fie0xTCb0CO08YogfcQphPKyDEQJDjSBeJa9HZeqemje2mTXXy9ngvu4%252FsOkZLkayaKzCoUURMJihP0Lb9e25QCi5SHfOOQDGoN56d2jTVioGqueYyR8gXLRPXYtQosKvuI0g48sehTqtgHWFKqKjriB9iHOEfhNX9bHHIcJf4D8iR%252F1nkKI3bawQ0N0DxC7Wzvek2%252FOpd4wqcq9z5SXbZgYX1mEblknwQ1tVg3VDEsJCTBMHvvnPe6KKAODQUdQ0ud6BmWoi4KWiuM9%252BYhaGE5AdmJXry7L9VCIfpmBWi3BKtH2EYBjVofBfu0NlYAlbWmomC2IGwDYVrAGCTB7WeFU%252B8K%252F4ZKay2Q4D%252Fv9u4jc%252Ftc0u%252F4C9XsM07wSxRi8Tuz4DcB548M7DbTpr82SaG5jWxOVnQS9NxWma3XSbAwm7F%252BpqqJuL6Y7X4TNIf14pkDZXOy1ICwhIsC5shakiInfT8KwtpJvND7hyILLtyxmzouQ4oVduS1cLDj4o%252BYr1eH7nh1yKYyPX85IaxPLAZl8vVnSvlU23w6I0D8AUrZRbBfAxQ%252BAAAAAElFTkSuQmCC', '{"metadata":{"version":1,"command":"batch","reason":"One or more batched commands failed.","result":0},"data":{"result":[{"metadata":{"version":1,"command":"create_integration_group","reason":"API failure: (XID g7f96b) You do not have access to an account named “coderfacâ€Â.","result":0}},{"metadata":{"reason":"API failure: (XID mkua7z) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","version":1,"result":0}},{"metadata":{"version":1,"reason":"API failure: (XID cy9gyf) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","result":0}},{"metadata":{"reason":"API failure: (XID kykuch) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","version":1,"result":0}},{"metadata":{"result":0,"version":1,"command":"create_integration_link","reason":"API failure: (XID e2zva4) You do not have access to an account named “coderfacâ€Â."}},{"metadata":{"reason":"API failure: (XID dp35sy) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","version":1,"result":0}},{"metadata":{"version":1,"reason":"API failure: (XID pd2xtk) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","result":0}},{"metadata":{"result":0,"command":"create_integration_link","reason":"API failure: (XID cyxcw4) You do not have access to an account named “coderfacâ€Â.","version":1}},{"metadata":{"version":1,"command":"create_integration_link","reason":"API failure: (XID btrrk8) You do not have access to an account named “coderfacâ€Â.","result":0}},{"metadata":{"result":0,"version":1,"command":"create_integration_link","reason":"API failure: (XID wev52y) You do not have access to an account named “coderfacâ€Â."}},{"metadata":{"result":0,"command":"create_integration_link","reason":"API failure: (XID 3umvwx) You do not have access to an account named “coderfacâ€Â.","version":1}},{"metadata":{"version":1,"command":"create_integration_link","reason":"API failure: (XID mt2rz5) You do not have access to an account named “coderfacâ€Â.","result":0}},{"metadata":{"result":0,"command":"create_integration_link","reason":"API failure: (XID 8n9axf) You do not have access to an account named “coderfacâ€Â.","version":1}},{"metadata":{"version":1,"command":"create_integration_link","reason":"API failure: (XID trjvem) You do not have access to an account named “coderfacâ€Â.","result":0}},{"metadata":{"reason":"API failure: (XID bc539e) You do not have access to an account named “coderfacâ€Â.","command":"create_integration_link","version":1,"result":0}}]}}', ''),
2867(14, '2017-03-11 01:45:18', 'cpanel', 'listpkgs', '', '{"package":[{"lve_pmem":"DEFAULT","MAXLST":"unlimited","IP":"n","lve_cpu":"DEFAULT","name":"relegat_H-HP-1","MAXSQL":"25","MAXPARK":"0","MAXPOP":"unlimited","BWLIMIT":"51200","lve_mem":"DEFAULT","MAXSUB":"unlimited","CGI":"y","LANG":"en","lve_nproc":"DEFAULT","lve_iops":"DEFAULT","DIGESTAUTH":"n","_PACKAGE_EXTENSIONS":"lve","QUOTA":"25600","lve_io":"DEFAULT","FEATURELIST":"default","lve_ncpu":"DEFAULT","MAXFTP":"10","MAXADDON":"0","CPMOD":"paper_lantern","HASSHELL":"n","lve_ep":"DEFAULT"},{"_PACKAGE_EXTENSIONS":"lve","DIGESTAUTH":"n","lve_iops":"DEFAULT","lve_io":"DEFAULT","QUOTA":"51200","CGI":"y","MAXSUB":"unlimited","lve_nproc":"DEFAULT","LANG":"en","MAXADDON":"0","MAXFTP":"unlimited","CPMOD":"paper_lantern","lve_ncpu":"DEFAULT","lve_ep":"DEFAULT","HASSHELL":"n","FEATURELIST":"default","name":"relegat_H-LA-1","MAXSQL":"unlimited","lve_pmem":"DEFAULT","MAXLST":"unlimited","IP":"n","lve_cpu":"DEFAULT","BWLIMIT":"51200","lve_mem":"DEFAULT","MAXPARK":"0","MAXPOP":"unlimited"},{"QUOTA":"5120","lve_io":"DEFAULT","lve_iops":"DEFAULT","DIGESTAUTH":"n","_PACKAGE_EXTENSIONS":"lve","LANG":"en","lve_nproc":"DEFAULT","MAXSUB":"unlimited","CGI":"y","HASSHELL":"n","lve_ep":"DEFAULT","lve_ncpu":"DEFAULT","MAXADDON":"0","CPMOD":"paper_lantern","MAXFTP":"2","FEATURELIST":"default","MAXSQL":"2","name":"relegat_H-LP-1","IP":"n","lve_cpu":"DEFAULT","MAXLST":"unlimited","lve_pmem":"DEFAULT","lve_mem":"DEFAULT","BWLIMIT":"25600","MAXPOP":"unlimited","MAXPARK":"0"},{"FEATURELIST":"default","lve_ep":"DEFAULT","HASSHELL":"n","MAXFTP":"50","CPMOD":"paper_lantern","MAXADDON":"0","lve_ncpu":"DEFAULT","lve_nproc":"DEFAULT","LANG":"en","CGI":"y","MAXSUB":"unlimited","lve_io":"DEFAULT","QUOTA":"102400","_PACKAGE_EXTENSIONS":"lve","DIGESTAUTH":"n","lve_iops":"DEFAULT","MAXPOP":"unlimited","MAXPARK":"0","BWLIMIT":"102400","lve_mem":"DEFAULT","IP":"n","lve_cpu":"DEFAULT","MAXLST":"unlimited","lve_pmem":"DEFAULT","MAXSQL":"50","name":"relegat_H-MP-1"}]}', ''),
2868(15, '2017-03-11 01:45:19', 'cpanel', 'createacct', 'username=coderfac&password=5pcnAxS126&domain=coderfactions.relegationlive.com&savepkg=0&contactemail=creeperkiller200%40yahoo.com&plan=relegat_H-LA-1&api.version=1&reseller=0', '<result><data><nameserver2>ns2.noc39.com</nameserver2><nameserverentry></nameserverentry><nameservera2></nameservera2><nameservera></nameservera><package>relegat_H-LA-1</package><nameserverentry4></nameserverentry4><ip>107.178.115.105</ip><nameserver3></nameserver3><nameserver4></nameserver4><nameserverentry2></nameserverentry2><nameservera3></nameservera3><nameservera4></nameservera4><nameserverentry3></nameserverentry3><nameserver>ns1.noc39.com</nameserver></data><metadata><result>1</result><reason>Account Creation Ok</reason><command>createacct</command><output><raw><table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Checking input data......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating system setup......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Rebuilding IP Pool...System has 1 free ip.\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating IP......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating Username......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Validating Contact Email......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Checking for database conflicts......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>WWWAcct 12.6.0 (c) 2017 cPanel, Inc....\n\nDns Zone check is enabled.\n+===================================+\n| New Account Info |\n+===================================+\n| Domain: coderfactions.relegationlive.com\n| Ip: 107.178.115.105 (n)\n| HasCgi: y\n| UserName: coderfac\n| PassWord: 5pcnAxS126\n| CpanelMod: paper_lantern\n| HomeRoot: /home\n| Quota: 50 GB\n| NameServer1: ns1.noc39.com\n| NameServer2: ns2.noc39.com\n| NameServer3: \n| NameServer4: \n| Contact Email: creeperkiller200@yahoo.com\n| Package: relegat_H-LA-1\n| Feature List: default\n| Language: en\n+===================================+\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Running pre creation script (/usr/local/cpanel/scripts/prewwwacct)......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding User...Removing Shell Access (n)\nSuccess...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Horde database in the background....<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Creating bandwidth datastore......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding Entries to userdata......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating the userdata cache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Mail & Local Domains...localdomains...valiases ...vdomainaliases...vfilters......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Configuring DNS...Bind reconfiguring on mint2 using rndc\nZone coderfactions.relegationlive.com has been successfully added\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating Authentication Databases......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Adding Entries to httpd.conf......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Restarting apache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting passwords......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Updating the dedicated IP address usage cache......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Verifying MX Records and Setting up Databases...Reconfiguring Mail Routing:\n<ul><li>LOCAL MAIL EXCHANGER: This server will serve as a primary mail exchanger for coderfactions.relegationlive.com''s mail.:<br /> This configuration has been manually selected.<br /><br /></li></ul>...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Proxy Subdomains......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Generating and installing DKIM keys......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nBind reloading on mint2 using rndc zone: [coderfactions.relegationlive.com]\n...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Sending Account Information......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nSystem has 1 free ip.\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Running post creation scripts (/usr/local/cpanel/scripts/legacypostwwwacct, /usr/local/cpanel/scripts/postwwwacct, /usr/local/cpanel/scripts/postwwwacctuser)......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\nwwwacct creation finished\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting up Domain Pointers......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Setting Reseller Privs......Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n<table style="border-bottom: 1px #ccc dotted;"><tr><td width="100%"><pre>Account Creation Complete!!!...Account Creation Ok...Done</pre></td><td width="30"><img align=absmiddle src="/cPanel_magic_revision_1440639564/cjt/images/icons/success.png"></td></tr></table>\n</raw></output><version>1</version></metadata></result>\n<!-- Web Host Manager 11.62.0.16 (c) cPanel, Inc. 2015 http://cpanel.net/ Unauthorized copying is prohibited. -->\n', ''),
2869(16, '2017-03-11 01:45:20', 'cpanel', 'applist', 'api.version=1', '{"metadata":{"version":1,"result":1,"command":"applist","reason":"OK"},"data":{"app":["_getpkgextensionform","accesshash","accountsummary","acctcounts","adddns","addpkg","addzonerecord","applist","batch","changepackage","create_featurelist","create_integration_group","create_integration_link","create_user_session","createacct","delete_featurelist","disable_mail_sni","domainuserdata","dumpzone","editpkg","editquota","editzonerecord","emailtrack_search","emailtrack_stats","emailtrack_user_stats","enable_mail_sni","fetch_ssl_vhosts","fetch_vhost_ssl_components","fetchcrtinfo","fetchsslinfo","forcepasswordchange","generate_mobileconfig","generatessl","get_adjusted_market_providers_products","get_available_authentication_providers","get_available_featurelists","get_best_ssldomain_for_service","get_current_lts_expiration_status","get_feature_metadata","get_feature_names","get_featurelist_data","get_featurelists","get_integration_link_user_config","get_login_url","get_lts_wexpire","get_market_providers_list","get_market_providers_products","get_nameserver_config","get_password_strength","get_public_ip","get_remote_access_hash","get_update_availability","get_users_authn_linked_accounts","get_users_links","getfeaturelist","gethostname","getlongtermsupport","getpkginfo","getresellerips","getzonerecord","has_digest_auth","has_mycnf_for_cpuser","hold_outgoing_email","installssl","is_sni_supported","killdns","killpkg","limitbw","link_user_authn_provider","list_integration_groups","list_integration_links","list_mysql_databases_and_users","list_styles","list_users","listaccts","listcrts","listmxs","listpkgs","listsuspended","listzones","load_style","lookupnsip","lookupnsips","mail_sni_status","matchpkgs","myprivs","nvget","nvset","passwd","read_featurelist","rebuild_mail_sni_config","rebuilduserssldb","release_outgoing_email","remove_integration_group","remove_integration_link","remove_logo","remove_style","removeacct","removezonerecord","resetzone","resolvedomainname","save_style","savemxs","send_test_posturl","send_test_pushbullet_note","set_default","set_digest_auth","set_primary_servername","setresellernameservers","showbw","suspend_outgoing_email","suspendacct","systemloadavg","twofactorauth_generate_tfa_config","twofactorauth_get_issuer","twofactorauth_get_user_configs","twofactorauth_policy_status","twofactorauth_remove_user_config","twofactorauth_set_issuer","twofactorauth_set_tfa_config","unlink_user_authn_provider","unsuspend_outgoing_email","unsuspendacct","update_featurelist","update_integration_link_token","validate_login_token","verify_new_username","verify_new_username_for_restore","verify_oscar_access","verify_user_has_feature","version"]}}', '');
2870INSERT INTO `tblmodulelog` (`id`, `date`, `module`, `action`, `request`, `response`, `arrdata`) VALUES
2871(17, '2017-03-11 01:45:22', 'cpanel', 'batch', 'api.version=1&command=create_integration_group?api.version%3D1%26user%3Dcoderfac%26group_id%3Dwhmcs%26label%3DBilling%2B%2526%2BSupport%26order%3D1&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Ddetails%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aprofile%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BProfile%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bprofile%2Binformation%26app%3DWHMCS_clientarea_profile%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAAYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29vb29sYm9glMjzb29slMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjzb29sYm9glMjw%252FSlPb29sYm9glMjzb29sYm9glMjxHUlppcXiipqmusbPQ0NHb29to9csaAAAALHRSTlMAEBAQICAgMDAwQEBAUFBQYGBgcICAgI%252BPn5%252Bfr6%252Bvv7%252B%252Fz8%252FP39%252Ff3%252B%252Fv7xL0y2gAAAIoSURBVHjalVbbdqJAEGyZiBcIxGEd3LByicSoSLIb%252Fv%252Fflm6uYw%252FL2XpADlZ1VzXDADDY8pDlVY08U1LADERA3AF58C%252BNHVUcRWRPVVeVGYUy8jedmThwBRVwg7gztuF8WdBfFyn0TJemic%252F4LX2ykjTxD8KYLeIK4hfaJV7OH%252BUtkL%252BBSbhEsPueOeMzBc0KWigeyuxKAcGmvDCDGF00Q4lwnvp8tr%252BS5OeTPquiayG4oZc74rplpqhFgA1gjMX1TngHDZe2cG5sQNBaUOW4jawn%252BNEJXmBAz5Skmxe0Xnw41McAzJZWoEHRnLL66MJcaIJLZnIyxj1xR7CpqRlgEnjA4h35CTwC11Mv4CmeTILKLHj%252BT8GKUr8tjJYotPk%252BXJ8NoflYV2%252F3HonWxMex8huHdgYFu3FsaWzvGh6XhssW3yrRAIS14zhWw2TLm8Pan0vEx2%252F0wh4ghjXRCV%252FfsntY5TT%252FVg747DeBQkz5aeqfneY3pCcJW0Rgxh5pr6kHXvqKp8u5jeyM5UfnYT%252FgyjUmwKo3WJ%252FK1AI8T0ebsUnh1JyTB0f0Bd6p%252Fhnv59IkIBdpUztEwVgRCy4g6q4%252BenAie5qCvVOsElEL9w5QhuOwdtuXov4itz9wSksHmy1xSjvDazdTrk0XfJVXf0rCEXOj1tLWe1FxfDUKjE1BNAiD5PuzHECGdInMdH4sRdjRz1Sfa3wVZxf8%252BolV8w2xDGtDt%252BOO%252FP8FxpCXOOPPXYkAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dcreditcard%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Abilling_info%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DManage%2BBilling%2BInformation%26description%3DAllows%2Busers%2Bto%2Bview%2Band%2Bupdate%2Btheir%2Bcredit%2Bcard%2Binformation%26app%3DWHMCS_clientarea_billing_info%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAAAnrmCRVaonrmAnrmAnrmA8nG8nrmAnrmAnrmAnrmCRVaolMjwnrmBQQGhmR36RVaonrmAnrmCRVaonrmCRVaonrmAnrmB1bZYlMjwnrmAuqGU0o2k1s2pOP2VQvX5cgoVdwohpSIFwRIRyRYZ2R4t4zJx8SpJ9ZpyDTpmEYKGFT5yG0aaHUJ6KW6WLUqONU6WPVKiRVaqT17Ch3Lmu4cPJ69fX8OH%252F%252F%252F%252BLoxvkAAAAGXRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfn6%252B%252Fv8%252FP3%252B%252Fv8CJ0UAAAAUhJREFUeAGV0OtSwjAQxfGlXKoUudBWYS2Cooh3iaB5%252FydzJ053MkMPJufz7z%252BzCcEluTEZhS8pjWwc52WjSH83H0T6OS6AxwXyuABeNoz0N2Yc6Q0ooAcF9KDAfvcECuQf1o9ahPm1FoFei3CvRaCX3X9qEeY%252FjFsW52XYy96OvYHe7eXI59hr4fsywV6LKC9FnJftfC%252FLsfennmI9xXrK4rxsHOCfZ71OS4vRP%252F59VTHLJp26GJz0W8fdLrwC%252B2tm3VQLfE%252FF%252Fs61AN6s1C72%252BwVzuy6GpnmV%252Bh9rX5nPvN9t2tb39lZfAYuZ2C97%252BPMbltHJouwJ%252Bbb2oJ4JF%252BKTjpCNYPWXhAvx1GZXqOcJ4UI8UeEK9ZwSLJyn1LHlklkvAoXzsgn76xIo1FOr8HxKBAr1UvRrftWlxmXG5Al5a%252FcL0dO0RbJf5tfi7Ihl2PMAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Demails%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aemails%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BEmail%2BHistory%26description%3DDisplays%2Ball%2Bthe%2Bemail%2Bmessages%2Bthat%2Bhave%2Bbeen%2Bsent%26app%3DWHMCS_clientarea_emails%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAq1BMVEUAAACEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OAlMjyEtVa8vLzg4OAlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVbg4OCEtVa8vLwlMjyEtVa8vLzg4OCEtVa8vLzg4OCEtVa8vLzT09Pg4OAlMjyEtVa8vLzW1tbg4OAlMjyEtVa8vLy%252Bvr7FxcXe3t7g4OBnN95CAAAAMnRSTlMAEBAQICAgIDAwMDBAQEBAUFBQYGBwcICAgICPj4%252Bfn6%252Bvv7%252B%252Fv8%252FPz9%252Ff39%252Fv7%252B%252Fv73peZywAAAG1SURBVHgB7ZJRU9pQEIVPSCMFCsY0RqCCESQGTaN4q%252B7%252F%252F2U9M5vkppOMXB467YPfU%252B7MfucsO%252BBfMVssZnBncP2LXA%252Bc4x84Th5m7vHEtUTj787O7rTEKf7pEuTySUtc4vVlSxziydESGx%252BnpTFlGn9YYuOne1Oxn7LEnqsn%252Fn7MeJ1ViyXjey3pu%252F0CQMixMvYALy75GQJY2JJOPDxOZR4IvzO6HmxJJ57MuQ1nvr58Bw3uNQexJX%252FGk71u8e3lCiSkDtIuubDxJNAJFdQPoGjJBR5fKTJemRqzbQtbY6aoGHOV10fI%252B9vtAF3h52Zz1QjK4PbtXSAizxFqRrwRyJcNocA7jVATPYsIBbLyUWG4NJrQgE9U%252BCuRRpBiAmXNnTID%252B0qhTAppCWTZ%252FAgCJTbNT1iKWEHJh3rIRvB%252B8GsNgmEuXUEOCYe2VUMwX5em%252FpckB%252BkRyM73OEbq1VLOw9%252BJ9AssiYDRfJuqkIUg0UH6BeVGD8yVwgDEvxH5UJDiHC3OCzkikBUaViIOguQTHZ%252Fk4iSQBCQRcRZklyQ7cReU%252F1r4FAo5iQKRnEQEDJcnMMTf5zfbpg9xBdTEKQAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fannouncements.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aannouncements%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DNews%2B%2526%2BAnnouncements%26description%3DView%2Bthe%2Blatest%2Bnews%2B%2526%2Bannouncements%26app%3DWHMCS_clientarea_announcements%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAz1BMVEUAAAAlMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs4lMjw3R1Ht7e0lMjzt7e0lMjw%252FUbXOzs7t7e0lMjzOzs7t7e0lMjzOzs7l5eXt7e0lMjwlMjyFj8usr7Ht7e0lMjw%252FUbXOzs7t7e0lMjw3R1E%252FUbXOzs7l5eUlMjw3R1E%252FUbWCjcvOzs7t7e0lMjw3R1E%252FUbXt7e0lMjw3R1Gsr7HOzs7t7e0lMjw3R1E%252FUbV6gIWWn9Gkp6rOzs7l5eXt7e3yVtnBAAAAPHRSTlMAEBAQEBAgICAgIDAwMDBAQEBQUGBgYGBwcHCAgICAj5%252Bfn5%252Bvr6%252Bvv7%252B%252Fv7%252FPz8%252FPz8%252Ff39%252Ff7%252B%252Fv7%252B%252BT1js6AAABJUlEQVR4Ac3UXVOCQBTG8YcSK7AMtUKzsoCgyF4kJQupbL%252F%252FZ8qd2EllzXMumvpfn9%252FOc7X4P20H18EmyFnn%252BawAxMzTl7dcRj4XggGORkLQgdmR52RgyTF00AyFjAbMpqce14FKuzvfSTgQKi2oPEwX%252BhDiZ3A4ZYIuDxj%252BKw%252F0Mx6wMwa43QDqHDC54oJJjQv2fxs8ggeeagBSBtjCLDuhA3x1wQVtLth5ZgLsXcbj96JxHN%252BM1gCZmxVFkDmdwRpQXQAySxk9QL8AKb5zvDIobzIwl%252BWtBLYCjeWveAVAUoAelrI8PTgrQGqgREIFtJtaKOfcy%252Fs7aDclBjQdDPPhLrSbsmPQsjOVTRSpAj4R9BRIiaChgAvWJr8Oaq0o8t0q%252FrhP5iAmML%252F5edQAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fdownloads.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Adownloads%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DDownload%2BResources%26description%3DView%2Band%2Bdownload%2Bresources%26app%3DWHMCS_clientarea_downloads%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAQlBMVEUAAADOzs7Ozs7Ozs7t7e3Ozs7Ozs7t7e3t7e0Ym9glMjwyPkdNsN1XYWhbtd99hImip6uq0%252BbF3unOzs7c3Nzt7e2Y2TCUAAAACXRSTlMAQFBgj6%252Ff3%252B%252FnpsWFAAAAmUlEQVR4Ae3SsQ7CMAyE4QCBQoJbt8bv%252F6owoJMpIrpMINGb%252F2%252Bw5PSy%252Fcn883Ja72BmTgn0bTC8923gq54E6FmAngfoeYCeBOhJsLNOcOwFsb8xwOl9E0gpsoEWmESkPCYiEwVqwSoFtGDKgCCUPVrRMwBCnQAQtervvPdyDVsIMF7CRgLMEczdN%252Fw12MDA9ucnyCzICYLv78X3mW%252BKzHVUAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fknowledgebase.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aknowledgebase%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DSearch%2Bour%2BKnowledgebase%26description%3DSearch%2Band%2Bfind%2Banswers%2Bin%2Bthe%2Bknowledgebase%26app%3DWHMCS_clientarea_knowledgebase%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAjVBMVEUAAADxxA43R1HxxA4lMjytkx3xxA43R1ElMjzxxA43R1HxxA7xxA4wP0nxxA7xxA7xxA4lMjzxxA7xxA4lMjzxxA7xxA4lMjzxxA4lMjwoNkA2RlA3R1GljR%252FxxA7yyB3zyyz0zzv100r11ln22mj33nf44of55Zb66aX77bT88MP89NL9%252BOH%252B%252B%252FD%252F%252F%252F%252FGKclBAAAAGXRSTlMAECAgMDAwQFBQYGBwgICPn6%252Bvv8%252FP3%252B%252Fv86GWGAAAAWhJREFUeNqtlNF6gjAMRgto1YGIINhuLtQKqNvk%252FR9vyA1tadp93zzX%252F2mSpkBeB03yAgCKPKXETxBXMFHFvnzMQKfaOI8vYM7O0TwDG0Xgyc8Nez5C8mhXJeDYJk%252FBQWVpCJzM95EBAlIiUCdu7tdGGAY1NwwT5%252F7JtdaE1BBytUA%252F8n1WhdwQQKG%252BPUbjUePL24BO3TydGyjowg5Mzk9DoEIFM66DIDGBgl3osBkSUBCXrpVyHEJit1TqJw%252FMrinBOhL9RIttOputeaTD3lI0pbtOtF%252F3i5Rd1wpQiK0FxDDoTw0WWGAtIPsB6f0cCr1%252F4fsLJNqVPhpfQ5SBD0b%252FkV%252F682Wk5BfHT%252FCQEi3PudNgWWTmXUYeB0RjzzlqVLsNmcE5YpQJJTYOdiOjBGHNLcYwJs723TSKiLgIP3SDJcTN6qQZjBKvoBr%252BPAlPinFcEj9vk3FckL8QrlbhFsnjrA98vyCv5xf2Y5WHw4uPPgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fserverstatus.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Anetwork_status%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DCheck%2BNetwork%2BStatus%26description%3DNews%2Band%2Binformation%2Babout%2Bnetwork%2Baffecting%2Bissues%26app%3DWHMCS_clientarea_network_status%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEUAAAAlMjyJkJXl5eXl5eXl5eXl5eXl5eUlMjzt7e0lMjzl5eUlMjwrOj4wMzgxQj8yOz03S0E6NDU9U0M%252FRD5DW0RFNDFMTEBQNS1VX2ZVdElaVUFafEtslFBwOCJweH57OR9%252BrVSBcESEtVaFjJGJkJWOeUaWm6CbOxOdoqaoiki1k0nFPgXQPwHl5eXt7e33v0%252F68qlqAAAADHRSTlMAQEBAYI%252Bfv9%252Ff7%252B%252BoUs8VAAAAxElEQVR42t3VSxKCMBBF0cbwBxHBD4IKKqCoAfe%252FOkPKBfQbOIA7yiCnKj1J0ywSlsPOFkRmD2VSgIGAerARdAdm3Q%252FUIbN6WqAsWSDJsizS94ehZIDkLaV8jKdmGBoOkCAId1V1jhCgQ8C%252Bba8xADYf1QsFTz5QoiiK%252BK9Db%252FM8XwNgdVOdALC8KHDkAyXSNNWHu%252BdBQ%252FsLooUPAINUBh%252B4pHNhgD4JGVoJAxha5brwNzMhgH%252F3YPDKwpciCdthZwmaQ19v%252FqpOiFo6XwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dservices%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Aproduct_details%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BBilling%2BInformation%26description%3DView%2Bthe%2Bassociated%2Bhosting%2Bpackage%2Brecord%2Bwithin%2BWHMCS%26app%3DWHMCS_clientarea_product_details%26order%3D1%26group_id%3Dwhmcs%26implements%3Dbilling%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAhFBMVEUAAAAlMjzt7e0lMjwlMjwlMjxNV18lMjwlMjwlMjwlMjzt7e0lMjx1fYOdoqbt7e0lMjwlMjzt7e0lMjzt7e0lMjwlMjy4u74lMjwyPkc%252BSVJweH6JkJWip6vIyszU1tfb29vc3Nze3t7h4eLi4uLl5eXm5ubn5%252Bfq6urr6%252Bvs7Ozt7e2vu8cdAAAAGHRSTlMAEBAgQFBQYHCAj4%252Bfn5%252Bfr7%252B%252Fz8%252Ff7%252B%252F6LN6mAAABPElEQVR4AZXT23KCMBSF4Q2eAcUAYtra1p5b9%252Fu%252FX50lyUwxKzXr1u93si8QurxRLeX25Z2eV6d4bJPoH22V6C0pqCcF96TgHlsn%252BgetE72SgnpSUE8K7k8fpGD%252B9fgeLLg%252FhgvuwwX34SLisZcfFLf7b8XKFI%252FFvH5de6Ue%252B7zyTcSjGPku594XCR5FisdOf700xI%252FmvaR6SfVSpnisvsE%252F7%252BfTzBebf%252Fzb4R6%252FbqeuqKL%252BCRyrfBHzd%252Fa8nQExvuDvwf%252F3mSxRrHxBvB4sApGZxSauWGt4wwFm1VtsKW51%252BAI7mpF4sR9cW%252FT2MokW3XxgmRQ%252BiBRdPvVsZbGdsAJeJuNgK6yAF2lHwUJoAS8Ld0PlXxQs4LHtBRqLzYQU3kvWQvoHkQJ%252BKArH%252B5kEV6o2zmOToj1rs8An9AtdWcJqFh%252Bb%252BgAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fclientarea.php%253Faction%253Dinvoices%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ainvoices%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BInvoice%2BHistory%26description%3DView%2Binvoice%2B%2526%2Bbilling%2Bhistory%26app%3DWHMCS_clientarea_invoices%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAArlBMVEUAAADt7e3Ozs7t7e3t7e23t7fOzs7t7e3Ozs7t7e3Ozs7t7e3t7e3Ozs7t7e3t7e3o6Ojt7e3Ozs7o6Ojt7e3Ozs7t7e23t7ft7e0lMjwyPkc%252BSVJXYWhkbHNweH59hImEtVaJkJWRvGmWm6Cew3yip6uvs7a3t7e50aK7vsG%252F1avDw8PG2LTIyszM3L7Ozs7T38fU1tfW1tbZ49Hc3Nze3t7g5trh4eLm6uTt7e1jZTdsAAAAGXRSTlMAECAgMEBAQFBQYGCAn5%252Bvv7%252FPz8%252Ff3%252B%252FvfCvR5gAAASRJREFUeNrdll1TwjAQRVcFoaWAaG3TIggiohUMxQ%252B6%252F%252F%252BPmQ8lTjqG7APD6HnJTnLPw33YmYChfbnBX0kCsAk536CDVj3vFi7OT%252B28W3jnvGvl9wo8NHk%252F4TltmryXsEh13l9YqDxNCDlNaHOicE0V%252BA%252FefAR0cHyhWtu8uoX7SY2lU7irC4VT%252BHi0WZJL%252Fzlhmu0YllgOsyxfOYU8M8y0PnUK85sdoy1uR%252BIoj1z61lTIS1zJSk%252Fepec421%252F6wZQei9JjeRymtNmniiKsJ4IXglC4F6hOVYgNqsil%252F6OQEoW0SRNCAJLQhW8hasWoiQKmh4G50tOV%252BjpooQNw0sOvqaGMnrhSORbIR3Wj6bC4oYcY40AOZ31MIgCZY9jXjxFL9ACfMOK0SEks1o8AAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsupporttickets.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Atickets%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%2BSupport%2BTickets%26description%3DView%2Ball%2Bsupport%2Bticket%2Bhistory%26app%3DWHMCS_clientarea_tickets%26order%3D1%26group_id%3Dwhmcs%26implements%3Dsupport%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAADt7e3Ozs7t7e3Ozs7g4ODt7e3t7e3t7e3Ozs7Ozs7t7e0lMjwyPkc%252BSVJLVV1XYWhcjihkbHNllDRweH6JkJWWm6CZwW%252BexHeip6ulvouuw5evs7a3yaO7vsHD167IyszI2rbJ1bzOzs7O3b7S28jU1tfW1tbY4s7d5dXh4eLk5%252BHo6uXt7e37F3KlAAAADHRSTlMAEDBAYHCPn6%252FP7%252B8BnfPqAAAA%252BUlEQVR4AdXV206DQBDG8amHemApFXG1tq5bFZXRef%252FXc7fdTryCb6Ix8X9DSOYXyLAJlJqdCdT5jPbNBWxeQIWCqgCB%252B22wvdUw8PhPQQiMA%252FaNSzUbEMSFK3UYqJ22gUAaXPgQ2nRdQqBzLR%252BepGD7nvscWyt%252FBy%252FTZ4nzK7V7cDfIJIi7zQbJDYNMgtfdqlb48e7yqqLgIM3XLKX1lTYGvN7cA8A3LeNAwwEvXR0twOs5AsGNAeh3W1mAcIgCAu2HYP2U%252B4DBg2gIuO7FBPpeQKD9OaisYK7A%252BNt9O3R6PBZpz6UTArPOk3WerPNknSfrPF1cHhHcF9%252F8CB%252FeH3crAAAAAElFTkSuQmCC&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fsubmitticket.php%253Fssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Asubmit_ticket%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DOpen%2BTicket%26description%3DOpen%2Ba%2Bnew%2Bsupport%2Bticket%26app%3DWHMCS_clientarea_submit_ticket%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAACEtVaZwW%252BEtVaEtVaZwW9cjiiEtVaZwW%252BEtVaEtVaZwW%252BZwW%252BEtVaZwW%252BEtVaXwG2ZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW%252BEtVaZwW9cjihmmDRrmzprnTlzoUN4qUiEtVaGsVmZwW98tPsQAAAAGnRSTlMAEBAgMDBAQEBgcHCAj4%252Bfn5%252Bvr7%252B%252Fz8%252Fv70sG19AAAADsSURBVHja7ZPZDoIwFAUPdUFRcQcsKNL%252F%252F0hNLTf2RCx9NHFeCLczLSSAJ%252BpoPLTgz48KL3Lj0%252FR%252BQwu5Cy407%252Fqgo4WLCwxze%252Fk3w0jAdI3WTWdCAfMPfisoF6W9LiDk34JSQdlCQVhRQD6g7Ld5FviR2Mc%252B8A4hnwP2d8Yyg7D2g3tPkeDJ1t1NIWRuJAH5Q3CwJD8YJL5fnYTPwQGYvO8%252FgbD8GGRZ4Z2fQthQEOYf%252FEbQ1lrX7fjgqi3XsUGrHXxGNRDUfVDTwmYg0II%252FPyQcZKllLqTvWJ1%252B0ZHE%252Boj1Eesj1kesj6KK8B8h7csXeqVdoAAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fgid%253Daddons%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_addons%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DView%252FOrder%2BAddons%26description%3DView%2BAvailable%2BHosting%2BPackage%2BAddon%2BProducts%2B%2526%2BServices%26app%3DWHMCS_clientarea_shopping_cart_addons%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAw1BMVEUAAAANhr8Ym9glMjwYm9glMjwNhr8Ym9glMjwNhr8Ym9glMjwNhr8Ym9gYm9glMjwNhr8XYocYm9gNhr8Ym9gfR10lMjwNhr8Ym9giO0slMjwNhr8Ym9gbVHAlMjwYm9glMjwNhr8Qi8UYm9glMjwYm9glMjwNhr8Ym9glMjwYm9glMjwNhr8PgbcQi8USdqYTcZ4TkcwVbJYWZ44WhrsYm9gZXH4ZfKsbV3UcUm0eTGUfR10fZ4ohQlUiPUwkN0QlMjwzhEifAAAALHRSTlMAEBAQICAwMDBAQEBQUGBgcHBwgICAgI%252BPj4%252Bfn5%252Bfr6%252B%252Fv7%252B%252Fz8%252Ff39%252Fv76ecmrsAAAGnSURBVHjanZPrQoJAEIUPZiFbkimpmUWEJKHdwy528f2fKgZXWZotWb8%252FzuyZM7s7K9DQGIwWGaNBA1VoULVktIuNHC5UJodG9cQGx75sfN7tXkyW8b8X2bnOa7rLZJAnV%252FiDPcdxTqji%252B8iRnOWO4yzaY%252BWt8TTjiwoep2tmlH9RNG6Vuwe5%252Fkj6vKiXHe7yMCh2sTpSfiX5XjU80cpMJh0LOQfjlfwpD1BwQ4b3VTY%252BoPZBIZP6Ni0xL%252FcILPQUVd1fPaWS9%252FCg8JHx%252FFDihdbUBaSGmBsSs%252FoEoZkhNDd4ZgbP3NA0MzQh9MMQQj8%252BAZsvxmnqAz4FDBv85YZwm8gQLoZMhMbgYo2rM4Rs1FTp%252B%252B5fWsgnhz799oE2N5BYIvJqqC%252FDOmrtqFBkE3is%252F2rUQqPyi%252Fm2arB9PhChmVKUH45py01tzcVqw%252Bw5aoDPDZqH6GNNnz2DztAuDG2tIWL%252FjTRxATfJgl9EIMKUEwOx9nsjqA8jinSrQxCewffGb8bh8xDVDWI7A6obsKUhrlofS8PlbUUupaE3rcipNFhBtfrAAvADzXlsJf%252FWC3oAAAAASUVORK5CYII%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dregister%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_register%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DRegister%2BNew%2BDomain%26description%3DSearch%2Bfor%2Band%2BRegister%2BNew%2BDomains%26app%3DWHMCS_clientarea_shopping_cart_domain_register%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAAAlMjyEtVYlMjyEtVYlMjxFXkWEtVYlMjwlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjyEtVYlMjwrOj4xQj83S0E9U0NDW0RPa0dVdElafEtghExmjE5ynFF4pVN%252BrVSEtVZDVU8AAAAAH3RSTlMAEBAgIDAwMEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252Fv0SY3awAAAZ5JREFUeAGVlu9y2yAQxJcqapUqKqVYpgqRN7H6p3HK%252B79ekXUZk8Y26DfjOT7smjsQB3hH3VnHI852NTJUxvMN3lTX5JZnsJcsyvACRuEMjedFfIN3tLxKi%252F%252BwzGAz%252BoxD8inOqmERDQTlWYRXWDAsxMj%252BsphKVqgYKxOUUxVXkFThuQIP1FxFjY6r6GC5CgvHlNHq%252FhRoxl4P7PVJ5MCUQQG4XUI9ys7WQJI4mKLQOdOzgnYtWmoo1wF9jOcNDpC1m8eKGk2MFQmcMYwDhzeGSgzNBYOCY4Vb3Wo2MdTQBYZhKXBsjoEWLQfckiqpwSUpRQbnk%252BDm4Uh6T8Gt3rj1n0bNAp6maeKRuuTz%252FvkSZp6jxxccoP0hvPKbJn9E93%252FDiT9Vtgk8voSUr9ku8CtRP8TfTa6RJRPcYROnyLTKfarHNoTvmWY8hch2u%252Bg3IZJp97PhPkpFH8lcKJMk8%252BlVv8N1x5OkL3qp4VpWh9MCyShz7f5YdPei333IXuzPIeVz%252FunweEj0dyWPk4%252FfgrCT%252F88%252Bf242D%252FP6fDnm%252Fw9eCuE9FO%252F4IwAAAABJRU5ErkJggg%253D%253D&command=create_integration_link?api.version%3D1%26user%3Dcoderfac%26subscriber_unique_id%3DHOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q%253D%253D%26url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Fcart.php%253Fa%253Dadd%2526domain%253Dtransfer%2526ssoredirect%253D1%26token%3D********************************************************************************************************%26autologin_token_url%3Dhttp%253A%252F%252Ffeaturednetwork.co.uk%252Foauth%252Ftoken.php%253Fscope%253Dclientarea%25253Asso%252Bclientarea%25253Ashopping_cart_domain_transfer%2526module_type%253Dserver%2526module%253Dcpanel%26label%3DTransfer%2Ba%2BDomain%26description%3DTransfer%2Ban%2BExisting%2BDomain%2BName%26app%3DWHMCS_clientarea_shopping_cart_domain_transfer%26order%3D1%26group_id%3Dwhmcs%26implements%3D%26base64_png_image%3DiVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAY1BMVEUAAAAlMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4lMjzxxA4Q6TfkAAAAH3RSTlMAEBAgIDAwQEBQUGBgcHCAgI%252BPn5%252Bvr7%252B%252Fz8%252Ff3%252B%252FvdkdMmQAAAdxJREFUeAG9lu%252BSoyAQxBvEJcZjMWcUTVbh%252FZ%252FyBgPRzbI3tR%252FuflWpKYUOPYz8QQF1Cxs3CZa3E4BTSGwPb%252Fie0xTCb0CO08YogfcQphPKyDEQJDjSBeJa9HZeqemje2mTXXy9ngvu4%252FsOkZLkayaKzCoUURMJihP0Lb9e25QCi5SHfOOQDGoN56d2jTVioGqueYyR8gXLRPXYtQosKvuI0g48sehTqtgHWFKqKjriB9iHOEfhNX9bHHIcJf4D8iR%252F1nkKI3bawQ0N0DxC7Wzvek2%252FOpd4wqcq9z5SXbZgYX1mEblknwQ1tVg3VDEsJCTBMHvvnPe6KKAODQUdQ0ud6BmWoi4KWiuM9%252BYhaGE5AdmJXry7L9VCIfpmBWi3BKtH2EYBjVofBfu0NlYAlbWmomC2IGwDYVrAGCTB7WeFU%252B8K%252F4ZKay2Q4D%252Fv9u4jc%252Ftc0u%252F4C9XsM07wSxRi8Tuz4DcB548M7DbTpr82SaG5jWxOVnQS9NxWma3XSbAwm7F%252BpqqJuL6Y7X4TNIf14pkDZXOy1ICwhIsC5shakiInfT8KwtpJvND7hyILLtyxmzouQ4oVduS1cLDj4o%252BYr1eH7nh1yKYyPX85IaxPLAZl8vVnSvlU23w6I0D8AUrZRbBfAxQ%252BAAAAAElFTkSuQmCC', '{"data":{"result":[{"metadata":{"command":"create_integration_group","version":1,"reason":"OK","result":1}},{"metadata":{"command":"create_integration_link","version":1,"reason":"OK","result":1}},{"metadata":{"reason":"OK","version":1,"command":"create_integration_link","result":1}},{"metadata":{"command":"create_integration_link","version":1,"reason":"OK","result":1}},{"metadata":{"result":1,"command":"create_integration_link","version":1,"reason":"OK"}},{"metadata":{"command":"create_integration_link","version":1,"reason":"OK","result":1}},{"metadata":{"result":1,"command":"create_integration_link","reason":"OK","version":1}},{"metadata":{"result":1,"command":"create_integration_link","version":1,"reason":"OK"}},{"metadata":{"result":1,"command":"create_integration_link","reason":"OK","version":1}},{"metadata":{"result":1,"command":"create_integration_link","reason":"OK","version":1}},{"metadata":{"reason":"OK","version":1,"command":"create_integration_link","result":1}},{"metadata":{"result":1,"version":1,"reason":"OK","command":"create_integration_link"}},{"metadata":{"result":1,"version":1,"reason":"OK","command":"create_integration_link"}},{"metadata":{"result":1,"command":"create_integration_link","reason":"OK","version":1}},{"metadata":{"version":1,"reason":"OK","command":"create_integration_link","result":1}}]},"metadata":{"result":1,"reason":"OK","version":1,"command":"batch"}}', ''),
2872(18, '2017-03-11 01:46:05', 'cpanel', 'create_user_session', 'api.version=1&user=gmesatsg&service=cpaneld&app=FileManager_Home', '{"data":{"expires":1489197065,"service":"cpaneld","url":"https://mint2.noc401.com:2083/cpsess8911706906/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=gmesatsg%3an2WyKH9ebNB3Nqii%3acreate_user_session%2c41132a92de955b58fc3d8321df52fe31","cp_security_token":"/cpsess8911706906","session":"gmesatsg:n2WyKH9ebNB3Nqii:create_user_session,41132a92de955b58fc3d8321df52fe31"},"metadata":{"reason":"Created session","version":1,"result":1,"command":"create_user_session"}}', ''),
2873(19, '2017-03-11 01:46:44', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld&app=FileManager_Home', '{"data":{"url":"https://mint2.noc401.com:2083/cpsess9426451351/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=coderfac%3aE9_prW6CHNXy715R%3acreate_user_session%2cfaf6a36138e7995548380a74712c0f2a","service":"cpaneld","cp_security_token":"/cpsess9426451351","expires":1489197104,"session":"coderfac:E9_prW6CHNXy715R:create_user_session,faf6a36138e7995548380a74712c0f2a"},"metadata":{"reason":"Created session","command":"create_user_session","version":1,"result":1}}', ''),
2874(20, '2017-03-11 01:49:18', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld&app=FileManager_Home', '{"metadata":{"result":1,"reason":"Created session","version":1,"command":"create_user_session"},"data":{"expires":1489197258,"url":"https://mint2.noc401.com:2083/cpsess0321664881/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=coderfac%3aoBB8h0AZTmPLlrk9%3acreate_user_session%2cd5dc1345f8d60c80fe8d40845053d5c1","session":"coderfac:oBB8h0AZTmPLlrk9:create_user_session,d5dc1345f8d60c80fe8d40845053d5c1","cp_security_token":"/cpsess0321664881","service":"cpaneld"}}', ''),
2875(21, '2017-03-11 01:50:44', 'cpanel', 'create_user_session', 'api.version=1&user=coderfac&service=cpaneld&app=FileManager_Home', '{"metadata":{"command":"create_user_session","version":1,"reason":"Created session","result":1},"data":{"cp_security_token":"/cpsess4474816258","url":"https://mint2.noc401.com:2083/cpsess4474816258/login/?goto_uri=frontend%2fpaper_lantern%2ffilemanager%2findex.html&session=coderfac%3aSt8jTBU4UohtV716%3acreate_user_session%2ca230f5a05b8a452f6663a1ca24fa7ca0","service":"cpaneld","expires":1489197344,"session":"coderfac:St8jTBU4UohtV716:create_user_session,a230f5a05b8a452f6663a1ca24fa7ca0"}}', '');
2876
2877-- --------------------------------------------------------
2878
2879--
2880-- Table structure for table `tblmodulequeue`
2881--
2882
2883CREATE TABLE IF NOT EXISTS `tblmodulequeue` (
2884 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2885 `service_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2886 `service_id` int(10) unsigned NOT NULL DEFAULT '0',
2887 `module_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2888 `module_action` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2889 `last_attempt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2890 `last_attempt_error` text COLLATE utf8_unicode_ci NOT NULL,
2891 `num_retries` smallint(5) unsigned NOT NULL DEFAULT '0',
2892 `completed` tinyint(1) NOT NULL DEFAULT '0',
2893 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2894 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2895 PRIMARY KEY (`id`)
2896) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;
2897
2898--
2899-- Dumping data for table `tblmodulequeue`
2900--
2901
2902INSERT INTO `tblmodulequeue` (`id`, `service_type`, `service_id`, `module_name`, `module_action`, `last_attempt`, `last_attempt_error`, `num_retries`, `completed`, `created_at`, `updated_at`) VALUES
2903(1, 'service', 5, 'tcadmin2_advanced', 'CreateAccount', '2017-03-10 03:49:56', 'Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 2, 1, '2017-03-10 03:48:08', '2017-03-10 04:02:51'),
2904(2, 'service', 5, 'tcadmin2_advanced', 'CreateAccount', '2017-03-10 04:28:03', 'Curl error: couldn''t connect to host Url: http://tca.featurednetwork.co.uk:8880/billingapi.aspx', 6, 0, '2017-03-10 04:05:16', '2017-03-10 04:28:03'),
2905(3, 'service', 6, 'tcadmin2_advanced', 'CreateAccount', '2017-03-10 05:11:01', 'System.ArgumentNullException: A value for game_datacenter is required.\r\nParameter name: game_datacenter\r\n at Web.GameHosting.billingapi.xc9f5c0c708acbff6()\r\n at Web.GameHosting.billingapi.Page_Load(Object sender, EventArgs e)', 6, 1, '2017-03-10 04:39:02', '2017-03-10 05:11:01'),
2906(4, 'service', 6, 'tcadmin2_advanced', 'TerminateAccount', '2017-03-10 05:16:32', 'Service with billing id 6 does not exist', 0, 0, '2017-03-10 05:16:32', '2017-03-10 05:16:32'),
2907(5, 'service', 13, 'cpanel', 'CreateAccount', '2017-03-11 08:41:34', 'No user name supplied: "username" is a required argument.', 0, 1, '2017-03-11 08:39:33', '2017-03-11 08:41:34');
2908
2909-- --------------------------------------------------------
2910
2911--
2912-- Table structure for table `tblnetworkissues`
2913--
2914
2915CREATE TABLE IF NOT EXISTS `tblnetworkissues` (
2916 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2917 `title` varchar(45) COLLATE utf8_unicode_ci NOT NULL,
2918 `description` text COLLATE utf8_unicode_ci NOT NULL,
2919 `type` enum('Server','System','Other') COLLATE utf8_unicode_ci NOT NULL,
2920 `affecting` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
2921 `server` int(10) unsigned DEFAULT NULL,
2922 `priority` enum('Critical','Low','Medium','High') COLLATE utf8_unicode_ci NOT NULL,
2923 `startdate` datetime NOT NULL,
2924 `enddate` datetime DEFAULT NULL,
2925 `status` enum('Reported','Investigating','In Progress','Outage','Scheduled','Resolved') COLLATE utf8_unicode_ci NOT NULL,
2926 `lastupdate` datetime NOT NULL,
2927 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2928 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2929 PRIMARY KEY (`id`)
2930) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
2931
2932--
2933-- Dumping data for table `tblnetworkissues`
2934--
2935
2936INSERT INTO `tblnetworkissues` (`id`, `title`, `description`, `type`, `affecting`, `server`, `priority`, `startdate`, `enddate`, `status`, `lastupdate`, `created_at`, `updated_at`) VALUES
2937(1, 'Game Panel', 'The maintinace has been complete<br /><br />The game panel is beeing resolved<br /><br />TCAdmin reports of down time', 'Server', '', 2, 'Critical', '2017-03-09 14:32:00', '2017-03-10 00:00:00', 'Resolved', '2017-03-10 14:34:14', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2938(2, 'Game Servers to WHMCS', 'We are currently adding games to WHMCS<br /><br />', 'Server', '', 3, 'Low', '2017-03-10 14:40:00', '2017-03-10 15:29:00', 'In Progress', '2017-03-10 14:45:40', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
2939(3, 'Logo and Favicon for Cpanel', 'Cpanel and Softaculous logo and favicon fix, No downtime', 'Server', '', 1, 'Low', '2017-03-10 15:18:00', '2017-03-15 00:00:00', 'Scheduled', '2017-03-10 15:20:07', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
2940
2941-- --------------------------------------------------------
2942
2943--
2944-- Table structure for table `tblnotes`
2945--
2946
2947CREATE TABLE IF NOT EXISTS `tblnotes` (
2948 `id` int(10) NOT NULL AUTO_INCREMENT,
2949 `userid` int(10) NOT NULL,
2950 `adminid` int(10) NOT NULL DEFAULT '0',
2951 `created` datetime NOT NULL,
2952 `modified` datetime NOT NULL,
2953 `note` text COLLATE utf8_unicode_ci NOT NULL,
2954 `sticky` int(1) NOT NULL,
2955 PRIMARY KEY (`id`),
2956 KEY `userid` (`userid`)
2957) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2958
2959-- --------------------------------------------------------
2960
2961--
2962-- Table structure for table `tbloauthserver_access_tokens`
2963--
2964
2965CREATE TABLE IF NOT EXISTS `tbloauthserver_access_tokens` (
2966 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2967 `access_token` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
2968 `client_id` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2969 `user_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2970 `redirect_uri` varchar(2000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
2971 `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2972 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2973 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
2974 PRIMARY KEY (`id`),
2975 UNIQUE KEY `tbloauthserver_access_tokens_access_token_unique` (`access_token`)
2976) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
2977
2978-- --------------------------------------------------------
2979
2980--
2981-- Table structure for table `tbloauthserver_access_token_scopes`
2982--
2983
2984CREATE TABLE IF NOT EXISTS `tbloauthserver_access_token_scopes` (
2985 `access_token_id` int(10) unsigned NOT NULL DEFAULT '0',
2986 `scope_id` int(10) unsigned NOT NULL DEFAULT '0',
2987 KEY `tbloauthserver_access_token_scopes_scope_id_index` (`access_token_id`,`scope_id`)
2988) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2989
2990--
2991-- Dumping data for table `tbloauthserver_access_token_scopes`
2992--
2993
2994INSERT INTO `tbloauthserver_access_token_scopes` (`access_token_id`, `scope_id`) VALUES
2995(1, 1),
2996(1, 5);
2997
2998-- --------------------------------------------------------
2999
3000--
3001-- Table structure for table `tbloauthserver_authcode_scopes`
3002--
3003
3004CREATE TABLE IF NOT EXISTS `tbloauthserver_authcode_scopes` (
3005 `authorization_code_id` int(10) unsigned NOT NULL DEFAULT '0',
3006 `scope_id` int(10) unsigned NOT NULL DEFAULT '0',
3007 KEY `tbloauthserver_authcode_scopes_scope_id_index` (`authorization_code_id`,`scope_id`)
3008) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3009
3010-- --------------------------------------------------------
3011
3012--
3013-- Table structure for table `tbloauthserver_auth_codes`
3014--
3015
3016CREATE TABLE IF NOT EXISTS `tbloauthserver_auth_codes` (
3017 `id` int(11) NOT NULL AUTO_INCREMENT,
3018 `authorization_code` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
3019 `client_id` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3020 `user_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3021 `redirect_uri` varchar(2000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3022 `id_token` varchar(2000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3023 `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3024 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3025 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3026 PRIMARY KEY (`id`),
3027 UNIQUE KEY `tbloauthserver_auth_codes_authorization_code_unique` (`authorization_code`)
3028) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3029
3030-- --------------------------------------------------------
3031
3032--
3033-- Table structure for table `tbloauthserver_clients`
3034--
3035
3036CREATE TABLE IF NOT EXISTS `tbloauthserver_clients` (
3037 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3038 `identifier` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
3039 `secret` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3040 `redirect_uri` varchar(2000) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3041 `grant_types` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3042 `user_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3043 `service_id` int(11) NOT NULL DEFAULT '0',
3044 `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3045 `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3046 `logo_uri` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3047 `rsa_key_pair_id` int(11) NOT NULL DEFAULT '0',
3048 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3049 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3050 PRIMARY KEY (`id`),
3051 UNIQUE KEY `tbloauthserver_clients_identifier_unique` (`identifier`)
3052) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;
3053
3054--
3055-- Dumping data for table `tbloauthserver_clients`
3056--
3057
3058INSERT INTO `tbloauthserver_clients` (`id`, `identifier`, `secret`, `redirect_uri`, `grant_types`, `user_id`, `service_id`, `name`, `description`, `logo_uri`, `rsa_key_pair_id`, `created_at`, `updated_at`) VALUES
3059(1, 'HOST-A-NODE.+Nvs/a4Ioy8v5sYlVPq57A==', 'e4639885d9b645e1acd99a8e57900998efa1c1e9aad31258b1c93fb945527f20dbe7c9c0d4bbf1861c222efa9bfe6ba7c05d82eec6e07257820f3f1e0934ad2cba939940a2ebabc80d737631e82a2b2617fba0f1e31f7afe4c38ec6fab9ee6dd', '', 'single_sign_on', '04525f25-2792-4b17-9e2e-c425a869f232', 1, '', '', '', 0, '2017-03-09 05:23:17', '2017-03-09 05:23:17'),
3060(2, 'HOST-A-NODE.w/P9hQgxS+otH9UnMeGRNw==', '4aa27ca88d5af5909a0e746b2c94a76a582df8877a301e2e8d58bd801239e97cd1439533256624fafe70cecef17501a443551466a7e71416634db320d3b42b3fb0927998a982545b265fb14ea7cca090758e3c2e1f40a0604e024d47d09d3105', '', 'single_sign_on', '04525f25-2792-4b17-9e2e-c425a869f232', 1, '', '', '', 0, '2017-03-09 05:30:55', '2017-03-09 05:30:55'),
3061(3, 'HOST-A-NODE.XSWHqclDi8jJGAdPcBhnEg==', 'c81b714165cfea23f0db8f34c2eb064f194244ae6d30212ae939794d63b73b0c31ba6e3d1f9590a924a738759c92f306a049651d7669738832c7386fd89bb9f76ca3faba45d088aa77ca513432490a8219f0d260a3dcec94bf00146c02763072', '', 'single_sign_on', '77bfe9d1-1447-45aa-b846-778292ded9e1', 2, '', '', '', 0, '2017-03-09 05:53:53', '2017-03-09 05:53:53'),
3062(4, 'HOST-A-NODE.fSHMRTzOwttCVTLqV4lECg==', 'fcfac76941f9793418a2c782f3f76a0bede390b9637a462fdfcb3d11e8babd20e51965f1816269f8ccec3be4f77f235578d03d10ccb8ef021f2b270926a875402a8fd467ad03c14c35d2f4eed6d54413eb528006f88786dd52e68ea6c2668796', '', 'single_sign_on', '77bfe9d1-1447-45aa-b846-778292ded9e1', 13, '', '', '', 0, '2017-03-11 08:41:32', '2017-03-11 08:41:32'),
3063(5, 'HOST-A-NODE.bxrAWgB4p5ywAWgtaP+YRw==', '2eb6946ca52fdf835ac5bf407efbab09a5b176bddf2b1700854bb30e8697049b2226af96535b1760d400de0c976a95097a5dd43c9e8db3ad12957a9136c7e11b9dd7107c5d2fe48306a420d98a0e19b2c9d865fd5f350c5aef8e0ca0a4d7b86b', '', 'single_sign_on', '77bfe9d1-1447-45aa-b846-778292ded9e1', 13, '', '', '', 0, '2017-03-11 08:45:06', '2017-03-11 08:45:06'),
3064(6, 'HOST-A-NODE.yuj82e4Ezb7sEhgQWBNK6Q==', '317ac4e405bcb928276b9090489c08dd0dcb265429af947ce692b0d81dee081b485725b4ec0c3f31a28e6d3e7641e41fe7e438935816f020123b641426d14579aa348ee86b56494dd545ac06d7cab76c97c4108a1cc9b1e806cc257efca45bd5', '', 'single_sign_on', '77bfe9d1-1447-45aa-b846-778292ded9e1', 13, '', '', '', 0, '2017-03-11 08:45:20', '2017-03-11 08:45:20');
3065
3066-- --------------------------------------------------------
3067
3068--
3069-- Table structure for table `tbloauthserver_client_scopes`
3070--
3071
3072CREATE TABLE IF NOT EXISTS `tbloauthserver_client_scopes` (
3073 `client_id` int(10) unsigned NOT NULL DEFAULT '0',
3074 `scope_id` int(10) unsigned NOT NULL DEFAULT '0',
3075 KEY `tbloauthserver_client_scopes_scope_id_index` (`client_id`,`scope_id`)
3076) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3077
3078--
3079-- Dumping data for table `tbloauthserver_client_scopes`
3080--
3081
3082INSERT INTO `tbloauthserver_client_scopes` (`client_id`, `scope_id`) VALUES
3083(1, 1),
3084(1, 2),
3085(1, 3),
3086(1, 4),
3087(1, 5),
3088(1, 6),
3089(1, 7),
3090(1, 8),
3091(1, 10),
3092(1, 13),
3093(1, 14),
3094(1, 15),
3095(1, 17),
3096(1, 18),
3097(1, 19),
3098(2, 1),
3099(2, 2),
3100(2, 3),
3101(2, 4),
3102(2, 5),
3103(2, 6),
3104(2, 7),
3105(2, 8),
3106(2, 10),
3107(2, 13),
3108(2, 14),
3109(2, 15),
3110(2, 17),
3111(2, 18),
3112(2, 19),
3113(3, 1),
3114(3, 2),
3115(3, 3),
3116(3, 4),
3117(3, 5),
3118(3, 6),
3119(3, 7),
3120(3, 8),
3121(3, 10),
3122(3, 13),
3123(3, 14),
3124(3, 15),
3125(3, 17),
3126(3, 18),
3127(3, 19),
3128(4, 1),
3129(4, 2),
3130(4, 3),
3131(4, 4),
3132(4, 5),
3133(4, 6),
3134(4, 7),
3135(4, 8),
3136(4, 10),
3137(4, 13),
3138(4, 14),
3139(4, 15),
3140(4, 17),
3141(4, 18),
3142(4, 19),
3143(5, 1),
3144(5, 2),
3145(5, 3),
3146(5, 4),
3147(5, 5),
3148(5, 6),
3149(5, 7),
3150(5, 8),
3151(5, 10),
3152(5, 13),
3153(5, 14),
3154(5, 15),
3155(5, 17),
3156(5, 18),
3157(5, 19),
3158(6, 1),
3159(6, 2),
3160(6, 3),
3161(6, 4),
3162(6, 5),
3163(6, 6),
3164(6, 7),
3165(6, 8),
3166(6, 10),
3167(6, 13),
3168(6, 14),
3169(6, 15),
3170(6, 17),
3171(6, 18),
3172(6, 19);
3173
3174-- --------------------------------------------------------
3175
3176--
3177-- Table structure for table `tbloauthserver_scopes`
3178--
3179
3180CREATE TABLE IF NOT EXISTS `tbloauthserver_scopes` (
3181 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3182 `scope` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
3183 `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3184 `is_default` tinyint(4) NOT NULL DEFAULT '0',
3185 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3186 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3187 PRIMARY KEY (`id`),
3188 UNIQUE KEY `tbloauthserver_scopes_scope_unique` (`scope`)
3189) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ;
3190
3191--
3192-- Dumping data for table `tbloauthserver_scopes`
3193--
3194
3195INSERT INTO `tbloauthserver_scopes` (`id`, `scope`, `description`, `is_default`, `created_at`, `updated_at`) VALUES
3196(1, 'clientarea:sso', 'Single Sign-on for Client Area', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3197(2, 'clientarea:profile', 'Account Profile', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3198(3, 'clientarea:billing_info', 'Manage Billing Information', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3199(4, 'clientarea:emails', 'Email History', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3200(5, 'clientarea:announcements', 'Announcements', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3201(6, 'clientarea:downloads', 'Downloads', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3202(7, 'clientarea:knowledgebase', 'Knowledgebase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3203(8, 'clientarea:network_status', 'Network Status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3204(9, 'clientarea:services', 'Products/Services', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3205(10, 'clientarea:product_details', 'Product Info/Details (requires associated serviceId)', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3206(11, 'clientarea:domains', 'Domains', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3207(12, 'clientarea:domain_details', 'Domain Info/Details (requires associated domainId)', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3208(13, 'clientarea:invoices', 'Invoices', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3209(14, 'clientarea:tickets', 'Support Tickets', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3210(15, 'clientarea:submit_ticket', 'Submit New Ticket', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3211(16, 'clientarea:shopping_cart', 'Shopping Cart Default Product Group', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3212(17, 'clientarea:shopping_cart_addons', 'Shopping Cart Product Addons', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3213(18, 'clientarea:shopping_cart_domain_register', 'Shopping Cart Register New Domain', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3214(19, 'clientarea:shopping_cart_domain_transfer', 'Shopping Cart Transfer Existing Domain', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3215(20, 'openid', 'Scope required for OpenID Connect ID tokens', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3216(21, 'email', 'Scope used for Email Claim', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
3217(22, 'profile', 'Scope used for Profile Claim', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
3218
3219-- --------------------------------------------------------
3220
3221--
3222-- Table structure for table `tbloauthserver_user_authz`
3223--
3224
3225CREATE TABLE IF NOT EXISTS `tbloauthserver_user_authz` (
3226 `id` int(11) NOT NULL AUTO_INCREMENT,
3227 `user_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3228 `client_id` int(10) unsigned NOT NULL DEFAULT '0',
3229 `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3230 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3231 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3232 PRIMARY KEY (`id`)
3233) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3234
3235-- --------------------------------------------------------
3236
3237--
3238-- Table structure for table `tbloauthserver_user_authz_scopes`
3239--
3240
3241CREATE TABLE IF NOT EXISTS `tbloauthserver_user_authz_scopes` (
3242 `user_authz_id` int(10) unsigned NOT NULL DEFAULT '0',
3243 `scope_id` int(10) unsigned NOT NULL DEFAULT '0',
3244 KEY `tbloauthserver_user_authz_scopes_scope_id_index` (`user_authz_id`,`scope_id`)
3245) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3246
3247-- --------------------------------------------------------
3248
3249--
3250-- Table structure for table `tblorders`
3251--
3252
3253CREATE TABLE IF NOT EXISTS `tblorders` (
3254 `id` int(10) NOT NULL AUTO_INCREMENT,
3255 `ordernum` bigint(10) NOT NULL,
3256 `userid` int(10) NOT NULL,
3257 `contactid` int(10) NOT NULL,
3258 `date` datetime NOT NULL,
3259 `nameservers` text COLLATE utf8_unicode_ci NOT NULL,
3260 `transfersecret` text COLLATE utf8_unicode_ci NOT NULL,
3261 `renewals` text COLLATE utf8_unicode_ci NOT NULL,
3262 `promocode` text COLLATE utf8_unicode_ci NOT NULL,
3263 `promotype` text COLLATE utf8_unicode_ci NOT NULL,
3264 `promovalue` text COLLATE utf8_unicode_ci NOT NULL,
3265 `orderdata` text COLLATE utf8_unicode_ci NOT NULL,
3266 `amount` decimal(10,2) NOT NULL,
3267 `paymentmethod` text COLLATE utf8_unicode_ci NOT NULL,
3268 `invoiceid` int(10) NOT NULL DEFAULT '0',
3269 `status` text COLLATE utf8_unicode_ci NOT NULL,
3270 `ipaddress` text COLLATE utf8_unicode_ci NOT NULL,
3271 `fraudmodule` text COLLATE utf8_unicode_ci NOT NULL,
3272 `fraudoutput` text COLLATE utf8_unicode_ci NOT NULL,
3273 `notes` text COLLATE utf8_unicode_ci NOT NULL,
3274 PRIMARY KEY (`id`),
3275 KEY `ordernum` (`ordernum`),
3276 KEY `userid` (`userid`),
3277 KEY `contactid` (`contactid`),
3278 KEY `date` (`date`)
3279) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ;
3280
3281--
3282-- Dumping data for table `tblorders`
3283--
3284
3285INSERT INTO `tblorders` (`id`, `ordernum`, `userid`, `contactid`, `date`, `nameservers`, `transfersecret`, `renewals`, `promocode`, `promotype`, `promovalue`, `orderdata`, `amount`, `paymentmethod`, `invoiceid`, `status`, `ipaddress`, `fraudmodule`, `fraudoutput`, `notes`) VALUES
3286(1, 3009631010, 2, 0, '2017-03-08 22:23:07', '', '', '', '', '', '', 'a:0:{}', '2.00', 'tco', 1, 'Cancelled', '5.65.77.224', '', '', ''),
3287(2, 6163883706, 1, 0, '2017-03-08 22:53:47', '', '', '', '', '', '', 'a:0:{}', '2.00', 'tco', 2, 'Pending', '64.71.171.49', '', '', ''),
3288(3, 2256761215, 3, 0, '2017-03-09 13:19:57', '', '', '', '', '', '', 'a:0:{}', '10.00', 'tco', 3, 'Cancelled', '58.111.126.127', '', '', ''),
3289(4, 4337039886, 4, 0, '2017-03-09 17:59:33', 'ns1.yourdomain.com,ns2.yourdomain.com', '', '', '', '', '', 'a:0:{}', '0.00', 'tco', 4, 'Cancelled', '86.153.204.104', '', '', ''),
3290(5, 3265500628, 4, 0, '2017-03-09 18:13:28', '', '', '', '', '', '', 'a:0:{}', '2.00', 'tco', 5, 'Cancelled', '86.153.204.104', '', '', ''),
3291(6, 9514074599, 2, 0, '2017-03-09 20:48:04', '', '', '', '', '', '', 'a:0:{}', '1.00', 'paypal', 6, 'Cancelled', '5.65.77.224', '', '', ''),
3292(7, 8720078533, 5, 0, '2017-03-09 21:37:57', '', '', '', '', '', '', 'a:0:{}', '1.00', 'tco', 7, 'Cancelled', '193.0.159.14', '', '', ''),
3293(8, 7287355661, 1, 0, '2017-03-09 22:13:22', '', '', '', '', '', '', 'a:0:{}', '0.00', 'tco', 8, 'Cancelled', '5.65.77.224', '', '', ''),
3294(9, 5624310055, 5, 0, '2017-03-09 22:16:55', '', '', '', '', '', '', 'a:0:{}', '0.00', 'tco', 9, 'Cancelled', '5.65.77.224', '', '', ''),
3295(10, 8744641459, 5, 0, '2017-03-09 22:19:39', '', '', '', '', '', '', 'a:0:{}', '14.00', 'tco', 10, 'Pending', '193.0.159.14', '', '', ''),
3296(11, 6826517941, 6, 0, '2017-03-09 22:32:02', '', '', '', '', '', '', 'a:0:{}', '1.00', 'tco', 11, 'Active', '5.65.77.224', '', '', ''),
3297(12, 4505779887, 2, 0, '2017-03-10 00:06:38', '', '', '', '', '', '', 'a:0:{}', '0.00', 'tco', 12, 'Pending', '5.65.77.224', '', '', ''),
3298(13, 2069550834, 1, 0, '2017-03-10 20:45:50', '', '', '', '', '', '', 'a:0:{}', '3.00', 'tco', 13, 'Pending', '64.71.171.45', '', '', ''),
3299(14, 7738499820, 1, 0, '2017-03-11 01:39:27', '', '', '', '', '', '', 'a:0:{}', '10.00', 'tco', 14, 'Active', '64.71.171.64', '', '', ''),
3300(15, 8764130451, 7, 0, '2017-03-11 09:46:21', '', '', '', '', '', '', 'a:0:{}', '10.00', 'tco', 15, 'Pending', '199.212.87.88', '', '', '');
3301
3302-- --------------------------------------------------------
3303
3304--
3305-- Table structure for table `tblorderstatuses`
3306--
3307
3308CREATE TABLE IF NOT EXISTS `tblorderstatuses` (
3309 `id` int(10) NOT NULL AUTO_INCREMENT,
3310 `title` text COLLATE utf8_unicode_ci NOT NULL,
3311 `color` text COLLATE utf8_unicode_ci NOT NULL,
3312 `showpending` int(1) NOT NULL,
3313 `showactive` int(1) NOT NULL,
3314 `showcancelled` int(1) NOT NULL,
3315 `sortorder` int(2) NOT NULL,
3316 PRIMARY KEY (`id`)
3317) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
3318
3319--
3320-- Dumping data for table `tblorderstatuses`
3321--
3322
3323INSERT INTO `tblorderstatuses` (`id`, `title`, `color`, `showpending`, `showactive`, `showcancelled`, `sortorder`) VALUES
3324(1, 'Pending', '#cc0000', 1, 0, 0, 10),
3325(2, 'Active', '#779500', 0, 1, 0, 20),
3326(3, 'Cancelled', '#888888', 0, 0, 1, 30),
3327(4, 'Fraud', '#000000', 0, 0, 0, 40);
3328
3329-- --------------------------------------------------------
3330
3331--
3332-- Table structure for table `tblpaymentgateways`
3333--
3334
3335CREATE TABLE IF NOT EXISTS `tblpaymentgateways` (
3336 `gateway` text COLLATE utf8_unicode_ci NOT NULL,
3337 `setting` text COLLATE utf8_unicode_ci NOT NULL,
3338 `value` text COLLATE utf8_unicode_ci NOT NULL,
3339 `order` int(1) NOT NULL,
3340 KEY `gateway_setting` (`gateway`(32),`setting`(32)),
3341 KEY `setting_value` (`setting`(32),`value`(32))
3342) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3343
3344--
3345-- Dumping data for table `tblpaymentgateways`
3346--
3347
3348INSERT INTO `tblpaymentgateways` (`gateway`, `setting`, `value`, `order`) VALUES
3349('tco', 'name', '2CheckOut', 1),
3350('tco', 'type', 'Invoices', 0),
3351('tco', 'visible', 'on', 0),
3352('paypal', 'name', 'PayPal', 2),
3353('paypal', 'type', 'Invoices', 0),
3354('paypal', 'visible', 'on', 0),
3355('paypal', 'email', 'bobb13614@gmail.com', 0),
3356('paypal', 'forceonetime', '', 0),
3357('paypal', 'forcesubscriptions', '', 0),
3358('paypal', 'requireshipping', '', 0),
3359('paypal', 'overrideaddress', '', 0),
3360('paypal', 'apiusername', '', 0),
3361('paypal', 'apipassword', '', 0),
3362('paypal', 'apisignature', '', 0),
3363('paypal', 'sandbox', '', 0),
3364('paypal', 'convertto', '', 0);
3365
3366-- --------------------------------------------------------
3367
3368--
3369-- Table structure for table `tblpricing`
3370--
3371
3372CREATE TABLE IF NOT EXISTS `tblpricing` (
3373 `id` int(10) NOT NULL AUTO_INCREMENT,
3374 `type` enum('product','addon','configoptions','domainregister','domaintransfer','domainrenew','domainaddons') COLLATE utf8_unicode_ci NOT NULL,
3375 `currency` int(10) NOT NULL,
3376 `relid` int(10) NOT NULL,
3377 `msetupfee` decimal(10,2) NOT NULL,
3378 `qsetupfee` decimal(10,2) NOT NULL,
3379 `ssetupfee` decimal(10,2) NOT NULL,
3380 `asetupfee` decimal(10,2) NOT NULL,
3381 `bsetupfee` decimal(10,2) NOT NULL,
3382 `tsetupfee` decimal(10,2) NOT NULL,
3383 `monthly` decimal(10,2) NOT NULL,
3384 `quarterly` decimal(10,2) NOT NULL,
3385 `semiannually` decimal(10,2) NOT NULL,
3386 `annually` decimal(10,2) NOT NULL,
3387 `biennially` decimal(10,2) NOT NULL,
3388 `triennially` decimal(10,2) NOT NULL,
3389 PRIMARY KEY (`id`)
3390) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=57 ;
3391
3392--
3393-- Dumping data for table `tblpricing`
3394--
3395
3396INSERT INTO `tblpricing` (`id`, `type`, `currency`, `relid`, `msetupfee`, `qsetupfee`, `ssetupfee`, `asetupfee`, `bsetupfee`, `tsetupfee`, `monthly`, `quarterly`, `semiannually`, `annually`, `biennially`, `triennially`) VALUES
3397(1, 'product', 1, 1, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '10.00', '28.99', '50.00', '100.00', '190.00', '280.00'),
3398(2, 'product', 1, 2, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '15.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3399(3, 'product', 1, 3, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '25.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3400(4, 'product', 1, 4, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '32.50', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3401(5, 'product', 1, 5, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '40.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3402(6, 'product', 1, 6, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '55.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3403(7, 'product', 1, 7, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '70.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3404(8, 'product', 1, 8, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '80.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3405(9, 'product', 1, 9, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '80.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3406(10, 'product', 1, 10, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '7.50', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3407(11, 'product', 1, 11, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '2.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3408(12, 'product', 1, 12, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '5.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3409(13, 'product', 1, 13, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '10.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3410(14, 'configoptions', 1, 1, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3411(15, 'configoptions', 1, 2, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3412(16, 'configoptions', 1, 3, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3413(17, 'configoptions', 1, 4, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3414(18, 'configoptions', 1, 5, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3415(19, 'configoptions', 1, 6, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3416(20, 'configoptions', 1, 7, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3417(21, 'configoptions', 1, 8, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3418(22, 'configoptions', 1, 9, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '15.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3419(23, 'product', 1, 14, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '13.99', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3420(24, 'product', 1, 15, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '10.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3421(25, 'domainaddons', 1, 0, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3422(26, 'domainregister', 1, 2, '0.00', '-1.00', '-1.00', '-1.00', '-1.00', '0.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00', '0.00'),
3423(27, 'domaintransfer', 1, 2, '-1.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3424(28, 'domainrenew', 1, 2, '-1.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3425(29, 'domainregister', 1, 1, '0.00', '-1.00', '-1.00', '-1.00', '-1.00', '0.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00', '0.00'),
3426(30, 'domaintransfer', 1, 1, '-1.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3427(31, 'domainrenew', 1, 1, '-1.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3428(35, 'product', 1, 16, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '-1.00', '-1.00', '-1.00', '-1.00', '-1.00'),
3429(36, 'configoptions', 1, 10, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '1.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3430(37, 'configoptions', 1, 11, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '1.25', '0.00', '0.00', '0.00', '0.00', '0.00'),
3431(38, 'configoptions', 1, 12, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '1.50', '0.00', '0.00', '0.00', '0.00', '0.00'),
3432(39, 'configoptions', 1, 13, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '2.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3433(40, 'configoptions', 1, 14, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '3.50', '0.00', '0.00', '0.00', '0.00', '0.00'),
3434(41, 'configoptions', 1, 15, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '5.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3435(42, 'configoptions', 1, 16, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '7.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3436(43, 'configoptions', 1, 17, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '9.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3437(44, 'configoptions', 1, 18, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '11.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3438(45, 'configoptions', 1, 19, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '13.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3439(46, 'configoptions', 1, 20, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '15.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3440(47, 'configoptions', 1, 21, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '17.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3441(48, 'configoptions', 1, 22, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '19.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3442(49, 'configoptions', 1, 23, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '21.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3443(50, 'configoptions', 1, 24, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '23.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3444(51, 'configoptions', 1, 25, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '25.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3445(52, 'configoptions', 1, 26, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '27.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3446(53, 'configoptions', 1, 27, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '29.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3447(54, 'configoptions', 1, 28, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '1.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3448(55, 'configoptions', 1, 29, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'),
3449(56, 'configoptions', 1, 30, '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00');
3450
3451-- --------------------------------------------------------
3452
3453--
3454-- Table structure for table `tblproductconfiggroups`
3455--
3456
3457CREATE TABLE IF NOT EXISTS `tblproductconfiggroups` (
3458 `id` int(10) NOT NULL AUTO_INCREMENT,
3459 `name` text COLLATE utf8_unicode_ci NOT NULL,
3460 `description` text COLLATE utf8_unicode_ci NOT NULL,
3461 PRIMARY KEY (`id`)
3462) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
3463
3464--
3465-- Dumping data for table `tblproductconfiggroups`
3466--
3467
3468INSERT INTO `tblproductconfiggroups` (`id`, `name`, `description`) VALUES
3469(1, 'Operating System', 'OS'),
3470(2, 'Ram', 'List of ram'),
3471(3, 'Location', '');
3472
3473-- --------------------------------------------------------
3474
3475--
3476-- Table structure for table `tblproductconfiglinks`
3477--
3478
3479CREATE TABLE IF NOT EXISTS `tblproductconfiglinks` (
3480 `gid` int(10) NOT NULL,
3481 `pid` int(10) NOT NULL
3482) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3483
3484--
3485-- Dumping data for table `tblproductconfiglinks`
3486--
3487
3488INSERT INTO `tblproductconfiglinks` (`gid`, `pid`) VALUES
3489(1, 2),
3490(1, 3),
3491(1, 4),
3492(1, 5),
3493(1, 6),
3494(1, 7),
3495(1, 8),
3496(1, 1),
3497(2, 16),
3498(3, 16);
3499
3500-- --------------------------------------------------------
3501
3502--
3503-- Table structure for table `tblproductconfigoptions`
3504--
3505
3506CREATE TABLE IF NOT EXISTS `tblproductconfigoptions` (
3507 `id` int(10) NOT NULL AUTO_INCREMENT,
3508 `gid` int(10) NOT NULL DEFAULT '0',
3509 `optionname` text COLLATE utf8_unicode_ci NOT NULL,
3510 `optiontype` text COLLATE utf8_unicode_ci NOT NULL,
3511 `qtyminimum` int(10) NOT NULL,
3512 `qtymaximum` int(10) NOT NULL,
3513 `order` int(1) NOT NULL DEFAULT '0',
3514 `hidden` int(1) NOT NULL,
3515 PRIMARY KEY (`id`),
3516 KEY `productid` (`gid`)
3517) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
3518
3519--
3520-- Dumping data for table `tblproductconfigoptions`
3521--
3522
3523INSERT INTO `tblproductconfigoptions` (`id`, `gid`, `optionname`, `optiontype`, `qtyminimum`, `qtymaximum`, `order`, `hidden`) VALUES
3524(1, 1, 'Operating System', '1', 0, 0, 0, 0),
3525(2, 2, 'Ram', '1', 0, 0, 0, 0),
3526(3, 2, 'Default Port', '3', 0, 0, 0, 0),
3527(4, 3, 'Location', '1', 0, 0, 0, 0);
3528
3529-- --------------------------------------------------------
3530
3531--
3532-- Table structure for table `tblproductconfigoptionssub`
3533--
3534
3535CREATE TABLE IF NOT EXISTS `tblproductconfigoptionssub` (
3536 `id` int(10) NOT NULL AUTO_INCREMENT,
3537 `configid` int(10) NOT NULL,
3538 `optionname` text COLLATE utf8_unicode_ci NOT NULL,
3539 `sortorder` int(10) NOT NULL DEFAULT '0',
3540 `hidden` int(1) NOT NULL,
3541 PRIMARY KEY (`id`),
3542 KEY `configid` (`configid`)
3543) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=31 ;
3544
3545--
3546-- Dumping data for table `tblproductconfigoptionssub`
3547--
3548
3549INSERT INTO `tblproductconfigoptionssub` (`id`, `configid`, `optionname`, `sortorder`, `hidden`) VALUES
3550(1, 1, 'Windows Server 2008', 0, 0),
3551(2, 1, 'Windows Server 2008 R2', 0, 0),
3552(3, 1, 'Windows Server 2012', 0, 0),
3553(4, 1, 'Windows Server 2012 R2', 0, 0),
3554(5, 1, 'Centos 6.5', 0, 0),
3555(6, 1, 'Centos 7', 0, 0),
3556(7, 1, 'Ubuntu 14.04', 0, 0),
3557(8, 1, 'Ubuntu 16.04', 0, 0),
3558(9, 1, 'Kali Linux', 0, 0),
3559(10, 2, '256', 0, 0),
3560(11, 2, '512', 0, 0),
3561(12, 2, '768', 0, 0),
3562(13, 2, '1024', 0, 0),
3563(14, 2, '1536', 0, 0),
3564(15, 2, '2048', 0, 0),
3565(16, 2, '2560', 0, 0),
3566(17, 2, '3072', 0, 0),
3567(18, 2, '3584', 0, 0),
3568(19, 2, '4096', 0, 0),
3569(20, 2, '4608', 0, 0),
3570(21, 2, '5120', 0, 0),
3571(22, 2, '5632', 0, 0),
3572(23, 2, '6144', 0, 0),
3573(24, 2, '6656', 0, 0),
3574(25, 2, '7168', 0, 0),
3575(26, 2, '7680', 0, 0),
3576(27, 2, '8192', 0, 0),
3577(28, 3, 'Default Port', 0, 0),
3578(29, 4, '1| UK', 0, 0),
3579(30, 4, '2| US', 0, 0);
3580
3581-- --------------------------------------------------------
3582
3583--
3584-- Table structure for table `tblproductgroups`
3585--
3586
3587CREATE TABLE IF NOT EXISTS `tblproductgroups` (
3588 `id` int(10) NOT NULL AUTO_INCREMENT,
3589 `name` text COLLATE utf8_unicode_ci NOT NULL,
3590 `headline` text COLLATE utf8_unicode_ci,
3591 `tagline` text COLLATE utf8_unicode_ci,
3592 `orderfrmtpl` text COLLATE utf8_unicode_ci NOT NULL,
3593 `disabledgateways` text COLLATE utf8_unicode_ci NOT NULL,
3594 `hidden` tinyint(1) NOT NULL,
3595 `order` int(1) NOT NULL DEFAULT '0',
3596 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3597 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3598 PRIMARY KEY (`id`),
3599 KEY `order` (`order`)
3600) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;
3601
3602--
3603-- Dumping data for table `tblproductgroups`
3604--
3605
3606INSERT INTO `tblproductgroups` (`id`, `name`, `headline`, `tagline`, `orderfrmtpl`, `disabledgateways`, `hidden`, `order`, `created_at`, `updated_at`) VALUES
3607(1, 'VPS Hosting', 'Up to 16 IPs and 13 possible geolocations to better isolate and protect your websites', '', 'universal_slider', '', 0, 1, '2017-03-09 01:03:54', '2017-03-09 01:05:55'),
3608(2, 'Dedicated Servers', 'Select a powerfull Dedicated Server', '', 'supreme_comparison', '', 0, 2, '2017-03-09 01:11:44', '2017-03-09 01:11:44'),
3609(3, 'Web Hosting', '', '', 'pure_comparison', '', 0, 3, '2017-03-09 01:17:23', '2017-03-09 01:22:27'),
3610(4, 'Game Server Hosting', '', '', 'standard_cart', '', 0, 4, '2017-03-09 01:28:08', '2017-03-09 01:28:08'),
3611(5, 'WHMCS Licence', 'Come and get your licence directly from us!', '', 'pure_comparison', '', 0, 5, '2017-03-09 02:07:23', '2017-03-09 02:08:24');
3612
3613-- --------------------------------------------------------
3614
3615--
3616-- Table structure for table `tblproducts`
3617--
3618
3619CREATE TABLE IF NOT EXISTS `tblproducts` (
3620 `id` int(10) NOT NULL AUTO_INCREMENT,
3621 `type` text COLLATE utf8_unicode_ci NOT NULL,
3622 `gid` int(10) NOT NULL,
3623 `name` text COLLATE utf8_unicode_ci NOT NULL,
3624 `description` text COLLATE utf8_unicode_ci NOT NULL,
3625 `hidden` tinyint(1) NOT NULL,
3626 `showdomainoptions` tinyint(1) NOT NULL,
3627 `welcomeemail` int(10) NOT NULL DEFAULT '0',
3628 `stockcontrol` tinyint(1) NOT NULL,
3629 `qty` int(10) NOT NULL DEFAULT '0',
3630 `proratabilling` tinyint(1) NOT NULL,
3631 `proratadate` int(2) NOT NULL,
3632 `proratachargenextmonth` int(2) NOT NULL,
3633 `paytype` text COLLATE utf8_unicode_ci NOT NULL,
3634 `allowqty` int(1) NOT NULL,
3635 `subdomain` text COLLATE utf8_unicode_ci NOT NULL,
3636 `autosetup` text COLLATE utf8_unicode_ci NOT NULL,
3637 `servertype` text COLLATE utf8_unicode_ci NOT NULL,
3638 `servergroup` int(10) NOT NULL,
3639 `configoption1` text COLLATE utf8_unicode_ci NOT NULL,
3640 `configoption2` text COLLATE utf8_unicode_ci NOT NULL,
3641 `configoption3` text COLLATE utf8_unicode_ci NOT NULL,
3642 `configoption4` text COLLATE utf8_unicode_ci NOT NULL,
3643 `configoption5` text COLLATE utf8_unicode_ci NOT NULL,
3644 `configoption6` text COLLATE utf8_unicode_ci NOT NULL,
3645 `configoption7` text COLLATE utf8_unicode_ci NOT NULL,
3646 `configoption8` text COLLATE utf8_unicode_ci NOT NULL,
3647 `configoption9` text COLLATE utf8_unicode_ci NOT NULL,
3648 `configoption10` text COLLATE utf8_unicode_ci NOT NULL,
3649 `configoption11` text COLLATE utf8_unicode_ci NOT NULL,
3650 `configoption12` text COLLATE utf8_unicode_ci NOT NULL,
3651 `configoption13` text COLLATE utf8_unicode_ci NOT NULL,
3652 `configoption14` text COLLATE utf8_unicode_ci NOT NULL,
3653 `configoption15` text COLLATE utf8_unicode_ci NOT NULL,
3654 `configoption16` text COLLATE utf8_unicode_ci NOT NULL,
3655 `configoption17` text COLLATE utf8_unicode_ci NOT NULL,
3656 `configoption18` text COLLATE utf8_unicode_ci NOT NULL,
3657 `configoption19` text COLLATE utf8_unicode_ci NOT NULL,
3658 `configoption20` text COLLATE utf8_unicode_ci NOT NULL,
3659 `configoption21` text COLLATE utf8_unicode_ci NOT NULL,
3660 `configoption22` text COLLATE utf8_unicode_ci NOT NULL,
3661 `configoption23` text COLLATE utf8_unicode_ci NOT NULL,
3662 `configoption24` text COLLATE utf8_unicode_ci NOT NULL,
3663 `freedomain` text COLLATE utf8_unicode_ci NOT NULL,
3664 `freedomainpaymentterms` text COLLATE utf8_unicode_ci NOT NULL,
3665 `freedomaintlds` text COLLATE utf8_unicode_ci NOT NULL,
3666 `recurringcycles` int(2) NOT NULL,
3667 `autoterminatedays` int(4) NOT NULL,
3668 `autoterminateemail` int(10) NOT NULL DEFAULT '0',
3669 `configoptionsupgrade` tinyint(1) NOT NULL,
3670 `billingcycleupgrade` text COLLATE utf8_unicode_ci NOT NULL,
3671 `upgradeemail` int(10) NOT NULL DEFAULT '0',
3672 `overagesenabled` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
3673 `overagesdisklimit` int(10) NOT NULL,
3674 `overagesbwlimit` int(10) NOT NULL,
3675 `overagesdiskprice` decimal(6,4) NOT NULL,
3676 `overagesbwprice` decimal(6,4) NOT NULL,
3677 `tax` tinyint(1) NOT NULL,
3678 `affiliateonetime` tinyint(1) NOT NULL,
3679 `affiliatepaytype` text COLLATE utf8_unicode_ci NOT NULL,
3680 `affiliatepayamount` decimal(10,2) NOT NULL,
3681 `order` int(10) NOT NULL DEFAULT '0',
3682 `retired` tinyint(1) NOT NULL,
3683 `is_featured` tinyint(1) NOT NULL,
3684 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3685 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3686 PRIMARY KEY (`id`),
3687 KEY `gid` (`gid`),
3688 KEY `name` (`name`(64))
3689) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=17 ;
3690
3691--
3692-- Dumping data for table `tblproducts`
3693--
3694
3695INSERT INTO `tblproducts` (`id`, `type`, `gid`, `name`, `description`, `hidden`, `showdomainoptions`, `welcomeemail`, `stockcontrol`, `qty`, `proratabilling`, `proratadate`, `proratachargenextmonth`, `paytype`, `allowqty`, `subdomain`, `autosetup`, `servertype`, `servergroup`, `configoption1`, `configoption2`, `configoption3`, `configoption4`, `configoption5`, `configoption6`, `configoption7`, `configoption8`, `configoption9`, `configoption10`, `configoption11`, `configoption12`, `configoption13`, `configoption14`, `configoption15`, `configoption16`, `configoption17`, `configoption18`, `configoption19`, `configoption20`, `configoption21`, `configoption22`, `configoption23`, `configoption24`, `freedomain`, `freedomainpaymentterms`, `freedomaintlds`, `recurringcycles`, `autoterminatedays`, `autoterminateemail`, `configoptionsupgrade`, `billingcycleupgrade`, `upgradeemail`, `overagesenabled`, `overagesdisklimit`, `overagesbwlimit`, `overagesdiskprice`, `overagesbwprice`, `tax`, `affiliateonetime`, `affiliatepaytype`, `affiliatepayamount`, `order`, `retired`, `is_featured`, `created_at`, `updated_at`) VALUES
3696(1, 'hostingaccount', 1, 'VPS #1', '2 vCore\r\n3.1 GHz\r\n2 GB RAM\r\n50 GB HDD\r\n1 Dedicated IP\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:05:16'),
3697(2, 'hostingaccount', 1, 'VPS#2', '2 vCore\r\n3.1 GHz\r\n4 GB RAM\r\n150 GB HDD\r\n1 Dedicated IP\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:07:14'),
3698(3, 'hostingaccount', 1, 'VPS#3', '4 vCore\r\n3.1 GHz\r\n6 GB RAM\r\n250 GB HDD\r\n1 Dedicated IP\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:07:56'),
3699(4, 'hostingaccount', 1, 'VPS#4', '4 vCore\r\n3.1 GHz\r\n8 GB RAM\r\n400 GB HDD\r\n1 Dedicated IP\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:08:47'),
3700(5, 'hostingaccount', 1, 'VPS#5', '6 vCore\r\n3.1 GHz\r\n10 GB RAM\r\n600 GB HDD\r\n2 Dedicated IP''s\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:09:28'),
3701(6, 'hostingaccount', 1, 'VPS#6', '8 vCore\r\n3.1 GHz\r\n12 GB RAM\r\n1 TB HDD \r\n2 Dedicated IP''s\r\n\r\n<b>High Availability</b>', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:05:11', '2017-03-09 01:10:04'),
3702(7, 'hostingaccount', 2, 'Dedicated 1', 'CPU: Intel Xeon D-1520 - 4c/8t - 2.4GHz/2.7GHz\r\nRAM: 32GB DDR4 ECC 2133 MHz\r\nDisks: 2 X 2TB HDD\r\nTraffic: 250 Mbps guaranteed bandwidth\r\nConnection: 1 Gbps\r\nbandwidth: Unlimited', 0, 0, 17, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:12:06', '2017-03-09 01:15:50'),
3703(8, 'hostingaccount', 2, 'Dedicated 2', 'CPU: Intel i7-4790K - 4c/8t - 4 GHz/4.4 GHz\r\nRAM: 32GB DDR3 ECC 1333 MHz\r\nDisks: 2 X 256 GB SSD\r\nTraffic: 250 Mbps guaranteed bandwidth\r\nbandwidth: Unlimited', 0, 0, 17, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:12:06', '2017-03-09 01:15:49'),
3704(10, 'hostingaccount', 3, 'H-MP-1', 'Diskspace: 100 GB\r\nExternal Bandwidth: 100 GB\r\nInternal Bandwidth: Unlimited\r\nEmail Accounts: Unlimited\r\nDatabases:50\r\nFTP Accounts:50', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', 'payment', 'cpanel', 0, 'H-MP-1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 1, 0, 0, '2017-03-09 01:20:19', '2017-03-09 01:22:50'),
3705(11, 'hostingaccount', 3, 'H-LP-1', 'Diskspace: 5 GB\r\nExternal Bandwidth: 25 GB\r\nInternal Bandwidth: Unlimited\r\nEmail Accounts: Unlimited\r\nDatabases:5\r\nFTP Accounts:2', 0, 1, 1, 0, 0, 0, 0, 0, 'recurring', 0, '', 'payment', 'cpanel', 0, 'H-LP-1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'once', 'onetime', '.featurednetwork.co.uk,.relegationlive.com', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 01:20:19', '2017-03-09 01:22:50'),
3706(12, 'hostingaccount', 3, 'H-HP-1', 'Diskspace: 25 GB\r\nExternal Bandwidth: 50 GB\r\nInternal Bandwidth: Unlimited\r\nEmail Accounts: Unlimited\r\nDatabases:25\r\nFTP Accounts:10', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', 'payment', 'cpanel', 0, 'H-HP-1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 2, 0, 0, '2017-03-09 01:20:19', '2017-03-09 01:22:49'),
3707(13, 'hostingaccount', 3, 'H-LA-1', 'Diskspace: Unlimited\r\nExternal Bandwidth: Unlimited\r\nInternal Bandwidth: Unlimited\r\nEmail Accounts: Unlimited\r\nDatabases:Unlimited\r\nFTP Accounts:Unlimited', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', 'payment', 'cpanel', 0, 'H-LA-1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 3, 0, 0, '2017-03-09 01:20:19', '2017-03-09 01:26:49'),
3708(14, 'hostingaccount', 5, 'WHMCS No Branding License', 'WHMCS No Branding License (Powered By WHMCS Line Disabled)\r\n\r\n', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 02:08:51', '2017-03-09 02:40:26'),
3709(15, 'hostingaccount', 5, 'WHMCS Branded License', 'Internal Extra WHMCS Branded License\r\n', 0, 0, 0, 0, 0, 0, 0, 0, 'recurring', 0, '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-09 02:08:51', '2017-03-09 02:40:13'),
3710(16, 'hostingaccount', 4, 'Minecraft', '', 0, 0, 1, 0, 2, 0, 0, 0, 'recurring', 0, '', 'payment', 'tcadmin2_advanced', 0, '', '', '116', '', 'ConfigOption:Ram', '', '', '', '', '', 'ConfigOption:Location', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0, '', 0, 0, '0.0000', '0.0000', 0, 0, '', '0.00', 0, 0, 0, '2017-03-10 03:07:27', '2017-03-10 03:07:27');
3711
3712-- --------------------------------------------------------
3713
3714--
3715-- Table structure for table `tblproduct_downloads`
3716--
3717
3718CREATE TABLE IF NOT EXISTS `tblproduct_downloads` (
3719 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3720 `product_id` int(10) NOT NULL,
3721 `download_id` int(10) NOT NULL,
3722 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3723 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3724 PRIMARY KEY (`id`),
3725 KEY `tblproduct_downloads_product_id_index` (`product_id`),
3726 KEY `tblproduct_downloads_download_id_index` (`download_id`)
3727) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3728
3729-- --------------------------------------------------------
3730
3731--
3732-- Table structure for table `tblproduct_group_features`
3733--
3734
3735CREATE TABLE IF NOT EXISTS `tblproduct_group_features` (
3736 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3737 `product_group_id` int(10) NOT NULL,
3738 `feature` text COLLATE utf8_unicode_ci NOT NULL,
3739 `order` int(11) NOT NULL DEFAULT '0',
3740 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3741 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3742 PRIMARY KEY (`id`),
3743 KEY `tblproduct_group_features_product_group_id_index` (`product_group_id`),
3744 KEY `tblproduct_group_features_id_product_group_id_index` (`id`,`product_group_id`)
3745) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3746
3747-- --------------------------------------------------------
3748
3749--
3750-- Table structure for table `tblproduct_upgrade_products`
3751--
3752
3753CREATE TABLE IF NOT EXISTS `tblproduct_upgrade_products` (
3754 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
3755 `product_id` int(10) NOT NULL,
3756 `upgrade_product_id` int(10) NOT NULL,
3757 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3758 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3759 PRIMARY KEY (`id`),
3760 KEY `tblproduct_upgrade_products_product_id_index` (`product_id`),
3761 KEY `tblproduct_upgrade_products_upgrade_product_id_index` (`upgrade_product_id`)
3762) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3763
3764-- --------------------------------------------------------
3765
3766--
3767-- Table structure for table `tblpromotions`
3768--
3769
3770CREATE TABLE IF NOT EXISTS `tblpromotions` (
3771 `id` int(10) NOT NULL AUTO_INCREMENT,
3772 `code` text COLLATE utf8_unicode_ci NOT NULL,
3773 `type` text COLLATE utf8_unicode_ci NOT NULL,
3774 `recurring` int(1) DEFAULT NULL,
3775 `value` decimal(10,2) NOT NULL DEFAULT '0.00',
3776 `cycles` text COLLATE utf8_unicode_ci NOT NULL,
3777 `appliesto` text COLLATE utf8_unicode_ci NOT NULL,
3778 `requires` text COLLATE utf8_unicode_ci NOT NULL,
3779 `requiresexisting` int(1) NOT NULL,
3780 `startdate` date NOT NULL,
3781 `expirationdate` date DEFAULT NULL,
3782 `maxuses` int(10) NOT NULL DEFAULT '0',
3783 `uses` int(10) NOT NULL DEFAULT '0',
3784 `lifetimepromo` int(1) NOT NULL,
3785 `applyonce` int(1) NOT NULL,
3786 `newsignups` int(1) NOT NULL,
3787 `existingclient` int(11) NOT NULL,
3788 `onceperclient` int(11) NOT NULL,
3789 `recurfor` int(3) NOT NULL,
3790 `upgrades` int(1) NOT NULL,
3791 `upgradeconfig` text COLLATE utf8_unicode_ci NOT NULL,
3792 `notes` text COLLATE utf8_unicode_ci NOT NULL,
3793 PRIMARY KEY (`id`),
3794 KEY `code` (`code`(32))
3795) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3796
3797-- --------------------------------------------------------
3798
3799--
3800-- Table structure for table `tblquoteitems`
3801--
3802
3803CREATE TABLE IF NOT EXISTS `tblquoteitems` (
3804 `id` int(10) NOT NULL AUTO_INCREMENT,
3805 `quoteid` int(10) NOT NULL,
3806 `description` text COLLATE utf8_unicode_ci NOT NULL,
3807 `quantity` text COLLATE utf8_unicode_ci NOT NULL,
3808 `unitprice` decimal(10,2) NOT NULL,
3809 `discount` decimal(10,2) NOT NULL,
3810 `taxable` int(1) NOT NULL,
3811 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3812 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3813 PRIMARY KEY (`id`)
3814) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3815
3816-- --------------------------------------------------------
3817
3818--
3819-- Table structure for table `tblquotes`
3820--
3821
3822CREATE TABLE IF NOT EXISTS `tblquotes` (
3823 `id` int(10) NOT NULL AUTO_INCREMENT,
3824 `subject` text COLLATE utf8_unicode_ci NOT NULL,
3825 `stage` enum('Draft','Delivered','On Hold','Accepted','Lost','Dead') COLLATE utf8_unicode_ci NOT NULL,
3826 `validuntil` date NOT NULL,
3827 `userid` int(10) NOT NULL,
3828 `firstname` text COLLATE utf8_unicode_ci NOT NULL,
3829 `lastname` text COLLATE utf8_unicode_ci NOT NULL,
3830 `companyname` text COLLATE utf8_unicode_ci NOT NULL,
3831 `email` text COLLATE utf8_unicode_ci NOT NULL,
3832 `address1` text COLLATE utf8_unicode_ci NOT NULL,
3833 `address2` text COLLATE utf8_unicode_ci NOT NULL,
3834 `city` text COLLATE utf8_unicode_ci NOT NULL,
3835 `state` text COLLATE utf8_unicode_ci NOT NULL,
3836 `postcode` text COLLATE utf8_unicode_ci NOT NULL,
3837 `country` text COLLATE utf8_unicode_ci NOT NULL,
3838 `phonenumber` text COLLATE utf8_unicode_ci NOT NULL,
3839 `currency` int(10) NOT NULL,
3840 `subtotal` decimal(10,2) NOT NULL,
3841 `tax1` decimal(10,2) NOT NULL,
3842 `tax2` decimal(10,2) NOT NULL,
3843 `total` decimal(10,2) NOT NULL,
3844 `proposal` text COLLATE utf8_unicode_ci NOT NULL,
3845 `customernotes` text COLLATE utf8_unicode_ci NOT NULL,
3846 `adminnotes` text COLLATE utf8_unicode_ci NOT NULL,
3847 `datecreated` date NOT NULL,
3848 `lastmodified` date NOT NULL,
3849 `datesent` date NOT NULL,
3850 `dateaccepted` date NOT NULL,
3851 PRIMARY KEY (`id`)
3852) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;
3853
3854--
3855-- Dumping data for table `tblquotes`
3856--
3857
3858INSERT INTO `tblquotes` (`id`, `subject`, `stage`, `validuntil`, `userid`, `firstname`, `lastname`, `companyname`, `email`, `address1`, `address2`, `city`, `state`, `postcode`, `country`, `phonenumber`, `currency`, `subtotal`, `tax1`, `tax2`, `total`, `proposal`, `customernotes`, `adminnotes`, `datecreated`, `lastmodified`, `datesent`, `dateaccepted`) VALUES
3859(1, '', '', '2017-04-09', 5, '', '', '', '', '', '', '', '', '', '', '', 0, '0.00', '0.00', '0.00', '0.00', '', '', '', '2017-03-09', '2017-03-09', '0000-00-00', '0000-00-00');
3860
3861-- --------------------------------------------------------
3862
3863--
3864-- Table structure for table `tblregistrars`
3865--
3866
3867CREATE TABLE IF NOT EXISTS `tblregistrars` (
3868 `id` int(10) NOT NULL AUTO_INCREMENT,
3869 `registrar` text COLLATE utf8_unicode_ci NOT NULL,
3870 `setting` text COLLATE utf8_unicode_ci NOT NULL,
3871 `value` text COLLATE utf8_unicode_ci NOT NULL,
3872 PRIMARY KEY (`id`),
3873 KEY `registrar_setting` (`registrar`(32),`setting`(32))
3874) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
3875
3876--
3877-- Dumping data for table `tblregistrars`
3878--
3879
3880INSERT INTO `tblregistrars` (`id`, `registrar`, `setting`, `value`) VALUES
3881(1, 'email', 'Username', 'ron7KN/iEk1PJ/rddqvtv7LMKTs='),
3882(2, 'email', 'EmailAddress', 'Fe7t8OF71jf47AAu/dRVFT8NWNR59t7fLRsHor7ux+Jx32hdtNVQGynCETHkjoMjSw==');
3883
3884-- --------------------------------------------------------
3885
3886--
3887-- Table structure for table `tblrsakeypairs`
3888--
3889
3890CREATE TABLE IF NOT EXISTS `tblrsakeypairs` (
3891 `id` int(11) NOT NULL AUTO_INCREMENT,
3892 `identifier` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3893 `private_key` text COLLATE utf8_unicode_ci NOT NULL,
3894 `public_key` text COLLATE utf8_unicode_ci NOT NULL,
3895 `algorithm` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'RS256',
3896 `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3897 `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3898 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3899 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
3900 PRIMARY KEY (`id`)
3901) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3902
3903-- --------------------------------------------------------
3904
3905--
3906-- Table structure for table `tblservergroups`
3907--
3908
3909CREATE TABLE IF NOT EXISTS `tblservergroups` (
3910 `id` int(10) NOT NULL AUTO_INCREMENT,
3911 `name` text COLLATE utf8_unicode_ci NOT NULL,
3912 `filltype` int(1) NOT NULL,
3913 PRIMARY KEY (`id`)
3914) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3915
3916-- --------------------------------------------------------
3917
3918--
3919-- Table structure for table `tblservergroupsrel`
3920--
3921
3922CREATE TABLE IF NOT EXISTS `tblservergroupsrel` (
3923 `groupid` int(10) NOT NULL,
3924 `serverid` int(10) NOT NULL
3925) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3926
3927-- --------------------------------------------------------
3928
3929--
3930-- Table structure for table `tblservers`
3931--
3932
3933CREATE TABLE IF NOT EXISTS `tblservers` (
3934 `id` int(10) NOT NULL AUTO_INCREMENT,
3935 `name` text COLLATE utf8_unicode_ci NOT NULL,
3936 `ipaddress` text COLLATE utf8_unicode_ci NOT NULL,
3937 `assignedips` text COLLATE utf8_unicode_ci NOT NULL,
3938 `hostname` text COLLATE utf8_unicode_ci NOT NULL,
3939 `monthlycost` decimal(10,2) NOT NULL DEFAULT '0.00',
3940 `noc` text COLLATE utf8_unicode_ci NOT NULL,
3941 `statusaddress` text COLLATE utf8_unicode_ci NOT NULL,
3942 `nameserver1` text COLLATE utf8_unicode_ci NOT NULL,
3943 `nameserver1ip` text COLLATE utf8_unicode_ci NOT NULL,
3944 `nameserver2` text COLLATE utf8_unicode_ci NOT NULL,
3945 `nameserver2ip` text COLLATE utf8_unicode_ci NOT NULL,
3946 `nameserver3` text COLLATE utf8_unicode_ci NOT NULL,
3947 `nameserver3ip` text COLLATE utf8_unicode_ci NOT NULL,
3948 `nameserver4` text COLLATE utf8_unicode_ci NOT NULL,
3949 `nameserver4ip` text COLLATE utf8_unicode_ci NOT NULL,
3950 `nameserver5` text COLLATE utf8_unicode_ci NOT NULL,
3951 `nameserver5ip` text COLLATE utf8_unicode_ci NOT NULL,
3952 `maxaccounts` int(10) NOT NULL DEFAULT '0',
3953 `type` text COLLATE utf8_unicode_ci NOT NULL,
3954 `username` text COLLATE utf8_unicode_ci NOT NULL,
3955 `password` text COLLATE utf8_unicode_ci NOT NULL,
3956 `accesshash` text COLLATE utf8_unicode_ci NOT NULL,
3957 `secure` text COLLATE utf8_unicode_ci NOT NULL,
3958 `port` int(8) DEFAULT NULL,
3959 `active` int(1) NOT NULL,
3960 `disabled` int(1) NOT NULL,
3961 PRIMARY KEY (`id`)
3962) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
3963
3964--
3965-- Dumping data for table `tblservers`
3966--
3967
3968INSERT INTO `tblservers` (`id`, `name`, `ipaddress`, `assignedips`, `hostname`, `monthlycost`, `noc`, `statusaddress`, `nameserver1`, `nameserver1ip`, `nameserver2`, `nameserver2ip`, `nameserver3`, `nameserver3ip`, `nameserver4`, `nameserver4ip`, `nameserver5`, `nameserver5ip`, `maxaccounts`, `type`, `username`, `password`, `accesshash`, `secure`, `port`, `active`, `disabled`) VALUES
3969(1, 'CPanel', '107.178.115.105', '107.178.115.105', 'mint2.noc401.com', '25.00', 'GRA 1', '', 'ns1.noc39.com', '107.178.115.99', 'ns2.noc39.com', '107.178.115.100', '', '', '', '', '', '', 200, 'cpanel', 'relegat', 'UkELRitX6x/txTqSs/q891+O88JMZy9y/BMPnqXE63A=', 'dbb48b165beb2aa681dd4368b7cd8de3\r\nb156a3ea4edc2888840ed6b5ecab4da6\r\nb7d4ec2fb2900baa1a88f725c00bab22\r\nb7135b97b260e4234c3a95c4c3b7d921\r\n7636464524d4fe501f3b437d5d5902f3\r\n4168bf264c2b42375a2581d288feaec1\r\ne9aa85230a71a3132f87bc06374c602c\r\n9f28dc1f3d5608214c2b8dd05149a8f8\r\n7a5ae9651055d475526d888e9e9e748a\r\nde069345056f40f1d224c9319c5a9ddf\r\n34238273248dbe8ec5659f5e28969a77\r\ndf4c4df689beb4db3a354ba10833b727\r\n1f180546eaae41b0cefef87eb24f6df0\r\n2c81097c8f95f3fc4b337111ced48231\r\n8a9875ae365d6765ac481ac87c7b1810\r\n68847743c2b84daa6bf358a890cf636e\r\n8ead30dc6657e0df82efcdaadc834716\r\n43f156626847569adad7c1aeb4cdcf3a\r\n0f4d185643f3edd6c96da98f6c57fe3a\r\neb89de32ba99333b8e2bd3abd70865d0\r\n1f6a40346cefacfdc3be6f05960748ee\r\nfa898698b161c4805af80397142cd562\r\n1f0cb310d868c42d54302967ae63b9fb\r\n64823d3489920777281a0c5173d8880e\r\n9e16d5eb4c8b1657cff417b59dc932a2\r\n0d878d98edd73780b68547e17d21da3a\r\nd72f21f895fc0d39e41c72e8a06a7798\r\n1b17d6681a502450953bfe90895f45d0\r\n2c14096a4a35ca5e2ee217c89fffad7e\r\n5036f9e9a1c353fef56ff82fc8b7cd8c', 'on', NULL, 1, 0),
3970(2, 'TCAdmin', '193.70.107.62:8880', '', 'tca.featurednetwork.co.uk:8880', '0.00', '', '', '', '', '', '', '', '', '', '', '', '', 250, 'tcadmin2_advanced', 'admin', 'saTfhwzr6s45kZ3U6pezvtWJbsfVvO2l0JUnayvGC1U=', '', '', NULL, 1, 0),
3971(3, 'WHMCS', '', '', '', '0.00', '', '', '', '', '', '', '', '', '', '', '', '', 200, 'centovacast', '', '', '', '', NULL, 1, 0);
3972
3973-- --------------------------------------------------------
3974
3975--
3976-- Table structure for table `tblserversssoperms`
3977--
3978
3979CREATE TABLE IF NOT EXISTS `tblserversssoperms` (
3980 `id` int(10) NOT NULL AUTO_INCREMENT,
3981 `server_id` int(10) NOT NULL,
3982 `role_id` int(10) NOT NULL,
3983 PRIMARY KEY (`id`)
3984) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
3985
3986-- --------------------------------------------------------
3987
3988--
3989-- Table structure for table `tblsslorders`
3990--
3991
3992CREATE TABLE IF NOT EXISTS `tblsslorders` (
3993 `id` int(10) NOT NULL AUTO_INCREMENT,
3994 `userid` int(10) NOT NULL,
3995 `serviceid` int(10) NOT NULL,
3996 `remoteid` text COLLATE utf8_unicode_ci NOT NULL,
3997 `module` text COLLATE utf8_unicode_ci NOT NULL,
3998 `certtype` text COLLATE utf8_unicode_ci NOT NULL,
3999 `configdata` text COLLATE utf8_unicode_ci NOT NULL,
4000 `completiondate` datetime NOT NULL,
4001 `status` text COLLATE utf8_unicode_ci NOT NULL,
4002 PRIMARY KEY (`id`)
4003) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4004
4005-- --------------------------------------------------------
4006
4007--
4008-- Table structure for table `tbltask`
4009--
4010
4011CREATE TABLE IF NOT EXISTS `tbltask` (
4012 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
4013 `priority` int(11) NOT NULL DEFAULT '0',
4014 `class_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
4015 `is_enabled` tinyint(4) NOT NULL DEFAULT '1',
4016 `is_periodic` tinyint(4) NOT NULL DEFAULT '1',
4017 `frequency` int(10) unsigned NOT NULL DEFAULT '0',
4018 `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
4019 `description` text COLLATE utf8_unicode_ci NOT NULL,
4020 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4021 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4022 PRIMARY KEY (`id`)
4023) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ;
4024
4025--
4026-- Dumping data for table `tbltask`
4027--
4028
4029INSERT INTO `tbltask` (`id`, `priority`, `class_name`, `is_enabled`, `is_periodic`, `frequency`, `name`, `description`, `created_at`, `updated_at`) VALUES
4030(1, 1530, 'WHMCS\\Cron\\Task\\AddLateFees', 1, 1, 1440, 'Late Fees', 'Apply Late Fees', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4031(2, 1620, 'WHMCS\\Cron\\Task\\AffiliateCommissions', 1, 1, 1440, 'Delayed Affiliate Commissions', 'Process Delayed Affiliate Commissions', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4032(3, 1630, 'WHMCS\\Cron\\Task\\AffiliateReports', 1, 1, 43200, 'Affiliate Reports', 'Send Monthly Affiliate Reports', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4033(4, 1680, 'WHMCS\\Cron\\Task\\AutoClientStatusSync', 1, 1, 1440, 'Client Status Update', 'Synchronise Client Status', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4034(5, 1590, 'WHMCS\\Cron\\Task\\AutoTerminations', 1, 1, 1440, 'Overdue Terminations', 'Process Overdue Terminations', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4035(6, 1570, 'WHMCS\\Cron\\Task\\CancellationRequests', 1, 1, 1440, 'Cancellation Requests', 'Process Cancellation Requests', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4036(7, 2000, 'WHMCS\\Cron\\Task\\CheckForWhmcsUpdate', 1, 1, 480, 'WHMCS Updates', 'Check for WHMCS Software Updates', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4037(8, 1610, 'WHMCS\\Cron\\Task\\CloseInactiveTickets', 1, 1, 1440, 'Inactive Tickets', 'Auto Close Inactive Tickets', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4038(9, 1520, 'WHMCS\\Cron\\Task\\CreateInvoices', 1, 1, 1440, 'Invoices', 'Generate Invoices', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4039(10, 1650, 'WHMCS\\Cron\\Task\\CreditCardExpiryNotices', 1, 1, 43200, 'Credit Card Expiry Notices', 'Sending Credit Card Expiry Reminders', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4040(11, 1500, 'WHMCS\\Cron\\Task\\CurrencyUpdateExchangeRates', 1, 1, 1440, 'Currency Exchange Rates', 'Update Currency Exchange Rates', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4041(12, 1510, 'WHMCS\\Cron\\Task\\CurrencyUpdateProductPricing', 1, 1, 1440, 'Product Pricing Updates', 'Update Product Prices for Current Rates', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4042(13, 1560, 'WHMCS\\Cron\\Task\\DomainRenewalNotices', 1, 1, 1440, 'Domain Renewal Notices', 'Processing Domain Renewal Notices', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4043(14, 1640, 'WHMCS\\Cron\\Task\\EmailMarketer', 1, 1, 1440, 'Email Marketer Rules', 'Process Email Marketer Rules', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4044(15, 1600, 'WHMCS\\Cron\\Task\\FixedTermTerminations', 1, 1, 1440, 'Fixed Term Terminations', 'Process Fixed Term Terminations', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4045(16, 1550, 'WHMCS\\Cron\\Task\\InvoiceReminders', 1, 1, 1440, 'Invoice & Overdue Reminders', 'Generate daily reminders for unpaid and overdue invoice', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4046(17, 1670, 'WHMCS\\Cron\\Task\\OverageBilling', 1, 1, 43200, 'Overage Billing Charges', 'Process Overage Billing Charges', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4047(18, 1540, 'WHMCS\\Cron\\Task\\ProcessCreditCardPayments', 1, 1, 1440, 'Credit Card Charges', 'Process Credit Card Charges', '2016-11-02 16:59:20', '2016-11-02 16:59:20'),
4048(19, 1580, 'WHMCS\\Cron\\Task\\AutoSuspensions', 1, 1, 1440, 'Overdue Suspensions', 'Process Overdue Suspensions', '2016-11-02 16:59:21', '2016-11-02 16:59:21'),
4049(20, 1700, 'WHMCS\\Cron\\Task\\TicketEscalations', 1, 1, 3, 'Ticket Escalation Rules', 'Process and escalate tickets per any Escalation Rules', '2016-11-02 16:59:21', '2016-11-02 16:59:21'),
4050(21, 1690, 'WHMCS\\Cron\\Task\\UpdateDomainExpiryStatus', 1, 1, 1440, 'Domain Expiry', 'Update Domain Expiry Status', '2016-11-02 16:59:21', '2016-11-02 16:59:21'),
4051(22, 1660, 'WHMCS\\Cron\\Task\\UpdateServerUsage', 1, 1, 1440, 'Server Usage Stats', 'Updating Disk & Bandwidth Usage Stats', '2016-11-02 16:59:21', '2016-11-02 16:59:21');
4052
4053-- --------------------------------------------------------
4054
4055--
4056-- Table structure for table `tbltask_status`
4057--
4058
4059CREATE TABLE IF NOT EXISTS `tbltask_status` (
4060 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
4061 `task_id` int(10) unsigned NOT NULL,
4062 `in_progress` tinyint(4) NOT NULL DEFAULT '0',
4063 `last_run` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4064 `next_due` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4065 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4066 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4067 PRIMARY KEY (`id`)
4068) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ;
4069
4070--
4071-- Dumping data for table `tbltask_status`
4072--
4073
4074INSERT INTO `tbltask_status` (`id`, `task_id`, `in_progress`, `last_run`, `next_due`, `created_at`, `updated_at`) VALUES
4075(1, 1, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4076(2, 2, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4077(3, 3, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4078(4, 4, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4079(5, 5, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4080(6, 6, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4081(7, 7, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4082(8, 8, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4083(9, 9, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4084(10, 10, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4085(11, 11, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4086(12, 12, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4087(13, 13, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4088(14, 14, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4089(15, 15, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4090(16, 16, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4091(17, 17, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4092(18, 18, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:20', '2017-03-08 10:41:00'),
4093(19, 19, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:21', '2017-03-08 10:41:00'),
4094(20, 20, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:21', '2017-03-08 10:41:00'),
4095(21, 21, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:21', '2017-03-08 10:41:00'),
4096(22, 22, 0, '2017-03-08 10:41:00', '2016-11-02 16:59:23', '2016-11-02 16:59:21', '2017-03-08 10:41:00');
4097
4098-- --------------------------------------------------------
4099
4100--
4101-- Table structure for table `tbltax`
4102--
4103
4104CREATE TABLE IF NOT EXISTS `tbltax` (
4105 `id` int(10) NOT NULL AUTO_INCREMENT,
4106 `level` int(1) NOT NULL,
4107 `name` text COLLATE utf8_unicode_ci NOT NULL,
4108 `state` text COLLATE utf8_unicode_ci NOT NULL,
4109 `country` text COLLATE utf8_unicode_ci NOT NULL,
4110 `taxrate` decimal(10,2) NOT NULL,
4111 PRIMARY KEY (`id`),
4112 KEY `state_country` (`state`(32),`country`(2))
4113) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4114
4115-- --------------------------------------------------------
4116
4117--
4118-- Table structure for table `tblticketbreaklines`
4119--
4120
4121CREATE TABLE IF NOT EXISTS `tblticketbreaklines` (
4122 `id` int(10) NOT NULL AUTO_INCREMENT,
4123 `breakline` text COLLATE utf8_unicode_ci NOT NULL,
4124 PRIMARY KEY (`id`)
4125) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;
4126
4127--
4128-- Dumping data for table `tblticketbreaklines`
4129--
4130
4131INSERT INTO `tblticketbreaklines` (`id`, `breakline`) VALUES
4132(1, '> -----Original Message-----'),
4133(2, '----- Original Message -----'),
4134(3, '-----Original Message-----'),
4135(4, '<!-- Break Line -->'),
4136(5, '====== Please reply above this line ======'),
4137(6, '_____');
4138
4139-- --------------------------------------------------------
4140
4141--
4142-- Table structure for table `tblticketdepartments`
4143--
4144
4145CREATE TABLE IF NOT EXISTS `tblticketdepartments` (
4146 `id` int(10) NOT NULL AUTO_INCREMENT,
4147 `name` text COLLATE utf8_unicode_ci NOT NULL,
4148 `description` text COLLATE utf8_unicode_ci NOT NULL,
4149 `email` text COLLATE utf8_unicode_ci NOT NULL,
4150 `clientsonly` text COLLATE utf8_unicode_ci NOT NULL,
4151 `piperepliesonly` text COLLATE utf8_unicode_ci NOT NULL,
4152 `noautoresponder` text COLLATE utf8_unicode_ci NOT NULL,
4153 `hidden` text COLLATE utf8_unicode_ci NOT NULL,
4154 `order` int(1) NOT NULL,
4155 `host` text COLLATE utf8_unicode_ci NOT NULL,
4156 `port` text COLLATE utf8_unicode_ci NOT NULL,
4157 `login` text COLLATE utf8_unicode_ci NOT NULL,
4158 `password` text COLLATE utf8_unicode_ci NOT NULL,
4159 `feedback_request` tinyint(1) NOT NULL DEFAULT '0',
4160 PRIMARY KEY (`id`),
4161 KEY `name` (`name`(64))
4162) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4163
4164-- --------------------------------------------------------
4165
4166--
4167-- Table structure for table `tblticketescalations`
4168--
4169
4170CREATE TABLE IF NOT EXISTS `tblticketescalations` (
4171 `id` int(10) NOT NULL AUTO_INCREMENT,
4172 `name` text COLLATE utf8_unicode_ci NOT NULL,
4173 `departments` text COLLATE utf8_unicode_ci NOT NULL,
4174 `statuses` text COLLATE utf8_unicode_ci NOT NULL,
4175 `priorities` text COLLATE utf8_unicode_ci NOT NULL,
4176 `timeelapsed` int(5) NOT NULL,
4177 `newdepartment` text COLLATE utf8_unicode_ci NOT NULL,
4178 `newpriority` text COLLATE utf8_unicode_ci NOT NULL,
4179 `newstatus` text COLLATE utf8_unicode_ci NOT NULL,
4180 `flagto` text COLLATE utf8_unicode_ci NOT NULL,
4181 `notify` text COLLATE utf8_unicode_ci NOT NULL,
4182 `addreply` text COLLATE utf8_unicode_ci NOT NULL,
4183 `editor` enum('plain','markdown') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'plain',
4184 PRIMARY KEY (`id`)
4185) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4186
4187-- --------------------------------------------------------
4188
4189--
4190-- Table structure for table `tblticketfeedback`
4191--
4192
4193CREATE TABLE IF NOT EXISTS `tblticketfeedback` (
4194 `id` int(10) NOT NULL AUTO_INCREMENT,
4195 `ticketid` int(10) NOT NULL,
4196 `adminid` int(10) NOT NULL,
4197 `rating` int(2) NOT NULL,
4198 `comments` text COLLATE utf8_unicode_ci NOT NULL,
4199 `datetime` datetime NOT NULL,
4200 `ip` text COLLATE utf8_unicode_ci NOT NULL,
4201 PRIMARY KEY (`id`)
4202) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4203
4204-- --------------------------------------------------------
4205
4206--
4207-- Table structure for table `tblticketlog`
4208--
4209
4210CREATE TABLE IF NOT EXISTS `tblticketlog` (
4211 `id` int(10) NOT NULL AUTO_INCREMENT,
4212 `date` datetime NOT NULL,
4213 `tid` int(10) NOT NULL,
4214 `action` text COLLATE utf8_unicode_ci NOT NULL,
4215 PRIMARY KEY (`id`),
4216 KEY `tid` (`tid`)
4217) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4218
4219-- --------------------------------------------------------
4220
4221--
4222-- Table structure for table `tblticketmaillog`
4223--
4224
4225CREATE TABLE IF NOT EXISTS `tblticketmaillog` (
4226 `id` int(10) NOT NULL AUTO_INCREMENT,
4227 `date` datetime NOT NULL,
4228 `to` text COLLATE utf8_unicode_ci NOT NULL,
4229 `name` text COLLATE utf8_unicode_ci NOT NULL,
4230 `email` text COLLATE utf8_unicode_ci NOT NULL,
4231 `subject` text COLLATE utf8_unicode_ci NOT NULL,
4232 `message` text COLLATE utf8_unicode_ci NOT NULL,
4233 `status` text COLLATE utf8_unicode_ci NOT NULL,
4234 PRIMARY KEY (`id`)
4235) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4236
4237-- --------------------------------------------------------
4238
4239--
4240-- Table structure for table `tblticketnotes`
4241--
4242
4243CREATE TABLE IF NOT EXISTS `tblticketnotes` (
4244 `id` int(10) NOT NULL AUTO_INCREMENT,
4245 `ticketid` int(10) NOT NULL,
4246 `admin` text COLLATE utf8_unicode_ci NOT NULL,
4247 `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
4248 `message` text COLLATE utf8_unicode_ci NOT NULL,
4249 `attachments` text COLLATE utf8_unicode_ci NOT NULL,
4250 `editor` enum('plain','markdown') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'plain',
4251 PRIMARY KEY (`id`),
4252 KEY `ticketid_date` (`ticketid`,`date`)
4253) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4254
4255-- --------------------------------------------------------
4256
4257--
4258-- Table structure for table `tblticketpredefinedcats`
4259--
4260
4261CREATE TABLE IF NOT EXISTS `tblticketpredefinedcats` (
4262 `id` int(10) NOT NULL AUTO_INCREMENT,
4263 `parentid` int(10) NOT NULL DEFAULT '0',
4264 `name` text COLLATE utf8_unicode_ci NOT NULL,
4265 PRIMARY KEY (`id`),
4266 KEY `parentid_name` (`parentid`,`name`(64))
4267) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4268
4269-- --------------------------------------------------------
4270
4271--
4272-- Table structure for table `tblticketpredefinedreplies`
4273--
4274
4275CREATE TABLE IF NOT EXISTS `tblticketpredefinedreplies` (
4276 `id` int(10) NOT NULL AUTO_INCREMENT,
4277 `catid` int(10) NOT NULL,
4278 `name` text COLLATE utf8_unicode_ci NOT NULL,
4279 `reply` text COLLATE utf8_unicode_ci NOT NULL,
4280 PRIMARY KEY (`id`)
4281) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4282
4283-- --------------------------------------------------------
4284
4285--
4286-- Table structure for table `tblticketreplies`
4287--
4288
4289CREATE TABLE IF NOT EXISTS `tblticketreplies` (
4290 `id` int(10) NOT NULL AUTO_INCREMENT,
4291 `tid` int(10) NOT NULL,
4292 `userid` int(10) NOT NULL,
4293 `contactid` int(10) NOT NULL,
4294 `name` text COLLATE utf8_unicode_ci NOT NULL,
4295 `email` text COLLATE utf8_unicode_ci NOT NULL,
4296 `date` datetime NOT NULL,
4297 `message` text COLLATE utf8_unicode_ci NOT NULL,
4298 `admin` text COLLATE utf8_unicode_ci NOT NULL,
4299 `attachment` text COLLATE utf8_unicode_ci NOT NULL,
4300 `rating` int(5) NOT NULL,
4301 `editor` enum('plain','markdown') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'plain',
4302 PRIMARY KEY (`id`),
4303 KEY `tid_date` (`tid`,`date`)
4304) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4305
4306-- --------------------------------------------------------
4307
4308--
4309-- Table structure for table `tbltickets`
4310--
4311
4312CREATE TABLE IF NOT EXISTS `tbltickets` (
4313 `id` int(10) NOT NULL AUTO_INCREMENT,
4314 `tid` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
4315 `did` int(10) NOT NULL,
4316 `userid` int(10) NOT NULL,
4317 `contactid` int(10) NOT NULL,
4318 `name` text COLLATE utf8_unicode_ci NOT NULL,
4319 `email` text COLLATE utf8_unicode_ci NOT NULL,
4320 `cc` text COLLATE utf8_unicode_ci NOT NULL,
4321 `c` text COLLATE utf8_unicode_ci NOT NULL,
4322 `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
4323 `title` text COLLATE utf8_unicode_ci NOT NULL,
4324 `message` text COLLATE utf8_unicode_ci NOT NULL,
4325 `status` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
4326 `urgency` text COLLATE utf8_unicode_ci NOT NULL,
4327 `admin` text COLLATE utf8_unicode_ci NOT NULL,
4328 `attachment` text COLLATE utf8_unicode_ci NOT NULL,
4329 `lastreply` datetime NOT NULL,
4330 `flag` int(1) NOT NULL,
4331 `clientunread` int(1) NOT NULL,
4332 `adminunread` text COLLATE utf8_unicode_ci NOT NULL,
4333 `replyingadmin` int(1) NOT NULL,
4334 `replyingtime` datetime NOT NULL,
4335 `service` text COLLATE utf8_unicode_ci NOT NULL,
4336 `merged_ticket_id` int(11) NOT NULL DEFAULT '0',
4337 `editor` enum('plain','markdown') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'plain',
4338 PRIMARY KEY (`id`),
4339 KEY `tid_c` (`tid`,`c`(64)),
4340 KEY `userid` (`userid`),
4341 KEY `date` (`date`),
4342 KEY `did` (`did`),
4343 KEY `merged_ticket_id` (`merged_ticket_id`,`id`),
4344 KEY `status` (`status`)
4345) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4346
4347-- --------------------------------------------------------
4348
4349--
4350-- Table structure for table `tblticketspamfilters`
4351--
4352
4353CREATE TABLE IF NOT EXISTS `tblticketspamfilters` (
4354 `id` int(10) NOT NULL AUTO_INCREMENT,
4355 `type` enum('sender','subject','phrase') COLLATE utf8_unicode_ci NOT NULL,
4356 `content` text COLLATE utf8_unicode_ci NOT NULL,
4357 PRIMARY KEY (`id`),
4358 KEY `type` (`type`)
4359) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4360
4361-- --------------------------------------------------------
4362
4363--
4364-- Table structure for table `tblticketstatuses`
4365--
4366
4367CREATE TABLE IF NOT EXISTS `tblticketstatuses` (
4368 `id` int(10) NOT NULL AUTO_INCREMENT,
4369 `title` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
4370 `color` text COLLATE utf8_unicode_ci NOT NULL,
4371 `sortorder` int(2) NOT NULL,
4372 `showactive` int(1) NOT NULL,
4373 `showawaiting` int(1) NOT NULL,
4374 `autoclose` int(1) NOT NULL,
4375 PRIMARY KEY (`id`)
4376) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;
4377
4378--
4379-- Dumping data for table `tblticketstatuses`
4380--
4381
4382INSERT INTO `tblticketstatuses` (`id`, `title`, `color`, `sortorder`, `showactive`, `showawaiting`, `autoclose`) VALUES
4383(1, 'Open', '#779500', 1, 1, 1, 0),
4384(2, 'Answered', '#000000', 2, 1, 0, 1),
4385(3, 'Customer-Reply', '#ff6600', 3, 1, 1, 1),
4386(4, 'Closed', '#888888', 10, 0, 0, 0),
4387(5, 'On Hold', '#224488', 5, 1, 0, 0),
4388(6, 'In Progress', '#cc0000', 6, 1, 0, 0);
4389
4390-- --------------------------------------------------------
4391
4392--
4393-- Table structure for table `tbltickettags`
4394--
4395
4396CREATE TABLE IF NOT EXISTS `tbltickettags` (
4397 `id` int(10) NOT NULL AUTO_INCREMENT,
4398 `ticketid` int(10) NOT NULL,
4399 `tag` text COLLATE utf8_unicode_ci NOT NULL,
4400 PRIMARY KEY (`id`)
4401) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4402
4403-- --------------------------------------------------------
4404
4405--
4406-- Table structure for table `tblticket_watchers`
4407--
4408
4409CREATE TABLE IF NOT EXISTS `tblticket_watchers` (
4410 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
4411 `ticket_id` int(10) unsigned NOT NULL DEFAULT '0',
4412 `admin_id` int(10) unsigned NOT NULL DEFAULT '0',
4413 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4414 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4415 PRIMARY KEY (`id`),
4416 UNIQUE KEY `admin_ticket_unique` (`ticket_id`,`admin_id`)
4417) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
4418
4419-- --------------------------------------------------------
4420
4421--
4422-- Table structure for table `tbltlds`
4423--
4424
4425CREATE TABLE IF NOT EXISTS `tbltlds` (
4426 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
4427 `tld` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
4428 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4429 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
4430 PRIMARY KEY (`id`)
4431) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=927 ;
4432
4433--
4434-- Dumping data for table `tbltlds`
4435--
4436
4437INSERT INTO `tbltlds` (`id`, `tld`, `created_at`, `updated_at`) VALUES
4438(1, 'aaa.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4439(2, 'ab.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4440(3, 'abogado', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4441(4, 'abudhabi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4442(5, 'ac', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4443(6, 'aca.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4444(7, 'academy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4445(8, 'accountant', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4446(9, 'accountants', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4447(10, 'acct.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4448(11, 'aco', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4449(12, 'active', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4450(13, 'actor', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4451(14, 'adac', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4452(15, 'ads', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4453(16, 'adult', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4454(17, 'ae.org', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4455(18, 'africa', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4456(19, 'ag', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4457(20, 'agency', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4458(21, 'ah.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4459(22, 'airforce', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4460(23, 'alsace', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4461(24, 'am', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4462(25, 'amsterdam', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4463(26, 'analytics', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4464(27, 'and', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4465(28, 'apartments', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4466(29, 'app', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4467(30, 'aquitaine', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4468(31, 'ar.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4469(32, 'arab', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4470(33, 'archi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4471(34, 'architect', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4472(35, 'are', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4473(36, 'army', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4474(37, 'art', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4475(38, 'asia', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4476(39, 'associates', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4477(40, 'at', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4478(41, 'attorney', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4479(42, 'au', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4480(43, 'auction', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4481(44, 'audi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4482(45, 'audible', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4483(46, 'audio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4484(47, 'auto', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4485(48, 'autos', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4486(49, 'avocat.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4487(50, 'baby', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4488(51, 'band', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4489(52, 'bank', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4490(53, 'banque', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4491(54, 'bar', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4492(55, 'bar.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4493(56, 'barcelona', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4494(57, 'bargains', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4495(58, 'baseball', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4496(59, 'basketball', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4497(60, 'bauhaus', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4498(61, 'bayern', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4499(62, 'bbb', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4500(63, 'bc.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4501(64, 'be', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4502(65, 'beauty', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4503(66, 'beer', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4504(67, 'beknown', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4505(68, 'berlin', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4506(69, 'best', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4507(70, 'bet', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4508(71, 'bible', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4509(72, 'bid', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4510(73, 'bike', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4511(74, 'bingo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4512(75, 'bio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4513(76, 'biz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4514(77, 'bj.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4515(78, 'black', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4516(79, 'blackfriday', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4517(80, 'blog', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4518(81, 'blue', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4519(82, 'boats', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4520(83, 'bond', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4521(84, 'boo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4522(85, 'book', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4523(86, 'booking', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4524(87, 'boston', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4525(88, 'boutique', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4526(89, 'box', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4527(90, 'br.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4528(91, 'broadway', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4529(92, 'broker', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4530(93, 'brother', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4531(94, 'brussels', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4532(95, 'budapest', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4533(96, 'bugatti', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4534(97, 'build', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4535(98, 'builders', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4536(99, 'business', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4537(100, 'buy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4538(101, 'buzz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4539(102, 'bway', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4540(103, 'bz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4541(104, 'bzh', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4542(105, 'ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4543(106, 'cab', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4544(107, 'cafe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4545(108, 'cam', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4546(109, 'camera', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4547(110, 'camp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4548(111, 'capetown', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4549(112, 'capital', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4550(113, 'car', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4551(114, 'cards', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4552(115, 'care', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4553(116, 'career', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4554(117, 'careers', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4555(118, 'cars', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4556(119, 'casa', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4557(120, 'cash', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4558(121, 'casino', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4559(122, 'catalonia', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4560(123, 'catering', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4561(124, 'catholic', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4562(125, 'cc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4563(126, 'center', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4564(127, 'ceo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4565(128, 'cfd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4566(129, 'ch', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4567(130, 'charity', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4568(131, 'chat', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4569(132, 'cheap', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4570(133, 'chesapeake', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4571(134, 'chk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4572(135, 'christmas', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4573(136, 'church', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4574(137, 'city', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4575(138, 'cityeats', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4576(139, 'claims', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4577(140, 'cleaning', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4578(141, 'click', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4579(142, 'clinic', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4580(143, 'clothing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4581(144, 'cloud', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4582(145, 'club', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4583(146, 'cm', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4584(147, 'cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4585(148, 'cn.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4586(149, 'co', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4587(150, 'co.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4588(151, 'co.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4589(152, 'co.nz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4590(153, 'co.uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4591(154, 'coach', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4592(155, 'codes', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4593(156, 'coffee', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4594(157, 'college', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4595(158, 'cologne', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4596(159, 'com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4597(160, 'com.ag', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4598(161, 'com.au', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4599(162, 'com.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4600(163, 'com.co', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4601(164, 'com.de', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4602(165, 'com.es', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4603(166, 'com.mx', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4604(167, 'com.pe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4605(168, 'com.pl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4606(169, 'com.sc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4607(170, 'com.sg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4608(171, 'com.tw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4609(172, 'community', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4610(173, 'company', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4611(174, 'compare', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4612(175, 'computer', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4613(176, 'comsec', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4614(177, 'condos', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4615(178, 'construction', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4616(179, 'consulting', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4617(180, 'contact', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4618(181, 'contractors', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4619(182, 'cooking', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4620(183, 'cookingchannel', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4621(184, 'cool', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4622(185, 'corp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4623(186, 'corsica', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4624(187, 'country', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4625(188, 'coupon', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4626(189, 'coupons', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4627(190, 'courses', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4628(191, 'cpa', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4629(192, 'cpa.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4630(193, 'cq.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4631(194, 'credit', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4632(195, 'creditcard', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4633(196, 'creditunion', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4634(197, 'cricket', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4635(198, 'cruise', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4636(199, 'cruises', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4637(200, 'cymru', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4638(201, 'cyou', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4639(202, 'dad', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4640(203, 'dance', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4641(204, 'data', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4642(205, 'date', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4643(206, 'dating', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4644(207, 'day', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4645(208, 'dds', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4646(209, 'de', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4647(210, 'de.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4648(211, 'deal', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4649(212, 'deals', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4650(213, 'degree', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4651(214, 'delivery', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4652(215, 'democrat', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4653(216, 'dental', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4654(217, 'dentist', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4655(218, 'desi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4656(219, 'design', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4657(220, 'diamonds', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4658(221, 'diet', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4659(222, 'digital', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4660(223, 'direct', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4661(224, 'directory', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4662(225, 'discount', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4663(226, 'diy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4664(227, 'docs', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4665(228, 'doctor', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4666(229, 'dog', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4667(230, 'doha', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4668(231, 'domains', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4669(232, 'dot', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4670(233, 'dotafrica', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4671(234, 'download', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4672(235, 'dubai', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4673(236, 'durban', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4674(237, 'dvr', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4675(238, 'earth', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4676(239, 'eat', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4677(240, 'eco', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4678(241, 'ecom', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4679(242, 'edeka', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4680(243, 'education', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4681(244, 'email', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4682(245, 'energy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4683(246, 'eng.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4684(247, 'engineer', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4685(248, 'engineering', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4686(249, 'enterprises', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4687(250, 'epost', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4688(251, 'equipment', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4689(252, 'es', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4690(253, 'esq', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4691(254, 'est', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4692(255, 'estate', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4693(256, 'eu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4694(257, 'eu.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4695(258, 'eus', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4696(259, 'events', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4697(260, 'exchange', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4698(261, 'expert', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4699(262, 'exposed', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4700(263, 'express', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4701(264, 'fail', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4702(265, 'faith', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4703(266, 'family', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4704(267, 'fan', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4705(268, 'fans', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4706(269, 'farm', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4707(270, 'fashion', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4708(271, 'feedback', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4709(272, 'film', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4710(273, 'final', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4711(274, 'finance', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4712(275, 'financial', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4713(276, 'financialaid', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4714(277, 'firm.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4715(278, 'fish', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4716(279, 'fishing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4717(280, 'fit', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4718(281, 'fitness', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4719(282, 'fj.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4720(283, 'flights', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4721(284, 'florist', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4722(285, 'flowers', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4723(286, 'fly', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4724(287, 'fm', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4725(288, 'foo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4726(289, 'food', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4727(290, 'football', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4728(291, 'forsale', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4729(292, 'forum', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4730(293, 'foundation', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4731(294, 'fr', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4732(295, 'free', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4733(296, 'frl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4734(297, 'fun', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4735(298, 'fund', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4736(299, 'furniture', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4737(300, 'futbol', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4738(301, 'fyi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4739(302, 'gal', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4740(303, 'gallery', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4741(304, 'game', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4742(305, 'games', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4743(306, 'garden', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4744(307, 'gay', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4745(308, 'gb.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4746(309, 'gb.net', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4747(310, 'gd.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4748(311, 'gea', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4749(312, 'gen.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4750(313, 'gent', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4751(314, 'gift', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4752(315, 'gifts', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4753(316, 'gives', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4754(317, 'giving', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4755(318, 'glass', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4756(319, 'glean', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4757(320, 'global', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4758(321, 'gmbh', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4759(322, 'gold', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4760(323, 'golf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4761(324, 'goo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4762(325, 'gop', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4763(326, 'gr.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4764(327, 'graphics', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4765(328, 'gratis', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4766(329, 'gree', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4767(330, 'green', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4768(331, 'gripe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4769(332, 'grocery', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4770(333, 'group', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4771(334, 'gs', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4772(335, 'gs.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4773(336, 'guide', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4774(337, 'guitars', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4775(338, 'guru', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4776(339, 'gx.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4777(340, 'gz.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4778(341, 'ha.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4779(342, 'hair', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4780(343, 'halal', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4781(344, 'hamburg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4782(345, 'haus', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4783(346, 'hb.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4784(347, 'he.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4785(348, 'health', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4786(349, 'healthcare', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4787(350, 'heart', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4788(351, 'help', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4789(352, 'helsinki', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4790(353, 'here', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4791(354, 'hi.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4792(355, 'hiphop', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4793(356, 'hiv', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4794(357, 'hk.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4795(358, 'hl.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4796(359, 'hn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4797(360, 'hn.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4798(361, 'hockey', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4799(362, 'holdings', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4800(363, 'holiday', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4801(364, 'home', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4802(365, 'homes', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4803(366, 'horse', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4804(367, 'hospital', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4805(368, 'host', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4806(369, 'hosting', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4807(370, 'hot', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4808(371, 'hotel', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4809(372, 'hotels', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4810(373, 'house', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4811(374, 'how', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4812(375, 'hu.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4813(376, 'icu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4814(377, 'idn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4815(378, 'idv.tw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4816(379, 'ieee', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4817(380, 'ikano', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4818(381, 'immo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4819(382, 'immobilien', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4820(383, 'in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4821(384, 'inc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4822(385, 'ind.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4823(386, 'indians', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4824(387, 'industries', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4825(388, 'info', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4826(389, 'info.pl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4827(390, 'ing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4828(391, 'ink', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4829(392, 'institute', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4830(393, 'insurance', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4831(394, 'insure', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4832(395, 'international', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4833(396, 'investments', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4834(397, 'io', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4835(398, 'ira', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4836(399, 'irish', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4837(400, 'islam', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4838(401, 'ismaili', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4839(402, 'ist', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4840(403, 'istanbul', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4841(404, 'it', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4842(405, 'jetzt', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4843(406, 'jewelry', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4844(407, 'jobs', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4845(408, 'joburg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4846(409, 'jp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4847(410, 'jpn.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4848(411, 'js.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4849(412, 'juegos', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4850(413, 'jur.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4851(414, 'justforu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4852(415, 'jx.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4853(416, 'kaufen', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4854(417, 'kid', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4855(418, 'kids', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4856(419, 'kids.us', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4857(420, 'kim', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4858(421, 'kitchen', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4859(422, 'kiwi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4860(423, 'koeln', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4861(424, 'kosher', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4862(425, 'kr.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4863(426, 'kyoto', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4864(427, 'la', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4865(428, 'lamborghini', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4866(429, 'land', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4867(430, 'lat', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4868(431, 'latino', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4869(432, 'law', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4870(433, 'law.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4871(434, 'lawyer', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4872(435, 'lds', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4873(436, 'lease', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4874(437, 'leclerc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4875(438, 'legal', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4876(439, 'lgbt', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4877(440, 'li', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4878(441, 'life', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4879(442, 'lifeinsurance', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4880(443, 'lifestyle', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4881(444, 'lighting', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4882(445, 'limited', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4883(446, 'limo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4884(447, 'link', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4885(448, 'live', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4886(449, 'living', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4887(450, 'llc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4888(451, 'llp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4889(452, 'ln.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4890(453, 'loan', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4891(454, 'loans', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4892(455, 'lol', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4893(456, 'london', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4894(457, 'lotto', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4895(458, 'love', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4896(459, 'ltd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4897(460, 'ltd.uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4898(461, 'luxe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4899(462, 'luxury', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4900(463, 'madrid', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4901(464, 'mail', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4902(465, 'maison', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4903(466, 'management', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4904(467, 'map', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4905(468, 'market', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4906(469, 'marketing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4907(470, 'markets', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4908(471, 'mb.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4909(472, 'mba', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4910(473, 'me', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4911(474, 'me.uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4912(475, 'med', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4913(476, 'med.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4914(477, 'media', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4915(478, 'medical', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4916(479, 'meet', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4917(480, 'melbourne', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4918(481, 'meme', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4919(482, 'memorial', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4920(483, 'men', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4921(484, 'menu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4922(485, 'merck', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4923(486, 'miami', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4924(487, 'mls', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4925(488, 'mma', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4926(489, 'mn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4927(490, 'mo.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4928(491, 'mobi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4929(492, 'mobile', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4930(493, 'mobily', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4931(494, 'moda', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4932(495, 'moe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4933(496, 'mom', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4934(497, 'money', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4935(498, 'mormon', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4936(499, 'mortgage', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4937(500, 'moscow', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4938(501, 'moto', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4939(502, 'motorcycles', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4940(503, 'mov', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4941(504, 'movie', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4942(505, 'mozaic', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4943(506, 'ms', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4944(507, 'msd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4945(508, 'music', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4946(509, 'mutual', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4947(510, 'mutualfunds', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4948(511, 'nagoya', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4949(512, 'name', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4950(513, 'navy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4951(514, 'nb.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4952(515, 'nba', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4953(516, 'net', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4954(517, 'net.ag', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4955(518, 'net.au', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4956(519, 'net.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4957(520, 'net.co', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4958(521, 'net.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4959(522, 'net.nz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4960(523, 'net.pe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4961(524, 'net.pl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4962(525, 'net.sc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4963(526, 'network', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4964(527, 'new', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4965(528, 'news', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4966(529, 'nf.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4967(530, 'ngo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4968(531, 'ninja', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4969(532, 'nl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4970(533, 'nl.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4971(534, 'nm.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4972(535, 'no.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4973(536, 'nom.co', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4974(537, 'nom.es', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4975(538, 'nom.pe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4976(539, 'notes:', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4977(540, 'now', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4978(541, 'nowruz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4979(542, 'nrw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4980(543, 'ns.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4981(544, 'nt.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4982(545, 'nu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4983(546, 'nu.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4984(547, 'nx.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4985(548, 'nyc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4986(549, 'okinawa', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4987(550, 'on.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4988(551, 'one', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4989(552, 'ong', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4990(553, 'onl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4991(554, 'online', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4992(555, 'ooo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4993(556, 'org', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4994(557, 'org.ag', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4995(558, 'org.au', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4996(559, 'org.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4997(560, 'org.es', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4998(561, 'org.in', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
4999(562, 'org.nz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5000(563, 'org.pe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5001(564, 'org.pl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5002(565, 'org.sc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5003(566, 'org.tw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5004(567, 'org.uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5005(568, 'organic', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5006(569, 'origins', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5007(570, 'osaka', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5008(571, 'ovh', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5009(572, 'paris', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5010(573, 'pars', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5011(574, 'partners', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5012(575, 'parts', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5013(576, 'party', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5014(577, 'patagonia', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5015(578, 'pay', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5016(579, 'pe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5017(580, 'pe.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5018(581, 'persiangulf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5019(582, 'pet', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5020(583, 'pets', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5021(584, 'pharmacy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5022(585, 'phd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5023(586, 'phone', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5024(587, 'photo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5025(588, 'photography', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5026(589, 'photos', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5027(590, 'physio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5028(591, 'pics', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5029(592, 'pictures', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5030(593, 'pid', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5031(594, 'pink', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5032(595, 'pizza', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5033(596, 'pl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5034(597, 'place', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5035(598, 'play', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5036(599, 'plc.uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5037(600, 'plumbing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5038(601, 'plus', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5039(602, 'poker', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5040(603, 'porn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5041(604, 'press', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5042(605, 'pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5043(606, 'productions', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5044(607, 'prof', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5045(608, 'promo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5046(609, 'properties', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5047(610, 'property', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5048(611, 'pub', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5049(612, 'pw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5050(613, 'qc.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5051(614, 'qc.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5052(615, 'qh.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5053(616, 'qpon', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5054(617, 'quebec', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5055(618, 'racing', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5056(619, 'radio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5057(620, 'realestate', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5058(621, 'realtor', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5059(622, 'realty', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5060(623, 'recht.pro', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5061(624, 'recipes', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5062(625, 'red', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5063(626, 'rehab', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5064(627, 'reise', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5065(628, 'reisen', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5066(629, 'reit', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5067(630, 'ren', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5068(631, 'rent', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5069(632, 'rentals', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5070(633, 'repair', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5071(634, 'report', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5072(635, 'republican', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5073(636, 'rest', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5074(637, 'restaurant', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5075(638, 'review', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5076(639, 'reviews', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5077(640, 'rich', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5078(641, 'rio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5079(642, 'rip', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5080(643, 'rocks', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5081(644, 'rodeo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5082(645, 'roma', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5083(646, 'rsvp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5084(647, 'ru.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5085(648, 'rugby', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5086(649, 'ruhr', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5087(650, 'run', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5088(651, 'ryukyu', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5089(652, 'sa.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5090(653, 'saarland', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5091(654, 'safe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5092(655, 'safety', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5093(656, 'sale', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5094(657, 'salon', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5095(658, 'sarl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5096(659, 'sas', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5097(660, 'save', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5098(661, 'sc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5099(662, 'sc.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5100(663, 'scholarships', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5101(664, 'school', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5102(665, 'schule', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5103(666, 'science', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5104(667, 'scot', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5105(668, 'sd.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5106(669, 'se.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5107(670, 'se.net', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5108(671, 'search', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5109(672, 'secure', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5110(673, 'security', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5111(674, 'seek', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5112(675, 'services', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5113(676, 'sex', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5114(677, 'sexy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5115(678, 'sg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5116(679, 'sh', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5117(680, 'sh.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5118(681, 'shia', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5119(682, 'shiksha', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5120(683, 'shoes', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5121(684, 'shop', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5122(685, 'shopping', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5123(686, 'shopyourway', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5124(687, 'show', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5125(688, 'singles', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5126(689, 'site', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5127(690, 'sk.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5128(691, 'ski', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5129(692, 'skin', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5130(693, 'sn.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5131(694, 'soccer', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5132(695, 'social', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5133(696, 'software', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5134(697, 'solar', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5135(698, 'solutions', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5136(699, 'soy', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5137(700, 'spa', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5138(701, 'space', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5139(702, 'sport', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5140(703, 'sports', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5141(704, 'spot', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5142(705, 'spreadbetting', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5143(706, 'srl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5144(707, 'stada', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5145(708, 'stockholm', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5146(709, 'storage', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5147(710, 'store', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5148(711, 'stroke', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5149(712, 'studio', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5150(713, 'study', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5151(714, 'style', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5152(715, 'sucks', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5153(716, 'supplies', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5154(717, 'supply', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5155(718, 'support', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5156(719, 'surf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5157(720, 'surgery', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5158(721, 'swiss', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5159(722, 'sx.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5160(723, 'sydney', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5161(724, 'systems', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5162(725, 'taipei', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5163(726, 'tatar', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5164(727, 'tattoo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5165(728, 'tax', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5166(729, 'taxi', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5167(730, 'tc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5168(731, 'team', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5169(732, 'tech', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5170(733, 'technology', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5171(734, 'tel', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5172(735, 'tennis', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5173(736, 'thai', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5174(737, 'theater', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5175(738, 'theatre', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5176(739, 'tickets', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5177(740, 'tienda', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5178(741, 'tips', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5179(742, 'tires', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5180(743, 'tirol', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5181(744, 'tj.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5182(745, 'tk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5183(746, 'tm', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5184(747, 'today', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5185(748, 'tokyo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5186(749, 'tools', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5187(750, 'top', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5188(751, 'tour', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5189(752, 'tours', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5190(753, 'town', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5191(754, 'toys', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5192(755, 'trade', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5193(756, 'trading', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5194(757, 'training', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5195(758, 'translations', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5196(759, 'trust', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5197(760, 'tube', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5198(761, 'tv', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5199(762, 'tw', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5200(763, 'tw.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5201(764, 'uk', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5202(765, 'uk.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5203(766, 'uk.net', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5204(767, 'university', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5205(768, 'uno', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5206(769, 'us', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5207(770, 'us.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5208(771, 'us.org', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5209(772, 'uy.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5210(773, 'vacations', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5211(774, 'vana', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5212(775, 'vc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5213(776, 'vegas', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5214(777, 'ventures', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5215(778, 'versicherung', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5216(779, 'vet', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5217(780, 'vg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5218(781, 'viajes', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5219(782, 'video', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5220(783, 'villas', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5221(784, 'vin', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5222(785, 'vip', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5223(786, 'vision', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5224(787, 'vlaanderen', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5225(788, 'vodka', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5226(789, 'vote', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5227(790, 'voting', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5228(791, 'voto', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5229(792, 'voyage', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5230(793, 'wales', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5231(794, 'wang', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5232(795, 'watch', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5233(796, 'watches', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5234(797, 'weather', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5235(798, 'web', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5236(799, 'web.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5237(800, 'webcam', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5238(801, 'webs', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5239(802, 'website', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5240(803, 'wed', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5241(804, 'wedding', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5242(805, 'weibo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5243(806, 'whoswho', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5244(807, 'wien', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5245(808, 'wiki', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5246(809, 'win', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5247(810, 'wine', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5248(811, 'winners', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5249(812, 'work', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5250(813, 'works', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5251(814, 'world', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5252(815, 'wow', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5253(816, 'ws', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5254(817, 'wtf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5255(818, 'xin', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5256(819, 'xj.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5257(820, 'xn--11b4c3d', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5258(821, 'xn--1ck2e1b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5259(822, 'xn--1qqw23a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5260(823, 'xn--30rr7y', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5261(824, 'xn--3bst00m', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5262(825, 'xn--3ds443g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5263(826, 'xn--3pxu8k', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5264(827, 'xn--42c2d9a', '2017-03-08 10:41:00', '2017-03-08 10:41:00');
5265INSERT INTO `tbltlds` (`id`, `tld`, `created_at`, `updated_at`) VALUES
5266(828, 'xn--45q11c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5267(829, 'xn--4gbrim', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5268(830, 'xn--4gq48lf9j', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5269(831, 'xn--55qw42g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5270(832, 'xn--55qx5d', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5271(833, 'xn--5tzm5g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5272(834, 'xn--6frz82g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5273(835, 'xn--6qq986b3xl', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5274(836, 'xn--6rtwn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5275(837, 'xn--80adxhks', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5276(838, 'xn--80aqecdr1a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5277(839, 'xn--80asehdb', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5278(840, 'xn--80aswg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5279(841, 'xn--8y0a063a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5280(842, 'xn--9et52u', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5281(843, 'xn--9krt00a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5282(844, 'xn--b4w605ferd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5283(845, 'xn--c1avg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5284(846, 'xn--c1yn36f', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5285(847, 'xn--c2br7g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5286(848, 'xn--cck2b3b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5287(849, 'xn--cckwcxetd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5288(850, 'xn--cg4bki', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5289(851, 'xn--czr694b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5290(852, 'xn--czrs0t', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5291(853, 'xn--czru2d', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5292(854, 'xn--d1acj3b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5293(855, 'xn--dkwm73cwpn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5294(856, 'xn--eckvdtc9d', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5295(857, 'xn--efvy88h', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5296(858, 'xn--estv75g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5297(859, 'xn--fct429k', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5298(860, 'xn--fes124c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5299(861, 'xn--fhbei', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5300(862, 'xn--fiq228c5hs', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5301(863, 'xn--fiq64b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5302(864, 'xn--fjq720a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5303(865, 'xn--flw351e', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5304(866, 'xn--g2xx48c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5305(867, 'xn--gckr3f0f', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5306(868, 'xn--gk3at1e', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5307(869, 'xn--hdb9cza1b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5308(870, 'xn--hxt814e', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5309(871, 'xn--i1b6b1a6a2e', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5310(872, 'xn--imr513n', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5311(873, 'xn--io0a7i', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5312(874, 'xn--j1aef', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5313(875, 'xn--jlq480n2rg', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5314(876, 'xn--jlq61u9w7b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5315(877, 'xn--jvr189m', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5316(878, 'xn--kpu716f', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5317(879, 'xn--kput3i', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5318(880, 'xn--mgba3a3ejt', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5319(881, 'xn--mgbaakc7dvf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5320(882, 'xn--mgbab2bd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5321(883, 'xn--mgbb9fbpob', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5322(884, 'xn--mgbca7dzdo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5323(885, 'xn--mgbi4ecexp', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5324(886, 'xn--mgbt3dhd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5325(887, 'xn--mgbv6cfpo', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5326(888, 'xn--mk1bu44c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5327(889, 'xn--mxtq1m', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5328(890, 'xn--ngbc5azd', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5329(891, 'xn--ngbe9e0a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5330(892, 'xn--ngbrx', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5331(893, 'xn--nqv7f', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5332(894, 'xn--nyqy26a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5333(895, 'xn--otu796d', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5334(896, 'xn--p1acf', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5335(897, 'xn--pbt977c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5336(898, 'xn--pgb3ceoj', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5337(899, 'xn--pssy2u', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5338(900, 'xn--q9jyb4c', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5339(901, 'xn--qcka1pmc', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5340(902, 'xn--rhqv96g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5341(903, 'xn--rovu88b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5342(904, 'xn--ses554g', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5343(905, 'xn--t60b56a', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5344(906, 'xn--tckwe', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5345(907, 'xn--tiq49xqyj', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5346(908, 'xn--unup4y', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5347(909, 'xn--vhquv', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5348(910, 'xn--vuq861b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5349(911, 'xn--w4rs40l', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5350(912, 'xn--xhq521b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5351(913, 'xn--zfr164b', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5352(914, 'xxx', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5353(915, 'xyz', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5354(916, 'xz.cn', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5355(917, 'yachts', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5356(918, 'yk.ca', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5357(919, 'yoga', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5358(920, 'yokohama', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5359(921, 'you', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5360(922, 'za.com', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5361(923, 'zip', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5362(924, 'zone', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5363(925, 'zuerich', '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5364(926, 'zulu', '2017-03-08 10:41:00', '2017-03-08 10:41:00');
5365
5366-- --------------------------------------------------------
5367
5368--
5369-- Table structure for table `tbltld_categories`
5370--
5371
5372CREATE TABLE IF NOT EXISTS `tbltld_categories` (
5373 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
5374 `category` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
5375 `is_primary` tinyint(1) NOT NULL DEFAULT '0',
5376 `display_order` int(11) DEFAULT NULL,
5377 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
5378 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
5379 PRIMARY KEY (`id`)
5380) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=28 ;
5381
5382--
5383-- Dumping data for table `tbltld_categories`
5384--
5385
5386INSERT INTO `tbltld_categories` (`id`, `category`, `is_primary`, `display_order`, `created_at`, `updated_at`) VALUES
5387(1, 'gTLD', 1, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5388(2, 'Specialty', 1, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5389(3, 'Sponsored', 1, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5390(4, 'ccTLD', 1, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5391(5, 'Services', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5392(6, 'Geographic', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5393(7, 'Geography', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5394(8, 'Education', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5395(9, 'Popular', 1, 0, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5396(10, 'Money and Finance', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5397(11, 'Featured', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5398(12, 'Community', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5399(13, 'Identity and Lifestyle', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5400(14, 'Arts and Entertainment', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5401(15, 'Business', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5402(16, 'Adult', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5403(17, 'Novelty', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5404(18, 'Real Estate', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5405(19, 'Technology', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5406(20, 'Other', 1, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5407(21, 'Shopping', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5408(22, 'Interest', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5409(23, 'Food and Drink', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5410(24, 'Sports', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5411(25, 'Leisure and Recreation', 0, NULL, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5412(26, 'WatchList', 1, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5413(27, 'IDN', 1, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00');
5414
5415-- --------------------------------------------------------
5416
5417--
5418-- Table structure for table `tbltld_category_pivot`
5419--
5420
5421CREATE TABLE IF NOT EXISTS `tbltld_category_pivot` (
5422 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
5423 `tld_id` int(11) NOT NULL,
5424 `category_id` int(11) NOT NULL,
5425 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
5426 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
5427 PRIMARY KEY (`id`),
5428 KEY `tbltld_category_pivot_tld_id_index` (`tld_id`),
5429 KEY `tbltld_category_pivot_category_id_index` (`category_id`)
5430) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1937 ;
5431
5432--
5433-- Dumping data for table `tbltld_category_pivot`
5434--
5435
5436INSERT INTO `tbltld_category_pivot` (`id`, `tld_id`, `category_id`, `created_at`, `updated_at`) VALUES
5437(1, 1, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5438(2, 1, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5439(3, 1, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5440(4, 2, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5441(5, 3, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5442(6, 4, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5443(7, 5, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5444(8, 5, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5445(9, 6, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5446(10, 6, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5447(11, 6, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5448(12, 7, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5449(13, 7, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5450(14, 7, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5451(15, 8, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5452(16, 8, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5453(17, 9, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5454(18, 9, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5455(19, 9, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5456(20, 9, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5457(21, 10, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5458(22, 10, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5459(23, 10, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5460(24, 11, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5461(25, 12, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5462(26, 13, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5463(27, 13, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5464(28, 13, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5465(29, 13, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5466(30, 14, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5467(31, 15, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5468(32, 16, 16, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5469(33, 17, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5470(34, 18, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5471(35, 19, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5472(36, 20, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5473(37, 20, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5474(38, 20, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5475(39, 21, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5476(40, 22, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5477(41, 22, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5478(42, 23, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5479(43, 24, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5480(44, 24, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5481(45, 24, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5482(46, 25, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5483(47, 26, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5484(48, 27, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5485(49, 28, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5486(50, 28, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5487(51, 28, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5488(52, 29, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5489(53, 29, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5490(54, 29, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5491(55, 30, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5492(56, 31, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5493(57, 31, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5494(58, 32, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5495(59, 33, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5496(60, 33, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5497(61, 33, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5498(62, 34, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5499(63, 34, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5500(64, 35, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5501(65, 36, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5502(66, 36, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5503(67, 37, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5504(68, 37, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5505(69, 37, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5506(70, 38, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5507(71, 38, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5508(72, 38, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5509(73, 38, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5510(74, 39, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5511(75, 39, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5512(76, 39, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5513(77, 39, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5514(78, 40, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5515(79, 40, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5516(80, 41, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5517(81, 41, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5518(82, 42, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5519(83, 43, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5520(84, 43, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5521(85, 44, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5522(86, 45, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5523(87, 46, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5524(88, 46, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5525(89, 46, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5526(90, 47, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5527(91, 47, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5528(92, 47, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5529(93, 48, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5530(94, 48, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5531(95, 49, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5532(96, 49, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5533(97, 49, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5534(98, 50, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5535(99, 50, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5536(100, 51, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5537(101, 51, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5538(102, 51, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5539(103, 52, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5540(104, 52, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5541(105, 52, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5542(106, 53, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5543(107, 53, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5544(108, 54, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5545(109, 54, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5546(110, 54, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5547(111, 54, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5548(112, 54, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5549(113, 55, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5550(114, 55, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5551(115, 55, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5552(116, 56, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5553(117, 56, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5554(118, 57, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5555(119, 57, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5556(120, 57, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5557(121, 58, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5558(122, 58, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5559(123, 58, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5560(124, 59, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5561(125, 59, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5562(126, 59, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5563(127, 60, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5564(128, 61, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5565(129, 62, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5566(130, 63, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5567(131, 64, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5568(132, 64, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5569(133, 65, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5570(134, 65, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5571(135, 66, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5572(136, 67, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5573(137, 68, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5574(138, 68, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5575(139, 69, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5576(140, 69, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5577(141, 69, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5578(142, 70, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5579(143, 70, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5580(144, 71, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5581(145, 72, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5582(146, 72, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5583(147, 72, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5584(148, 72, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5585(149, 73, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5586(150, 73, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5587(151, 73, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5588(152, 74, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5589(153, 74, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5590(154, 75, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5591(155, 76, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5592(156, 76, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5593(157, 77, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5594(158, 78, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5595(159, 78, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5596(160, 79, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5597(161, 79, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5598(162, 79, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5599(163, 80, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5600(164, 80, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5601(165, 80, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5602(166, 81, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5603(167, 81, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5604(168, 81, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5605(169, 82, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5606(170, 82, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5607(171, 83, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5608(172, 84, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5609(173, 85, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5610(174, 85, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5611(175, 85, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5612(176, 86, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5613(177, 87, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5614(178, 88, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5615(179, 88, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5616(180, 88, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5617(181, 89, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5618(182, 90, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5619(183, 90, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5620(184, 91, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5621(185, 91, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5622(186, 91, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5623(187, 91, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5624(188, 92, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5625(189, 92, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5626(190, 92, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5627(191, 93, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5628(192, 94, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5629(193, 95, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5630(194, 96, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5631(195, 97, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5632(196, 97, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5633(197, 97, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5634(198, 97, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5635(199, 98, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5636(200, 98, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5637(201, 98, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5638(202, 98, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5639(203, 99, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5640(204, 99, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5641(205, 100, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5642(206, 100, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5643(207, 101, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5644(208, 101, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5645(209, 101, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5646(210, 102, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5647(211, 103, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5648(212, 103, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5649(213, 104, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5650(214, 104, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5651(215, 105, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5652(216, 105, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5653(217, 106, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5654(218, 106, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5655(219, 106, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5656(220, 107, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5657(221, 107, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5658(222, 108, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5659(223, 108, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5660(224, 109, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5661(225, 109, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5662(226, 109, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5663(227, 110, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5664(228, 110, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5665(229, 110, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5666(230, 110, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5667(231, 111, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5668(232, 112, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5669(233, 112, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5670(234, 112, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5671(235, 112, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5672(236, 113, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5673(237, 114, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5674(238, 114, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5675(239, 114, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5676(240, 114, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5677(241, 115, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5678(242, 115, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5679(243, 115, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5680(244, 116, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5681(245, 116, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5682(246, 117, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5683(247, 117, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5684(248, 117, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5685(249, 117, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5686(250, 118, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5687(251, 118, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5688(252, 119, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5689(253, 119, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5690(254, 120, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5691(255, 120, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5692(256, 120, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5693(257, 121, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5694(258, 121, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5695(259, 122, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5696(260, 123, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5697(261, 123, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5698(262, 123, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5699(263, 123, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5700(264, 123, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5701(265, 124, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5702(266, 125, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5703(267, 125, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5704(268, 125, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5705(269, 126, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5706(270, 126, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5707(271, 126, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5708(272, 127, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5709(273, 127, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5710(274, 127, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5711(275, 128, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5712(276, 129, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5713(277, 129, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5714(278, 130, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5715(279, 130, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5716(280, 131, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5717(281, 131, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5718(282, 132, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5719(283, 132, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5720(284, 132, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5721(285, 133, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5722(286, 134, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5723(287, 135, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5724(288, 135, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5725(289, 135, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5726(290, 136, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5727(291, 136, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5728(292, 136, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5729(293, 137, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5730(294, 137, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5731(295, 138, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5732(296, 138, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5733(297, 139, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5734(298, 139, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5735(299, 139, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5736(300, 140, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5737(301, 140, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5738(302, 140, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5739(303, 140, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5740(304, 141, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5741(305, 142, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5742(306, 142, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5743(307, 142, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5744(308, 143, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5745(309, 143, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5746(310, 143, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5747(311, 144, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5748(312, 144, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5749(313, 145, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5750(314, 145, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5751(315, 145, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5752(316, 146, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5753(317, 146, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5754(318, 146, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5755(319, 147, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5756(320, 147, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5757(321, 148, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5758(322, 148, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5759(323, 149, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5760(324, 149, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5761(325, 149, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5762(326, 150, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5763(327, 150, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5764(328, 150, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5765(329, 151, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5766(330, 152, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5767(331, 152, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5768(332, 153, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5769(333, 153, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5770(334, 154, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5771(335, 154, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5772(336, 155, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5773(337, 155, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5774(338, 155, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5775(339, 156, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5776(340, 156, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5777(341, 156, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5778(342, 157, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5779(343, 157, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5780(344, 158, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5781(345, 159, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5782(346, 159, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5783(347, 160, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5784(348, 161, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5785(349, 161, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5786(350, 162, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5787(351, 162, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5788(352, 163, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5789(353, 163, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5790(354, 164, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5791(355, 164, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5792(356, 165, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5793(357, 165, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5794(358, 166, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5795(359, 166, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5796(360, 167, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5797(361, 167, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5798(362, 168, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5799(363, 169, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5800(364, 170, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5801(365, 170, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5802(366, 170, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5803(367, 171, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5804(368, 171, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5805(369, 172, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5806(370, 172, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5807(371, 172, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5808(372, 172, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5809(373, 173, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5810(374, 173, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5811(375, 173, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5812(376, 174, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5813(377, 175, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5814(378, 175, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5815(379, 175, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5816(380, 175, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5817(381, 176, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5818(382, 177, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5819(383, 177, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5820(384, 177, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5821(385, 177, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5822(386, 178, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5823(387, 178, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5824(388, 178, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5825(389, 179, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5826(390, 179, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5827(391, 179, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5828(392, 180, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5829(393, 181, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5830(394, 181, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5831(395, 181, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5832(396, 182, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5833(397, 182, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5834(398, 182, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5835(399, 182, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5836(400, 183, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5837(401, 184, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5838(402, 184, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5839(403, 184, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5840(404, 184, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5841(405, 185, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5842(406, 185, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5843(407, 185, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5844(408, 186, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5845(409, 187, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5846(410, 187, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5847(411, 187, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5848(412, 188, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5849(413, 189, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5850(414, 189, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5851(415, 190, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5852(416, 191, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5853(417, 191, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5854(418, 191, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5855(419, 191, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5856(420, 192, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5857(421, 192, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5858(422, 192, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5859(423, 193, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5860(424, 194, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5861(425, 194, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5862(426, 194, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5863(427, 195, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5864(428, 195, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5865(429, 195, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5866(430, 196, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5867(431, 196, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5868(432, 197, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5869(433, 197, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5870(434, 197, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5871(435, 198, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5872(436, 199, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5873(437, 199, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5874(438, 199, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5875(439, 200, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5876(440, 201, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5877(441, 202, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5878(442, 203, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5879(443, 203, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5880(444, 203, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5881(445, 204, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5882(446, 204, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5883(447, 205, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5884(448, 206, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5885(449, 206, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5886(450, 206, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5887(451, 206, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5888(452, 207, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5889(453, 208, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5890(454, 209, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5891(455, 209, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5892(456, 210, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5893(457, 210, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5894(458, 211, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5895(459, 212, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5896(460, 212, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5897(461, 213, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5898(462, 213, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5899(463, 214, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5900(464, 214, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5901(465, 215, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5902(466, 215, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5903(467, 215, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5904(468, 216, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5905(469, 216, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5906(470, 216, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5907(471, 217, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5908(472, 217, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5909(473, 218, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5910(474, 219, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5911(475, 219, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5912(476, 220, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5913(477, 220, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5914(478, 220, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5915(479, 221, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5916(480, 221, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5917(481, 222, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5918(482, 222, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5919(483, 222, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5920(484, 223, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5921(485, 223, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5922(486, 223, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5923(487, 224, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5924(488, 224, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5925(489, 224, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5926(490, 225, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5927(491, 225, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5928(492, 225, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5929(493, 226, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5930(494, 227, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5931(495, 227, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5932(496, 228, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5933(497, 228, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5934(498, 229, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5935(499, 229, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5936(500, 230, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5937(501, 231, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5938(502, 231, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5939(503, 231, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5940(504, 232, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5941(505, 233, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5942(506, 234, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5943(507, 234, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5944(508, 235, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5945(509, 236, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5946(510, 237, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5947(511, 238, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5948(512, 239, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5949(513, 239, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5950(514, 240, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5951(515, 240, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5952(516, 240, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5953(517, 241, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5954(518, 241, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5955(519, 242, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5956(520, 243, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5957(521, 243, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5958(522, 243, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5959(523, 244, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5960(524, 244, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5961(525, 244, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5962(526, 244, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5963(527, 245, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5964(528, 245, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5965(529, 245, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5966(530, 246, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5967(531, 246, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5968(532, 246, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5969(533, 247, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5970(534, 247, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5971(535, 248, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5972(536, 248, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5973(537, 248, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5974(538, 248, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5975(539, 249, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5976(540, 249, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5977(541, 249, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5978(542, 250, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5979(543, 251, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5980(544, 251, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5981(545, 251, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5982(546, 252, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5983(547, 252, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5984(548, 253, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5985(549, 254, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5986(550, 255, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5987(551, 255, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5988(552, 255, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5989(553, 256, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5990(554, 256, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5991(555, 257, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5992(556, 257, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5993(557, 258, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5994(558, 258, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5995(559, 259, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5996(560, 259, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5997(561, 259, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5998(562, 259, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
5999(563, 259, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6000(564, 260, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6001(565, 260, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6002(566, 260, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6003(567, 260, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6004(568, 260, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6005(569, 261, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6006(570, 261, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6007(571, 261, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6008(572, 261, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6009(573, 262, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6010(574, 262, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6011(575, 262, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6012(576, 263, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6013(577, 263, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6014(578, 263, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6015(579, 264, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6016(580, 264, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6017(581, 264, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6018(582, 265, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6019(583, 266, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6020(584, 266, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6021(585, 267, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6022(586, 267, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6023(587, 267, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6024(588, 268, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6025(589, 268, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6026(590, 269, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6027(591, 269, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6028(592, 269, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6029(593, 269, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6030(594, 269, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6031(595, 270, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6032(596, 270, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6033(597, 270, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6034(598, 271, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6035(599, 272, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6036(600, 272, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6037(601, 273, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6038(602, 274, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6039(603, 274, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6040(604, 274, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6041(605, 274, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6042(606, 275, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6043(607, 275, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6044(608, 275, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6045(609, 275, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6046(610, 276, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6047(611, 276, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6048(612, 277, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6049(613, 278, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6050(614, 278, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6051(615, 278, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6052(616, 278, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6053(617, 279, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6054(618, 279, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6055(619, 279, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6056(620, 279, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6057(621, 280, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6058(622, 280, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6059(623, 281, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6060(624, 281, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6061(625, 281, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6062(626, 281, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6063(627, 282, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6064(628, 283, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6065(629, 283, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6066(630, 283, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6067(631, 283, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6068(632, 284, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6069(633, 284, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6070(634, 284, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6071(635, 285, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6072(636, 285, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6073(637, 286, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6074(638, 286, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6075(639, 287, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6076(640, 287, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6077(641, 287, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6078(642, 288, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6079(643, 289, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6080(644, 289, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6081(645, 289, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6082(646, 290, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6083(647, 290, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6084(648, 290, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6085(649, 291, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6086(650, 291, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6087(651, 291, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6088(652, 292, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6089(653, 292, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6090(654, 292, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6091(655, 293, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6092(656, 293, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6093(657, 293, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6094(658, 294, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6095(659, 294, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6096(660, 295, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6097(661, 295, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6098(662, 295, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6099(663, 296, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6100(664, 297, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6101(665, 298, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6102(666, 298, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6103(667, 298, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6104(668, 299, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6105(669, 299, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6106(670, 299, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6107(671, 300, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6108(672, 300, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6109(673, 300, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6110(674, 300, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6111(675, 300, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6112(676, 301, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6113(677, 301, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6114(678, 302, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6115(679, 302, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6116(680, 303, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6117(681, 303, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6118(682, 303, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6119(683, 304, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6120(684, 305, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6121(685, 305, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6122(686, 306, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6123(687, 306, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6124(688, 307, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6125(689, 307, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6126(690, 307, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6127(691, 308, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6128(692, 309, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6129(693, 310, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6130(694, 311, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6131(695, 312, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6132(696, 313, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6133(697, 313, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6134(698, 314, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6135(699, 314, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6136(700, 314, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6137(701, 314, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6138(702, 315, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6139(703, 315, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6140(704, 316, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6141(705, 316, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6142(706, 316, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6143(707, 317, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6144(708, 317, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6145(709, 318, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6146(710, 318, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6147(711, 318, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6148(712, 319, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6149(713, 320, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6150(714, 320, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6151(715, 321, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6152(716, 321, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6153(717, 321, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6154(718, 322, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6155(719, 322, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6156(720, 323, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6157(721, 323, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6158(722, 323, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6159(723, 324, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6160(724, 325, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6161(725, 326, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6162(726, 326, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6163(727, 327, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6164(728, 327, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6165(729, 327, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6166(730, 327, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6167(731, 328, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6168(732, 328, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6169(733, 328, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6170(734, 329, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6171(735, 330, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6172(736, 330, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6173(737, 331, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6174(738, 331, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6175(739, 331, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6176(740, 331, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6177(741, 332, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6178(742, 332, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6179(743, 333, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6180(744, 333, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6181(745, 333, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6182(746, 334, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6183(747, 334, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6184(748, 335, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6185(749, 336, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6186(750, 336, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6187(751, 336, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6188(752, 337, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6189(753, 337, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6190(754, 337, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6191(755, 337, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6192(756, 338, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6193(757, 338, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6194(758, 338, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6195(759, 339, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6196(760, 340, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6197(761, 341, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6198(762, 342, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6199(763, 343, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6200(764, 343, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6201(765, 344, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6202(766, 344, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6203(767, 345, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6204(768, 345, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6205(769, 345, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6206(770, 346, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6207(771, 347, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6208(772, 348, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6209(773, 348, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6210(774, 348, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6211(775, 349, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6212(776, 349, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6213(777, 350, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6214(778, 351, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6215(779, 351, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6216(780, 352, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6217(781, 353, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6218(782, 354, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6219(783, 355, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6220(784, 356, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6221(785, 357, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6222(786, 358, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6223(787, 359, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6224(788, 360, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6225(789, 361, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6226(790, 361, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6227(791, 361, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6228(792, 362, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6229(793, 362, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6230(794, 362, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6231(795, 363, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6232(796, 363, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6233(797, 363, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6234(798, 363, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6235(799, 364, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6236(800, 364, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6237(801, 365, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6238(802, 366, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6239(803, 366, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6240(804, 366, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6241(805, 367, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6242(806, 367, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6243(807, 368, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6244(808, 369, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6245(809, 369, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6246(810, 369, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6247(811, 370, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6248(812, 370, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6249(813, 371, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6250(814, 371, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6251(815, 371, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6252(816, 371, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6253(817, 372, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6254(818, 372, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6255(819, 373, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6256(820, 373, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6257(821, 373, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6258(822, 374, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6259(823, 375, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6260(824, 375, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6261(825, 376, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6262(826, 377, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6263(827, 378, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6264(828, 378, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6265(829, 378, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6266(830, 379, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6267(831, 380, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6268(832, 381, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6269(833, 381, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6270(834, 381, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6271(835, 382, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6272(836, 382, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6273(837, 382, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6274(838, 382, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6275(839, 383, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6276(840, 383, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6277(841, 384, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6278(842, 384, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6279(843, 384, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6280(844, 385, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00');
6281INSERT INTO `tbltld_category_pivot` (`id`, `tld_id`, `category_id`, `created_at`, `updated_at`) VALUES
6282(845, 386, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6283(846, 387, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6284(847, 387, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6285(848, 387, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6286(849, 387, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6287(850, 388, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6288(851, 388, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6289(852, 389, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6290(853, 390, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6291(854, 391, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6292(855, 391, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6293(856, 391, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6294(857, 392, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6295(858, 392, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6296(859, 392, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6297(860, 393, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6298(861, 393, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6299(862, 393, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6300(863, 394, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6301(864, 394, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6302(865, 394, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6303(866, 395, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6304(867, 395, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6305(868, 395, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6306(869, 396, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6307(870, 396, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6308(871, 396, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6309(872, 396, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6310(873, 397, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6311(874, 397, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6312(875, 398, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6313(876, 399, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6314(877, 400, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6315(878, 400, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6316(879, 401, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6317(880, 402, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6318(881, 403, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6319(882, 404, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6320(883, 404, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6321(884, 405, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6322(885, 406, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6323(886, 406, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6324(887, 407, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6325(888, 407, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6326(889, 408, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6327(890, 409, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6328(891, 409, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6329(892, 410, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6330(893, 410, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6331(894, 411, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6332(895, 412, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6333(896, 412, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6334(897, 413, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6335(898, 413, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6336(899, 413, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6337(900, 414, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6338(901, 415, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6339(902, 416, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6340(903, 416, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6341(904, 416, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6342(905, 417, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6343(906, 418, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6344(907, 418, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6345(908, 419, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6346(909, 420, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6347(910, 420, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6348(911, 420, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6349(912, 420, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6350(913, 421, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6351(914, 421, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6352(915, 421, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6353(916, 422, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6354(917, 422, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6355(918, 422, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6356(919, 422, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6357(920, 423, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6358(921, 424, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6359(922, 425, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6360(923, 426, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6361(924, 427, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6362(925, 427, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6363(926, 427, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6364(927, 428, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6365(928, 429, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6366(929, 429, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6367(930, 429, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6368(931, 430, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6369(932, 431, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6370(933, 432, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6371(934, 432, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6372(935, 433, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6373(936, 433, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6374(937, 433, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6375(938, 434, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6376(939, 434, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6377(940, 435, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6378(941, 435, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6379(942, 436, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6380(943, 436, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6381(944, 436, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6382(945, 436, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6383(946, 437, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6384(947, 438, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6385(948, 438, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6386(949, 439, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6387(950, 440, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6388(951, 440, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6389(952, 441, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6390(953, 441, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6391(954, 441, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6392(955, 442, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6393(956, 443, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6394(957, 444, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6395(958, 444, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6396(959, 444, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6397(960, 445, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6398(961, 445, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6399(962, 445, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6400(963, 446, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6401(964, 446, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6402(965, 446, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6403(966, 447, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6404(967, 447, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6405(968, 447, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6406(969, 447, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6407(970, 448, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6408(971, 448, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6409(972, 449, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6410(973, 449, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6411(974, 450, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6412(975, 450, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6413(976, 450, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6414(977, 451, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6415(978, 451, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6416(979, 452, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6417(980, 453, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6418(981, 453, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6419(982, 454, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6420(983, 454, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6421(984, 454, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6422(985, 454, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6423(986, 455, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6424(987, 456, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6425(988, 456, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6426(989, 457, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6427(990, 458, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6428(991, 458, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6429(992, 459, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6430(993, 459, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6431(994, 460, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6432(995, 461, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6433(996, 462, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6434(997, 462, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6435(998, 462, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6436(999, 463, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6437(1000, 463, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6438(1001, 464, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6439(1002, 464, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6440(1003, 464, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6441(1004, 465, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6442(1005, 465, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6443(1006, 465, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6444(1007, 465, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6445(1008, 466, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6446(1009, 466, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6447(1010, 466, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6448(1011, 466, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6449(1012, 467, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6450(1013, 467, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6451(1014, 468, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6452(1015, 468, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6453(1016, 469, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6454(1017, 469, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6455(1018, 469, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6456(1019, 469, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6457(1020, 469, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6458(1021, 470, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6459(1022, 471, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6460(1023, 472, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6461(1024, 472, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6462(1025, 472, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6463(1026, 473, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6464(1027, 473, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6465(1028, 473, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6466(1029, 474, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6467(1030, 474, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6468(1031, 475, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6469(1032, 475, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6470(1033, 476, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6471(1034, 476, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6472(1035, 476, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6473(1036, 477, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6474(1037, 477, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6475(1038, 477, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6476(1039, 477, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6477(1040, 478, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6478(1041, 478, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6479(1042, 479, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6480(1043, 479, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6481(1044, 480, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6482(1045, 481, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6483(1046, 482, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6484(1047, 482, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6485(1048, 483, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6486(1049, 484, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6487(1050, 484, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6488(1051, 484, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6489(1052, 485, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6490(1053, 486, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6491(1054, 487, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6492(1055, 487, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6493(1056, 487, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6494(1057, 488, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6495(1058, 489, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6496(1059, 490, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6497(1060, 491, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6498(1061, 491, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6499(1062, 491, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6500(1063, 491, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6501(1064, 492, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6502(1065, 492, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6503(1066, 492, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6504(1067, 493, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6505(1068, 494, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6506(1069, 494, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6507(1070, 494, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6508(1071, 494, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6509(1072, 495, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6510(1073, 496, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6511(1074, 496, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6512(1075, 497, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6513(1076, 497, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6514(1077, 497, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6515(1078, 498, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6516(1079, 499, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6517(1080, 499, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6518(1081, 499, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6519(1082, 500, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6520(1083, 501, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6521(1084, 501, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6522(1085, 501, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6523(1086, 502, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6524(1087, 503, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6525(1088, 504, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6526(1089, 504, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6527(1090, 504, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6528(1091, 504, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6529(1092, 505, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6530(1093, 506, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6531(1094, 506, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6532(1095, 507, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6533(1096, 508, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6534(1097, 508, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6535(1098, 508, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6536(1099, 508, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6537(1100, 508, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6538(1101, 509, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6539(1102, 510, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6540(1103, 510, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6541(1104, 511, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6542(1105, 511, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6543(1106, 511, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6544(1107, 512, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6545(1108, 512, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6546(1109, 512, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6547(1110, 512, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6548(1111, 513, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6549(1112, 513, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6550(1113, 514, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6551(1114, 515, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6552(1115, 515, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6553(1116, 516, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6554(1117, 516, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6555(1118, 517, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6556(1119, 518, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6557(1120, 518, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6558(1121, 519, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6559(1122, 519, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6560(1123, 520, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6561(1124, 520, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6562(1125, 521, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6563(1126, 522, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6564(1127, 522, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6565(1128, 523, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6566(1129, 523, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6567(1130, 524, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6568(1131, 525, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6569(1132, 526, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6570(1133, 526, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6571(1134, 527, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6572(1135, 528, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6573(1136, 528, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6574(1137, 528, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6575(1138, 529, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6576(1139, 530, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6577(1140, 530, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6578(1141, 531, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6579(1142, 531, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6580(1143, 531, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6581(1144, 531, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6582(1145, 531, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6583(1146, 532, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6584(1147, 532, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6585(1148, 533, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6586(1149, 534, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6587(1150, 535, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6588(1151, 535, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6589(1152, 536, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6590(1153, 536, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6591(1154, 537, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6592(1155, 537, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6593(1156, 538, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6594(1157, 538, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6595(1158, 539, 26, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6596(1159, 540, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6597(1160, 540, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6598(1161, 541, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6599(1162, 542, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6600(1163, 543, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6601(1164, 544, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6602(1165, 545, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6603(1166, 545, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6604(1167, 546, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6605(1168, 547, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6606(1169, 548, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6607(1170, 548, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6608(1171, 549, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6609(1172, 550, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6610(1173, 551, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6611(1174, 552, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6612(1175, 552, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6613(1176, 553, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6614(1177, 553, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6615(1178, 554, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6616(1179, 554, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6617(1180, 555, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6618(1181, 556, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6619(1182, 556, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6620(1183, 557, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6621(1184, 558, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6622(1185, 558, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6623(1186, 559, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6624(1187, 559, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6625(1188, 560, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6626(1189, 560, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6627(1190, 561, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6628(1191, 562, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6629(1192, 562, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6630(1193, 563, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6631(1194, 563, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6632(1195, 564, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6633(1196, 565, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6634(1197, 566, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6635(1198, 566, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6636(1199, 567, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6637(1200, 567, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6638(1201, 568, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6639(1202, 568, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6640(1203, 569, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6641(1204, 570, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6642(1205, 570, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6643(1206, 571, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6644(1207, 572, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6645(1208, 572, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6646(1209, 573, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6647(1210, 573, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6648(1211, 574, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6649(1212, 574, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6650(1213, 574, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6651(1214, 574, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6652(1215, 575, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6653(1216, 575, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6654(1217, 575, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6655(1218, 575, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6656(1219, 576, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6657(1220, 577, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6658(1221, 578, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6659(1222, 579, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6660(1223, 579, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6661(1224, 580, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6662(1225, 581, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6663(1226, 581, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6664(1227, 582, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6665(1228, 583, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6666(1229, 583, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6667(1230, 584, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6668(1231, 584, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6669(1232, 585, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6670(1233, 585, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6671(1234, 586, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6672(1235, 586, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6673(1236, 587, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6674(1237, 587, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6675(1238, 587, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6676(1239, 587, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6677(1240, 588, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6678(1241, 588, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6679(1242, 588, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6680(1243, 588, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6681(1244, 588, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6682(1245, 589, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6683(1246, 589, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6684(1247, 589, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6685(1248, 590, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6686(1249, 591, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6687(1250, 591, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6688(1251, 591, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6689(1252, 591, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6690(1253, 592, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6691(1254, 592, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6692(1255, 592, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6693(1256, 592, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6694(1257, 593, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6695(1258, 594, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6696(1259, 594, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6697(1260, 594, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6698(1261, 595, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6699(1262, 595, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6700(1263, 596, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6701(1264, 596, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6702(1265, 597, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6703(1266, 597, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6704(1267, 597, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6705(1268, 598, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6706(1269, 599, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6707(1270, 600, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6708(1271, 600, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6709(1272, 600, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6710(1273, 601, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6711(1274, 601, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6712(1275, 602, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6713(1276, 602, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6714(1277, 603, 16, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6715(1278, 604, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6716(1279, 605, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6717(1280, 605, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6718(1281, 605, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6719(1282, 606, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6720(1283, 606, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6721(1284, 606, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6722(1285, 606, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6723(1286, 607, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6724(1287, 608, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6725(1288, 609, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6726(1289, 609, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6727(1290, 609, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6728(1291, 609, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6729(1292, 610, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6730(1293, 610, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6731(1294, 611, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6732(1295, 611, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6733(1296, 611, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6734(1297, 611, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6735(1298, 611, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6736(1299, 612, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6737(1300, 612, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6738(1301, 612, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6739(1302, 613, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6740(1303, 614, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6741(1304, 614, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6742(1305, 615, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6743(1306, 616, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6744(1307, 617, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6745(1308, 617, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6746(1309, 618, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6747(1310, 618, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6748(1311, 618, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6749(1312, 619, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6750(1313, 619, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6751(1314, 619, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6752(1315, 620, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6753(1316, 620, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6754(1317, 621, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6755(1318, 621, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6756(1319, 622, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6757(1320, 622, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6758(1321, 623, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6759(1322, 623, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6760(1323, 623, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6761(1324, 624, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6762(1325, 624, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6763(1326, 624, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6764(1327, 625, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6765(1328, 625, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6766(1329, 625, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6767(1330, 625, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6768(1331, 626, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6769(1332, 626, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6770(1333, 627, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6771(1334, 628, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6772(1335, 628, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6773(1336, 628, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6774(1337, 629, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6775(1338, 629, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6776(1339, 630, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6777(1340, 631, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6778(1341, 631, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6779(1342, 632, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6780(1343, 632, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6781(1344, 632, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6782(1345, 633, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6783(1346, 633, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6784(1347, 633, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6785(1348, 634, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6786(1349, 634, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6787(1350, 634, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6788(1351, 634, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6789(1352, 635, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6790(1353, 635, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6791(1354, 635, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6792(1355, 636, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6793(1356, 636, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6794(1357, 636, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6795(1358, 636, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6796(1359, 637, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6797(1360, 637, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6798(1361, 638, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6799(1362, 639, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6800(1363, 639, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6801(1364, 639, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6802(1365, 639, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6803(1366, 640, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6804(1367, 640, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6805(1368, 640, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6806(1369, 641, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6807(1370, 642, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6808(1371, 642, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6809(1372, 643, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6810(1373, 643, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6811(1374, 643, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6812(1375, 644, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6813(1376, 644, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6814(1377, 644, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6815(1378, 644, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6816(1379, 645, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6817(1380, 646, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6818(1381, 647, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6819(1382, 647, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6820(1383, 648, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6821(1384, 648, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6822(1385, 648, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6823(1386, 649, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6824(1387, 650, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6825(1388, 650, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6826(1389, 650, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6827(1390, 651, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6828(1391, 652, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6829(1392, 652, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6830(1393, 653, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6831(1394, 654, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6832(1395, 655, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6833(1396, 656, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6834(1397, 656, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6835(1398, 657, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6836(1399, 657, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6837(1400, 658, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6838(1401, 658, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6839(1402, 659, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6840(1403, 660, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6841(1404, 661, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6842(1405, 662, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6843(1406, 663, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6844(1407, 664, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6845(1408, 664, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6846(1409, 665, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6847(1410, 665, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6848(1411, 665, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6849(1412, 666, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6850(1413, 666, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6851(1414, 667, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6852(1415, 667, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6853(1416, 667, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6854(1417, 668, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6855(1418, 669, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6856(1419, 669, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6857(1420, 670, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6858(1421, 670, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6859(1422, 671, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6860(1423, 671, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6861(1424, 672, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6862(1425, 673, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6863(1426, 673, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6864(1427, 674, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6865(1428, 675, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6866(1429, 675, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6867(1430, 675, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6868(1431, 675, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6869(1432, 676, 16, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6870(1433, 677, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6871(1434, 677, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6872(1435, 677, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6873(1436, 677, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6874(1437, 678, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6875(1438, 678, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6876(1439, 679, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6877(1440, 679, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6878(1441, 680, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6879(1442, 681, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6880(1443, 681, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6881(1444, 682, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6882(1445, 682, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6883(1446, 682, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6884(1447, 683, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6885(1448, 683, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6886(1449, 683, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6887(1450, 684, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6888(1451, 684, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6889(1452, 684, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6890(1453, 685, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6891(1454, 685, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6892(1455, 686, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6893(1456, 687, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6894(1457, 687, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6895(1458, 688, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6896(1459, 688, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6897(1460, 688, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6898(1461, 689, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6899(1462, 689, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6900(1463, 690, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6901(1464, 691, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6902(1465, 691, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6903(1466, 691, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6904(1467, 691, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6905(1468, 692, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6906(1469, 693, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6907(1470, 694, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6908(1471, 694, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6909(1472, 694, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6910(1473, 695, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6911(1474, 695, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6912(1475, 695, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6913(1476, 695, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6914(1477, 696, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6915(1478, 696, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6916(1479, 697, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6917(1480, 697, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6918(1481, 697, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6919(1482, 698, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6920(1483, 698, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6921(1484, 698, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6922(1485, 699, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6923(1486, 699, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6924(1487, 700, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6925(1488, 700, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6926(1489, 700, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6927(1490, 701, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6928(1491, 702, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6929(1492, 702, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6930(1493, 702, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6931(1494, 703, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6932(1495, 703, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6933(1496, 703, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6934(1497, 704, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6935(1498, 705, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6936(1499, 706, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6937(1500, 707, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6938(1501, 708, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6939(1502, 709, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6940(1503, 709, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6941(1504, 710, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6942(1505, 710, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6943(1506, 711, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6944(1507, 712, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6945(1508, 712, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6946(1509, 712, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6947(1510, 713, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6948(1511, 714, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6949(1512, 714, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6950(1513, 715, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6951(1514, 715, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6952(1515, 716, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6953(1516, 716, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6954(1517, 716, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6955(1518, 716, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6956(1519, 717, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6957(1520, 717, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6958(1521, 717, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6959(1522, 717, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6960(1523, 718, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6961(1524, 718, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6962(1525, 718, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6963(1526, 719, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6964(1527, 720, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6965(1528, 720, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6966(1529, 720, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6967(1530, 721, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6968(1531, 721, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6969(1532, 722, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6970(1533, 723, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6971(1534, 724, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6972(1535, 724, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6973(1536, 724, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6974(1537, 725, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6975(1538, 726, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6976(1539, 726, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6977(1540, 727, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6978(1541, 727, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6979(1542, 727, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6980(1543, 727, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6981(1544, 728, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6982(1545, 728, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6983(1546, 728, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6984(1547, 729, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6985(1548, 729, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6986(1549, 729, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6987(1550, 730, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6988(1551, 730, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6989(1552, 731, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6990(1553, 731, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6991(1554, 731, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6992(1555, 732, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6993(1556, 732, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6994(1557, 733, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6995(1558, 733, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6996(1559, 733, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6997(1560, 734, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6998(1561, 734, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
6999(1562, 734, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7000(1563, 735, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7001(1564, 735, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7002(1565, 735, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7003(1566, 735, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7004(1567, 736, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7005(1568, 736, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7006(1569, 737, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7007(1570, 737, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7008(1571, 737, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7009(1572, 738, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7010(1573, 738, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7011(1574, 739, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7012(1575, 739, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7013(1576, 740, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7014(1577, 740, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7015(1578, 740, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7016(1579, 740, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7017(1580, 741, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7018(1581, 741, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7019(1582, 741, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7020(1583, 742, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7021(1584, 742, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7022(1585, 743, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7023(1586, 743, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7024(1587, 744, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7025(1588, 745, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7026(1589, 746, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7027(1590, 746, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7028(1591, 746, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7029(1592, 747, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7030(1593, 747, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7031(1594, 747, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7032(1595, 748, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7033(1596, 748, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7034(1597, 749, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7035(1598, 749, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7036(1599, 749, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7037(1600, 749, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7038(1601, 750, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7039(1602, 751, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7040(1603, 752, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7041(1604, 752, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7042(1605, 752, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7043(1606, 753, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7044(1607, 753, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7045(1608, 753, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7046(1609, 754, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7047(1610, 754, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7048(1611, 754, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7049(1612, 755, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7050(1613, 755, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7051(1614, 755, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7052(1615, 756, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7053(1616, 756, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7054(1617, 757, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7055(1618, 757, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7056(1619, 757, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7057(1620, 758, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7058(1621, 759, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7059(1622, 760, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7060(1623, 760, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7061(1624, 761, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7062(1625, 761, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7063(1626, 761, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7064(1627, 762, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7065(1628, 762, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7066(1629, 763, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7067(1630, 764, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7068(1631, 764, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7069(1632, 764, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7070(1633, 765, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7071(1634, 765, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7072(1635, 766, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7073(1636, 766, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7074(1637, 767, 8, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7075(1638, 767, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7076(1639, 767, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7077(1640, 768, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7078(1641, 768, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7079(1642, 768, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7080(1643, 769, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7081(1644, 769, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7082(1645, 769, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7083(1646, 770, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7084(1647, 770, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7085(1648, 771, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7086(1649, 771, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7087(1650, 772, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7088(1651, 772, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7089(1652, 773, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7090(1653, 773, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7091(1654, 773, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7092(1655, 774, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7093(1656, 775, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7094(1657, 776, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7095(1658, 776, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7096(1659, 776, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7097(1660, 777, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7098(1661, 777, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7099(1662, 777, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7100(1663, 778, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7101(1664, 778, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7102(1665, 779, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7103(1666, 779, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7104(1667, 779, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7105(1668, 780, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7106(1669, 780, 7, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7107(1670, 781, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7108(1671, 781, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00');
7109INSERT INTO `tbltld_category_pivot` (`id`, `tld_id`, `category_id`, `created_at`, `updated_at`) VALUES
7110(1672, 781, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7111(1673, 781, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7112(1674, 782, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7113(1675, 782, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7114(1676, 783, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7115(1677, 783, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7116(1678, 783, 18, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7117(1679, 784, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7118(1680, 784, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7119(1681, 785, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7120(1682, 785, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7121(1683, 786, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7122(1684, 786, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7123(1685, 786, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7124(1686, 786, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7125(1687, 787, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7126(1688, 788, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7127(1689, 788, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7128(1690, 788, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7129(1691, 789, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7130(1692, 789, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7131(1693, 790, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7132(1694, 790, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7133(1695, 791, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7134(1696, 792, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7135(1697, 792, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7136(1698, 792, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7137(1699, 793, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7138(1700, 794, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7139(1701, 795, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7140(1702, 795, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7141(1703, 795, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7142(1704, 795, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7143(1705, 796, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7144(1706, 797, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7145(1707, 797, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7146(1708, 798, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7147(1709, 798, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7148(1710, 799, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7149(1711, 800, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7150(1712, 800, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7151(1713, 800, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7152(1714, 801, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7153(1715, 802, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7154(1716, 802, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7155(1717, 803, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7156(1718, 804, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7157(1719, 804, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7158(1720, 805, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7159(1721, 806, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7160(1722, 807, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7161(1723, 807, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7162(1724, 808, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7163(1725, 808, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7164(1726, 808, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7165(1727, 809, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7166(1728, 810, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7167(1729, 810, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7168(1730, 811, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7169(1731, 812, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7170(1732, 813, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7171(1733, 813, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7172(1734, 813, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7173(1735, 813, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7174(1736, 814, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7175(1737, 814, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7176(1738, 815, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7177(1739, 815, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7178(1740, 816, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7179(1741, 816, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7180(1742, 817, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7181(1743, 817, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7182(1744, 817, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7183(1745, 818, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7184(1746, 819, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7185(1747, 820, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7186(1748, 821, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7187(1749, 822, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7188(1750, 822, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7189(1751, 823, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7190(1752, 824, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7191(1753, 825, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7192(1754, 825, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7193(1755, 825, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7194(1756, 825, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7195(1757, 826, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7196(1758, 827, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7197(1759, 828, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7198(1760, 828, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7199(1761, 829, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7200(1762, 829, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7201(1763, 830, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7202(1764, 831, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7203(1765, 832, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7204(1766, 832, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7205(1767, 833, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7206(1768, 833, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7207(1769, 834, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7208(1770, 834, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7209(1771, 834, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7210(1772, 834, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7211(1773, 835, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7212(1774, 835, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7213(1775, 836, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7214(1776, 836, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7215(1777, 837, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7216(1778, 837, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7217(1779, 838, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7218(1780, 838, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7219(1781, 838, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7220(1782, 839, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7221(1783, 839, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7222(1784, 839, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7223(1785, 839, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7224(1786, 840, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7225(1787, 840, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7226(1788, 840, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7227(1789, 840, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7228(1790, 841, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7229(1791, 842, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7230(1792, 842, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7231(1793, 842, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7232(1794, 843, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7233(1795, 843, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7234(1796, 844, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7235(1797, 845, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7236(1798, 845, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7237(1799, 845, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7238(1800, 846, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7239(1801, 847, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7240(1802, 848, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7241(1803, 849, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7242(1804, 850, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7243(1805, 851, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7244(1806, 852, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7245(1807, 852, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7246(1808, 852, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7247(1809, 853, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7248(1810, 853, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7249(1811, 854, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7250(1812, 854, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7251(1813, 855, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7252(1814, 856, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7253(1815, 857, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7254(1816, 857, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7255(1817, 858, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7256(1818, 858, 10, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7257(1819, 859, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7258(1820, 860, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7259(1821, 860, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7260(1822, 861, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7261(1823, 862, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7262(1824, 862, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7263(1825, 862, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7264(1826, 862, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7265(1827, 863, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7266(1828, 864, 14, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7267(1829, 864, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7268(1830, 864, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7269(1831, 865, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7270(1832, 866, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7271(1833, 866, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7272(1834, 867, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7273(1835, 868, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7274(1836, 869, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7275(1837, 870, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7276(1838, 870, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7277(1839, 871, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7278(1840, 872, 23, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7279(1841, 872, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7280(1842, 873, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7281(1843, 873, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7282(1844, 874, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7283(1845, 875, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7284(1846, 876, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7285(1847, 877, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7286(1848, 878, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7287(1849, 879, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7288(1850, 879, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7289(1851, 880, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7290(1852, 881, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7291(1853, 881, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7292(1854, 881, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7293(1855, 882, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7294(1856, 882, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7295(1857, 882, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7296(1858, 883, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7297(1859, 884, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7298(1860, 884, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7299(1861, 885, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7300(1862, 885, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7301(1863, 885, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7302(1864, 886, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7303(1865, 887, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7304(1866, 888, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7305(1867, 889, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7306(1868, 890, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7307(1869, 890, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7308(1870, 890, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7309(1871, 890, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7310(1872, 891, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7311(1873, 892, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7312(1874, 893, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7313(1875, 893, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7314(1876, 893, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7315(1877, 894, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7316(1878, 894, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7317(1879, 895, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7318(1880, 895, 5, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7319(1881, 896, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7320(1882, 896, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7321(1883, 896, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7322(1884, 897, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7323(1885, 897, 21, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7324(1886, 898, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7325(1887, 899, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7326(1888, 900, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7327(1889, 900, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7328(1890, 900, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7329(1891, 900, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7330(1892, 901, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7331(1893, 902, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7332(1894, 903, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7333(1895, 904, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7334(1896, 904, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7335(1897, 905, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7336(1898, 906, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7337(1899, 907, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7338(1900, 907, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7339(1901, 907, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7340(1902, 908, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7341(1903, 908, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7342(1904, 908, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7343(1905, 909, 15, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7344(1906, 909, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7345(1907, 909, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7346(1908, 910, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7347(1909, 911, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7348(1910, 912, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7349(1911, 912, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7350(1912, 912, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7351(1913, 913, 12, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7352(1914, 913, 27, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7353(1915, 914, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7354(1916, 914, 2, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7355(1917, 914, 3, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7356(1918, 915, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7357(1919, 915, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7358(1920, 915, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7359(1921, 916, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7360(1922, 917, 25, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7361(1923, 918, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7362(1924, 919, 11, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7363(1925, 919, 22, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7364(1926, 919, 24, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7365(1927, 920, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7366(1928, 921, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7367(1929, 922, 4, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7368(1930, 922, 20, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7369(1931, 923, 19, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7370(1932, 924, 9, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7371(1933, 924, 1, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7372(1934, 924, 17, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7373(1935, 925, 6, '2017-03-08 10:41:00', '2017-03-08 10:41:00'),
7374(1936, 926, 13, '2017-03-08 10:41:00', '2017-03-08 10:41:00');
7375
7376-- --------------------------------------------------------
7377
7378--
7379-- Table structure for table `tbltodolist`
7380--
7381
7382CREATE TABLE IF NOT EXISTS `tbltodolist` (
7383 `id` int(10) NOT NULL AUTO_INCREMENT,
7384 `date` date NOT NULL,
7385 `title` text COLLATE utf8_unicode_ci NOT NULL,
7386 `description` text COLLATE utf8_unicode_ci NOT NULL,
7387 `admin` int(10) NOT NULL DEFAULT '0',
7388 `status` text COLLATE utf8_unicode_ci NOT NULL,
7389 `duedate` date NOT NULL,
7390 PRIMARY KEY (`id`),
7391 KEY `duedate` (`duedate`)
7392) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
7393
7394-- --------------------------------------------------------
7395
7396--
7397-- Table structure for table `tbltransientdata`
7398--
7399
7400CREATE TABLE IF NOT EXISTS `tbltransientdata` (
7401 `id` int(10) NOT NULL AUTO_INCREMENT,
7402 `name` varchar(1024) COLLATE utf8_unicode_ci NOT NULL,
7403 `data` text COLLATE utf8_unicode_ci NOT NULL,
7404 `expires` int(10) NOT NULL,
7405 PRIMARY KEY (`id`),
7406 KEY `name` (`name`(255))
7407) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=19 ;
7408
7409--
7410-- Dumping data for table `tbltransientdata`
7411--
7412
7413INSERT INTO `tbltransientdata` (`id`, `name`, `data`, `expires`) VALUES
7414(1, 'cronComplete', '1', 1488994860),
7415(2, 'WHMCS\\Language\\ClientLanguageLocales', '{"hash":"1a5852cff3a5895f4137334d4a3d1b93","locales":[{"locale":"ar_AR","language":"arabic","languageCode":"ar","countryCode":"AR","localisedName":"\\u0627\\u0644\\u0639\\u0631\\u0628\\u064a\\u0629"},{"locale":"az_AZ","language":"azerbaijani","languageCode":"az","countryCode":"AZ","localisedName":"Azerbaijani"},{"locale":"ca_AD","language":"catalan","languageCode":"ca","countryCode":"AD","localisedName":"Catal\\u00e0"},{"locale":"zh_TW","language":"chinese","languageCode":"zh","countryCode":"TW","localisedName":"\\u4e2d\\u6587"},{"locale":"hr_HR","language":"croatian","languageCode":"hr","countryCode":"HR","localisedName":"Hrvatski"},{"locale":"cs_CZ","language":"czech","languageCode":"cs","countryCode":"CZ","localisedName":"\\u010ce\\u0161tina"},{"locale":"da_DK","language":"danish","languageCode":"da","countryCode":"DK","localisedName":"Dansk"},{"locale":"nl_NL","language":"dutch","languageCode":"nl","countryCode":"NL","localisedName":"Nederlands"},{"locale":"en_GB","language":"english","languageCode":"en","countryCode":"GB","localisedName":"English"},{"locale":"et_EE","language":"estonian","languageCode":"et","countryCode":"EE","localisedName":"Estonian"},{"locale":"fa_IR","language":"farsi","languageCode":"fa","countryCode":"IR","localisedName":"Persian"},{"locale":"fr_FR","language":"french","languageCode":"fr","countryCode":"FR","localisedName":"Fran\\u00e7ais"},{"locale":"de_DE","language":"german","languageCode":"de","countryCode":"DE","localisedName":"Deutsch"},{"locale":"he_IL","language":"hebrew","languageCode":"he","countryCode":"IL","localisedName":"\\u05e2\\u05d1\\u05e8\\u05d9\\u05ea"},{"locale":"hu_HU","language":"hungarian","languageCode":"hu","countryCode":"HU","localisedName":"Magyar"},{"locale":"it_IT","language":"italian","languageCode":"it","countryCode":"IT","localisedName":"Italiano"},{"locale":"mk_MK","language":"macedonian","languageCode":"mk","countryCode":"MK","localisedName":"Macedonian"},{"locale":"no_NO","language":"norwegian","languageCode":"no","countryCode":"NO","localisedName":"Norwegian"},{"locale":"pt_BR","language":"portuguese-br","languageCode":"pt","countryCode":"BR","localisedName":"Portugu\\u00eas"},{"locale":"pt_PT","language":"portuguese-pt","languageCode":"pt","countryCode":"PT","localisedName":"Portugu\\u00eas"},{"locale":"ro_RO","language":"romanian","languageCode":"ro","countryCode":"RO","localisedName":"Rom\\u00e2n\\u0103"},{"locale":"ru_RU","language":"russian","languageCode":"ru","countryCode":"RU","localisedName":"\\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439"},{"locale":"es_ES","language":"spanish","languageCode":"es","countryCode":"ES","localisedName":"Espa\\u00f1ol"},{"locale":"sv_SE","language":"swedish","languageCode":"sv","countryCode":"SE","localisedName":"Svenska"},{"locale":"tr_TR","language":"turkish","languageCode":"tr","countryCode":"TR","localisedName":"T\\u00fcrk\\u00e7e"},{"locale":"uk_UA","language":"ukranian","languageCode":"uk","countryCode":"UA","localisedName":"\\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0441\\u044c\\u043a\\u0430"}]}', 1489255179),
7416(3, 'widget.Badges', '{"pendingOrders":5,"ticketsAwaitingReply":0,"cancellations":0,"moduleQueueCount":2}', 1489231666),
7417(4, 'widget.Automation', '{"result":"success","currentDatetime":"2017-03-11 11:25:46","lastDailyCronInvocationTime":null,"startdate":"2017-03-04 00:00:00","enddate":"2017-03-11 23:59:59","statistics":[]}', 1489235146),
7418(5, 'widget.Support', '{"tickets":{"counts":{"result":"success","filteredDepartments":[],"allActive":0,"awaitingReply":0,"flaggedTickets":0},"recent":null}}', 1489231666),
7419(6, 'widget.Billing', '{"income":{"today":"$0.00","thismonth":"$0.00","thisyear":"$0.00","alltime":"$0.00"}}', 1489235146),
7420(7, 'widget.Staff', '[{"id":54,"adminusername":"Blake","logintime":"2017-03-11 11:25:45","logouttime":"0000-00-00 00:00:00","ipaddress":"5.65.77.224","sessionid":"oskvooiq6pvb0oscveba5e3u77","lastvisit":"2017-03-11 11:25:45","admin":{"id":1,"uuid":"8614baff-e79d-4fe6-96b2-0de6e949e4d0","roleid":1,"username":"Blake","password":"$2y$10$813EeSBSQqaqL1MfgCOfee.seqKqQOP7\\/JURUxxDr3dyzk2XruhVC","passwordhash":"$2y$10$5kDw\\/FbCTzpCJ8SogGZaeOkQz0\\/Kv3LpA8n5gk2ah.hFWBdC6IxdG","authmodule":"","authdata":"","firstname":"Blake","lastname":"Shepherd","email":"admin@featurednetwork.co.uk","signature":"","notes":"Welcome to WHMCS! Please ensure you have setup the cron job to automate tasks","template":"blend","language":"english","disabled":0,"loginattempts":0,"supportdepts":",","ticketnotifications":"","homewidgets":"getting_started:true,orders_overview:true,supporttickets_overview:true,my_notes:true,client_activity:true,open_invoices:true,activity_log:true|income_overview:true,system_overview:true,whmcs_news:true,sysinfo:true,admin_activity:true,todo_list:true,network_status:true,income_forecast:true|","password_reset_key":"","password_reset_data":"","password_reset_expiry":"0000-00-00 00:00:00","created_at":"-0001-11-30 00:00:00","updated_at":"-0001-11-30 00:00:00","fullName":"Blake Shepherd","gravatarHash":"1a20af24b131690272f1c241755734c0"}}]', 1489231606),
7421(8, 'widget.ClientActivity', '{"activeCount":7,"onlineCount":0,"recentActiveClients":[{"id":7,"firstname":"Mezy","lastname":"Mods","companyname":"MezyMods","ip":"199.212.87.88","lastlogin":"2017-03-11 09:45:28","fullName":"Mezy Mods","countryName":null},{"id":1,"firstname":"cody","lastname":"lewis","companyname":"","ip":"64.71.171.64","lastlogin":"2017-03-11 01:30:47","fullName":"cody lewis","countryName":null},{"id":5,"firstname":"Thomas","lastname":"Smith","companyname":"","ip":"193.0.159.14","lastlogin":"2017-03-09 21:36:16","fullName":"Thomas Smith","countryName":null},{"id":4,"firstname":"John","lastname":"Smioth","companyname":"","ip":"86.153.204.104","lastlogin":"2017-03-09 18:17:19","fullName":"John Smioth","countryName":null},{"id":3,"firstname":"liam","lastname":"Smyth","companyname":"","ip":"58.111.126.127","lastlogin":"2017-03-09 13:19:56","fullName":"liam Smyth","countryName":null},{"id":2,"firstname":"blake","lastname":"shepherd","companyname":"Host A Node","ip":"5.65.77.224","lastlogin":"2017-03-08 21:49:52","fullName":"blake shepherd","countryName":null},{"id":6,"firstname":"Demo","lastname":"","companyname":"","ip":"5.65.77.224","lastlogin":"0000-00-00 00:00:00","fullName":"Demo ","countryName":null}]}', 1489231846),
7422(9, 'widget.NetworkStatus', '{"result":"success","servers":[{"id":"1","name":"CPanel","hostname":"mint2.noc401.com","ipaddress":"107.178.115.105","active":true,"activeServices":"2","maxAllowedServices":"200","percentUsed":1,"status":{"http":false,"load":"","uptime":""}},{"id":"2","name":"TCAdmin","hostname":"tca.featurednetwork.co.uk:8880","ipaddress":"193.70.107.62:8880","active":true,"activeServices":"1","maxAllowedServices":"250","percentUsed":0,"status":{"http":false,"load":"","uptime":""}},{"id":"3","name":"WHMCS","hostname":"","ipaddress":"","active":true,"activeServices":"0","maxAllowedServices":"200","percentUsed":0,"status":{"http":false,"load":"","uptime":""}}],"fetchStatus":""}', 1489235146),
7423(10, 'widget.Health', '{"result":"success","checks":{"success":[{"name":"version","type":"WHMCS","severityLevel":"notice","body":"You are up to date!"},{"name":"dbVersion","type":"DB","severityLevel":"notice","body":"You are running MariaDB version 10.0.28. This version supports all features required for full compatibility with WHMCS."},{"name":"phpSettings","type":"PHP","severityLevel":"notice","body":"Your PHP environment uses a valid timezone."},{"name":"curlSSL","type":"WHMCS","severityLevel":"notice","body":"<p>cURL reports that it does support SSL<\\/p>"},{"name":"curlSecureTLS","type":"WHMCS","severityLevel":"notice","body":"<p>cURL reports that it does support Secure TLS 1.1 and 1.2<\\/p>"},{"name":"sessionSupport","type":"PHP","severityLevel":"notice","body":"<p>PHP session support is enabled.<\\/p><p>Session autostart is disabled.<\\/p>"},{"name":"recommendedPhpExtensions","type":"PHP","severityLevel":"notice","body":"<p>Your PHP installation has all recommended extensions loaded and enabled required by certain modules and addons of WHMCS.<\\/p>"},{"name":"errorDisplay","type":"PHP","severityLevel":"notice","body":"Your system is not currently set to display errors."},{"name":"checkCustomFields","type":"WHMCS","severityLevel":"notice","body":"You are using custom paths for all the recommended WHMCS directories."},{"name":"phpMemoryLimit","type":"PHP","severityLevel":"notice","body":"Your PHP memory_limit value <strong>128M<\\/strong> meets the recommended value of 128M."},{"name":"errorLevels","type":"PHP","severityLevel":"notice","body":"Your system is setup to not log unnecessary error levels."},{"name":"requiredPhpExtensions","type":"PHP","severityLevel":"notice","body":"<p>Your PHP installation has all extensions loaded and enabled required for WHMCS to operate.<\\/p>"},{"name":"requiredPhpFunctions","type":"PHP","severityLevel":"notice","body":"<p>Your PHP installation has all required functions enabled for WHMCS to operate.<\\/p>"}],"warning":[{"name":"siteSslSupport","type":"HTTP","severityLevel":"warning","body":"SSL is not configured for http:\\/\\/featurednetwork.co.uk, which means that connections are not encrypted and passwords may be sent in plaintext. This will prevent some features, such as OpenID Connect, from functioning. This may also affect your ability to receive PCI or other accreditation."},{"name":"installedCurlVersion","type":"PHP","severityLevel":"warning","body":"You currently have version <strong>7.19.7<\\/strong> of cURL installed. This version is known to have <a href=''http:\\/\\/curl.haxx.se\\/changes.html'' target=''_blank''>security issues<\\/a>. Please update to the latest cURL and ensure it is greater than 7.35.0."},{"name":"phpVersion","type":"PHP","severityLevel":"warning","body":"<p>Your PHP version <strong>5.6.30<\\/strong> is supported by WHMCS. <\\/p><p>The PHP 5.6 branch no longer receives regular bug fixes and will only receive critical security updates until it reaches its end of life. We recommend updating to a supported PHP version. Please see <a href=\\"http:\\/\\/php.net\\/supported-versions.php\\">http:\\/\\/php.net\\/supported-versions.php<\\/a> for more information.<\\/p>"},{"name":"CheckUpdaterRequirements","type":"WHMCS","severityLevel":"warning","body":"<ul><li>Automatic Updates require a writeable directory for staging files during an update. You must provide a directory via the Updater Configuration before you can update.<\\/li><\\/ul>"},{"name":"usingCustomTemplates","type":"WHMCS","severityLevel":"warning","body":"<p>We have detected that your WHMCS installation is currently using the default template names for one or more of the active templates. If you have made any customisations, we strongly recommend creating a custom template directory to avoid losing your customisations the next time you upgrade.<br \\/><br \\/>You are currently using a default template in the following locations:<\\/p><ul><li><strong>Cart<\\/strong><\\/li><\\/ul><p>Please review our <a href=\\"http:\\/\\/docs.whmcs.com\\/Client_Area_Template_Files#Creating_a_Custom_Template\\">documentation<\\/a> on making a custom theme for help doing this.<\\/p>"}],"danger":[{"name":"permissionCheck","type":"WHMCS","severityLevel":"error","body":"<p>Your configuration file is writable. This can be a security risk. We recommend setting the permissions to read only.<\\/p>You can learn more about this in our <a href=\\"http:\\/\\/docs.whmcs.com\\/Further_Security_Steps#Secure_the_Writeable_Directories\\">documentation<\\/a>."},{"name":"cron","type":"WHMCS","severityLevel":"error","body":"<p>The system cron does not appear to have completed successfully within the last 24 hours. Check your activity logs or learn more about enabling the cron in our <a href=\\"http:\\/\\/docs.whmcs.com\\/Cron_Tasks\\">documentation<\\/a>.<\\/p>"}]}}', 1489235146),
7424(11, 'widget.Activity', '{"result":"success","totalresults":670,"startnumber":0,"activity":{"entry":[{"id":670,"userid":7,"date":"2017-03-11 09:48:06","description":"WHOIS Lookup Error for ''Modder.featurednetwork.co.uk'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":669,"userid":7,"date":"2017-03-11 09:48:06","description":"WHOIS Lookup Error for ''Modder.featurednetwork.co.uk'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":668,"userid":7,"date":"2017-03-11 09:48:06","description":"WHOIS Lookup Error for ''Modder.relegationlive.com'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":667,"userid":7,"date":"2017-03-11 09:47:28","description":"WHOIS Lookup Error for ''nigger.featurednetwork.co.uk'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":666,"userid":7,"date":"2017-03-11 09:47:28","description":"WHOIS Lookup Error for ''nigger.relegationlive.com'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":665,"userid":7,"date":"2017-03-11 09:47:28","description":"WHOIS Lookup Error for ''nigger.featurednetwork.co.uk'': extension not listed in \\/resources\\/domains\\/dist.whois.json or \\/resources\\/domains\\/whois.json","username":"Client","ipaddress":"199.212.87.88"},{"id":664,"userid":7,"date":"2017-03-11 09:46:23","description":"Email Sent to Mezy Mods (Order Confirmation) - User ID: 7","username":"Client","ipaddress":"199.212.87.88"},{"id":663,"userid":7,"date":"2017-03-11 09:46:23","description":"Email Sent to Mezy Mods (WHMCS New Order Notification) ","username":"Client","ipaddress":"199.212.87.88"},{"id":662,"userid":7,"date":"2017-03-11 09:46:23","description":"Email Sent to Mezy Mods (Customer Invoice) - User ID: 7","username":"Client","ipaddress":"199.212.87.88"},{"id":661,"userid":7,"date":"2017-03-11 09:46:21","description":"Created Invoice - Invoice ID: 15","username":"Client","ipaddress":"199.212.87.88"}]}}', 1489235146),
7425(14, '3:emailVerificationClientKey', '43abc5056a2514d186a112365d3cf2f64c4abf9f', 1489160371),
7426(16, '5:emailVerificationClientKey', 'c6a88b4dce82ddc8f61c2df215a35026a3506e42', 1489181776),
7427(17, '6:emailVerificationClientKey', '4139bd1cce6b0b4331f72ef156dd8a8e900e8df5', 1489185056);
7428
7429-- --------------------------------------------------------
7430
7431--
7432-- Table structure for table `tblupdatehistory`
7433--
7434
7435CREATE TABLE IF NOT EXISTS `tblupdatehistory` (
7436 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7437 `admin_id` int(11) NOT NULL,
7438 `original_version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
7439 `new_version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
7440 `success` tinyint(1) NOT NULL,
7441 `message` text COLLATE utf8_unicode_ci,
7442 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
7443 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
7444 PRIMARY KEY (`id`)
7445) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
7446
7447-- --------------------------------------------------------
7448
7449--
7450-- Table structure for table `tblupdatelog`
7451--
7452
7453CREATE TABLE IF NOT EXISTS `tblupdatelog` (
7454 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7455 `instance_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
7456 `level` int(10) unsigned NOT NULL,
7457 `message` text COLLATE utf8_unicode_ci NOT NULL,
7458 `extra` text COLLATE utf8_unicode_ci NOT NULL,
7459 `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
7460 `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
7461 PRIMARY KEY (`id`)
7462) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
7463
7464-- --------------------------------------------------------
7465
7466--
7467-- Table structure for table `tblupgrades`
7468--
7469
7470CREATE TABLE IF NOT EXISTS `tblupgrades` (
7471 `id` int(10) NOT NULL AUTO_INCREMENT,
7472 `orderid` int(10) NOT NULL,
7473 `type` text COLLATE utf8_unicode_ci NOT NULL,
7474 `date` date NOT NULL,
7475 `relid` int(10) NOT NULL,
7476 `originalvalue` text COLLATE utf8_unicode_ci NOT NULL,
7477 `newvalue` text COLLATE utf8_unicode_ci NOT NULL,
7478 `amount` decimal(10,2) NOT NULL,
7479 `recurringchange` decimal(10,2) NOT NULL,
7480 `status` enum('Pending','Completed') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Pending',
7481 `paid` enum('Y','N') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'N',
7482 PRIMARY KEY (`id`),
7483 KEY `orderid` (`orderid`),
7484 KEY `serviceid` (`relid`)
7485) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
7486
7487-- --------------------------------------------------------
7488
7489--
7490-- Table structure for table `tblwhoislog`
7491--
7492
7493CREATE TABLE IF NOT EXISTS `tblwhoislog` (
7494 `id` int(10) NOT NULL AUTO_INCREMENT,
7495 `date` datetime NOT NULL,
7496 `domain` text COLLATE utf8_unicode_ci NOT NULL,
7497 `ip` text COLLATE utf8_unicode_ci NOT NULL,
7498 PRIMARY KEY (`id`)
7499) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=20 ;
7500
7501--
7502-- Dumping data for table `tblwhoislog`
7503--
7504
7505INSERT INTO `tblwhoislog` (`id`, `date`, `domain`, `ip`) VALUES
7506(1, '2017-03-08 21:54:59', 'unbl0kedg4messgcs.com', '64.71.171.49'),
7507(2, '2017-03-08 22:04:35', '123.com', '5.65.77.224'),
7508(3, '2017-03-08 22:14:45', 'test.com', '5.65.77.224'),
7509(4, '2017-03-08 22:14:48', 'ahahahah.com', '5.65.77.224'),
7510(5, '2017-03-08 22:22:40', 'ahahahah.com', '5.65.77.224'),
7511(6, '2017-03-08 22:22:42', 'ahahahah.com', '5.65.77.224'),
7512(7, '2017-03-09 17:56:27', 'pornhub.com', '86.153.204.104'),
7513(8, '2017-03-09 17:56:27', 'pornhub.com', '86.153.204.104'),
7514(9, '2017-03-09 17:56:35', 'pornhub.com', '86.153.204.104'),
7515(10, '2017-03-09 17:56:35', 'pornhub.com', '86.153.204.104'),
7516(11, '2017-03-09 17:56:48', 'tigbitties.com', '86.153.204.104'),
7517(12, '2017-03-09 17:56:55', 'asodiug.com', '86.153.204.104'),
7518(13, '2017-03-09 17:57:07', 'gayporn.com', '86.153.204.104'),
7519(14, '2017-03-09 17:57:12', 'dsfg.com', '86.153.204.104'),
7520(15, '2017-03-09 17:57:17', 'lscnr.com', '86.153.204.104'),
7521(16, '2017-03-09 17:57:25', 'lscnrsamp.com', '86.153.204.104'),
7522(17, '2017-03-09 17:57:27', 'lscnrsamp.com', '86.153.204.104'),
7523(18, '2017-03-09 18:11:52', 'classifiedgaming.com', '86.153.204.104'),
7524(19, '2017-03-09 18:11:59', 'classifiedgaming.com', '86.153.204.104');
7525
7526/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
7527/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
7528/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;