-- phpMyAdmin SQL Dump
-- version 2.10.3
-- http://www.phpmyadmin.net
-- 
-- Host: neilson.pps.com.au
-- Generation Time: Oct 08, 2010 at 11:08 AM
-- Server version: 5.0.38
-- PHP Version: 5.2.4-2ubuntu5.10

-- 
-- Database: `whmcs`
-- 

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

-- 
-- Table structure for table `tblaccounts`
-- 

CREATE TABLE IF NOT EXISTS `tblaccounts` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `currency` int(10) NOT NULL,
  `gateway` text NOT NULL,
  `date` datetime default NULL,
  `description` text NOT NULL,
  `amountin` decimal(10,2) NOT NULL default '0.00',
  `fees` decimal(10,2) NOT NULL default '0.00',
  `amountout` decimal(10,2) NOT NULL default '0.00',
  `rate` decimal(10,5) NOT NULL default '1.00000',
  `transid` text NOT NULL,
  `invoiceid` int(10) NOT NULL default '0',
  `refundid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `invoiceid` (`invoiceid`),
  KEY `userid` (`userid`),
  KEY `date` (`date`),
  KEY `transid` (`transid`(32))
) TYPE=MyISAM  AUTO_INCREMENT=367 ;

-- 
-- Dumping data for table `tblaccounts`
-- 

INSERT INTO `tblaccounts` (`id`, `userid`, `currency`, `gateway`, `date`, `description`, `amountin`, `fees`, `amountout`, `rate`, `transid`, `invoiceid`, `refundid`) VALUES 
(2, 13, 0, 'banktransfer', '2008-06-27 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 253, 0),
(3, 4, 0, 'mailin', '2008-07-07 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 250, 0),
(4, 16, 0, 'banktransfer', '2008-07-08 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 255, 0),
(5, 11, 0, 'mailin', '2008-07-08 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 252, 0),
(6, 7, 0, 'paypal', '2008-07-08 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 251, 0),
(7, 16, 0, 'banktransfer', '2008-07-08 00:00:00', 'Invoice Payment', 0.00, 0.00, 0.00, 1.00000, '', 255, 0),
(8, 15, 0, 'banktransfer', '2008-07-11 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 254, 0),
(9, 13, 0, 'banktransfer', '2008-07-15 00:00:00', 'Invoice Payment', 1000.00, 0.00, 0.00, 1.00000, '', 256, 0),
(10, 12, 0, 'banktransfer', '2008-07-21 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 261, 0),
(11, 3, 0, 'banktransfer', '2008-07-21 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 258, 0),
(12, 14, 0, 'banktransfer', '2008-07-21 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 262, 0),
(13, 2, 0, 'banktransfer', '2008-07-25 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 257, 0),
(14, 6, 0, 'mailin', '2008-08-06 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 260, 0),
(15, 4, 0, 'mailin', '2008-08-11 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 259, 0),
(16, 10, 0, 'mailin', '2008-08-21 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 266, 0),
(17, 2, 0, 'banktransfer', '2008-09-05 00:00:00', 'Invoice Payment', 150.00, 0.00, 0.00, 1.00000, '', 267, 0),
(18, 5, 0, 'banktransfer', '2008-09-15 05:55:33', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 263, 0),
(19, 8, 0, 'banktransfer', '2008-09-15 05:55:44', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 264, 0),
(20, 9, 0, 'banktransfer', '2008-09-15 05:55:44', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 265, 0),
(21, 7, 0, 'paypal', '2008-09-22 02:49:55', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '9D986072PU0509549', 269, 0),
(22, 18, 0, 'paypal', '2008-09-24 12:05:16', 'Invoice Payment', 108.41, 2.90, 0.00, 1.00000, '0M3663445W381491K', 274, 0),
(23, 13, 0, 'banktransfer', '2008-09-24 22:42:20', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 271, 0),
(24, 17, 0, 'banktransfer', '2008-09-24 22:42:20', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 273, 0),
(26, 15, 0, 'banktransfer', '2008-10-02 00:00:00', 'Invoice Payment', 60.00, 0.00, 0.00, 1.00000, '', 272, 0),
(27, 13, 0, 'banktransfer', '2008-10-10 10:33:39', 'Invoice Payment', 1000.00, 0.00, 0.00, 1.00000, '', 276, 0),
(28, 13, 0, 'banktransfer', '2008-10-10 10:33:55', 'Invoice Payment', 1000.00, 0.00, 0.00, 1.00000, '', 276, 0),
(29, 11, 0, 'mailin', '2008-10-10 10:34:09', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 270, 0),
(30, 4, 0, 'mailin', '2008-10-16 05:13:10', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 268, 0),
(31, 17, 0, 'banktransfer', '2008-10-16 05:14:06', 'Invoice Payment', 1000.00, 0.00, 0.00, 1.00000, '', 277, 0),
(32, 2, 0, 'banktransfer', '2008-10-23 22:21:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 278, 0),
(33, 3, 0, 'banktransfer', '2008-10-23 22:21:01', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 279, 0),
(34, 6, 0, 'mailin', '2008-10-23 22:21:01', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 281, 0),
(35, 12, 0, 'banktransfer', '2008-10-23 22:21:01', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 282, 0),
(36, 14, 0, 'banktransfer', '2008-10-23 22:21:03', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 283, 0),
(37, 4, 0, 'mailin', '2008-11-14 11:55:01', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 280, 0),
(38, 2, 0, 'banktransfer', '2008-11-17 11:39:23', 'Invoice Payment', 50.00, 0.00, 0.00, 1.00000, '', 284, 0),
(39, 3, 0, 'banktransfer', '2008-11-21 09:35:40', 'Invoice Payment', 108.40, 0.00, 0.00, 1.00000, '', 290, 0),
(40, 5, 0, 'banktransfer', '2008-11-28 12:05:09', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 286, 0),
(41, 10, 0, 'mailin', '2008-11-28 12:05:24', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 289, 0),
(42, 0, 1, '', '2008-07-01 00:00:00', 'Domain Name registration apcci.org.au', 0.00, 0.00, 33.80, 1.00000, '', 0, 0),
(43, 0, 1, '', '2008-07-08 00:00:00', 'Template 7767', 0.00, 0.00, 67.97, 1.00000, '', 0, 0),
(44, 0, 1, '', '2008-07-01 00:00:00', 'Account Fee', 0.00, 11.30, 0.00, 1.00000, '', 0, 0),
(45, 0, 1, '', '2008-07-08 00:00:00', 'Kagaweb', 0.00, 0.00, 33.00, 1.00000, '', 0, 0),
(46, 0, 1, 'mailin', '2008-07-08 00:00:00', 'Varios Betto', 0.00, 0.00, 70.00, 1.00000, '', 0, 0),
(47, 0, 1, 'banktransfer', '2008-07-10 00:00:00', 'Varios Pablito', 0.00, 0.00, 106.00, 1.00000, '', 0, 0),
(48, 0, 1, 'mailin', '2008-07-14 00:00:00', 'Varios Betto', 0.00, 0.00, 320.00, 1.00000, '', 0, 0),
(49, 0, 1, 'banktransfer', '2008-07-25 00:00:00', 'Varios Home', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(50, 0, 1, 'banktransfer', '2008-07-25 00:00:00', 'Varios Home', 0.00, 0.00, 100.00, 1.00000, '', 0, 0),
(51, 0, 1, 'banktransfer', '2008-07-25 00:00:00', 'Wages', 0.00, 0.00, 30.00, 1.00000, '', 0, 0),
(52, 0, 1, 'banktransfer', '2008-07-25 00:00:00', 'Wages', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(53, 0, 1, 'banktransfer', '2008-07-25 00:00:00', 'Wages', 0.00, 0.00, 150.00, 1.00000, '', 0, 0),
(54, 0, 1, '', '2008-08-01 00:00:00', 'Account Fees', 0.00, 8.70, 0.00, 1.00000, '', 0, 0),
(55, 0, 1, '', '2008-07-24 00:00:00', 'Domain Name registration pcbaseballleague.org', 0.00, 0.00, 18.34, 1.00000, '', 0, 0),
(56, 0, 1, '', '2008-07-28 00:00:00', 'Domain Name change thedandydog.com', 0.00, 0.00, 5.00, 1.00000, '', 0, 0),
(57, 0, 1, 'banktransfer', '2008-08-04 00:00:00', 'Varios Home', 0.00, 0.00, 400.00, 1.00000, '', 0, 0),
(58, 0, 1, 'banktransfer', '2008-08-11 00:00:00', 'Varios Pablito', 0.00, 0.00, 106.00, 1.00000, '', 0, 0),
(59, 0, 1, 'banktransfer', '2008-08-21 00:00:00', 'Varios Home', 0.00, 0.00, 460.00, 1.00000, '', 0, 0),
(60, 0, 1, '', '2008-09-01 00:00:00', 'Account Fee', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(61, 0, 1, '', '2008-08-18 00:00:00', 'MagicISO Virtual CD/DVD', 0.00, 0.00, 35.57, 1.00000, '', 0, 0),
(62, 0, 1, '', '2008-08-20 00:00:00', 'Symantec', 0.00, 0.00, 46.72, 1.00000, '', 0, 0),
(63, 0, 1, '', '2008-08-20 00:00:00', 'Symantec Norton Internet Security', 0.00, 0.00, 92.97, 1.00000, '', 0, 0),
(64, 0, 1, '', '2008-09-08 00:00:00', 'Dell Laptop', 0.00, 0.00, 800.18, 1.00000, '', 0, 0),
(65, 0, 1, '', '2008-09-26 00:00:00', 'Dell Laptop', 0.00, 0.00, 800.18, 1.00000, '', 0, 0),
(66, 0, 1, 'banktransfer', '2008-09-01 00:00:00', 'Varios Home', 0.00, 0.00, 132.00, 1.00000, '', 0, 0),
(67, 0, 1, 'banktransfer', '2008-09-09 00:00:00', 'Varios Home MRLIU,BLKS,JBHI', 0.00, 0.00, 339.00, 1.00000, '', 0, 0),
(68, 0, 1, 'banktransfer', '2008-09-22 00:00:00', 'Varios Pablito', 0.00, 0.00, 106.00, 1.00000, '', 0, 0),
(69, 0, 1, '', '2008-10-01 00:00:00', 'Account Fee', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(70, 0, 1, 'banktransfer', '2008-10-03 00:00:00', 'Varios Home Hoyst,GreaterUnion', 0.00, 0.00, 87.00, 1.00000, '', 0, 0),
(71, 0, 1, '', '2008-10-08 00:00:00', 'Template 20234 Alteration', 0.00, 0.00, 905.55, 1.00000, '', 0, 0),
(72, 0, 1, 'banktransfer', '2008-10-03 00:00:00', 'Varios Home', 0.00, 0.00, 260.00, 1.00000, '', 0, 0),
(73, 0, 1, 'banktransfer', '2008-10-16 00:00:00', 'Varios Pablito', 0.00, 0.00, 106.00, 1.00000, '', 0, 0),
(74, 0, 1, 'banktransfer', '2008-10-17 00:00:00', 'Varios Donation', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(75, 0, 1, 'banktransfer', '2008-10-24 00:00:00', 'Varios Home Hoyts,Thai,Drive School', 0.00, 0.00, 273.00, 1.00000, '', 0, 0),
(76, 0, 1, '', '2008-11-03 00:00:00', 'Account Fee', 0.00, 10.10, 0.00, 1.00000, '', 0, 0),
(77, 0, 1, 'banktransfer', '2008-11-18 00:00:00', 'Varios Pablito', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(78, 0, 1, 'banktransfer', '2008-11-14 00:00:00', 'Template 16666 Agroserco', 0.00, 0.00, 84.26, 1.00000, '', 0, 0),
(79, 0, 1, '', '2008-11-28 00:00:00', 'Domain Name Alteration consuladoperusydney.org', 0.00, 0.00, 7.85, 1.00000, '', 0, 0),
(80, 11, 0, 'mailin', '2008-12-05 05:27:44', 'Invoice Payment', 49.01, 0.00, 0.00, 1.00000, '', 285, 0),
(81, 0, 1, '', '2008-08-25 00:00:00', 'Sony DVD and CDs', 0.00, 0.00, 47.98, 1.00000, '', 0, 0),
(82, 8, 0, 'banktransfer', '2008-12-10 01:20:51', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 287, 0),
(83, 17, 0, 'banktransfer', '2008-12-22 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 291, 0),
(84, 7, 0, 'paypal', '2008-12-31 05:04:48', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '8GY53847GJ222633P', 294, 0),
(85, 16, 0, 'banktransfer', '2009-01-01 05:01:10', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 297, 0),
(86, 18, 0, 'paypal', '2009-01-05 23:00:15', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 292, 0),
(87, 9, 0, 'banktransfer', '2009-01-06 23:06:59', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 288, 0),
(88, 21, 0, 'banktransfer', '2009-01-15 01:10:34', 'Invoice Payment', 108.41, 0.00, 0.00, 1.00000, '', 298, 0),
(89, 21, 0, 'banktransfer', '2009-01-22 00:00:00', 'Invoice Payment', 250.00, 0.00, 0.00, 1.00000, '', 307, 0),
(90, 3, 0, 'banktransfer', '2009-01-22 00:00:00', 'Invoice Payment', 52.83, 0.00, 0.00, 1.00000, '', 308, 0),
(91, 4, 0, 'mailin', '2009-01-16 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 293, 0),
(92, 2, 0, 'banktransfer', '2009-01-22 11:37:30', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 299, 0),
(93, 3, 0, 'banktransfer', '2009-01-22 11:37:30', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 300, 0),
(94, 12, 0, 'banktransfer', '2009-01-22 11:37:30', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 303, 0),
(95, 14, 0, 'banktransfer', '2009-01-22 11:37:30', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 304, 0),
(96, 21, 0, 'banktransfer', '2009-01-29 00:00:00', 'Invoice Payment', 310.00, 0.00, 0.00, 1.00000, '', 307, 0),
(97, 11, 0, 'mailin', '2009-02-02 07:58:19', 'Invoice Payment', 180.00, 0.00, 0.00, 1.00000, '', 309, 0),
(98, 11, 0, 'mailin', '2009-02-02 07:58:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 295, 0),
(99, 4, 0, 'mailin', '2009-02-13 02:25:05', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 301, 0),
(100, 4, 0, 'mailin', '2009-02-13 02:25:05', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 305, 0),
(101, 4, 0, 'mailin', '2009-02-13 02:25:05', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 306, 0),
(102, 20, 0, 'banktransfer', '2009-02-19 20:38:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 310, 0),
(103, 0, 1, '', '2008-11-20 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23G7WBSG8', 0.00, 0.00, 24.18, 1.00000, '', 0, 0),
(104, 0, 1, '', '2008-11-27 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23GHPF8MJ', 0.00, 0.00, 51.70, 1.00000, '', 0, 0),
(105, 0, 1, '', '2008-11-27 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23GJMJFL6', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(106, 0, 1, '', '2008-12-01 00:00:00', 'ACCOUNT FEE', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(107, 0, 1, '', '2008-12-01 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23GN3RTF2', 0.00, 0.00, 7.85, 1.00000, '', 0, 0),
(108, 0, 1, '', '2008-12-01 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23GL9BTP2', 0.00, 0.00, 51.70, 1.00000, '', 0, 0),
(109, 0, 1, '', '2008-12-10 00:00:00', '1261935 FNDS TFR PABLITO 10-DEC', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(110, 0, 1, '', '2008-12-24 00:00:00', '1263592 PAYMENT PRISCILLA XMAS 24-DEC', 0.00, 0.00, 30.00, 1.00000, '', 0, 0),
(111, 0, 1, '', '2008-12-24 00:00:00', '1280194 FNDS TFR SHOES,JB ELY,EWONG 24-DEC', 0.00, 0.00, 289.00, 1.00000, '', 0, 0),
(112, 0, 1, '', '2009-01-02 00:00:00', 'ACCOUNT FEE', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(113, 0, 1, '', '2009-01-07 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23J8GU7JC', 0.00, 0.00, 9.54, 1.00000, '', 0, 0),
(114, 0, 1, '', '2009-01-12 00:00:00', '1872880 FNDS TFR PABLITO 11-JAN', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(115, 0, 1, '', '2009-01-13 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23JG8V55W', 0.00, 0.00, 51.70, 1.00000, '', 0, 0),
(116, 0, 1, '', '2009-01-23 00:00:00', 'WITHDRAWAL/CHEQUE 0200028 (Dentist)', 0.00, 0.00, 1000.00, 1.00000, '', 0, 0),
(117, 0, 1, '', '2009-02-02 00:00:00', 'ACCOUNT FEE', 0.00, 10.50, 0.00, 1.00000, '', 0, 0),
(118, 0, 1, '', '2009-02-10 00:00:00', '1844439 FNDS TFR PABLITO 10-FEB', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(119, 0, 1, '', '2009-02-16 00:00:00', '1940385 PAYMENT EDDY MATIC SOCCER 16-FEB', 0.00, 0.00, 55.00, 1.00000, '', 0, 0),
(120, 5, 0, 'banktransfer', '2009-03-05 00:00:00', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 311, 0),
(121, 8, 0, 'banktransfer', '2009-03-16 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 312, 0),
(122, 17, 0, 'banktransfer', '2009-03-18 13:28:48', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 315, 0),
(123, 9, 0, 'banktransfer', '2009-03-18 13:28:48', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 313, 0),
(124, 15, 0, 'banktransfer', '2009-03-18 13:30:58', 'Invoice Payment', 58.80, 0.00, 0.00, 1.00000, '', 321, 0),
(125, 16, 0, 'banktransfer', '2009-03-18 13:30:58', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 322, 0),
(126, 7, 0, 'paypal', '2009-03-26 10:50:22', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '3W019056B8493644F', 318, 0),
(127, 18, 0, 'paypal', '2009-03-30 07:01:41', 'Invoice Payment', 59.40, 1.73, 0.00, 1.00000, '37V73002WY8011257', 316, 0),
(128, 10, 0, 'mailin', '2009-03-31 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 314, 0),
(129, 21, 0, 'banktransfer', '2009-04-15 09:36:13', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 323, 0),
(130, 3, 0, 'banktransfer', '2009-04-19 11:48:13', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 325, 0),
(131, 14, 0, 'banktransfer', '2009-04-19 11:48:13', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 328, 0),
(132, 2, 0, 'banktransfer', '2009-04-23 13:39:22', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 324, 0),
(133, 12, 0, 'banktransfer', '2009-04-23 13:39:22', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 327, 0),
(134, 6, 0, 'mailin', '2009-05-14 09:07:59', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 302, 0),
(135, 6, 0, 'mailin', '2009-05-18 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 326, 0),
(136, 6, 0, 'banktransfer', '2009-05-18 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 335, 0),
(137, 12, 0, 'banktransfer', '2009-05-25 23:14:33', 'Invoice Payment', 83.65, 0.00, 0.00, 1.00000, '', 337, 0),
(138, 11, 0, 'mailin', '2009-05-28 08:35:02', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 319, 0),
(139, 14, 0, 'banktransfer', '2009-05-28 08:44:33', 'Invoice Payment', 83.65, 0.00, 0.00, 1.00000, '', 336, 0),
(140, 8, 0, 'banktransfer', '2009-06-01 09:28:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 333, 0),
(141, 20, 0, 'banktransfer', '2009-06-01 10:25:38', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 329, 0),
(142, 18, 0, 'banktransfer', '2009-06-03 00:18:38', 'Invoice Payment', 1800.00, 0.00, 0.00, 1.00000, '', 330, 0),
(143, 5, 0, 'banktransfer', '2009-06-03 00:19:47', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 332, 0),
(144, 5, 0, 'banktransfer', '2009-06-03 00:19:47', 'Invoice Payment', 80.00, 0.00, 0.00, 1.00000, '', 331, 0),
(145, 9, 0, 'banktransfer', '2009-06-10 14:53:40', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 334, 0),
(146, 23, 0, 'mailin', '2009-06-12 09:13:57', 'Invoice Payment', 143.05, 0.00, 0.00, 1.00000, '', 338, 0),
(147, 17, 0, 'banktransfer', '2009-06-16 00:52:22', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 340, 0),
(148, 16, 0, 'banktransfer', '2009-06-20 05:24:22', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 348, 0),
(149, 23, 0, 'mailin', '2009-06-22 13:54:01', 'Invoice Payment', 1500.00, 0.00, 0.00, 1.00000, '', 342, 0),
(150, 11, 0, 'mailin', '2009-06-24 14:26:54', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 345, 0),
(151, 7, 0, 'paypal', '2009-07-03 04:02:13', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '1X7098400E008981R', 344, 0),
(152, 15, 0, 'banktransfer', '2009-07-07 17:12:47', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 347, 0),
(153, 18, 0, 'paypal', '2009-07-09 02:47:02', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 341, 0),
(154, 5, 0, 'banktransfer', '2009-07-15 16:06:25', 'Invoice Payment', 1300.00, 0.00, 0.00, 1.00000, '', 350, 0),
(155, 2, 0, 'banktransfer', '2009-07-22 05:46:32', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 351, 0),
(156, 21, 0, 'banktransfer', '2009-07-23 13:21:15', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 349, 0),
(157, 12, 0, 'banktransfer', '2009-07-24 15:37:21', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 353, 0),
(158, 0, 1, 'mailin', '2009-05-05 00:00:00', 'Hostnine hosting provider', 0.00, 0.00, 495.14, 1.00000, '', 0, 0),
(159, 12, 0, '', '2009-05-20 00:00:00', 'Domain  tejasdelsolar.com.au renewal', 0.00, 0.00, 83.65, 1.00000, '', 0, 0),
(160, 14, 0, 'banktransfer', '2009-05-20 00:00:00', 'Domain piscoperu.com.au renewal', 0.00, 0.00, 83.65, 1.00000, '', 0, 0),
(161, 23, 0, 'banktransfer', '2009-05-28 00:00:00', 'New domain turspec.com.au', 0.00, 0.00, 81.98, 1.00000, '', 0, 0),
(162, 3, 0, 'banktransfer', '2009-08-04 08:04:53', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 352, 0),
(163, 14, 0, 'banktransfer', '2009-08-04 08:04:53', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 354, 0),
(164, 10, 0, 'banktransfer', '2009-08-05 00:00:00', 'Invoice Payment', 60.00, 0.00, 0.00, 1.00000, '', 356, 0),
(165, 4, 0, 'mailin', '2009-08-17 05:01:06', 'Invoice Payment', 90.00, 0.00, 0.00, 1.00000, '', 359, 0),
(166, 0, 1, '', '2009-03-02 00:00:00', 'Account Fee', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(167, 0, 1, '', '2009-03-09 00:00:00', '1869783 FNDS TFR PABLITO - BETTO 09-MAR', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(168, 0, 1, '', '2009-03-10 00:00:00', '1956793 FNDS TFR BOOKS ROGER 10-MAR', 0.00, 0.00, 200.00, 1.00000, '', 0, 0),
(169, 0, 1, '', '2009-03-11 00:00:00', '1895488 FNDS TFR LOAN TO SAVINGS 11-MAR', 0.00, 0.00, 500.00, 1.00000, '', 0, 0),
(170, 0, 1, '', '2009-03-12 00:00:00', '1757634 FNDS TFR PAY BACK TO CREDIT 12-MAR', 0.00, 0.00, 131.00, 1.00000, '', 0, 0),
(172, 0, 1, '', '2009-04-14 00:00:00', '1179927 FNDS TFR PABLITO 13-APR', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(173, 0, 1, '', '2009-04-30 00:00:00', '1361475 FNDS TFR HOSTNINE 29-APR', 0.00, 0.00, 163.00, 1.00000, '', 0, 0),
(174, 0, 1, '', '2009-05-01 00:00:00', 'ACCOUNT FEE', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(175, 0, 1, '', '2009-05-11 00:00:00', '1063540 FNDS TFR PABLITO 11-MAY', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(176, 0, 1, '', '2009-05-21 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23PT2Q7KJ', 0.00, 0.00, 52.56, 1.00000, '', 0, 0),
(177, 0, 1, '', '2009-05-29 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23Q4SJBL6', 0.00, 0.00, 81.98, 1.00000, '', 0, 0),
(178, 0, 1, '', '2009-06-01 00:00:00', 'ACCOUNT FEE', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(179, 0, 1, '', '2009-06-01 00:00:00', '1907207 PAYMENT PADDYS BETTO 01-JUN', 0.00, 0.00, 95.00, 1.00000, '', 0, 0),
(180, 0, 1, '', '2009-06-02 00:00:00', '1289631 FNDS TFR DEUDA 02-JUN', 0.00, 0.00, 337.00, 1.00000, '', 0, 0),
(181, 0, 1, '', '2009-06-03 00:00:00', '1803264 PAYMENT FARE TICKET 03-JUN', 0.00, 0.00, 900.00, 1.00000, '', 0, 0),
(182, 0, 1, '', '2009-06-03 00:00:00', '1829278 FNDS TFR LOAN TO SAVINGS 03-JUN', 0.00, 0.00, 500.00, 1.00000, '', 0, 0),
(183, 0, 1, '', '2009-06-11 00:00:00', '1305859 FNDS TFR HOSTNINE 10-JUN', 0.00, 0.00, 600.00, 1.00000, '', 0, 0),
(184, 0, 1, '', '2009-06-11 00:00:00', '1326031 FNDS TFR PABLITO 10-JUN', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(185, 0, 1, '', '2009-06-19 00:00:00', 'PAYMENT BY AUTHORITY TO AMERICAN EXPRESS 376091271592003', 0.00, 0.00, 3.54, 1.00000, '', 0, 0),
(186, 0, 1, '', '2009-06-23 00:00:00', '1509913 FNDS TFR VITAMINS,WINE,OTHE 23-JUN', 0.00, 0.00, 158.00, 1.00000, '', 0, 0),
(187, 0, 1, '', '2009-06-24 00:00:00', '1241905 FNDS TFR MEDICARE GAP 24-JUN', 0.00, 0.00, 128.00, 1.00000, '', 0, 0),
(188, 0, 1, '', '2009-06-29 00:00:00', '1257275 FNDS TFR NEW LAPTOP 27-JUN', 0.00, 0.00, 1018.00, 1.00000, '', 0, 0),
(189, 0, 1, '', '2009-06-29 00:00:00', '1389105 FNDS TFR DOCTOR FEES 27-JUN', 0.00, 0.00, 170.00, 1.00000, '', 0, 0),
(190, 0, 1, '', '2009-07-01 00:00:00', 'ACCOUNT FEE', 0.00, 12.30, 0.00, 1.00000, '', 0, 0),
(191, 0, 1, '', '2009-07-08 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23RRKHMKU', 0.00, 0.00, 32.02, 1.00000, '', 0, 0),
(192, 0, 1, '', '2009-07-10 00:00:00', '1343938 FNDS TFR PABLITO 10-JUL', 0.00, 0.00, 130.00, 1.00000, '', 0, 0),
(193, 0, 1, '', '2009-07-10 00:00:00', '1381927 FNDS TFR GASTOS LIMA 10-JUL', 0.00, 0.00, 350.00, 1.00000, '', 0, 0),
(194, 0, 1, '', '2009-07-16 00:00:00', '1185720 FNDS TFR GASTOS LIMA 16-JUL', 0.00, 0.00, 400.00, 1.00000, '', 0, 0),
(195, 0, 1, '', '2009-07-24 00:00:00', '1284813 FNDS TFR ULTIGASTOS EN LIMA 23-JUL', 0.00, 0.00, 350.00, 1.00000, '', 0, 0),
(196, 0, 1, '', '2009-07-27 00:00:00', '1107075 FNDS TFR GASTOS LIMA LAST 27-JUL', 0.00, 0.00, 175.00, 1.00000, '', 0, 0),
(197, 0, 1, '', '2009-07-30 00:00:00', '1708374 FNDS TFR MONEY FOR ARG&amp;GIFT 30-JUL', 0.00, 0.00, 175.00, 1.00000, '', 0, 0),
(198, 0, 1, '', '2009-08-03 00:00:00', 'ACCOUNT FEE', 0.00, 6.50, 0.00, 1.00000, '', 0, 0),
(199, 0, 1, '', '2009-08-10 00:00:00', '1174211 FNDS TFR HOTEL &amp; DINNER 09-AUG', 0.00, 0.00, 366.00, 1.00000, '', 0, 0),
(200, 0, 1, 'mailin', '2009-08-11 00:00:00', 'WITHDRAWAL/CHEQUE 0200029 4 Movie Tickets', 0.00, 0.00, 68.00, 1.00000, '', 0, 0),
(201, 0, 1, '', '2009-08-13 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23T7AJVPW Domain', 0.00, 0.00, 81.98, 1.00000, '', 0, 0),
(202, 0, 1, '', '2009-08-13 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 5KBJ23T88MU6U Domain', 0.00, 0.00, 85.31, 1.00000, '', 0, 0),
(203, 0, 1, 'banktransfer', '2009-08-14 00:00:00', '2891993 FNDS TFR LOAN FROM MAIN 14-AUG', 50.00, 0.00, 0.00, 1.00000, '', 0, 0),
(204, 0, 1, '', '2009-08-14 00:00:00', 'FEE 13-AUGUST-2009', 0.00, 40.00, 0.00, 1.00000, '', 0, 0),
(205, 0, 1, 'banktransfer', '2009-08-18 00:00:00', '1565587 FNDS TFR BACK TO MAIN', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(206, 4, 0, 'banktransfer', '2009-08-18 00:00:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 369, 0),
(207, 5, 0, 'banktransfer', '2009-08-20 12:34:30', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 363, 0),
(208, 2, 0, 'banktransfer', '2009-08-20 12:34:30', 'Invoice Payment', 53.37, 0.00, 0.00, 1.00000, '', 361, 0),
(209, 1, 0, '', '2008-11-15 00:00:00', 'Domain name hiring agroserco.com', 0.00, 0.00, 45.32, 1.00000, '', 0, 0),
(211, 1, 0, '', '2009-01-12 00:00:00', 'Domain registration  wishmeup.com', 0.00, 0.00, 15.11, 1.00000, '', 0, 0),
(212, 0, 1, '', '2009-02-20 00:00:00', 'Domain registration   olgashousecleaner.com', 0.00, 0.00, 15.46, 1.00000, '', 0, 0),
(213, 0, 1, '', '2008-12-02 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 7F19012679583092E', 0.00, 0.00, 50.00, 1.00000, '', 0, 0),
(214, 0, 1, '', '2008-11-30 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 6BX5225593947032A', 0.00, 0.00, 5.00, 1.00000, '', 0, 0),
(215, 0, 1, '', '2008-11-15 00:00:00', 'PAYMENT BY AUTHORITY TO PAYPAL AUSTRALIA 27234230SN7859317', 0.00, 0.00, 54.00, 1.00000, '', 0, 0),
(216, 21, 0, 'banktransfer', '2009-08-24 23:04:33', 'Invoice Payment', 40.00, 0.00, 0.00, 1.00000, '', 360, 0),
(217, 0, 1, '', '2009-06-18 00:00:00', '1 DVD Promo', 0.00, 0.00, 19.99, 1.00000, '', 0, 0),
(218, 0, 1, '', '2008-12-20 00:00:00', 'Nokia 2630 Bundle Pack', 0.00, 0.00, 79.00, 1.00000, '', 0, 0),
(219, 0, 1, '', '2008-11-01 00:00:00', 'LowePro D-PODS 30', 0.00, 0.00, 25.00, 1.00000, '', 0, 0),
(220, 0, 1, '', '2009-04-14 00:00:00', 'Suit, shirt, ties, belt', 0.00, 0.00, 339.80, 1.00000, '', 0, 0),
(221, 0, 1, '', '2009-04-11 00:00:00', 'Shirts, pants', 0.00, 0.00, 174.80, 1.00000, '', 0, 0),
(222, 0, 1, '', '2009-01-23 00:00:00', 'Printer Ink', 0.00, 0.00, 32.00, 1.00000, '', 0, 0),
(224, 0, 1, '', '2009-03-26 00:00:00', 'Leather cases for 3G IPhones', 0.00, 0.00, 35.00, 1.00000, '', 0, 0),
(225, 0, 1, '', '2009-08-14 00:00:00', 'Hotel Accomodation package Star City', 0.00, 0.00, 376.95, 1.00000, '', 0, 0),
(226, 0, 1, '', '2008-11-25 00:00:00', 'Planet Domain Commission', 63.83, 0.00, 0.00, 1.00000, '', 0, 0),
(227, 8, 0, 'banktransfer', '2009-09-05 11:38:18', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 364, 0),
(228, 9, 0, 'banktransfer', '2009-09-05 11:38:18', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 365, 0),
(229, 20, 0, 'banktransfer', '2009-09-11 16:04:38', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 355, 0),
(230, 23, 0, 'mailin', '2009-09-13 05:20:07', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 362, 0),
(231, 16, 0, 'banktransfer', '2009-09-20 10:16:37', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 376, 0),
(232, 13, 0, 'banktransfer', '2009-09-23 23:18:03', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 346, 0),
(233, 13, 0, 'banktransfer', '2009-09-23 23:18:04', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 320, 0),
(234, 13, 0, 'banktransfer', '2009-09-23 23:18:04', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 296, 0),
(235, 15, 0, 'banktransfer', '2009-10-06 03:50:23', 'Invoice Payment', 29.70, 0.00, 0.00, 1.00000, '', 378, 0),
(236, 11, 0, 'mailin', '2009-10-07 22:13:37', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 374, 0),
(237, 7, 0, 'paypal', '2009-10-08 16:24:24', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '4D6444700T800493W', 373, 0),
(238, 18, 0, 'paypal', '2009-10-12 12:34:12', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 371, 0),
(239, 13, 0, 'banktransfer', '2009-10-13 05:17:46', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 375, 0),
(240, 17, 0, 'banktransfer', '2009-10-17 10:01:18', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 370, 0),
(241, 0, 1, '', '0000-00-00 00:00:00', 'Computer cables', 0.00, 0.00, 104.87, 1.00000, '', 0, 0),
(242, 2, 0, 'banktransfer', '2009-10-21 01:55:10', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 381, 0),
(243, 3, 0, 'banktransfer', '2009-10-21 01:55:11', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 382, 0),
(244, 25, 0, 'banktransfer', '2009-10-23 14:02:29', 'Invoice Payment', 350.00, 0.00, 0.00, 1.00000, '', 380, 0),
(245, 3, 0, 'banktransfer', '2009-10-28 23:00:12', 'Invoice Payment', 45.08, 0.00, 0.00, 1.00000, '', 386, 0),
(246, 12, 0, 'banktransfer', '2009-11-04 23:51:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 384, 0),
(247, 14, 0, 'banktransfer', '2009-11-04 23:51:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 385, 0),
(248, 21, 0, 'banktransfer', '2009-11-04 23:51:19', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 377, 0),
(249, 2, 0, 'banktransfer', '2009-11-14 06:14:57', 'Invoice Payment', 400.00, 0.00, 0.00, 1.00000, '', 388, 0),
(250, 5, 0, 'banktransfer', '2009-11-26 00:35:52', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 390, 0),
(251, 0, 1, '', '2009-11-19 00:00:00', 'Suitcase', 0.00, 0.00, 129.95, 1.00000, '', 0, 0),
(252, 0, 1, '', '2009-11-23 00:00:00', 'Internet Access', 0.00, 0.00, 39.95, 1.00000, '', 0, 0),
(253, 0, 1, '', '2009-10-27 00:00:00', 'Domain registration', 0.00, 0.00, 48.10, 1.00000, '', 0, 0),
(254, 0, 1, '', '2009-11-08 00:00:00', 'DSE Network Cable', 0.00, 0.00, 44.98, 1.00000, '', 0, 0),
(255, 0, 1, '', '2009-11-06 00:00:00', 'Adpt and Cable 3.5', 0.00, 0.00, 27.97, 1.00000, '', 0, 0),
(256, 0, 1, '', '2009-11-08 00:00:00', 'DSE Network Cable', 0.00, 0.00, 30.99, 1.00000, '', 0, 0),
(257, 0, 1, '', '2009-11-10 00:00:00', 'Telephone cables', 0.00, 0.00, 31.16, 1.00000, '', 0, 0),
(258, 0, 1, '', '2009-11-06 00:00:00', 'Ampere cavity rod', 0.00, 0.00, 21.02, 1.00000, '', 0, 0),
(259, 9, 0, 'banktransfer', '2009-12-03 01:19:51', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 392, 0),
(260, 6, 0, 'mailin', '2009-12-10 03:41:00', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 383, 0),
(261, 17, 0, 'banktransfer', '2009-12-20 21:02:16', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 393, 0),
(262, 23, 0, 'mailin', '2009-12-21 07:22:10', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 389, 0),
(263, 4, 0, 'mailin', '2009-12-23 02:26:25', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 395, 0),
(264, 4, 0, 'mailin', '2009-12-23 02:26:27', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 372, 0),
(265, 8, 0, 'banktransfer', '2009-12-23 02:27:03', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 391, 0),
(266, 11, 0, 'mailin', '2009-12-23 02:27:12', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 397, 0),
(267, 11, 0, 'mailin', '2009-12-23 02:29:06', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 397, 0),
(268, 20, 0, 'banktransfer', '2009-12-23 02:29:48', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 387, 0),
(269, 7, 0, 'paypal', '2010-01-04 15:36:02', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '6Y8867385K151524P', 396, 0),
(270, 8, 0, 'banktransfer', '2010-01-10 00:45:59', 'Invoice Payment', 76.05, 0.00, 0.00, 1.00000, '', 402, 0),
(271, 21, 0, 'banktransfer', '2010-01-13 21:40:45', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 403, 0),
(272, 8, 0, 'mailin', '2010-01-13 21:42:09', 'Invoice Payment', 76.05, 0.00, 0.00, 1.00000, '', 405, 0),
(273, 16, 0, 'banktransfer', '2010-01-18 21:28:35', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 399, 0),
(274, 18, 0, 'paypal', '2010-01-18 21:28:36', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 394, 0),
(275, 16, 0, 'banktransfer', '2010-01-18 21:28:59', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 399, 0),
(276, 18, 0, 'paypal', '2010-01-18 21:28:59', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 394, 0),
(277, 6, 0, 'mailin', '2010-01-21 10:41:11', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 408, 0),
(278, 6, 0, 'mailin', '2010-01-21 10:41:12', 'Invoice Payment', 76.05, 0.00, 0.00, 1.00000, '', 404, 0),
(279, 3, 0, 'banktransfer', '2010-01-24 22:55:42', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 407, 0),
(280, 2, 0, 'banktransfer', '2010-01-31 06:53:53', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 406, 0),
(281, 12, 0, 'banktransfer', '2010-02-03 12:00:18', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 409, 0),
(282, 14, 0, 'banktransfer', '2010-02-03 12:00:18', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 410, 0),
(283, 15, 0, 'banktransfer', '2010-02-08 21:46:45', 'Invoice Payment', 29.70, 0.00, 0.00, 1.00000, '', 398, 0),
(284, 20, 0, 'banktransfer', '2010-02-27 05:38:35', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 413, 0),
(285, 5, 0, 'banktransfer', '2010-03-01 11:36:06', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 418, 0),
(286, 5, 0, 'banktransfer', '2010-03-01 11:36:06', 'Invoice Payment', 150.00, 0.00, 0.00, 1.00000, '', 417, 0),
(287, 5, 0, 'banktransfer', '2010-03-01 11:38:57', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 418, 0),
(288, 5, 0, 'banktransfer', '2010-03-01 11:38:57', 'Invoice Payment', 150.00, 0.00, 0.00, 1.00000, '', 417, 0),
(289, 8, 0, 'banktransfer', '2010-03-05 03:03:02', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 419, 0),
(290, 13, 0, 'banktransfer', '2010-03-15 00:27:31', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 416, 0),
(291, 4, 0, 'mailin', '2010-03-15 00:27:38', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 415, 0),
(292, 4, 0, 'mailin', '2010-03-15 00:27:38', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 414, 0),
(293, 23, 0, 'mailin', '2010-03-15 00:57:35', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 421, 0),
(294, 9, 0, 'banktransfer', '2010-03-15 04:39:26', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 420, 0),
(295, 0, 1, '', '2010-03-11 00:00:00', 'Printer ink', 0.00, 0.00, 65.50, 1.00000, '', 0, 0),
(296, 7, 0, 'paypal', '2010-04-04 16:59:15', 'Invoice Payment', 50.01, 2.00, 0.00, 1.00000, '5JH78663285126056', 422, 0),
(297, 11, 0, 'mailin', '2010-04-14 08:10:51', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 425, 0),
(298, 3, 0, 'banktransfer', '2010-04-14 08:10:52', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 431, 0),
(299, 15, 0, 'banktransfer', '2010-04-14 08:23:55', 'Invoice Payment', 16.50, 0.00, 0.00, 1.00000, '', 433, 0),
(300, 7, 0, 'paypal', '2010-04-16 00:04:46', 'Invoice Payment', 59.40, 2.32, 0.00, 1.00000, '4M6540676R2047841', 424, 0),
(301, 17, 0, 'banktransfer', '2010-04-18 09:39:16', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 428, 0),
(302, 3, 0, 'banktransfer', '2010-04-28 07:38:55', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 437, 0),
(303, 4, 0, 'mailin', '2010-04-28 07:38:55', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 434, 0),
(304, 6, 0, 'mailin', '2010-04-28 07:38:55', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 438, 0),
(305, 21, 0, 'banktransfer', '2010-05-02 06:29:29', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 430, 0),
(306, 18, 0, 'paypal', '2010-05-16 08:50:48', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 429, 0),
(307, 3, 0, 'banktransfer', '2010-06-01 01:17:03', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 440, 0),
(308, 8, 0, 'banktransfer', '2010-06-01 01:17:04', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 442, 0),
(309, 2, 0, 'banktransfer', '2010-06-01 01:17:04', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 436, 0),
(310, 9, 0, 'banktransfer', '2010-06-05 01:58:36', 'Invoice Payment', 143.05, 0.00, 0.00, 1.00000, '', 443, 0),
(311, 5, 0, 'banktransfer', '2010-06-05 01:58:59', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 441, 0),
(312, 5, 0, 'banktransfer', '2010-06-05 01:58:59', 'Invoice Payment', 100.00, 0.00, 0.00, 1.00000, '', 439, 0),
(313, 2, 0, 'banktransfer', '2010-06-14 11:01:08', 'Invoice Payment', 150.00, 0.00, 0.00, 1.00000, '', 447, 0),
(314, 1, 0, '', '2009-12-16 00:00:00', 'Office building materials', 0.00, 0.00, 421.98, 1.00000, '', 0, 0),
(315, 1, 0, '', '2009-12-19 00:00:00', 'Office building materials', 0.00, 0.00, 76.51, 1.00000, '', 0, 0),
(316, 1, 0, '', '2009-12-11 00:00:00', 'Office building materials', 0.00, 0.00, 234.50, 1.00000, '', 0, 0),
(317, 1, 0, '', '2009-12-19 00:00:00', 'Office building materials', 0.00, 0.00, 78.64, 1.00000, '', 0, 0),
(318, 1, 0, '', '2009-12-17 00:00:00', '', 0.00, 0.00, 268.41, 1.00000, '', 0, 0),
(319, 1, 0, '', '2009-11-19 00:00:00', '', 0.00, 0.00, 89.40, 1.00000, '', 0, 0),
(320, 23, 0, 'banktransfer', '2010-06-28 23:33:44', 'Invoice Payment', 450.00, 0.00, 0.00, 1.00000, '', 446, 0),
(321, 23, 0, 'mailin', '2010-06-28 23:33:44', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 444, 0),
(322, 1, 0, '', '2009-10-09 00:00:00', 'Office building materials', 0.00, 0.00, 104.87, 1.00000, '', 0, 0),
(323, 0, 1, '', '2010-06-27 00:00:00', 'CD''s 50 pack', 0.00, 0.00, 26.00, 1.00000, '', 0, 0),
(324, 0, 1, '', '2010-06-27 00:00:00', 'Black ink cart', 0.00, 0.00, 61.67, 1.00000, '', 0, 0),
(325, 1, 0, '', '2010-06-29 00:00:00', 'Hostnine hosting fees', 0.00, 0.00, 46.99, 1.00000, '', 0, 0),
(326, 1, 0, '', '2010-05-05 00:00:00', 'Hostnine hosting fees', 0.00, 0.00, 45.01, 1.00000, '', 0, 0),
(327, 0, 1, '', '2010-06-29 00:00:00', 'Domain fees', 0.00, 0.00, 99.30, 1.00000, '', 0, 0),
(328, 10, 0, '', '2010-01-07 00:00:00', 'Template related expense', 0.00, 0.00, 11.29, 1.00000, '', 0, 0),
(329, 10, 0, '', '2010-01-07 00:00:00', 'Template related expense', 0.00, 0.00, 45.24, 1.00000, '', 0, 0),
(330, 11, 0, '', '2009-12-14 00:00:00', 'GenieGate Application Licence', 0.00, 0.00, 22.46, 1.00000, '', 0, 0),
(331, 0, 1, '', '2009-10-27 00:00:00', 'Domain fees', 0.00, 0.00, 48.10, 1.00000, '', 0, 0),
(332, 0, 1, '', '2009-09-01 00:00:00', 'Iphone Accessories', 0.00, 0.00, 89.00, 1.00000, '', 0, 0),
(333, 0, 1, '', '2009-09-01 00:00:00', 'Banner Rotator Template', 0.00, 0.00, 24.29, 1.00000, '', 0, 0),
(334, 10, 0, '', '2009-08-28 00:00:00', 'Great White and IkoOte Templates', 0.00, 0.00, 72.39, 1.00000, '', 0, 0),
(335, 0, 1, '', '2009-08-12 00:00:00', 'Hostnine SSL Certificate', 0.00, 0.00, 85.31, 1.00000, '', 0, 0),
(336, 0, 1, '', '2009-08-11 00:00:00', 'Domain fees', 0.00, 0.00, 81.98, 1.00000, '', 0, 0),
(337, 0, 1, '', '2009-07-08 00:00:00', 'Hostnine SSL Certificate', 0.00, 0.00, 89.10, 1.00000, '', 0, 0),
(338, 1, 0, '', '2010-04-18 00:00:00', 'PPS Hosting fees', 0.00, 0.00, 137.50, 1.00000, '', 0, 0),
(339, 1, 0, '', '2010-05-01 00:00:00', 'PPS Hosting fees', 0.00, 0.00, 137.50, 1.00000, '', 0, 0),
(340, 1, 0, '', '2010-06-15 00:00:00', 'PPS Configuration fees', 0.00, 0.00, 68.75, 1.00000, '', 0, 0),
(341, 13, 0, 'paypal', '2010-06-30 00:00:00', 'Domain renewal', 0.00, 0.00, 34.51, 1.00000, '', 0, 0),
(342, 3, 0, 'banktransfer', '2010-07-02 00:25:55', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 449, 0),
(343, 21, 0, 'banktransfer', '2010-07-11 20:05:28', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 452, 0),
(344, 5, 0, 'paypal', '2010-07-12 00:00:00', 'SSL Certificates two bundle two years', 0.00, 0.00, 87.72, 1.00000, '', 0, 0),
(345, 17, 0, 'banktransfer', '2010-07-19 13:20:50', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 451, 0),
(346, 13, 0, 'mailin', '2010-07-19 13:20:50', 'Invoice Payment', 35.00, 0.00, 0.00, 1.00000, '', 448, 0),
(347, 2, 0, 'banktransfer', '2010-07-21 09:58:23', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 453, 0),
(348, 7, 0, 'paypal', '2010-07-21 09:58:24', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 450, 0),
(349, 1, 0, '', '2010-07-23 00:00:00', 'Postage', 0.00, 0.00, 13.20, 1.00000, '', 0, 0),
(350, 6, 0, 'mailin', '2010-07-29 17:56:12', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 456, 0),
(351, 3, 0, 'banktransfer', '2010-08-04 12:51:21', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 454, 0),
(352, 4, 0, 'mailin', '2010-08-11 07:55:43', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 455, 0),
(353, 26, 0, 'banktransfer', '2010-08-15 07:41:40', 'Invoice Payment', 1000.00, 0.00, 0.00, 1.00000, '', 466, 0),
(354, 26, 0, 'banktransfer', '2010-08-17 17:15:12', 'Invoice Payment', 76.05, 0.00, 0.00, 1.00000, '', 458, 0),
(355, 3, 0, 'banktransfer', '2010-08-24 09:58:25', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 473, 0),
(356, 9, 0, 'banktransfer', '2010-09-07 13:43:58', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 476, 0),
(357, 5, 0, 'banktransfer', '2010-09-07 22:18:10', 'Invoice Payment', 178.20, 0.00, 0.00, 1.00000, '', 474, 0),
(358, 23, 0, 'mailin', '2010-09-14 01:15:40', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 477, 0),
(359, 8, 0, 'banktransfer', '2010-09-17 02:52:01', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 475, 0),
(360, 3, 0, 'banktransfer', '2010-09-23 08:00:56', 'Invoice Payment', 140.00, 0.00, 0.00, 1.00000, '', 478, 0),
(361, 21, 0, 'banktransfer', '2010-09-23 12:08:58', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 483, 0),
(362, 26, 0, 'paypal', '2010-09-24 07:30:04', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 467, 0),
(363, 7, 0, 'paypal', '2010-09-30 09:11:58', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 479, 0),
(364, 11, 0, 'mailin', '2010-09-30 09:11:58', 'Invoice Payment', 59.40, 0.00, 0.00, 1.00000, '', 480, 0),
(365, 2, 0, 'banktransfer', '2010-10-05 00:00:00', 'Invoice Payment', 50.00, 0.00, 0.00, 1.00000, '', 484, 0),
(366, 1, 0, 'paypal', '2010-10-05 00:00:00', 'Invoice Payment', 0.00, 0.00, 21.21, 0.00000, '', 171351, 0);

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

-- 
-- Table structure for table `tblactivitylog`
-- 

CREATE TABLE IF NOT EXISTS `tblactivitylog` (
  `id` int(10) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `description` text NOT NULL,
  `user` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM  AUTO_INCREMENT=4853 ;

-- 
-- Dumping data for table `tblactivitylog`
-- 

INSERT INTO `tblactivitylog` (`id`, `date`, `description`, `user`) VALUES 
(4010, '2010-08-02 16:31:42', 'Deleted Invoice (ID: 460 - User ID: 26)', 'hvalle'),
(4012, '2010-08-02 16:32:55', 'Domain Modified - User ID: 26 - Domain ID: 26', 'hvalle'),
(4014, '2010-08-03 00:00:01', 'Cron Job: Starting', 'System'),
(4016, '2010-08-03 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4018, '2010-08-03 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4027, '2010-08-04 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4021, '2010-08-03 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4022, '2010-08-03 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4023, '2010-08-03 00:00:03', 'Cron Job: Completed', 'System'),
(4024, '2010-08-04 00:00:01', 'Cron Job: Starting', 'System'),
(4025, '2010-08-04 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4026, '2010-08-04 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4058, '2010-08-06 00:00:03', 'Cron Job: Completed', 'System'),
(4028, '2010-08-04 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4029, '2010-08-04 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4033, '2010-08-04 00:00:03', 'Cron Job: Completed', 'System'),
(4034, '2010-08-04 12:51:21', 'Added Transaction - Transaction ID: 351', 'hvalle'),
(4053, '2010-08-06 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4035, '2010-08-04 12:51:21', 'Added Invoice Payment - Invoice ID: 454', 'hvalle'),
(4038, '2010-08-05 00:00:01', 'Cron Job: Starting', 'System'),
(4036, '2010-08-04 12:51:21', 'Invoice Marked Paid - Invoice ID: 454', 'hvalle'),
(4037, '2010-08-04 12:51:21', 'Email Sent to Luis Almenara (Invoice Payment Confirmation)', 'hvalle'),
(4039, '2010-08-05 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4040, '2010-08-05 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4041, '2010-08-05 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4044, '2010-08-05 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4046, '2010-08-05 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4049, '2010-08-06 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4050, '2010-08-06 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4052, '2010-08-06 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4054, '2010-08-06 00:00:03', 'Email Sent to Carmen Henry (Second Invoice Overdue Notice)', 'System'),
(4055, '2010-08-06 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4056, '2010-08-06 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4057, '2010-08-06 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4059, '2010-08-06 09:33:03', 'Modified Addon - Addon ID: 1 - Service ID: 5', 'hvalle'),
(4060, '2010-08-06 09:34:30', 'Cancelled Invoice (Invoice ID: 457)', 'hvalle'),
(4062, '2010-08-07 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4065, '2010-08-07 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4063, '2010-08-07 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4064, '2010-08-07 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4066, '2010-08-07 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4067, '2010-08-07 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4068, '2010-08-07 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4071, '2010-08-08 00:00:02', 'Cron Job: Starting', 'System'),
(4073, '2010-08-08 00:00:07', 'Cron Job: Generating Invoices', 'System'),
(4074, '2010-08-08 00:00:07', 'Cron Job: Adding Late Fees', 'System'),
(4077, '2010-08-08 00:00:07', 'Email Sent to Julie Lyons (Invoice Payment Reminder)', 'System'),
(4075, '2010-08-08 00:00:07', 'Cron Job: Credit Card Processing', 'System'),
(4076, '2010-08-08 00:00:07', 'Cron Job: Sending Invoice Reminders', 'System'),
(4078, '2010-08-08 00:00:07', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4079, '2010-08-08 00:00:07', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4080, '2010-08-08 00:00:07', 'Cron Job: Running Usage Stats Update', 'System'),
(4082, '2010-08-09 00:00:01', 'Cron Job: Starting', 'System'),
(4081, '2010-08-08 00:00:07', 'Cron Job: Completed', 'System'),
(4083, '2010-08-09 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4085, '2010-08-09 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4086, '2010-08-09 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4087, '2010-08-09 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4090, '2010-08-09 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4092, '2010-08-09 14:25:05', 'Modified Invoice - Invoice ID: 466', 'hvalle'),
(4095, '2010-08-10 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4093, '2010-08-09 14:25:34', 'Modified Invoice Options - Invoice ID: 466', 'hvalle'),
(4094, '2010-08-10 00:00:01', 'Cron Job: Starting', 'System'),
(4099, '2010-08-10 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4103, '2010-08-10 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4100, '2010-08-10 00:00:03', 'Email Sent to Julie Lyons (First Invoice Overdue Notice)', 'System'),
(4101, '2010-08-10 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4102, '2010-08-10 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4106, '2010-08-11 00:00:01', 'Cron Job: Starting', 'System'),
(4107, '2010-08-11 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4108, '2010-08-11 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4109, '2010-08-11 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4110, '2010-08-11 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4111, '2010-08-11 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4112, '2010-08-11 00:00:04', 'Email Sent to Carmen Henry (Third Invoice Overdue Notice)', 'System'),
(4114, '2010-08-11 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4115, '2010-08-11 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4116, '2010-08-11 00:00:04', 'Cron Job: Completed', 'System'),
(4117, '2010-08-11 07:55:43', 'Added Transaction - Transaction ID: 352', 'hvalle'),
(4119, '2010-08-11 07:55:43', 'Invoice Marked Paid - Invoice ID: 455', 'hvalle'),
(4122, '2010-08-11 16:00:16', 'Created Invoice - Invoice ID: 467', 'hvalle'),
(4123, '2010-08-11 16:00:24', 'New Order Placed - Order ID: 60 - User ID: 26', 'hvalle'),
(4126, '2010-08-11 16:00:49', 'Created Invoice - Invoice ID: 469', 'hvalle'),
(4124, '2010-08-11 16:00:24', 'Created Invoice - Invoice ID: 468', 'hvalle'),
(4125, '2010-08-11 16:00:49', 'New Order Placed - Order ID: 61 - User ID: 26', 'hvalle'),
(4127, '2010-08-11 16:08:46', 'New Order Placed - Order ID: 62 - User ID: 26', 'hvalle'),
(4130, '2010-08-11 16:12:00', 'Created Invoice - Invoice ID: 471', 'hvalle'),
(4131, '2010-08-11 16:28:24', 'Modified Hosting Account - User ID: 5 - Service ID: 12', 'hvalle'),
(4133, '2010-08-11 16:29:55', 'Modified Hosting Account - User ID: 5 - Service ID: 10', 'hvalle'),
(4134, '2010-08-11 16:30:13', 'Modified Hosting Account - User ID: 5 - Service ID: 11', 'hvalle'),
(4135, '2010-08-11 16:31:05', 'Modified Hosting Account - User ID: 21 - Service ID: 26', 'hvalle'),
(4136, '2010-08-11 16:32:17', 'Modified Hosting Account - User ID: 9 - Service ID: 16', 'hvalle'),
(4150, '2010-08-11 16:51:08', 'Order Accepted - Order ID: 63', 'hvalle'),
(4137, '2010-08-11 16:33:23', 'Modified Hosting Account - User ID: 4 - Service ID: 30', 'hvalle'),
(4146, '2010-08-11 16:48:38', 'Deleted Order - Order ID: 62', 'hvalle'),
(4148, '2010-08-11 16:48:38', 'Deleted Order - Order ID: 60', 'hvalle'),
(4138, '2010-08-11 16:34:29', 'Modified Hosting Account - User ID: 17 - Service ID: 23', 'hvalle'),
(4145, '2010-08-11 16:48:38', 'Deleted Order - Order ID: 64', 'hvalle'),
(4139, '2010-08-11 16:35:12', 'Modified Hosting Account - User ID: 2 - Service ID: 4', 'hvalle'),
(4144, '2010-08-11 16:45:37', 'Modified Hosting Account - User ID: 1 - Service ID: 5', 'hvalle'),
(4140, '2010-08-11 16:35:18', 'New Order Placed - Order ID: 64 - User ID: 26', 'hvalle'),
(4141, '2010-08-11 16:35:18', 'Created Invoice - Invoice ID: 472', 'hvalle'),
(4142, '2010-08-11 16:35:18', 'Email Sent to Julie Lyons (Order Confirmation)', 'hvalle'),
(4143, '2010-08-11 16:44:55', 'Modified Hosting Account - User ID: 10 - Service ID: 17', 'hvalle'),
(4147, '2010-08-11 16:48:38', 'Deleted Order - Order ID: 61', 'hvalle'),
(4149, '2010-08-11 16:48:38', 'Deleted Order - Order ID: 59', 'hvalle'),
(4159, '2010-08-12 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4160, '2010-08-12 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4161, '2010-08-12 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4163, '2010-08-12 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4166, '2010-08-12 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4169, '2010-08-13 00:00:01', 'Cron Job: Starting', 'System'),
(4174, '2010-08-13 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4170, '2010-08-13 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4171, '2010-08-13 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4172, '2010-08-13 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4173, '2010-08-13 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4175, '2010-08-13 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4178, '2010-08-13 00:00:03', 'Cron Job: Completed', 'System'),
(4179, '2010-08-14 00:00:02', 'Cron Job: Starting', 'System'),
(4180, '2010-08-14 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4181, '2010-08-14 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4182, '2010-08-14 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4183, '2010-08-14 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4184, '2010-08-14 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4185, '2010-08-14 00:00:03', 'Email Sent to Julie Lyons (First Invoice Overdue Notice)', 'System'),
(4303, '2010-08-24 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4186, '2010-08-14 00:00:03', 'Email Sent to Julie Lyons (Second Invoice Overdue Notice)', 'System'),
(4302, '2010-08-24 00:00:01', 'Cron Job: Starting', 'System'),
(4187, '2010-08-14 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4225, '2010-08-17 00:00:02', 'Cron Job: Completed', 'System'),
(4188, '2010-08-14 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4205, '2010-08-16 00:00:01', 'Cron Job: Starting', 'System'),
(4189, '2010-08-14 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4190, '2010-08-14 00:00:03', 'Cron Job: Completed', 'System'),
(4191, '2010-08-15 00:00:01', 'Cron Job: Starting', 'System'),
(4192, '2010-08-15 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4193, '2010-08-15 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4194, '2010-08-15 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4195, '2010-08-15 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4196, '2010-08-15 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4197, '2010-08-15 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4198, '2010-08-15 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4199, '2010-08-15 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4200, '2010-08-15 00:00:03', 'Cron Job: Completed', 'System'),
(4201, '2010-08-15 07:41:40', 'Added Transaction - Transaction ID: 353', 'hvalle'),
(4202, '2010-08-15 07:41:40', 'Added Invoice Payment - Invoice ID: 466', 'hvalle'),
(4203, '2010-08-15 07:41:40', 'Invoice Marked Paid - Invoice ID: 466', 'hvalle'),
(4204, '2010-08-15 07:41:40', 'Email Sent to Julie Lyons (Invoice Payment Confirmation)', 'hvalle'),
(4206, '2010-08-16 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4207, '2010-08-16 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4208, '2010-08-16 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4209, '2010-08-16 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4210, '2010-08-16 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4211, '2010-08-16 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4212, '2010-08-16 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4213, '2010-08-16 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4214, '2010-08-16 00:00:04', 'Cron Job: Completed', 'System'),
(4215, '2010-08-17 00:00:01', 'Cron Job: Starting', 'System'),
(4216, '2010-08-17 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4217, '2010-08-17 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4218, '2010-08-17 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4219, '2010-08-17 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4220, '2010-08-17 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4221, '2010-08-17 00:00:02', 'Email Sent to Julie Lyons (Invoice Payment Reminder)', 'System'),
(4222, '2010-08-17 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4223, '2010-08-17 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4224, '2010-08-17 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4226, '2010-08-17 17:15:12', 'Added Transaction - Transaction ID: 354', 'hvalle'),
(4227, '2010-08-17 17:15:12', 'Added Invoice Payment - Invoice ID: 458', 'hvalle'),
(4228, '2010-08-17 17:15:12', 'Invoice Marked Paid - Invoice ID: 458', 'hvalle'),
(4229, '2010-08-17 17:15:12', 'Email Sent to Julie Lyons (Invoice Payment Confirmation)', 'hvalle'),
(4230, '2010-08-18 00:00:01', 'Cron Job: Starting', 'System'),
(4231, '2010-08-18 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4232, '2010-08-18 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4233, '2010-08-18 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4234, '2010-08-18 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4235, '2010-08-18 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4236, '2010-08-18 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4237, '2010-08-18 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4238, '2010-08-18 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4239, '2010-08-18 00:00:03', 'Cron Job: Completed', 'System'),
(4240, '2010-08-19 00:00:01', 'Cron Job: Starting', 'System'),
(4241, '2010-08-19 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4301, '2010-08-23 00:00:03', 'Cron Job: Completed', 'System'),
(4242, '2010-08-19 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4300, '2010-08-23 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4243, '2010-08-19 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4295, '2010-08-23 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4244, '2010-08-19 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4292, '2010-08-23 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4245, '2010-08-19 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4246, '2010-08-19 00:00:02', 'Email Sent to Julie Lyons (First Invoice Overdue Notice)', 'System'),
(4247, '2010-08-19 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4248, '2010-08-19 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4249, '2010-08-19 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4291, '2010-08-23 00:00:01', 'Cron Job: Starting', 'System'),
(4250, '2010-08-19 00:00:02', 'Cron Job: Completed', 'System'),
(4290, '2010-08-22 00:00:03', 'Cron Job: Completed', 'System'),
(4251, '2010-08-20 00:00:01', 'Cron Job: Starting', 'System'),
(4252, '2010-08-20 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4253, '2010-08-20 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4254, '2010-08-20 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4255, '2010-08-20 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4256, '2010-08-20 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4257, '2010-08-20 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4258, '2010-08-20 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4259, '2010-08-20 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4260, '2010-08-20 00:00:03', 'Cron Job: Completed', 'System'),
(4261, '2010-08-21 00:00:01', 'Cron Job: Starting', 'System'),
(4262, '2010-08-21 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4263, '2010-08-21 00:00:05', 'Cron Job: Generating Invoices', 'System'),
(4264, '2010-08-21 00:00:05', 'Cron Job: Adding Late Fees', 'System'),
(4265, '2010-08-21 00:00:05', 'Cron Job: Credit Card Processing', 'System'),
(4289, '2010-08-22 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4266, '2010-08-21 00:00:05', 'Cron Job: Sending Invoice Reminders', 'System'),
(4267, '2010-08-21 00:00:05', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4268, '2010-08-21 00:00:05', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4269, '2010-08-21 00:00:05', 'Cron Job: Running Usage Stats Update', 'System'),
(4270, '2010-08-21 00:00:05', 'Cron Job: Completed', 'System'),
(4271, '2010-08-22 00:00:01', 'Cron Job: Starting', 'System'),
(4288, '2010-08-22 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4272, '2010-08-22 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4287, '2010-08-22 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4273, '2010-08-22 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4286, '2010-08-22 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4274, '2010-08-22 00:00:02', 'Created Invoice - Invoice ID: 473', 'System'),
(4275, '2010-08-22 00:00:02', 'Email Sent to Luis Almenara (Customer Invoice)', 'System'),
(4276, '2010-08-22 00:00:02', 'Created Invoice - Invoice ID: 474', 'System'),
(4277, '2010-08-22 00:00:02', 'Email Sent to Margaret Kenny (Customer Invoice)', 'System'),
(4278, '2010-08-22 00:00:02', 'Created Invoice - Invoice ID: 475', 'System'),
(4279, '2010-08-22 00:00:03', 'Email Sent to Rosario Ventura (Customer Invoice)', 'System'),
(4285, '2010-08-22 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4280, '2010-08-22 00:00:03', 'Created Invoice - Invoice ID: 476', 'System'),
(4281, '2010-08-22 00:00:03', 'Email Sent to Andres Soldado (Customer Invoice)', 'System'),
(4282, '2010-08-22 00:00:03', 'Created Invoice - Invoice ID: 477', 'System'),
(4283, '2010-08-22 00:00:03', 'Email Sent to Trevor Raymond SIVIOUR (Customer Invoice)', 'System'),
(4284, '2010-08-22 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4293, '2010-08-23 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4294, '2010-08-23 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4296, '2010-08-23 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4297, '2010-08-23 00:00:03', 'Email Sent to Julie Lyons (Second Invoice Overdue Notice)', 'System'),
(4298, '2010-08-23 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4299, '2010-08-23 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4304, '2010-08-24 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4305, '2010-08-24 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4306, '2010-08-24 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4307, '2010-08-24 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4308, '2010-08-24 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4309, '2010-08-24 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4310, '2010-08-24 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4313, '2010-08-24 09:58:25', 'Added Invoice Payment - Invoice ID: 473', 'hvalle'),
(4314, '2010-08-24 09:58:25', 'Invoice Marked Paid - Invoice ID: 473', 'hvalle'),
(4316, '2010-08-25 00:00:01', 'Cron Job: Starting', 'System'),
(4317, '2010-08-25 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4319, '2010-08-25 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4320, '2010-08-25 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4325, '2010-08-25 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4326, '2010-08-25 00:00:02', 'Cron Job: Completed', 'System'),
(4327, '2010-08-26 00:00:01', 'Cron Job: Starting', 'System'),
(4330, '2010-08-26 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4331, '2010-08-26 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4333, '2010-08-26 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4334, '2010-08-26 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4335, '2010-08-26 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4336, '2010-08-26 00:00:03', 'Cron Job: Completed', 'System'),
(4337, '2010-08-27 00:00:01', 'Cron Job: Starting', 'System'),
(4340, '2010-08-27 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4341, '2010-08-27 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4342, '2010-08-27 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4389, '2010-08-31 00:00:04', 'Email Sent to Trevor Raymond SIVIOUR (Invoice Payment Reminder)', 'System'),
(4343, '2010-08-27 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4344, '2010-08-27 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4345, '2010-08-27 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4346, '2010-08-27 00:00:04', 'Cron Job: Completed', 'System'),
(4347, '2010-08-27 06:48:49', 'Email Sent to Julie Lyons (Invoice Payment Reminder)', 'hvalle'),
(4348, '2010-08-27 06:48:49', 'Invoice Payment Reminder Sent (Invoice ID: 467)', 'hvalle'),
(4349, '2010-08-28 00:00:01', 'Cron Job: Starting', 'System'),
(4350, '2010-08-28 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4351, '2010-08-28 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4352, '2010-08-28 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4353, '2010-08-28 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4383, '2010-08-31 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4354, '2010-08-28 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4355, '2010-08-28 00:00:03', 'Email Sent to Julie Lyons (Third Invoice Overdue Notice)', 'System'),
(4356, '2010-08-28 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4357, '2010-08-28 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4358, '2010-08-28 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4359, '2010-08-28 00:00:03', 'Cron Job: Completed', 'System'),
(4360, '2010-08-29 00:00:01', 'Cron Job: Starting', 'System'),
(4367, '2010-08-29 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4361, '2010-08-29 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4362, '2010-08-29 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4365, '2010-08-29 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4363, '2010-08-29 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4364, '2010-08-29 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4366, '2010-08-29 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4368, '2010-08-29 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4373, '2010-08-30 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4369, '2010-08-29 00:00:03', 'Cron Job: Completed', 'System'),
(4370, '2010-08-30 00:00:01', 'Cron Job: Starting', 'System'),
(4371, '2010-08-30 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4372, '2010-08-30 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4374, '2010-08-30 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4375, '2010-08-30 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4376, '2010-08-30 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4382, '2010-08-31 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4377, '2010-08-30 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4378, '2010-08-30 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4381, '2010-08-31 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4379, '2010-08-30 00:00:02', 'Cron Job: Completed', 'System'),
(4380, '2010-08-31 00:00:01', 'Cron Job: Starting', 'System'),
(4384, '2010-08-31 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4385, '2010-08-31 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4386, '2010-08-31 00:00:03', 'Email Sent to Margaret Kenny (Invoice Payment Reminder)', 'System'),
(4388, '2010-08-31 00:00:03', 'Email Sent to Andres Soldado (Invoice Payment Reminder)', 'System'),
(4387, '2010-08-31 00:00:03', 'Email Sent to Rosario Ventura (Invoice Payment Reminder)', 'System'),
(4390, '2010-08-31 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4391, '2010-08-31 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4392, '2010-08-31 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4393, '2010-08-31 00:00:04', 'Cron Job: Calculating Overages Billing', 'System'),
(4395, '2010-09-01 00:00:01', 'Cron Job: Starting', 'System'),
(4396, '2010-09-01 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4397, '2010-09-01 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4399, '2010-09-01 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4415, '2010-09-02 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4400, '2010-09-01 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4401, '2010-09-01 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4402, '2010-09-01 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4403, '2010-09-01 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4406, '2010-09-02 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4404, '2010-09-01 00:00:02', 'Cron Job: Completed', 'System'),
(4405, '2010-09-02 00:00:01', 'Cron Job: Starting', 'System'),
(4407, '2010-09-02 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4408, '2010-09-02 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4409, '2010-09-02 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4412, '2010-09-02 00:00:03', 'Email Sent to Rosario Ventura (First Invoice Overdue Notice)', 'System'),
(4410, '2010-09-02 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4411, '2010-09-02 00:00:03', 'Email Sent to Margaret Kenny (First Invoice Overdue Notice)', 'System'),
(4413, '2010-09-02 00:00:04', 'Email Sent to Andres Soldado (First Invoice Overdue Notice)', 'System'),
(4414, '2010-09-02 00:00:04', 'Email Sent to Trevor Raymond SIVIOUR (First Invoice Overdue Notice)', 'System'),
(4416, '2010-09-02 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4417, '2010-09-02 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4418, '2010-09-02 00:00:04', 'Cron Job: Completed', 'System'),
(4419, '2010-09-03 00:00:01', 'Cron Job: Starting', 'System'),
(4420, '2010-09-03 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4421, '2010-09-03 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4425, '2010-09-03 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4426, '2010-09-03 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4427, '2010-09-03 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4432, '2010-09-04 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4434, '2010-09-04 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4436, '2010-09-04 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4437, '2010-09-04 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4444, '2010-09-05 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4445, '2010-09-05 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4449, '2010-09-06 00:00:01', 'Cron Job: Starting', 'System'),
(4451, '2010-09-06 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4452, '2010-09-06 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4471, '2010-09-07 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4453, '2010-09-06 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4454, '2010-09-06 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4455, '2010-09-06 00:00:03', 'Email Sent to Margaret Kenny (Second Invoice Overdue Notice)', 'System'),
(4456, '2010-09-06 00:00:03', 'Email Sent to Rosario Ventura (Second Invoice Overdue Notice)', 'System'),
(4470, '2010-09-07 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4457, '2010-09-06 00:00:03', 'Email Sent to Andres Soldado (Second Invoice Overdue Notice)', 'System'),
(4458, '2010-09-06 00:00:04', 'Email Sent to Trevor Raymond SIVIOUR (Second Invoice Overdue Notice)', 'System'),
(4459, '2010-09-06 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4460, '2010-09-06 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4461, '2010-09-06 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4462, '2010-09-06 00:00:04', 'Cron Job: Completed', 'System'),
(4463, '2010-09-07 00:00:01', 'Cron Job: Starting', 'System'),
(4464, '2010-09-07 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4465, '2010-09-07 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4466, '2010-09-07 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4467, '2010-09-07 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4468, '2010-09-07 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4469, '2010-09-07 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4473, '2010-09-07 13:43:58', 'Added Transaction - Transaction ID: 356', 'hvalle'),
(4476, '2010-09-07 13:43:58', 'Email Sent to Andres Soldado (Invoice Payment Confirmation)', 'hvalle'),
(4477, '2010-09-07 22:18:10', 'Added Transaction - Transaction ID: 357', 'hvalle'),
(4481, '2010-09-08 00:00:02', 'Cron Job: Starting', 'System'),
(4485, '2010-09-08 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4487, '2010-09-08 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4486, '2010-09-08 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4488, '2010-09-08 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4489, '2010-09-08 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4490, '2010-09-08 00:00:04', 'Cron Job: Completed', 'System'),
(4491, '2010-09-09 00:00:01', 'Cron Job: Starting', 'System'),
(4492, '2010-09-09 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4493, '2010-09-09 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4494, '2010-09-09 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4495, '2010-09-09 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4496, '2010-09-09 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4497, '2010-09-09 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4499, '2010-09-09 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4500, '2010-09-09 00:00:02', 'Cron Job: Completed', 'System'),
(4501, '2010-09-10 00:00:01', 'Cron Job: Starting', 'System'),
(4502, '2010-09-10 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4504, '2010-09-10 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4511, '2010-09-11 00:00:01', 'Cron Job: Starting', 'System'),
(4512, '2010-09-11 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4513, '2010-09-11 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4514, '2010-09-11 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4515, '2010-09-11 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4523, '2010-09-12 00:00:01', 'Cron Job: Starting', 'System'),
(4524, '2010-09-12 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4534, '2010-09-13 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4525, '2010-09-12 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4526, '2010-09-12 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4527, '2010-09-12 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4528, '2010-09-12 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4529, '2010-09-12 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4530, '2010-09-12 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4531, '2010-09-12 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4532, '2010-09-12 00:00:02', 'Cron Job: Completed', 'System'),
(4533, '2010-09-13 00:00:02', 'Cron Job: Starting', 'System'),
(4536, '2010-09-13 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4537, '2010-09-13 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4538, '2010-09-13 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4540, '2010-09-13 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4539, '2010-09-13 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4541, '2010-09-13 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4549, '2010-09-14 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4550, '2010-09-14 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4554, '2010-09-14 01:15:40', 'Added Invoice Payment - Invoice ID: 477', 'hvalle'),
(4556, '2010-09-14 01:15:40', 'Email Sent to Trevor Raymond SIVIOUR (Invoice Payment Confirmation)', 'hvalle'),
(4557, '2010-09-15 00:00:01', 'Cron Job: Starting', 'System'),
(4558, '2010-09-15 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4559, '2010-09-15 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4560, '2010-09-15 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4561, '2010-09-15 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4562, '2010-09-15 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4563, '2010-09-15 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4565, '2010-09-15 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4566, '2010-09-15 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4568, '2010-09-16 00:00:02', 'Cron Job: Starting', 'System'),
(4567, '2010-09-15 00:00:04', 'Cron Job: Completed', 'System'),
(4570, '2010-09-16 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4573, '2010-09-16 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4571, '2010-09-16 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4572, '2010-09-16 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4574, '2010-09-16 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4575, '2010-09-16 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4576, '2010-09-16 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4578, '2010-09-17 00:00:01', 'Cron Job: Starting', 'System'),
(4579, '2010-09-17 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4580, '2010-09-17 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4581, '2010-09-17 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4582, '2010-09-17 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4583, '2010-09-17 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4584, '2010-09-17 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4585, '2010-09-17 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4586, '2010-09-17 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4592, '2010-09-18 00:00:02', 'Cron Job: Starting', 'System'),
(4593, '2010-09-18 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4594, '2010-09-18 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4596, '2010-09-18 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4599, '2010-09-18 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4600, '2010-09-18 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4601, '2010-09-18 00:00:04', 'Cron Job: Completed', 'System'),
(4603, '2010-09-19 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4608, '2010-09-19 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4609, '2010-09-19 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4610, '2010-09-19 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4614, '2010-09-20 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4615, '2010-09-20 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4617, '2010-09-20 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4618, '2010-09-20 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4619, '2010-09-20 00:00:03', 'Email Sent to Luis Almenara (Upcoming Domain Renewal Notice)', 'System'),
(4620, '2010-09-20 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4621, '2010-09-20 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4622, '2010-09-20 00:00:03', 'Cron Job: Completed', 'System'),
(4628, '2010-09-21 00:00:03', 'Created Invoice - Invoice ID: 479', 'System'),
(4629, '2010-09-21 00:00:04', 'Email Sent to Olga Valle (Customer Invoice)', 'System'),
(4630, '2010-09-21 00:00:04', 'Created Invoice - Invoice ID: 480', 'System'),
(4634, '2010-09-21 00:00:04', 'Created Invoice - Invoice ID: 482', 'System'),
(4639, '2010-09-21 00:00:05', 'Cron Job: Credit Card Processing', 'System'),
(4640, '2010-09-21 00:00:05', 'Cron Job: Sending Invoice Reminders', 'System'),
(4641, '2010-09-21 00:00:05', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4642, '2010-09-21 00:00:05', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4643, '2010-09-21 00:00:05', 'Cron Job: Running Usage Stats Update', 'System'),
(4644, '2010-09-21 00:00:05', 'Cron Job: Completed', 'System'),
(4646, '2010-09-22 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4647, '2010-09-22 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4648, '2010-09-22 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4685, '2010-09-24 07:30:04', 'Invoice Marked Paid - Invoice ID: 467', 'hvalle'),
(4654, '2010-09-22 00:00:03', 'Cron Job: Completed', 'System'),
(4649, '2010-09-22 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4655, '2010-09-23 00:00:01', 'Cron Job: Starting', 'System'),
(4650, '2010-09-22 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4651, '2010-09-22 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4653, '2010-09-22 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4652, '2010-09-22 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4656, '2010-09-23 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4660, '2010-09-23 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4664, '2010-09-23 00:00:03', 'Cron Job: Completed', 'System'),
(4666, '2010-09-23 08:00:56', 'Added Invoice Payment - Invoice ID: 478', 'hvalle'),
(4675, '2010-09-24 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4667, '2010-09-23 08:00:56', 'Invoice Marked Paid - Invoice ID: 478', 'hvalle'),
(4668, '2010-09-23 08:00:57', 'Email Sent to Luis Almenara (Invoice Payment Confirmation)', 'hvalle'),
(4669, '2010-09-23 12:08:58', 'Added Transaction - Transaction ID: 361', 'hvalle'),
(4670, '2010-09-23 12:08:58', 'Added Invoice Payment - Invoice ID: 483', 'hvalle'),
(4671, '2010-09-23 12:08:58', 'Invoice Marked Paid - Invoice ID: 483', 'hvalle'),
(4673, '2010-09-24 00:00:01', 'Cron Job: Starting', 'System'),
(4672, '2010-09-23 12:08:58', 'Email Sent to Alejandro Saravia (Invoice Payment Confirmation)', 'hvalle'),
(4674, '2010-09-24 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4676, '2010-09-24 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4678, '2010-09-24 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4701, '2010-09-26 00:00:05', 'Cron Job: Adding Late Fees', 'System'),
(4702, '2010-09-26 00:00:05', 'Cron Job: Credit Card Processing', 'System'),
(4704, '2010-09-26 00:00:05', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4706, '2010-09-26 00:00:05', 'Cron Job: Running Usage Stats Update', 'System'),
(4707, '2010-09-26 00:00:05', 'Cron Job: Completed', 'System'),
(4710, '2010-09-27 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4711, '2010-09-27 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4712, '2010-09-27 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4717, '2010-09-27 00:00:05', 'Cron Job: Completed', 'System'),
(4724, '2010-09-28 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4720, '2010-09-28 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4723, '2010-09-28 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4719, '2010-09-28 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4722, '2010-09-28 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4725, '2010-09-28 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4727, '2010-09-28 00:00:03', 'Cron Job: Completed', 'System'),
(4730, '2010-09-29 00:00:14', 'Cron Job: Generating Invoices', 'System'),
(4736, '2010-09-29 00:00:14', 'Cron Job: Running Usage Stats Update', 'System'),
(4738, '2010-09-30 00:00:01', 'Cron Job: Starting', 'System'),
(4742, '2010-09-30 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4740, '2010-09-30 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4741, '2010-09-30 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4747, '2010-09-30 00:00:04', 'Email Sent to Sergio  Sill (Invoice Payment Reminder)', 'System'),
(4749, '2010-09-30 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4750, '2010-09-30 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4752, '2010-09-30 00:00:04', 'Cron Job: Completed', 'System'),
(4754, '2010-09-30 09:11:58', 'Added Invoice Payment - Invoice ID: 479', 'hvalle'),
(4756, '2010-09-30 09:11:58', 'Email Sent to Olga Valle (Invoice Payment Confirmation)', 'hvalle'),
(4757, '2010-09-30 09:11:58', 'Added Transaction - Transaction ID: 364', 'hvalle'),
(4758, '2010-09-30 09:11:58', 'Added Invoice Payment - Invoice ID: 480', 'hvalle'),
(4763, '2010-10-01 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4765, '2010-10-01 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4769, '2010-10-01 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4770, '2010-10-01 00:00:02', 'Cron Job: Completed', 'System'),
(4771, '2010-10-02 00:00:02', 'Cron Job: Starting', 'System'),
(4776, '2010-10-02 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4777, '2010-10-02 00:00:04', 'Email Sent to Edgard Schultz (First Invoice Overdue Notice)', 'System'),
(4780, '2010-10-02 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4787, '2010-10-03 00:00:10', 'Cron Job: Credit Card Processing', 'System'),
(4788, '2010-10-03 00:00:10', 'Cron Job: Sending Invoice Reminders', 'System'),
(4789, '2010-10-03 00:00:10', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4794, '2010-10-04 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4798, '2010-10-04 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4799, '2010-10-04 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4800, '2010-10-04 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4801, '2010-10-04 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4805, '2010-10-05 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4803, '2010-10-05 00:00:01', 'Cron Job: Starting', 'System'),
(4804, '2010-10-05 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4810, '2010-10-05 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4812, '2010-10-05 00:00:04', 'Cron Job: Completed', 'System'),
(4815, '2010-10-05 08:21:50', 'Invoice Marked Paid - Invoice ID: 484', 'hvalle'),
(4817, '2010-10-05 08:21:57', 'Modified Invoice - Invoice ID: 484', 'hvalle'),
(4821, '2010-10-06 00:00:01', 'Cron Job: Starting', 'System'),
(4827, '2010-10-06 00:00:04', 'Email Sent to Edgard Schultz (Second Invoice Overdue Notice)', 'System'),
(4822, '2010-10-06 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4823, '2010-10-06 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4826, '2010-10-06 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4830, '2010-10-06 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4831, '2010-10-06 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4834, '2010-10-07 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4832, '2010-10-06 00:00:04', 'Cron Job: Completed', 'System'),
(4839, '2010-10-07 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4844, '2010-10-08 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4847, '2010-10-08 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(3854, '2010-07-23 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3855, '2010-07-23 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3856, '2010-07-23 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(3864, '2010-07-24 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(3869, '2010-07-25 00:00:01', 'Cron Job: Starting', 'System'),
(3870, '2010-07-25 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3872, '2010-07-25 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(3876, '2010-07-25 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3878, '2010-07-25 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(3879, '2010-07-25 00:00:02', 'Cron Job: Completed', 'System'),
(3892, '2010-07-27 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3880, '2010-07-26 00:00:02', 'Cron Job: Starting', 'System'),
(3881, '2010-07-26 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3891, '2010-07-27 00:00:01', 'Cron Job: Starting', 'System'),
(3882, '2010-07-26 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(3883, '2010-07-26 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(3884, '2010-07-26 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(3885, '2010-07-26 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(3886, '2010-07-26 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3887, '2010-07-26 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3888, '2010-07-26 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(3889, '2010-07-26 00:00:03', 'Cron Job: Completed', 'System'),
(3890, '2010-07-26 10:25:22', 'Clients Profile Modified - User ID: 6', 'hvalle'),
(3894, '2010-07-27 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(3896, '2010-07-27 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(3897, '2010-07-27 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3899, '2010-07-27 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(3900, '2010-07-27 00:00:03', 'Cron Job: Completed', 'System'),
(3901, '2010-07-28 00:00:01', 'Cron Job: Starting', 'System'),
(3902, '2010-07-28 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3904, '2010-07-28 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(3907, '2010-07-28 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3908, '2010-07-28 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3909, '2010-07-28 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(3911, '2010-07-29 00:00:06', 'Cron Job: Starting', 'System'),
(3912, '2010-07-29 00:00:06', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3913, '2010-07-29 00:00:13', 'Cron Job: Generating Invoices', 'System'),
(3915, '2010-07-29 00:00:13', 'Cron Job: Credit Card Processing', 'System'),
(3914, '2010-07-29 00:00:13', 'Cron Job: Adding Late Fees', 'System'),
(3916, '2010-07-29 00:00:13', 'Cron Job: Sending Invoice Reminders', 'System'),
(3917, '2010-07-29 00:00:13', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3939, '2010-07-31 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(3918, '2010-07-29 00:00:13', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3919, '2010-07-29 00:00:13', 'Cron Job: Running Usage Stats Update', 'System'),
(3938, '2010-07-31 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3920, '2010-07-29 00:00:13', 'Cron Job: Completed', 'System'),
(3927, '2010-07-30 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(3921, '2010-07-29 17:56:12', 'Added Transaction - Transaction ID: 350', 'hvalle'),
(3923, '2010-07-29 17:56:12', 'Invoice Marked Paid - Invoice ID: 456', 'hvalle'),
(3922, '2010-07-29 17:56:12', 'Added Invoice Payment - Invoice ID: 456', 'hvalle'),
(3924, '2010-07-29 17:56:12', 'Email Sent to Nick Berman (Invoice Payment Confirmation)', 'hvalle'),
(3925, '2010-07-30 00:00:01', 'Cron Job: Starting', 'System'),
(3926, '2010-07-30 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3928, '2010-07-30 00:00:04', 'Created Invoice - Invoice ID: 457', 'System'),
(3929, '2010-07-30 00:00:04', 'Email Sent to Humberto Valle (Customer Invoice)', 'System'),
(3933, '2010-07-30 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3930, '2010-07-30 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(3932, '2010-07-30 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(3931, '2010-07-30 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(3934, '2010-07-30 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3935, '2010-07-30 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(3936, '2010-07-30 00:00:04', 'Cron Job: Completed', 'System'),
(3937, '2010-07-31 00:00:01', 'Cron Job: Starting', 'System'),
(3945, '2010-07-31 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3946, '2010-07-31 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3949, '2010-07-31 00:00:03', 'Cron Job: Completed', 'System'),
(3950, '2010-08-01 00:00:01', 'Cron Job: Starting', 'System'),
(3951, '2010-08-01 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3952, '2010-08-01 00:00:04', 'Cron Job: Generating Invoices', 'System');
INSERT INTO `tblactivitylog` (`id`, `date`, `description`, `user`) VALUES 
(3953, '2010-08-01 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(3955, '2010-08-01 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(3959, '2010-08-01 00:00:04', 'Cron Job: Completed', 'System'),
(3956, '2010-08-01 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3957, '2010-08-01 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3958, '2010-08-01 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(3963, '2010-08-02 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(3964, '2010-08-02 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(3965, '2010-08-02 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(3966, '2010-08-02 00:00:02', 'Email Sent to Luis Almenara (First Invoice Overdue Notice)', 'System'),
(3967, '2010-08-02 00:00:02', 'Email Sent to Carmen Henry (First Invoice Overdue Notice)', 'System'),
(3968, '2010-08-02 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3969, '2010-08-02 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3980, '2010-08-02 15:54:45', 'New Order Placed - Order ID: 54 - User ID: 26', 'System'),
(3981, '2010-08-02 15:54:45', 'Created Invoice - Invoice ID: 461', 'System'),
(3996, '2010-08-02 16:26:52', 'Order Accepted - Order ID: 51', 'hvalle'),
(3997, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 58', 'hvalle'),
(4011, '2010-08-02 16:31:46', 'Deleted Invoice (ID: 459 - User ID: 26)', 'hvalle'),
(4020, '2010-08-03 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4061, '2010-08-07 00:00:01', 'Cron Job: Starting', 'System'),
(4069, '2010-08-07 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4070, '2010-08-07 00:00:02', 'Cron Job: Completed', 'System'),
(4072, '2010-08-08 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4084, '2010-08-09 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4088, '2010-08-09 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4089, '2010-08-09 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4091, '2010-08-09 00:00:02', 'Cron Job: Completed', 'System'),
(4096, '2010-08-10 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4097, '2010-08-10 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4098, '2010-08-10 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4104, '2010-08-10 00:00:03', 'Cron Job: Completed', 'System'),
(4105, '2010-08-10 11:20:48', 'Email Sent to Julie Lyons (Customer Invoice)', 'hvalle'),
(4113, '2010-08-11 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4118, '2010-08-11 07:55:43', 'Added Invoice Payment - Invoice ID: 455', 'hvalle'),
(4120, '2010-08-11 07:55:44', 'Email Sent to Carmen Henry (Invoice Payment Confirmation)', 'hvalle'),
(4121, '2010-08-11 16:00:16', 'New Order Placed - Order ID: 59 - User ID: 26', 'hvalle'),
(4128, '2010-08-11 16:08:46', 'Created Invoice - Invoice ID: 470', 'hvalle'),
(4129, '2010-08-11 16:12:00', 'New Order Placed - Order ID: 63 - User ID: 26', 'hvalle'),
(4132, '2010-08-11 16:29:06', 'Modified Hosting Account - User ID: 5 - Service ID: 12', 'hvalle'),
(4151, '2010-08-11 16:52:31', 'Modified Hosting Account - User ID: 10 - Service ID: 17', 'hvalle'),
(4152, '2010-08-11 16:52:44', 'Modified Hosting Account - User ID: 26 - Service ID: 35', 'hvalle'),
(4153, '2010-08-11 16:53:41', 'Deleted Invoice (ID: 471 - User ID: 26)', 'hvalle'),
(4154, '2010-08-11 16:53:48', 'Deleted Invoice (ID: 470 - User ID: 26)', 'hvalle'),
(4155, '2010-08-11 16:53:54', 'Deleted Invoice (ID: 469 - User ID: 26)', 'hvalle'),
(4156, '2010-08-11 16:53:57', 'Deleted Invoice (ID: 468 - User ID: 26)', 'hvalle'),
(4157, '2010-08-11 16:56:59', 'Email Sent to Julie Lyons (Customer Invoice)', 'hvalle'),
(4158, '2010-08-12 00:00:02', 'Cron Job: Starting', 'System'),
(4162, '2010-08-12 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4164, '2010-08-12 00:00:03', 'Email Sent to Julie Lyons (Invoice Payment Reminder)', 'System'),
(4165, '2010-08-12 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4167, '2010-08-12 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4168, '2010-08-12 00:00:03', 'Cron Job: Completed', 'System'),
(4176, '2010-08-13 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4177, '2010-08-13 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4311, '2010-08-24 00:00:03', 'Cron Job: Completed', 'System'),
(4312, '2010-08-24 09:58:25', 'Added Transaction - Transaction ID: 355', 'hvalle'),
(4315, '2010-08-24 09:58:25', 'Email Sent to Luis Almenara (Invoice Payment Confirmation)', 'hvalle'),
(4318, '2010-08-25 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4321, '2010-08-25 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4322, '2010-08-25 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4323, '2010-08-25 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4324, '2010-08-25 00:00:02', 'Cron Job: Sending Credit Card Expiry Notices', 'System'),
(4328, '2010-08-26 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4329, '2010-08-26 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4332, '2010-08-26 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4338, '2010-08-27 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4339, '2010-08-27 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4394, '2010-08-31 00:00:04', 'Cron Job: Completed', 'System'),
(4398, '2010-09-01 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4422, '2010-09-03 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4423, '2010-09-03 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4424, '2010-09-03 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4428, '2010-09-03 00:00:04', 'Cron Job: Completed', 'System'),
(4429, '2010-09-04 00:00:01', 'Cron Job: Starting', 'System'),
(4430, '2010-09-04 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4431, '2010-09-04 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4433, '2010-09-04 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4435, '2010-09-04 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4438, '2010-09-04 00:00:03', 'Cron Job: Completed', 'System'),
(4439, '2010-09-05 00:00:01', 'Cron Job: Starting', 'System'),
(4440, '2010-09-05 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4441, '2010-09-05 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4442, '2010-09-05 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4443, '2010-09-05 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4446, '2010-09-05 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4447, '2010-09-05 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4448, '2010-09-05 00:00:02', 'Cron Job: Completed', 'System'),
(4450, '2010-09-06 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4472, '2010-09-07 00:00:02', 'Cron Job: Completed', 'System'),
(4474, '2010-09-07 13:43:58', 'Added Invoice Payment - Invoice ID: 476', 'hvalle'),
(4475, '2010-09-07 13:43:58', 'Invoice Marked Paid - Invoice ID: 476', 'hvalle'),
(4478, '2010-09-07 22:18:10', 'Added Invoice Payment - Invoice ID: 474', 'hvalle'),
(4479, '2010-09-07 22:18:10', 'Invoice Marked Paid - Invoice ID: 474', 'hvalle'),
(4480, '2010-09-07 22:18:11', 'Email Sent to Margaret Kenny (Invoice Payment Confirmation)', 'hvalle'),
(4482, '2010-09-08 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4483, '2010-09-08 00:00:04', 'Cron Job: Generating Invoices', 'System'),
(4484, '2010-09-08 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4498, '2010-09-09 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4503, '2010-09-10 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4505, '2010-09-10 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4506, '2010-09-10 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4507, '2010-09-10 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4508, '2010-09-10 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4509, '2010-09-10 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4510, '2010-09-10 00:00:03', 'Cron Job: Completed', 'System'),
(4516, '2010-09-11 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4517, '2010-09-11 00:00:04', 'Email Sent to Rosario Ventura (Third Invoice Overdue Notice)', 'System'),
(4518, '2010-09-11 00:00:04', 'Email Sent to Trevor Raymond SIVIOUR (Third Invoice Overdue Notice)', 'System'),
(4519, '2010-09-11 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4520, '2010-09-11 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4521, '2010-09-11 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4522, '2010-09-11 00:00:04', 'Cron Job: Completed', 'System'),
(4535, '2010-09-13 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4542, '2010-09-13 00:00:03', 'Cron Job: Completed', 'System'),
(4543, '2010-09-14 00:00:02', 'Cron Job: Starting', 'System'),
(4544, '2010-09-14 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4545, '2010-09-14 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4546, '2010-09-14 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4547, '2010-09-14 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4548, '2010-09-14 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4551, '2010-09-14 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4552, '2010-09-14 00:00:04', 'Cron Job: Completed', 'System'),
(4553, '2010-09-14 01:15:40', 'Added Transaction - Transaction ID: 358', 'hvalle'),
(4555, '2010-09-14 01:15:40', 'Invoice Marked Paid - Invoice ID: 477', 'hvalle'),
(4564, '2010-09-15 00:00:04', 'Email Sent to Jaime Burgos (Upcoming Domain Renewal Notice)', 'System'),
(4569, '2010-09-16 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4577, '2010-09-16 00:00:03', 'Cron Job: Completed', 'System'),
(4587, '2010-09-17 00:00:03', 'Cron Job: Completed', 'System'),
(4588, '2010-09-17 02:52:01', 'Added Transaction - Transaction ID: 359', 'hvalle'),
(4589, '2010-09-17 02:52:01', 'Added Invoice Payment - Invoice ID: 475', 'hvalle'),
(4590, '2010-09-17 02:52:01', 'Invoice Marked Paid - Invoice ID: 475', 'hvalle'),
(4591, '2010-09-17 02:52:02', 'Email Sent to Rosario Ventura (Invoice Payment Confirmation)', 'hvalle'),
(4595, '2010-09-18 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4597, '2010-09-18 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4598, '2010-09-18 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4602, '2010-09-19 00:00:01', 'Cron Job: Starting', 'System'),
(4604, '2010-09-19 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4605, '2010-09-19 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4606, '2010-09-19 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4607, '2010-09-19 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4611, '2010-09-19 00:00:02', 'Cron Job: Completed', 'System'),
(4612, '2010-09-20 00:00:01', 'Cron Job: Starting', 'System'),
(4613, '2010-09-20 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4616, '2010-09-20 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4623, '2010-09-21 00:00:01', 'Cron Job: Starting', 'System'),
(4624, '2010-09-21 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4625, '2010-09-21 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4626, '2010-09-21 00:00:03', 'Created Invoice - Invoice ID: 478', 'System'),
(4627, '2010-09-21 00:00:03', 'Email Sent to Luis Almenara (Customer Invoice)', 'System'),
(4631, '2010-09-21 00:00:04', 'Email Sent to Jaime Burgos (Customer Invoice)', 'System'),
(4632, '2010-09-21 00:00:04', 'Created Invoice - Invoice ID: 481', 'System'),
(4633, '2010-09-21 00:00:04', 'Email Sent to Edgard Schultz (Customer Invoice)', 'System'),
(4635, '2010-09-21 00:00:05', 'Email Sent to Sergio  Sill (Customer Invoice)', 'System'),
(4636, '2010-09-21 00:00:05', 'Created Invoice - Invoice ID: 483', 'System'),
(4637, '2010-09-21 00:00:05', 'Email Sent to Alejandro Saravia (Customer Invoice)', 'System'),
(4657, '2010-09-23 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4658, '2010-09-23 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4663, '2010-09-23 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4659, '2010-09-23 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4661, '2010-09-23 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4662, '2010-09-23 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4665, '2010-09-23 08:00:56', 'Added Transaction - Transaction ID: 360', 'hvalle'),
(4679, '2010-09-24 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4677, '2010-09-24 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4680, '2010-09-24 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4681, '2010-09-24 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4682, '2010-09-24 00:00:03', 'Cron Job: Completed', 'System'),
(4683, '2010-09-24 07:30:04', 'Added Transaction - Transaction ID: 362', 'hvalle'),
(4684, '2010-09-24 07:30:04', 'Added Invoice Payment - Invoice ID: 467', 'hvalle'),
(4686, '2010-09-24 07:30:04', 'Email Sent to Julie Lyons (Invoice Payment Confirmation)', 'hvalle'),
(4689, '2010-09-25 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4690, '2010-09-25 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4691, '2010-09-25 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4693, '2010-09-25 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4694, '2010-09-25 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4697, '2010-09-25 00:00:02', 'Cron Job: Completed', 'System'),
(4698, '2010-09-26 00:00:02', 'Cron Job: Starting', 'System'),
(4703, '2010-09-26 00:00:05', 'Cron Job: Sending Invoice Reminders', 'System'),
(4705, '2010-09-26 00:00:05', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4715, '2010-09-27 00:00:04', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4731, '2010-09-29 00:00:14', 'Cron Job: Adding Late Fees', 'System'),
(4732, '2010-09-29 00:00:14', 'Cron Job: Credit Card Processing', 'System'),
(4734, '2010-09-29 00:00:14', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4743, '2010-09-30 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4744, '2010-09-30 00:00:03', 'Email Sent to Olga Valle (Invoice Payment Reminder)', 'System'),
(4759, '2010-09-30 09:11:58', 'Invoice Marked Paid - Invoice ID: 480', 'hvalle'),
(4760, '2010-09-30 09:11:59', 'Email Sent to Jaime Burgos (Invoice Payment Confirmation)', 'hvalle'),
(4768, '2010-10-01 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4772, '2010-10-02 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4773, '2010-10-02 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4781, '2010-10-02 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4774, '2010-10-02 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4775, '2010-10-02 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4778, '2010-10-02 00:00:04', 'Email Sent to Sergio  Sill (First Invoice Overdue Notice)', 'System'),
(4779, '2010-10-02 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4783, '2010-10-03 00:00:01', 'Cron Job: Starting', 'System'),
(4785, '2010-10-03 00:00:10', 'Cron Job: Generating Invoices', 'System'),
(4786, '2010-10-03 00:00:10', 'Cron Job: Adding Late Fees', 'System'),
(4790, '2010-10-03 00:00:10', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4791, '2010-10-03 00:00:10', 'Cron Job: Running Usage Stats Update', 'System'),
(4792, '2010-10-03 00:00:10', 'Cron Job: Completed', 'System'),
(4793, '2010-10-04 00:00:01', 'Cron Job: Starting', 'System'),
(4795, '2010-10-04 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4807, '2010-10-05 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4809, '2010-10-05 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4818, '2010-10-05 10:47:12', 'Added Transaction - Transaction ID: 366', 'hvalle'),
(4819, '2010-10-05 10:47:12', 'Added Invoice Payment - Invoice ID: 171351', 'hvalle'),
(4820, '2010-10-05 10:47:41', 'Modified Transaction - Transaction ID: 366', 'hvalle'),
(4824, '2010-10-06 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4825, '2010-10-06 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(4829, '2010-10-06 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4840, '2010-10-07 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4841, '2010-10-07 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4846, '2010-10-08 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4849, '2010-10-08 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4850, '2010-10-08 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3853, '2010-07-23 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(3857, '2010-07-23 00:00:03', 'Cron Job: Completed', 'System'),
(3858, '2010-07-23 16:05:35', 'Added Transaction - Transaction ID: 349', 'hvalle'),
(3859, '2010-07-24 00:00:01', 'Cron Job: Starting', 'System'),
(3860, '2010-07-24 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3861, '2010-07-24 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(3862, '2010-07-24 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(3863, '2010-07-24 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(3865, '2010-07-24 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3866, '2010-07-24 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3867, '2010-07-24 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(3868, '2010-07-24 00:00:04', 'Cron Job: Completed', 'System'),
(3871, '2010-07-25 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(3873, '2010-07-25 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(3874, '2010-07-25 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(3875, '2010-07-25 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(3877, '2010-07-25 00:00:02', 'Cron Job: Sending Credit Card Expiry Notices', 'System'),
(3893, '2010-07-27 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(3895, '2010-07-27 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(3898, '2010-07-27 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(3903, '2010-07-28 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(3905, '2010-07-28 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(3906, '2010-07-28 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(3910, '2010-07-28 00:00:02', 'Cron Job: Completed', 'System'),
(3940, '2010-07-31 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(3941, '2010-07-31 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(3942, '2010-07-31 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(3943, '2010-07-31 00:00:03', 'Email Sent to Luis Almenara (Invoice Payment Reminder)', 'System'),
(3944, '2010-07-31 00:00:03', 'Email Sent to Carmen Henry (Invoice Payment Reminder)', 'System'),
(3947, '2010-07-31 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(3948, '2010-07-31 00:00:03', 'Cron Job: Calculating Overages Billing', 'System'),
(3954, '2010-08-01 00:00:04', 'Cron Job: Credit Card Processing', 'System'),
(3960, '2010-08-02 00:00:01', 'Cron Job: Starting', 'System'),
(3961, '2010-08-02 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(3962, '2010-08-02 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(3970, '2010-08-02 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(3971, '2010-08-02 00:00:02', 'Cron Job: Completed', 'System'),
(3972, '2010-08-02 15:51:10', 'Created Client Julie Lyons - User ID: 26', 'System'),
(3973, '2010-08-02 15:51:10', 'Email Sent to Julie Lyons (Welcome)', 'System'),
(3974, '2010-08-02 15:51:10', 'New Order Placed - Order ID: 51 - User ID: 26', 'System'),
(3975, '2010-08-02 15:51:10', 'Created Invoice - Invoice ID: 458', 'System'),
(3976, '2010-08-02 15:52:33', 'New Order Placed - Order ID: 52 - User ID: 26', 'System'),
(3977, '2010-08-02 15:52:33', 'Created Invoice - Invoice ID: 459', 'System'),
(3978, '2010-08-02 15:53:26', 'New Order Placed - Order ID: 53 - User ID: 26', 'System'),
(3979, '2010-08-02 15:53:26', 'Created Invoice - Invoice ID: 460', 'System'),
(3982, '2010-08-02 15:55:34', 'New Order Placed - Order ID: 55 - User ID: 26', 'System'),
(3983, '2010-08-02 15:55:34', 'Created Invoice - Invoice ID: 462', 'System'),
(3984, '2010-08-02 15:58:03', 'New Order Placed - Order ID: 56 - User ID: 26', 'System'),
(3985, '2010-08-02 15:58:03', 'Created Invoice - Invoice ID: 463', 'System'),
(3986, '2010-08-02 15:58:37', 'New Order Placed - Order ID: 57 - User ID: 26', 'System'),
(3987, '2010-08-02 15:58:37', 'Created Invoice - Invoice ID: 464', 'System'),
(3988, '2010-08-02 15:59:37', 'Domain Modified - User ID: 26 - Domain ID: 26', 'hvalle'),
(3989, '2010-08-02 16:00:31', 'New Order Placed - Order ID: 58 - User ID: 26', 'System'),
(3990, '2010-08-02 16:00:31', 'Created Invoice - Invoice ID: 465', 'System'),
(3991, '2010-08-02 16:02:03', 'Clients Profile Modified - User ID: 26', 'hvalle'),
(3992, '2010-08-02 16:02:46', 'Domain Modified - User ID: 26 - Domain ID: 26', 'hvalle'),
(3993, '2010-08-02 16:03:19', 'Domain Registration Failed - Domain ID: 26 - Domain: ricci.net.au - Error: Error Code: 411\r - Field incorrectly formatted | reseller.id\r', 'hvalle'),
(3994, '2010-08-02 16:09:19', 'Domain Registered Successfully - Domain ID: 26 - Domain: ricci.net.au', 'hvalle'),
(3995, '2010-08-02 16:09:19', 'Email Sent to Julie Lyons (Domain Registration Confirmation)', 'hvalle'),
(3998, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 57', 'hvalle'),
(3999, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 56', 'hvalle'),
(4000, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 55', 'hvalle'),
(4001, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 54', 'hvalle'),
(4002, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 53', 'hvalle'),
(4003, '2010-08-02 16:27:29', 'Deleted Order - Order ID: 52', 'hvalle'),
(4004, '2010-08-02 16:29:02', 'Email Sent to Julie Lyons (Customer Invoice)', 'hvalle'),
(4005, '2010-08-02 16:31:20', 'Deleted Invoice (ID: 465 - User ID: 26)', 'hvalle'),
(4006, '2010-08-02 16:31:24', 'Deleted Invoice (ID: 464 - User ID: 26)', 'hvalle'),
(4007, '2010-08-02 16:31:28', 'Deleted Invoice (ID: 463 - User ID: 26)', 'hvalle'),
(4008, '2010-08-02 16:31:31', 'Deleted Invoice (ID: 462 - User ID: 26)', 'hvalle'),
(4009, '2010-08-02 16:31:36', 'Deleted Invoice (ID: 461 - User ID: 26)', 'hvalle'),
(4013, '2010-08-02 16:33:37', 'Domain Modified - User ID: 26 - Domain ID: 26', 'hvalle'),
(4015, '2010-08-03 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4017, '2010-08-03 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4019, '2010-08-03 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4030, '2010-08-04 00:00:03', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4031, '2010-08-04 00:00:03', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4032, '2010-08-04 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4042, '2010-08-05 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4043, '2010-08-05 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4045, '2010-08-05 00:00:02', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4047, '2010-08-05 00:00:02', 'Cron Job: Completed', 'System'),
(4048, '2010-08-06 00:00:01', 'Cron Job: Starting', 'System'),
(4051, '2010-08-06 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4638, '2010-09-21 00:00:05', 'Cron Job: Adding Late Fees', 'System'),
(4645, '2010-09-22 00:00:01', 'Cron Job: Starting', 'System'),
(4687, '2010-09-25 00:00:01', 'Cron Job: Starting', 'System'),
(4688, '2010-09-25 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4692, '2010-09-25 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4695, '2010-09-25 00:00:02', 'Cron Job: Sending Credit Card Expiry Notices', 'System'),
(4696, '2010-09-25 00:00:02', 'Cron Job: Running Usage Stats Update', 'System'),
(4699, '2010-09-26 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4700, '2010-09-26 00:00:05', 'Cron Job: Generating Invoices', 'System'),
(4708, '2010-09-27 00:00:02', 'Cron Job: Starting', 'System'),
(4709, '2010-09-27 00:00:02', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4713, '2010-09-27 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4714, '2010-09-27 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4716, '2010-09-27 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4718, '2010-09-28 00:00:02', 'Cron Job: Starting', 'System'),
(4721, '2010-09-28 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4726, '2010-09-28 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4728, '2010-09-29 00:00:07', 'Cron Job: Starting', 'System'),
(4729, '2010-09-29 00:00:07', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4733, '2010-09-29 00:00:14', 'Cron Job: Sending Invoice Reminders', 'System'),
(4735, '2010-09-29 00:00:14', 'Cron Job: Closing Inactive Support Tickets', 'System'),
(4737, '2010-09-29 00:00:14', 'Cron Job: Completed', 'System'),
(4739, '2010-09-30 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4745, '2010-09-30 00:00:04', 'Email Sent to Jaime Burgos (Invoice Payment Reminder)', 'System'),
(4746, '2010-09-30 00:00:04', 'Email Sent to Edgard Schultz (Invoice Payment Reminder)', 'System'),
(4748, '2010-09-30 00:00:04', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4751, '2010-09-30 00:00:04', 'Cron Job: Calculating Overages Billing', 'System'),
(4753, '2010-09-30 09:11:58', 'Added Transaction - Transaction ID: 363', 'hvalle'),
(4755, '2010-09-30 09:11:58', 'Invoice Marked Paid - Invoice ID: 479', 'hvalle'),
(4761, '2010-10-01 00:00:01', 'Cron Job: Starting', 'System'),
(4762, '2010-10-01 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4764, '2010-10-01 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4766, '2010-10-01 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4767, '2010-10-01 00:00:02', 'Cron Job: Sending Domain Renewal Notices', 'System'),
(4782, '2010-10-02 00:00:04', 'Cron Job: Completed', 'System'),
(4784, '2010-10-03 00:00:01', 'Cron Job: Updating Currency Exchange Rates', 'System'),
(4796, '2010-10-04 00:00:03', 'Cron Job: Adding Late Fees', 'System'),
(4797, '2010-10-04 00:00:03', 'Cron Job: Credit Card Processing', 'System'),
(4802, '2010-10-04 00:00:03', 'Cron Job: Completed', 'System'),
(4806, '2010-10-05 00:00:04', 'Cron Job: Adding Late Fees', 'System'),
(4808, '2010-10-05 00:00:04', 'Cron Job: Sending Invoice Reminders', 'System'),
(4811, '2010-10-05 00:00:04', 'Cron Job: Running Usage Stats Update', 'System'),
(4813, '2010-10-05 08:21:50', 'Added Transaction - Transaction ID: 365', 'hvalle'),
(4814, '2010-10-05 08:21:50', 'Added Invoice Payment - Invoice ID: 484', 'hvalle'),
(4816, '2010-10-05 08:21:51', 'Email Sent to Flor Reyna (Invoice Payment Confirmation)', 'hvalle'),
(4828, '2010-10-06 00:00:04', 'Email Sent to Sergio  Sill (Second Invoice Overdue Notice)', 'System'),
(4833, '2010-10-07 00:00:01', 'Cron Job: Starting', 'System'),
(4835, '2010-10-07 00:00:02', 'Cron Job: Generating Invoices', 'System'),
(4836, '2010-10-07 00:00:02', 'Cron Job: Adding Late Fees', 'System'),
(4837, '2010-10-07 00:00:02', 'Cron Job: Credit Card Processing', 'System'),
(4838, '2010-10-07 00:00:02', 'Cron Job: Sending Invoice Reminders', 'System'),
(4842, '2010-10-07 00:00:03', 'Cron Job: Completed', 'System'),
(4843, '2010-10-08 00:00:02', 'Cron Job: Starting', 'System'),
(4845, '2010-10-08 00:00:03', 'Cron Job: Generating Invoices', 'System'),
(4848, '2010-10-08 00:00:03', 'Cron Job: Sending Invoice Reminders', 'System'),
(4851, '2010-10-08 00:00:03', 'Cron Job: Running Usage Stats Update', 'System'),
(4852, '2010-10-08 00:00:03', 'Cron Job: Completed', 'System');

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

-- 
-- Table structure for table `tbladdons`
-- 

CREATE TABLE IF NOT EXISTS `tbladdons` (
  `id` int(10) NOT NULL auto_increment,
  `packages` text NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `billingcycle` text NOT NULL,
  `tax` text NOT NULL,
  `showorder` text NOT NULL,
  `downloads` text NOT NULL,
  `autoactivate` text NOT NULL,
  `welcomeemail` int(10) NOT NULL,
  `weight` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `name` (`name`(32))
) TYPE=MyISAM  AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `tbladdons`
-- 

INSERT INTO `tbladdons` (`id`, `packages`, `name`, `description`, `billingcycle`, `tax`, `showorder`, `downloads`, `autoactivate`, `welcomeemail`, `weight`) VALUES 
(1, '0000000001,0000000002,', 'SSL Certificate', 'Secured Socket Layer Certificate', 'Annually', 'on', 'on', '', '', 0, 0);

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

-- 
-- Table structure for table `tbladminlog`
-- 

CREATE TABLE IF NOT EXISTS `tbladminlog` (
  `id` int(10) NOT NULL auto_increment,
  `adminusername` text NOT NULL,
  `logintime` datetime NOT NULL default '0000-00-00 00:00:00',
  `logouttime` datetime NOT NULL default '0000-00-00 00:00:00',
  `ipaddress` text NOT NULL,
  `sessionid` text NOT NULL,
  `lastvisit` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `logouttime` (`logouttime`)
) TYPE=MyISAM  AUTO_INCREMENT=499 ;

-- 
-- Dumping data for table `tbladminlog`
-- 

INSERT INTO `tbladminlog` (`id`, `adminusername`, `logintime`, `logouttime`, `ipaddress`, `sessionid`, `lastvisit`) VALUES 
(1, 'hvalle', '2008-06-03 01:08:34', '2008-06-03 07:59:48', '220.237.229.170', 'ff35c028aaabd157e347c01da348df48', '2008-06-03 05:01:48'),
(2, 'hvalle', '2008-06-04 02:57:34', '2008-06-04 08:31:58', '202.81.18.30', '99d4f9116a090548f5a1a65db5801217', '2008-06-04 06:08:06'),
(3, 'hvalle', '2008-06-04 08:31:58', '2008-06-04 14:40:44', '220.237.229.170', 'c5774bc2d078bd3ceedf08111b7e9fba', '2008-06-04 14:40:30'),
(4, 'hvalle', '2008-06-05 00:31:59', '2008-06-05 04:21:30', '202.81.18.30', '14b321f24f90414280fa589a4f106c4c', '2008-06-05 01:04:51'),
(5, 'hvalle', '2008-06-05 04:21:30', '2008-06-05 06:02:32', '202.81.18.30', '14b321f24f90414280fa589a4f106c4c', '2008-06-05 05:47:48'),
(6, 'hvalle', '2008-06-05 06:02:32', '2008-06-10 12:46:29', '202.81.18.30', '1a582efebcc2ba953da40b7f0e0a618c', '2008-06-05 06:05:06'),
(7, 'hvalle', '2008-06-10 12:46:29', '2008-06-10 12:48:15', '220.237.229.170', '856cb41da0e7e0cda259d275dd7174aa', '2008-06-10 12:46:29'),
(8, 'hvalle', '2008-06-10 12:48:35', '2008-06-10 22:58:55', '220.237.229.170', '856cb41da0e7e0cda259d275dd7174aa', '2008-06-10 15:15:26'),
(9, 'hvalle', '2008-06-10 22:58:55', '2008-06-11 01:35:11', '202.81.18.30', 'da88659cc6a074ac23fd249f37240eed', '2008-06-11 01:34:10'),
(10, 'hvalle', '2008-06-11 01:53:20', '2008-06-11 08:08:46', '202.81.18.30', 'da88659cc6a074ac23fd249f37240eed', '2008-06-11 06:09:06'),
(11, 'hvalle', '2008-06-11 08:08:46', '2008-06-11 21:57:36', '220.237.229.170', 'a483742806b86e6892e77f713545bb22', '2008-06-11 09:01:11'),
(12, 'hvalle', '2008-06-11 21:57:36', '2008-06-12 01:18:04', '220.237.229.170', '324a2e7cb8018dd60af916c65c5b0cea', '2008-06-11 22:02:19'),
(13, 'hvalle', '2008-06-12 01:18:04', '2008-06-12 05:06:56', '202.81.18.30', '70515209c1d49e6c3d113801476a2642', '2008-06-12 01:21:11'),
(14, 'hvalle', '2008-06-12 05:06:56', '2008-06-12 09:18:46', '202.81.18.30', '7186a5ba00c6b9b1d826e9831435bdba', '2008-06-12 05:25:43'),
(15, 'hvalle', '2008-06-12 09:18:46', '2008-06-12 22:31:15', '220.237.229.170', 'bb077cb3fc50ff4d66614d8bb34115b1', '2008-06-12 13:42:33'),
(16, 'hvalle', '2008-06-12 22:31:15', '2008-06-12 22:53:33', '220.237.229.170', 'eef4005fc7d960119d825eac09cb8237', '2008-06-12 22:31:16'),
(17, 'hvalle', '2008-06-12 23:00:48', '2008-06-13 00:06:41', '220.237.229.170', 'eef4005fc7d960119d825eac09cb8237', '2008-06-13 00:03:53'),
(18, 'hvalle', '2008-06-13 00:06:41', '2008-06-13 06:19:58', '220.237.229.170', 'bbe41e110e130b02b086ee9d1bef6b11', '2008-06-13 06:19:46'),
(19, 'hvalle', '2008-06-13 06:19:58', '2008-06-13 07:00:59', '220.237.229.170', 'bbe41e110e130b02b086ee9d1bef6b11', '2008-06-13 07:00:50'),
(20, 'hvalle', '2008-06-13 07:00:59', '2008-06-13 07:38:04', '220.237.229.170', 'bbe41e110e130b02b086ee9d1bef6b11', '2008-06-13 07:33:55'),
(21, 'hvalle', '2008-06-13 07:38:04', '2008-06-13 08:02:23', '220.237.229.170', '730f75fb9dde31d856420b8ad331b324', '2008-06-13 07:55:19'),
(22, 'hvalle', '2008-06-13 08:02:23', '2008-06-13 08:08:30', '220.237.229.170', 'f1e813c5b4eeaaa65929eab047987650', '2008-06-13 08:07:18'),
(23, 'hvalle', '2008-06-13 08:08:30', '2008-06-13 08:47:34', '220.237.229.170', 'b56d4625e5af7b10938b292527dcdd18', '2008-06-13 08:27:26'),
(24, 'hvalle', '2008-06-13 08:47:34', '2008-06-13 08:59:04', '220.237.229.170', '02ec07a5fe2c6d2cffa7e652e9ff3051', '2008-06-13 08:51:05'),
(25, 'hvalle', '2008-06-13 08:59:04', '2008-06-13 09:07:40', '220.237.229.170', '6090780fb61d170020e437a5d4fc0ba5', '2008-06-13 09:03:16'),
(26, 'hvalle', '2008-06-13 09:07:40', '2008-06-13 09:23:44', '220.237.229.170', '2088e908de0d9dd112bf2513dd055067', '2008-06-13 09:22:27'),
(27, 'hvalle', '2008-06-13 09:23:44', '2008-06-13 13:05:26', '220.237.229.170', '872fb1b700de69b21f401c361bea0057', '2008-06-13 12:56:46'),
(28, 'hvalle', '2008-06-13 13:05:26', '2008-06-13 13:07:57', '220.237.229.170', 'bb21fb6a5d3aed0c8c50733c62ed5330', '2008-06-13 13:05:59'),
(29, 'hvalle', '2008-06-13 13:06:11', '2008-06-13 13:06:17', '220.237.229.170', '', '2008-06-13 13:06:11'),
(30, 'hvalle', '2008-06-13 13:06:17', '2008-06-13 13:07:57', '220.237.229.170', 'bb21fb6a5d3aed0c8c50733c62ed5330', '2008-06-13 13:06:17'),
(31, 'hvalle', '2008-06-13 13:08:06', '2008-06-13 13:27:19', '220.237.229.170', 'bb21fb6a5d3aed0c8c50733c62ed5330', '2008-06-13 13:22:56'),
(32, 'hvalle', '2008-06-13 13:27:19', '2008-06-13 14:36:58', '220.237.229.170', 'eaedf8bf565b64cb69a54a4ee07a8ba6', '2008-06-13 14:36:52'),
(33, 'hvalle', '2008-06-13 23:59:28', '2008-06-14 00:28:15', '220.237.229.170', '02653a86441aa9a7d02683fc98494f9f', '2008-06-14 00:09:56'),
(34, 'hvalle', '2008-06-14 00:28:15', '2008-06-14 01:06:36', '220.237.229.170', 'a9f84dc68a7f11371f83d89d709cfcb6', '2008-06-14 01:04:37'),
(35, 'hvalle', '2008-06-14 01:06:36', '2008-06-14 07:36:14', '220.237.229.170', '41b2846818d5b64fe1e009cb6be3f127', '2008-06-14 01:57:56'),
(36, 'hvalle', '2008-06-14 07:36:14', '2008-06-14 08:18:41', '220.237.229.170', '64fab3ebfa96574881ab1ef838f84a54', '2008-06-14 08:18:28'),
(37, 'hvalle', '2008-06-15 09:45:13', '2008-06-15 22:59:28', '220.237.229.170', '127f7c368d6cf9c0b8b0e7418655fe65', '2008-06-15 14:11:19'),
(38, 'hvalle', '2008-06-15 22:59:28', '2008-06-15 23:01:38', '202.81.18.30', 'b53e4c18feb4a8fbba1cdbd1893eb108', '2008-06-15 23:00:43'),
(39, 'hvalle', '2008-06-15 23:30:02', '2008-06-16 12:44:08', '202.81.18.30', 'b53e4c18feb4a8fbba1cdbd1893eb108', '2008-06-16 00:09:01'),
(40, 'hvalle', '2008-06-16 12:44:08', '2008-06-16 22:24:40', '220.237.229.170', '0ccca638b8d10476f1e75c934ea2c7aa', '2008-06-16 15:13:05'),
(41, 'hvalle', '2008-06-16 22:24:40', '2008-06-17 14:51:54', '220.237.229.170', '6729da731b85de5b294821187fd666a0', '2008-06-17 13:03:03'),
(42, 'hvalle', '2008-06-17 14:51:54', '2008-06-18 01:18:34', '220.237.229.170', '2da1f9c0e225ca6f2864828b0278cdb1', '2008-06-17 14:58:07'),
(43, 'hvalle', '2008-06-18 01:18:34', '2008-06-18 02:18:00', '202.81.18.30', 'c0e17492c02fc5621957e3a5c35e1be5', '2008-06-18 01:53:44'),
(44, 'hvalle', '2008-06-18 05:25:00', '2008-06-18 06:04:29', '202.81.18.30', '00db1817f199ad0ba444a63145c304e4', '2008-06-18 06:01:14'),
(45, 'hvalle', '2008-06-18 09:06:58', '2008-06-18 09:09:54', '220.237.229.170', 'c92824cd25d9af8e3e9b51fc7bd4eef1', '2008-06-18 09:09:09'),
(46, 'hvalle', '2008-06-18 13:48:04', '2008-06-25 00:44:27', '220.237.229.170', 'c92824cd25d9af8e3e9b51fc7bd4eef1', '2008-06-18 13:49:58'),
(47, 'hvalle', '2008-06-25 00:44:27', '2008-06-26 05:08:30', '202.81.18.30', '6f2cd6e861660e49bc476cc5d2879acc', '2008-06-25 03:44:56'),
(48, 'hvalle', '2008-06-26 05:08:30', '2008-06-26 05:32:07', '202.81.18.30', '45663a3995f97cebf3c15c1ae00fefa2', '2008-06-26 05:31:08'),
(49, 'hvalle', '2008-06-27 04:24:47', '2008-06-27 06:36:46', '220.236.225.74', 'e325af7a66a3d2ade23c7b5e3c67603e', '2008-06-27 04:32:25'),
(50, 'hvalle', '2008-07-07 13:19:37', '2008-07-07 14:13:15', '220.236.225.74', '089d2159bbf168e6b3596ec4cf0f79a5', '2008-07-07 13:20:36'),
(51, 'hvalle', '2008-07-07 23:47:01', '2008-07-11 13:49:36', '220.236.225.74', '933bf4d7e0bdf3982de7a81fa5fdea47', '2008-07-08 07:01:36'),
(52, 'hvalle', '2008-07-11 13:49:36', '2008-07-12 07:23:17', '220.236.146.89', 'aa478a3684c86e34145d6a00768320b8', '2008-07-11 13:54:24'),
(53, 'hvalle', '2008-07-12 07:23:17', '2008-07-12 12:10:31', '220.236.146.89', '0d2bf6461715c1745fe9146c79a0dce8', '2008-07-12 07:23:24'),
(54, 'hvalle', '2008-07-12 11:18:14', '2008-07-12 12:10:31', '220.236.146.89', '0d2bf6461715c1745fe9146c79a0dce8', '2008-07-12 11:18:51'),
(55, 'hvalle', '2008-07-15 22:26:20', '2008-07-15 22:27:16', '202.81.18.30', '5bafc30ed2c26acc09357b4955f871da', '2008-07-15 22:27:00'),
(56, 'hvalle', '2008-07-18 05:52:15', '2008-07-23 23:44:14', '220.236.146.89', 'a0349835408d14daa98d0b0fbfd2235c', '2008-07-18 05:53:33'),
(57, 'hvalle', '2008-07-23 23:44:14', '2008-07-25 08:52:25', '202.81.18.30', '1d5f069e5035235316fe48bf91abcf64', '2008-07-23 23:49:54'),
(58, 'hvalle', '2008-07-25 08:52:25', '2008-08-06 06:58:45', '211.31.76.133', 'e014385e33e4f010ed93c33fa6b758c6', '2008-07-25 08:57:43'),
(59, 'hvalle', '2008-08-06 06:58:45', '2008-08-08 06:35:50', '211.31.76.133', '7fe1ced3602e9ea0b5b300063d2e9b28', '2008-08-06 06:59:35'),
(60, 'hvalle', '2008-08-08 06:35:50', '2008-08-11 09:11:10', '211.31.76.133', '85949df473b2dd82f7499a1b7948338d', '2008-08-08 06:41:12'),
(61, 'hvalle', '2008-08-11 09:11:10', '2008-08-12 01:55:37', '211.31.76.133', '1044bc726ce7d94427234b67ba05abf7', '2008-08-11 09:25:13'),
(62, 'hvalle', '2008-08-11 09:45:00', '2008-08-12 01:55:37', '211.31.76.133', '1044bc726ce7d94427234b67ba05abf7', '2008-08-11 22:53:50'),
(63, 'hvalle', '2008-08-21 07:38:40', '2008-09-03 05:57:43', '211.31.76.133', '45c391d8c17dbd626f9a8130268215f5', '2008-08-21 07:39:53'),
(64, 'hvalle', '2008-09-03 05:57:43', '2008-09-04 22:57:44', '202.81.18.30', '8d08c3fd95aca36534e569b7984c9557', '2008-09-03 05:57:44'),
(65, 'hvalle', '2008-09-04 22:57:44', '2008-09-08 09:17:43', '211.31.76.133', '454d0418e1d348e78c1d49c0865fa946', '2008-09-05 04:12:55'),
(66, 'hvalle', '2008-09-08 09:17:44', '2008-09-08 10:16:20', '211.31.76.133', '4aa1d0e7da4ddc6f480ed59fa1606784', '2008-09-08 10:09:59'),
(67, 'hvalle', '2008-09-12 07:06:22', '2008-09-15 05:55:03', '211.31.76.133', '61a3ff45397ec7c93359775418bc505d', '2008-09-12 07:07:39'),
(68, 'hvalle', '2008-09-15 05:55:03', '2008-09-15 05:56:46', '202.81.18.30', '56641e6d982d601a6c7b66e5b1be1574', '2008-09-15 05:56:22'),
(69, 'hvalle', '2008-09-15 07:54:18', '2008-09-15 08:13:05', '58.105.117.3', 'eb6e56509447141fa3fd465e31e53f2d', '2008-09-15 07:58:21'),
(70, 'hvalle', '2008-09-16 00:59:54', '2008-09-16 01:26:38', '58.105.117.3', '1c8dda9ac39e440e9e63ce084ab64bbc', '2008-09-16 01:22:27'),
(71, 'hvalle', '2008-09-16 01:26:38', '2008-09-16 01:27:14', '58.105.117.3', '1cd43ca2ae5cbd4c6dabe1a6bf0c772c', '2008-09-16 01:27:06'),
(72, 'hvalle', '2008-09-16 01:27:25', '2008-09-17 23:43:47', '58.105.117.3', '1cd43ca2ae5cbd4c6dabe1a6bf0c772c', '2008-09-16 01:27:53'),
(73, 'hvalle', '2008-09-17 23:43:47', '2008-09-21 22:02:40', '202.81.18.30', 'ac4a4bf452a524bc0e63a9ccb57405ac', '2008-09-17 23:44:00'),
(74, 'hvalle', '2008-09-21 22:02:40', '2008-09-22 02:16:54', '202.81.18.30', '2127cc92e860a8f10b7eb66404353fd8', '2008-09-22 02:16:46'),
(75, 'hvalle', '2008-09-23 06:55:27', '2008-09-23 07:04:13', '58.105.117.3', '32ab395f625eaab659c0c72b23ebd540', '2008-09-23 06:55:28'),
(76, 'hvalle', '2008-09-23 07:03:21', '2008-09-23 07:04:13', '58.105.117.3', '32ab395f625eaab659c0c72b23ebd540', '2008-09-23 07:03:32'),
(77, 'hvalle', '2008-09-23 13:19:23', '2008-09-24 22:39:23', '58.105.117.3', 'a1cd7a1acf15d03d9794ec19f7fd6b83', '2008-09-23 13:29:52'),
(78, 'hvalle', '2008-09-24 22:39:23', '2008-09-24 22:42:49', '202.81.18.30', '69c2acf0f58944f3f1c76e8731d6b43f', '2008-09-24 22:42:20'),
(79, 'hvalle', '2008-09-28 08:55:35', '2008-10-02 21:40:02', '58.105.117.3', 'a599134775e918d8a0c8cdecca956d3a', '2008-09-28 09:42:27'),
(80, 'hvalle', '2008-10-02 21:40:02', '2008-10-10 10:32:06', '58.105.117.3', 'fa49d8aeaada11129d1726f2468e83ff', '2008-10-03 00:37:22'),
(81, 'hvalle', '2008-10-10 10:32:06', '2008-10-10 10:36:02', '211.29.186.98', '3c06353c1f267dbdcb3a51547382aecd', '2008-10-10 10:34:09'),
(82, 'hvalle', '2008-10-10 10:36:02', '2008-10-11 06:56:53', '211.29.186.98', 'bbb6bfb307c8b967b1432941232d92ec', '2008-10-10 10:38:42'),
(83, 'hvalle', '2008-10-11 06:56:53', '2008-10-14 22:55:35', '211.29.186.98', 'e9bd4fa48c63d927432b439597ce0c98', '2008-10-11 06:56:54'),
(84, 'hvalle', '2008-10-14 22:55:35', '2008-10-16 05:12:39', '202.81.18.30', '4cafea6b9023996b66d9212d791c8e10', '2008-10-15 00:15:55'),
(85, 'hvalle', '2008-10-16 05:12:39', '2008-10-16 05:14:21', '202.81.18.30', '9ca79e86bc9cd82fd32f3ebda5c02ee4', '2008-10-16 05:14:06'),
(86, 'hvalle', '2008-10-19 02:43:46', '2008-10-23 22:20:06', '211.29.186.98', '646c922b0c35ef805810f08d1232ddf3', '2008-10-19 02:43:46'),
(87, 'hvalle', '2008-10-23 22:20:06', '2008-10-24 00:27:09', '58.108.113.20', '6b3b53925f43ab8b4ca1c18c77204e47', '2008-10-23 22:22:46'),
(88, 'hvalle', '2008-10-27 03:21:23', '2008-10-27 04:13:13', '202.81.18.30', 'e9848c8f3591e1c2f4b2d58f5c514ec9', '2008-10-27 04:12:52'),
(89, 'hvalle', '2008-10-27 12:39:32', '2008-11-07 22:38:18', '58.108.113.20', '3c178988b50d5fcf735088847e2c0161', '2008-10-27 12:43:55'),
(90, 'hvalle', '2008-11-07 22:38:18', '2008-11-07 22:52:34', '220.236.8.11', '4f0ee2f0e1e662d87de7a87d54a33492', '2008-11-07 22:46:42'),
(91, 'hvalle', '2008-11-13 05:14:21', '2008-11-13 05:32:32', '202.81.18.30', '37c5184de17d3bd062cf2589050d2530', '2008-11-13 05:32:12'),
(92, 'hvalle', '2008-11-14 03:38:48', '2008-11-14 11:54:46', '220.236.8.11', 'a306dd2276b4c3f50711fa87711a29b3', '2008-11-14 04:32:32'),
(93, 'hvalle', '2008-11-14 11:54:46', '2008-11-15 02:47:35', '220.236.8.11', '610e84b0039cfcaf04f64a1f0bb8c083', '2008-11-14 11:56:57'),
(94, 'hvalle', '2008-11-15 02:47:35', '2008-11-17 09:03:14', '220.236.8.11', 'd40fe0545748e8a02c08e595d1d16e62', '2008-11-15 02:55:16'),
(95, 'evalle', '2008-11-17 08:19:11', '0000-00-00 00:00:00', '220.236.119.228', 'abbbc4552d7d086143822a006a1f5045', '2008-11-17 08:55:46'),
(96, 'hvalle', '2008-11-17 09:03:14', '2008-11-17 11:11:28', '220.236.119.228', 'e640e1510d950fc40f413799d5bbc58b', '2008-11-17 10:40:58'),
(97, 'hvalle', '2008-11-17 11:11:28', '2008-11-17 11:42:06', '220.236.119.228', 'cedb8ec15d705a0e225b914d66fb06e4', '2008-11-17 11:40:23'),
(98, 'hvalle', '2008-11-19 02:43:29', '2008-11-21 09:35:20', '202.81.18.30', '3a713f73f06b3468ebc269512b280ec1', '2008-11-19 05:50:09'),
(99, 'hvalle', '2008-11-21 09:35:20', '2008-11-21 09:58:17', '58.105.151.140', 'e7aa231cac0400669a229e87ba8603dc', '2008-11-21 09:36:13'),
(100, 'hvalle', '2008-11-24 01:56:03', '2008-11-24 02:05:33', '202.81.18.30', '5c455e13501358f6e31b72ab705860c2', '2008-11-24 02:05:00'),
(101, 'hvalle', '2008-11-25 06:29:51', '2008-11-25 06:47:30', '58.105.151.140', 'a29d4590b3942d5e379b4d5e4e3ecdfc', '2008-11-25 06:33:16'),
(102, 'hvalle', '2008-11-28 11:50:57', '2008-11-30 05:40:59', '220.236.219.217', '9ef600c1528228ce25099d60f25c4b04', '2008-11-28 12:05:24'),
(103, 'hvalle', '2008-11-30 05:40:59', '2008-11-30 08:09:59', '220.236.219.217', '6667d76c06337e37c19d3b847dab03f3', '2008-11-30 08:09:11'),
(104, 'hvalle', '2008-12-05 05:26:51', '2008-12-05 05:30:55', '220.236.219.217', '3b9e804360559bca96d7606b888d84cf', '2008-12-05 05:30:40'),
(105, 'hvalle', '2008-12-09 06:05:24', '2008-12-09 06:10:49', '220.236.219.217', '3715283cadd4148fb94f232e4605160c', '2008-12-09 06:10:04'),
(106, 'hvalle', '2008-12-10 01:20:31', '2008-12-10 01:21:51', '202.81.18.30', '5af0c2be2220e0f3e3219c715c6f76bf', '2008-12-10 01:21:24'),
(107, 'hvalle', '2008-12-10 09:07:42', '2008-12-14 21:25:30', '220.236.219.217', '9f66b77c1afca8e221ead36f80d8353b', '2008-12-10 09:07:43'),
(108, 'hvalle', '2008-12-14 21:25:30', '2008-12-14 22:18:50', '202.81.18.30', '245210ef568d57fceaa8b4416a19175d', '2008-12-14 22:18:27'),
(109, 'hvalle', '2008-12-22 22:20:41', '2008-12-22 22:24:14', '220.236.219.217', '6172aa65ad0bf3c4fb91c3e401b81a1b', '2008-12-22 22:23:32'),
(110, 'hvalle', '2008-12-30 01:06:23', '2009-01-01 04:58:45', '220.236.219.217', '7865a66b181027fc1280781e5b1966be', '2008-12-30 01:07:58'),
(111, 'hvalle', '2009-01-01 04:58:45', '2009-01-01 05:05:59', '122.111.122.139', 'c484d24d33c029aed3b3658c8bc76e41', '2009-01-01 05:04:32'),
(112, 'hvalle', '2009-01-05 22:59:45', '2009-01-06 23:06:48', '122.111.122.139', '925e1d790882b12315616efc585075e9', '2009-01-05 23:00:40'),
(113, 'hvalle', '2009-01-06 23:06:48', '2009-01-07 00:00:03', '202.81.18.30', 'dd1bca13370da4a3fdff86d61e818777', '2009-01-06 23:59:59'),
(114, 'hvalle', '2009-01-11 22:27:32', '2009-01-11 22:30:20', '202.81.18.30', '48917eaea40e0398cb8a36f3e9131689', '2009-01-11 22:27:33'),
(115, 'hvalle', '2009-01-12 06:44:52', '2009-01-12 10:39:36', '122.111.122.139', 'c707ca28ff269d173661b8d61302dadc', '2009-01-12 06:44:53'),
(116, 'hvalle', '2009-01-12 10:39:05', '2009-01-12 10:39:36', '122.111.122.139', 'c707ca28ff269d173661b8d61302dadc', '2009-01-12 10:39:06'),
(117, 'hvalle', '2009-01-12 14:12:34', '2009-01-12 21:35:39', '122.111.122.139', '65586739e26f6594cb1301247715b0ab', '2009-01-12 14:32:23'),
(118, 'hvalle', '2009-01-12 21:35:40', '2009-01-13 11:09:02', '122.111.122.139', '1208301200443ceb7088887e7b7e0fa3', '2009-01-13 04:52:52'),
(119, 'hvalle', '2009-01-15 01:08:09', '2009-01-22 09:01:34', '202.81.18.30', 'e1eba7badc6cae9ad8be94d2536d7c96', '2009-01-15 03:05:49'),
(120, 'hvalle', '2009-01-22 09:01:34', '2009-01-22 13:28:26', '122.111.122.139', '93707ff48c04d242c48fdf8992ba0ef0', '2009-01-22 12:53:42'),
(121, 'hvalle', '2009-01-26 12:33:03', '2009-01-26 12:35:02', '58.107.141.213', '4177a4b935b3bb55eef27dd53663ca01', '2009-01-26 12:34:37'),
(122, 'hvalle', '2009-01-29 03:04:46', '2009-01-29 04:30:49', '202.81.18.30', '9932e1ff461c4f475c30aca7b3a89928', '2009-01-29 04:30:28'),
(123, 'hvalle', '2009-02-02 07:57:49', '2009-02-02 08:02:26', '58.107.141.213', 'c20bbf4dce4d11a95bf49542a0b410cd', '2009-02-02 08:02:14'),
(124, 'hvalle', '2009-02-05 22:35:39', '2009-02-08 07:45:56', '122.109.83.87', 'e8b07702c251dcb07ff11084ca653afb', '2009-02-05 22:42:41'),
(125, 'hvalle', '2009-02-08 07:45:56', '2009-02-08 09:03:04', '122.109.83.87', 'bb47f3897c1b48a43b234ec4fab8a9a6', '2009-02-08 07:45:57'),
(126, 'hvalle', '2009-02-13 02:24:31', '2009-02-13 02:27:53', '122.109.83.87', 'ea903404da4b71a4d06b4f6cc4edd8e9', '2009-02-13 02:25:05'),
(127, 'hvalle', '2009-02-19 20:37:51', '2009-02-19 20:59:58', '122.109.83.87', 'fbe1b8eb3b0e7fbc15de04a9be26fba6', '2009-02-19 20:58:57'),
(128, 'hvalle', '2009-02-20 02:11:58', '2009-03-02 06:13:46', '122.109.83.87', 'fbe1b8eb3b0e7fbc15de04a9be26fba6', '2009-02-20 02:12:09'),
(129, 'hvalle', '2009-03-02 06:13:46', '2009-03-02 06:19:18', '122.109.83.87', '14ace568e2f60e30d1907304ec8ca288', '2009-03-02 06:13:47'),
(130, 'hvalle', '2009-03-05 08:47:59', '2009-03-05 09:09:46', '122.109.83.87', '3920e0d62e327a53ba0b9626ac1892ea', '2009-03-05 08:49:39'),
(131, 'hvalle', '2009-03-09 03:30:18', '2009-03-09 03:30:42', '202.81.18.30', '4f150ab507e939b34ed6acd3a1ad9215', '2009-03-09 03:30:33'),
(132, 'hvalle', '2009-03-09 05:18:29', '2009-03-16 07:11:04', '202.81.18.30', '4f150ab507e939b34ed6acd3a1ad9215', '2009-03-09 05:18:29'),
(133, 'hvalle', '2009-03-16 07:11:04', '2009-03-18 13:17:56', '122.109.83.87', '4f59ee062bb030af57342f2de1d88603', '2009-03-16 07:17:02'),
(134, 'hvalle', '2009-03-18 13:17:56', '2009-03-18 13:32:29', '122.109.83.87', '7bb547fe2ab539f6ca181a99ab70f046', '2009-03-18 13:31:58'),
(135, 'hvalle', '2009-03-21 09:22:33', '2009-03-21 09:27:09', '122.109.83.87', 'f54b4aedd48b9303f6cce2d56bc54a2f', '2009-03-21 09:22:33'),
(136, 'hvalle', '2009-03-26 02:29:50', '2009-03-26 05:00:13', '202.81.18.30', '325565c5c4a30645da0319f9ce05e451', '2009-03-26 04:15:04'),
(137, 'hvalle', '2009-03-26 11:02:49', '2009-03-26 11:15:38', '122.109.83.87', '52ebe349625959d3dc8bd265f3abb8f9', '2009-03-26 11:15:16'),
(138, 'hvalle', '2009-03-31 00:48:01', '2009-03-31 03:04:00', '122.109.83.87', '07d7fa3452291150f41f121d830ad22c', '2009-03-31 03:03:40'),
(139, 'hvalle', '2009-04-04 08:33:21', '2009-04-04 08:41:01', '122.109.83.87', '0c3c2cd7304ed5e8e1f8180d2d78fcb5', '2009-04-04 08:40:14'),
(140, 'hvalle', '2009-04-15 09:23:47', '2009-04-15 09:36:37', '122.109.80.172', '7fe14c3ab789caeadc6c764e1677b00a', '2009-04-15 09:36:22'),
(141, 'hvalle', '2009-04-19 11:47:34', '2009-04-23 13:38:58', '122.109.80.172', '77fb3b104c7292fa8288b44fc74911f4', '2009-04-19 12:15:54'),
(142, 'hvalle', '2009-04-23 13:38:58', '2009-04-24 05:28:00', '122.109.80.172', '0ba7f36c01fe317e13b0bd3066d50096', '2009-04-23 13:50:04'),
(143, 'hvalle', '2009-04-24 05:28:00', '2009-05-08 05:12:34', '122.109.80.172', 'bddb970781cc02d5b66db6a3057afd31', '2009-04-24 05:28:51'),
(144, 'hvalle', '2009-05-08 05:12:34', '2009-05-10 12:37:07', '122.109.80.172', 'b473546cc63ad67934e9f944bbe5aa2b', '2009-05-08 05:13:19'),
(145, 'hvalle', '2009-05-10 12:37:07', '2009-05-10 13:03:53', '122.109.80.172', '9dc75398f9207d1cd0f2480e5acbe9fe', '2009-05-10 12:49:49'),
(146, 'hvalle', '2009-05-13 23:31:41', '2009-05-13 23:57:03', '202.81.18.30', '39fd8fe1ba5f0bef63166ebf89da2dd3', '2009-05-13 23:31:41'),
(147, 'hvalle', '2009-05-14 09:03:00', '2009-05-14 09:33:15', '122.109.80.172', 'd8f8e68477d6fa294d4016b1b0b2125d', '2009-05-14 09:07:59'),
(148, 'hvalle', '2009-05-18 06:58:37', '2009-05-20 14:27:05', '202.81.18.30', '80377b58e223fc325efbf949e39b1ae4', '2009-05-18 07:15:03'),
(149, 'hvalle', '2009-05-20 14:27:05', '2009-05-21 04:51:07', '122.109.80.172', '8f9fd79693c5b0580914ca5ee6cfa110', '2009-05-20 15:20:59'),
(150, 'hvalle', '2009-05-21 04:51:07', '2009-05-25 12:14:45', '202.81.18.30', '0ebd1bfec30e7e537fc8af96a9c258e1', '2009-05-21 04:52:56'),
(151, 'hvalle', '2009-05-25 12:14:45', '2009-05-25 23:00:42', '122.109.80.172', '0198998b5fee7359d14d3fb6d7a3fa99', '2009-05-25 12:14:45'),
(152, 'hvalle', '2009-05-25 23:00:42', '2009-05-28 08:34:48', '122.109.80.172', '599cdf25207f3e1e0da8063af31dfc37', '2009-05-26 02:07:04'),
(153, 'hvalle', '2009-05-28 08:34:48', '2009-05-28 10:40:41', '122.109.80.172', '171f27ef9680433aa804c10fc0c90ef0', '2009-05-28 10:40:32'),
(154, 'hvalle', '2009-05-28 10:40:41', '2009-06-01 09:27:44', '122.109.80.172', '171f27ef9680433aa804c10fc0c90ef0', '2009-05-28 13:42:18'),
(155, 'hvalle', '2009-06-01 09:27:44', '2009-06-01 09:56:41', '122.109.80.172', '5795c6df697f9cdc0a1b229d7bbc1e18', '2009-06-01 09:28:19'),
(156, 'hvalle', '2009-06-01 09:56:41', '2009-06-01 10:25:20', '122.109.80.172', 'df7177b499738c058bab57b275db9dd0', '2009-06-01 09:58:14'),
(157, 'hvalle', '2009-06-01 10:25:21', '2009-06-03 00:18:17', '60.242.196.34', '2a9c50309e6699dfe8d51f82636e7797', '2009-06-01 10:25:38'),
(158, 'hvalle', '2009-06-03 00:18:17', '2009-06-03 00:19:51', '202.81.18.30', '699b687b94a74f42b45ed2e1dee9a888', '2009-06-03 00:18:38'),
(159, 'hvalle', '2009-06-03 00:19:31', '2009-06-03 00:19:51', '202.81.18.30', '699b687b94a74f42b45ed2e1dee9a888', '2009-06-03 00:19:47'),
(160, 'hvalle', '2009-06-05 03:52:56', '2009-06-05 04:17:53', '122.109.92.101', '9cfbd714f03b4e86337cff66a93a4d04', '2009-06-05 03:59:25'),
(161, 'hvalle', '2009-06-05 04:17:53', '2009-06-10 14:53:20', '122.109.92.101', 'cf7d4033c67b5a44e29d3c51a00ffe63', '2009-06-05 04:18:57'),
(162, 'hvalle', '2009-06-10 14:53:20', '2009-06-12 09:13:16', '122.109.92.101', '48eab2036f3b196199028998390c0ee8', '2009-06-10 14:53:40'),
(163, 'hvalle', '2009-06-12 09:13:16', '2009-06-12 09:15:51', '122.109.92.101', '37988d620f7863b590638a562d4a147f', '2009-06-12 09:13:57'),
(164, 'hvalle', '2009-06-15 23:55:51', '2009-06-16 11:53:04', '122.109.92.101', 'c33dbef577aac4d65da970abee5d5d66', '2009-06-16 11:20:37'),
(165, 'hvalle', '2009-06-17 05:01:05', '2009-06-17 05:02:10', '122.109.92.101', 'c69e3a8fda9d758bd2df70cf646631d0', '2009-06-17 05:01:47'),
(166, 'hvalle', '2009-06-18 11:22:30', '2009-06-18 11:23:35', '122.109.92.101', 'e3df946df87659c84066a0397d4cff34', '2009-06-18 11:22:31'),
(167, 'hvalle', '2009-06-20 05:23:22', '2009-06-22 03:58:19', '122.109.92.101', '68defb1fd8f2f53beaacf7ce99e99033', '2009-06-20 05:32:37'),
(168, 'hvalle', '2009-06-22 03:58:19', '2009-06-22 04:32:15', '202.81.18.30', 'fe7ba2a014aa3a8f70c4ca7525f44739', '2009-06-22 03:59:15'),
(169, 'hvalle', '2009-06-22 13:53:42', '2009-06-24 14:17:03', '122.109.92.101', 'dd01883ba5eaa73a8a87ffef30a0624c', '2009-06-22 13:54:01'),
(170, 'hvalle', '2009-06-24 14:17:03', '2009-06-27 14:40:26', '122.109.92.101', '36a2d0d1d54469b0539c89503069bcda', '2009-06-24 14:26:54'),
(171, 'hvalle', '2009-06-27 14:40:26', '2009-06-27 14:46:21', '190.232.35.68', '07de562c56a21284c2cad782483d3392', '2009-06-27 14:41:25'),
(172, 'hvalle', '2009-06-29 13:20:04', '2009-06-29 13:20:55', '190.43.76.74', '7cb9afcb4bfe7ffb11b17984e716998a', '2009-06-29 13:20:21'),
(173, 'hvalle', '2009-07-03 04:26:19', '2009-07-03 04:26:47', '201.230.172.56', '02799f40274ec3df07bd746e36495113', '2009-07-03 04:26:28'),
(174, 'hvalle', '2009-07-03 15:44:18', '2009-07-04 17:00:36', '201.230.172.56', '02799f40274ec3df07bd746e36495113', '2009-07-03 15:49:40'),
(175, 'hvalle', '2009-07-04 17:00:36', '2009-07-04 17:04:03', '201.230.137.249', 'e21a3767c39984a95f103a67960f280a', '2009-07-04 17:03:30'),
(176, 'hvalle', '2009-07-06 13:20:55', '2009-07-07 18:46:06', '190.43.108.25', 'c731e2d2bc7ced7ed5bc0a8dd29510e8', '2009-07-06 14:01:54'),
(177, 'hvalle', '2009-07-07 17:10:59', '2009-07-07 18:46:06', '190.43.108.25', 'c731e2d2bc7ced7ed5bc0a8dd29510e8', '2009-07-07 17:19:37'),
(178, 'hvalle', '2009-07-09 02:46:52', '2009-07-09 13:06:59', '190.43.129.76', '8f8e0e7416c7c90c08d8f9a3d4489f24', '2009-07-09 02:47:02'),
(179, 'hvalle', '2009-07-09 13:06:59', '2009-07-15 16:06:05', '190.43.90.17', '8f8e0e7416c7c90c08d8f9a3d4489f24', '2009-07-09 15:22:01'),
(180, 'hvalle', '2009-07-15 16:06:05', '2009-07-22 05:44:51', '201.230.28.49', '63e2b10a9c034dbe001ac05cf5d8c564', '2009-07-15 16:06:25'),
(181, 'hvalle', '2009-07-22 05:44:51', '2009-07-23 13:20:42', '201.240.136.6', '5e9c51e0afa6f7a6630d06f95145a3d2', '2009-07-22 05:46:32'),
(182, 'hvalle', '2009-07-23 13:20:42', '2009-07-23 13:58:40', '201.240.136.2', '7ffba9e89f776131877bbca04bf84ec0', '2009-07-23 13:21:15'),
(183, 'hvalle', '2009-07-24 15:37:06', '2009-07-24 15:39:39', '201.230.168.14', '0dd76258508dc72d41bbabc297603eea', '2009-07-24 15:37:21'),
(184, 'hvalle', '2009-08-01 10:34:01', '2009-08-03 04:33:31', '122.109.92.101', '53e5ca68076186f1248950599415fc8e', '2009-08-01 10:45:42'),
(185, 'hvalle', '2009-08-03 04:33:31', '2009-08-03 10:06:27', '122.109.92.101', 'b89c5265a171bd44fba3e9ebdcdf1823', '2009-08-03 10:05:56'),
(186, 'hvalle', '2009-08-04 08:04:41', '2009-08-04 08:05:46', '122.109.92.101', '413e1e92334248667d382acd08abe17f', '2009-08-04 08:05:16'),
(187, 'hvalle', '2009-08-04 08:05:56', '2009-08-04 11:15:22', '122.109.92.101', '413e1e92334248667d382acd08abe17f', '2009-08-04 08:06:01'),
(188, 'hvalle', '2009-08-04 11:15:22', '2009-08-05 11:45:22', '122.109.92.101', '9653385ff3ce9ef7f82f1bad1216ebfb', '2009-08-04 11:53:59'),
(189, 'hvalle', '2009-08-05 11:45:22', '2009-08-12 08:05:14', '122.109.92.101', '6aa357f60b2b048c8ec81345e6c1f8dd', '2009-08-05 12:11:10'),
(190, 'hvalle', '2009-08-12 08:05:14', '2009-08-13 10:02:30', '202.81.18.30', '6ac5681bc7c69b44a586b8fa409e3f22', '2009-08-12 08:17:31'),
(191, 'hvalle', '2009-08-13 10:02:30', '2009-08-13 23:51:49', '202.130.222.4', '17563568dfb195b1619c3ed947a33ec6', '2009-08-13 13:32:04'),
(192, 'hvalle', '2009-08-13 23:51:49', '2009-08-14 03:18:51', '202.130.222.4', 'f4e95ae957e9ce68f0df75eb2bd7669b', '2009-08-13 23:52:55'),
(193, 'hvalle', '2009-08-14 03:18:51', '2009-08-17 05:00:48', '122.109.125.159', '736906ff300a6b7607981e0b951139de', '2009-08-14 05:04:27'),
(194, 'hvalle', '2009-08-17 05:00:48', '2009-08-17 05:01:54', '202.81.18.30', '6d7c86a183d184c4ca82d7f0dfa8b9a7', '2009-08-17 05:01:06'),
(195, 'hvalle', '2009-08-17 10:54:30', '2009-08-18 01:35:25', '122.109.125.159', '52413e9699e67b36c67196e05d74257b', '2009-08-17 11:01:30'),
(196, 'hvalle', '2009-08-18 01:35:25', '2009-08-18 07:51:00', '122.109.125.159', 'd55c9b843b0aaf9edbfe00facb5ab280', '2009-08-18 07:43:56'),
(197, 'hvalle', '2009-08-18 07:51:00', '2009-08-19 07:43:41', '122.109.125.159', '57487e7a52f2f938c23d690948b9fa3e', '2009-08-19 07:42:54'),
(198, 'hvalle', '2009-08-20 12:33:47', '2009-08-20 13:26:20', '122.109.125.159', '1a4da360cd284507bef90f4989e67e7e', '2009-08-20 12:36:37'),
(199, 'hvalle', '2009-08-21 14:00:32', '2009-08-22 02:20:06', '122.109.125.159', 'c8796208b2a932ca0eece00dfdca2c12', '2009-08-21 14:07:02'),
(200, 'hvalle', '2009-08-22 02:20:06', '2009-08-23 09:24:06', '122.109.125.159', 'a55f78e00f0b8466889a520c5cd9b67f', '2009-08-22 02:56:48'),
(201, 'hvalle', '2009-08-23 09:24:06', '2009-08-23 11:01:45', '122.109.125.159', 'f952718979aba5ae1a3994c7a547a207', '2009-08-23 10:54:58'),
(202, 'hvalle', '2009-08-24 23:04:07', '2009-08-28 01:44:44', '122.109.125.159', 'f88ae21fcae00888a943c9bf5e9f0adc', '2009-08-25 06:58:24'),
(203, 'hvalle', '2009-08-28 01:44:44', '2009-09-01 03:04:05', '122.109.125.159', '2502b1c3ebcc01b1f993c0ead8a74555', '2009-08-28 05:15:21'),
(204, 'hvalle', '2009-09-01 03:04:05', '2009-09-01 03:07:21', '122.109.125.159', '4f8850bbeed2a3ab4e39f0dbc4a5e798', '2009-09-01 03:04:06'),
(205, 'hvalle', '2009-09-01 03:07:21', '2009-09-05 11:36:51', '122.109.125.159', '7e9896cc222a05d3c8a7148c4cd5584f', '2009-09-01 04:00:48'),
(206, 'hvalle', '2009-09-05 11:36:51', '2009-09-05 11:39:53', '122.109.125.159', 'b98a3c159e9608f1aab5b36e16dfa8ba', '2009-09-05 11:39:39'),
(207, 'hvalle', '2009-09-10 14:30:03', '2009-09-10 14:37:11', '122.109.125.159', '76bb4aa1811867d1510504edc79cc54f', '2009-09-10 14:33:27'),
(208, 'hvalle', '2009-09-11 16:04:08', '2009-09-13 05:19:49', '122.109.125.159', 'c6a8e35854d16667d20edf1b4640e4de', '2009-09-11 16:04:38'),
(209, 'hvalle', '2009-09-13 05:19:49', '2009-09-20 10:16:13', '122.109.125.159', '7a9763a8c23882c44aad3b8d7feea290', '2009-09-13 09:14:50'),
(210, 'hvalle', '2009-09-20 10:16:13', '2009-09-23 23:17:29', '58.107.121.96', '4d14026a2e16ee718f9c5a17ba94235a', '2009-09-20 10:16:37'),
(211, 'hvalle', '2009-09-23 23:17:29', '2009-09-23 23:27:42', '202.81.18.30', '83f8d6bac3ec06743d4a75ec6c436b33', '2009-09-23 23:18:03'),
(212, 'hvalle', '2009-09-30 05:22:32', '2009-10-03 13:21:52', '202.81.18.30', 'fe64df64cf1df3a72f21e02c3e8aa166', '2009-09-30 05:37:37'),
(213, 'hvalle', '2009-10-03 13:21:52', '2009-10-06 03:47:51', '58.107.121.96', '7000b6aa8cb81ccb1a039aa8da7a426b', '2009-10-03 13:23:55'),
(214, 'hvalle', '2009-10-06 03:47:51', '2009-10-07 22:08:43', '58.107.125.76', '8f4095dfb224011e0f9a3074baaf6147', '2009-10-06 03:50:23'),
(215, 'hvalle', '2009-10-07 22:08:43', '2009-10-07 22:32:31', '202.81.18.30', '9ceb1497d28f19bb11f9bcd12bd6117c', '2009-10-07 22:32:25'),
(216, 'hvalle', '2009-10-12 12:33:09', '2009-10-13 05:17:12', '58.107.125.76', 'adfcccdc4e17c23b8a608a7f404742eb', '2009-10-12 12:34:12'),
(217, 'hvalle', '2009-10-13 05:17:12', '2009-10-17 10:01:03', '58.107.125.76', 'dc5ccaeed4145ca72b50e53f64c8d764', '2009-10-13 05:17:59'),
(218, 'hvalle', '2009-10-17 10:01:03', '2009-10-17 10:19:15', '58.107.125.76', '38b67f7ab965f8093463aa439b398ea0', '2009-10-17 10:17:23'),
(219, 'hvalle', '2009-10-17 23:21:08', '2009-10-18 06:58:20', '58.107.125.76', '37075fac2df0684a760aa2669509f3aa', '2009-10-17 23:32:33'),
(220, 'hvalle', '2009-10-18 06:58:20', '2009-10-18 07:13:02', '58.107.125.76', 'd4b890762bd91e75da77acf5b41614ff', '2009-10-18 07:01:48'),
(221, 'hvalle', '2009-10-18 12:27:08', '2009-10-19 11:15:16', '58.107.125.76', '67f0539659a073642bcb407c4a1cfeee', '2009-10-18 12:28:23'),
(222, 'hvalle', '2009-10-19 11:15:16', '2009-10-19 11:20:12', '58.107.125.76', '9355fe60f77b96f5e21e9797daa2fdae', '2009-10-19 11:15:50'),
(223, 'hvalle', '2009-10-19 11:17:48', '2009-10-19 11:20:12', '58.107.125.76', '9355fe60f77b96f5e21e9797daa2fdae', '2009-10-19 11:18:00'),
(224, 'hvalle', '2009-10-21 01:53:43', '2009-10-21 01:56:16', '202.81.18.30', '7fbefaa48e1eccf0bf5589b722aac0f1', '2009-10-21 01:55:10'),
(225, 'hvalle', '2009-10-23 14:02:04', '2009-10-26 22:42:03', '58.107.125.76', '02d40f6488e0c09275602f03f46820b6', '2009-10-23 14:02:29'),
(226, 'hvalle', '2009-10-26 22:42:03', '2009-10-28 01:17:53', '58.107.125.76', 'c1effffb59a0f7020369a6d1769bd013', '2009-10-27 05:16:06'),
(227, 'hvalle', '2009-10-28 01:17:53', '2009-10-28 01:20:25', '202.81.18.30', 'e3e778437471baaef73146dc86f42981', '2009-10-28 01:17:54'),
(228, 'hvalle', '2009-10-28 22:59:22', '2009-10-29 00:03:06', '202.81.18.30', '55223bc7bb3a4259d8460eb4ea06750a', '2009-10-28 23:12:47'),
(229, 'hvalle', '2009-11-03 23:49:58', '2009-11-04 23:51:01', '202.81.18.30', 'e1e8e2ed622dcff27a88afa0103d294e', '2009-11-04 04:07:24'),
(230, 'hvalle', '2009-11-04 23:51:01', '2009-11-04 23:51:28', '202.81.18.30', '8729bc8ed719be3a2632c17911226ba3', '2009-11-04 23:51:19'),
(231, 'hvalle', '2009-11-08 21:14:16', '2009-11-09 00:12:20', '202.81.18.30', 'ec223da59b87dd353e3b30c48e1bcd2e', '2009-11-08 21:28:49'),
(232, 'hvalle', '2009-11-08 22:12:06', '2009-11-09 00:12:20', '202.81.18.30', 'ec223da59b87dd353e3b30c48e1bcd2e', '2009-11-09 00:11:14'),
(233, 'hvalle', '2009-11-14 06:14:17', '2009-11-14 06:15:49', '58.107.125.76', 'b00e51d6b77cf25ba9e77f17a2a7feb7', '2009-11-14 06:15:38'),
(234, 'hvalle', '2009-11-21 22:59:26', '2009-11-21 23:01:03', '210.185.82.130', 'c929c653ea978a2457b0ef879d070c0d', '2009-11-21 23:00:08'),
(235, 'hvalle', '2009-11-24 08:55:34', '2009-11-24 09:14:32', '60.242.196.34', 'ad14f390871a3277139c027c9a2e46a9', '2009-11-24 08:59:28'),
(236, 'hvalle', '2009-11-26 00:01:46', '2009-11-26 00:36:00', '202.81.18.30', 'ec611fc25233ea11db1088e9424007cf', '2009-11-26 00:35:52'),
(237, 'hvalle', '2009-11-27 13:06:46', '2009-11-27 13:32:17', '58.107.125.76', '9bde3b6cf4205ae84f65fdcbfc63b5f0', '2009-11-27 13:32:04'),
(238, 'hvalle', '2009-11-30 22:18:06', '2009-12-03 01:13:35', '58.107.125.76', '835f5aeb266c3da4fcd528271d6cb8c9', '2009-11-30 22:34:50'),
(239, 'hvalle', '2009-12-03 01:13:35', '2009-12-03 01:19:18', '202.81.18.30', '392abcde897e163d502cbbae0be4fe15', '2009-12-03 01:13:36'),
(240, 'hvalle', '2009-12-03 01:19:18', '2009-12-07 07:50:18', '202.81.18.30', 'fd1f67599b11b12d3e49ceda68a0fc78', '2009-12-03 01:20:11'),
(241, 'hvalle', '2009-12-07 07:50:18', '2009-12-07 07:52:25', '58.107.124.251', 'f23562dc164b100a8ce19f15bcfdabdf', '2009-12-07 07:51:56'),
(242, 'hvalle', '2009-12-07 07:52:43', '2009-12-09 22:30:29', '58.107.124.251', 'eaecc682077ec7db03dbfebe7e775096', '2009-12-07 07:52:59'),
(243, 'hvalle', '2009-12-09 22:30:29', '2009-12-09 23:21:05', '202.81.18.30', '68d0f54b43f29c8cd2e34028e5f73f28', '2009-12-09 22:30:42'),
(244, 'hvalle', '2009-12-09 23:46:03', '2009-12-10 03:40:43', '202.81.18.30', '65f691c735dbdfedf1e85938214a2956', '2009-12-09 23:58:41'),
(245, 'hvalle', '2009-12-10 03:40:43', '2009-12-10 03:42:52', '202.81.18.30', '93d3f4e1ceff710a9f19c5c9ae7fc977', '2009-12-10 03:41:00'),
(246, 'hvalle', '2009-12-10 03:42:52', '2009-12-10 03:44:41', '202.81.18.30', '399494d204ca239126c4ab23b5d4f98c', '2009-12-10 03:43:03'),
(247, 'hvalle', '2009-12-13 08:10:43', '2009-12-20 21:01:47', '58.107.124.251', 'd533e84170f0abab1b0c892843847a97', '2009-12-13 08:19:03'),
(248, 'hvalle', '2009-12-20 21:01:47', '2009-12-21 00:00:31', '202.81.18.30', '887f007b6d394c0938a9345d9277cef1', '2009-12-21 00:00:23'),
(249, 'hvalle', '2009-12-21 00:43:33', '2009-12-21 07:21:39', '202.81.18.30', 'be96f0863297531780f527480b59808a', '2009-12-21 00:49:28'),
(250, 'hvalle', '2009-12-21 07:21:39', '2009-12-22 12:23:13', '58.107.124.251', '257240722676b305128f8b83e7321df2', '2009-12-21 07:22:10'),
(251, 'hvalle', '2009-12-22 12:23:13', '2009-12-23 01:29:52', '60.242.196.34', 'b42a6edbf8b34cd633092e4a02eae63c', '2009-12-22 12:31:47'),
(252, 'hvalle', '2009-12-23 01:29:52', '2009-12-23 02:29:57', '202.81.18.30', 'a3b23d5df706537391315ee3022ed4c0', '2009-12-23 02:29:48'),
(253, 'hvalle', '2009-12-28 10:37:40', '2010-01-09 23:10:38', '58.107.124.251', 'e3d0a35209323d4be6386c2ea086faee', '2009-12-28 10:43:13'),
(254, 'hvalle', '2010-01-09 23:10:38', '2010-01-10 21:06:07', '58.107.124.251', '49474f1d9615c13f7db74cc25d499569', '2010-01-10 00:47:13'),
(255, 'hvalle', '2010-01-10 21:06:07', '2010-01-10 21:33:38', '202.81.18.30', 'f3895f24e32fe12e0f287c9d668a96cf', '2010-01-10 21:07:16'),
(256, 'hvalle', '2010-01-10 23:24:53', '2010-01-13 21:38:24', '58.107.124.251', 'de5c7d1bf90a80eb3e24f07de2d12d44', '2010-01-10 23:24:53'),
(257, 'hvalle', '2010-01-13 21:38:24', '2010-01-13 23:46:47', '202.81.18.30', 'b99f37f1ed82f7b2a1f0b2ad689fc8b4', '2010-01-13 21:49:01'),
(258, 'hvalle', '2010-01-18 21:27:08', '2010-01-18 21:52:01', '58.107.124.251', '2ac79acbe0ebaf9c2896186031135fc1', '2010-01-18 21:30:02'),
(259, 'hvalle', '2010-01-20 05:54:34', '2010-01-21 10:40:15', '58.107.124.251', '2bad6cffdd0def0d91cb9f5321586bc5', '2010-01-20 05:54:34'),
(260, 'hvalle', '2010-01-21 10:40:15', '2010-01-24 22:52:56', '58.107.124.251', 'e03b428704f2edca75a459a988adc9dd', '2010-01-21 10:41:43'),
(261, 'hvalle', '2010-01-24 22:52:56', '2010-01-28 05:18:01', '58.107.124.251', 'f8f6f7d44f3566c3fa08cd7e9d3ce8e3', '2010-01-24 22:55:42'),
(262, 'hvalle', '2010-01-28 05:18:01', '2010-01-28 05:25:38', '58.107.124.251', '3a5755d82e114571019b81dbd5af1f57', '2010-01-28 05:18:39'),
(263, 'hvalle', '2010-01-31 06:53:36', '2010-02-03 05:20:49', '58.107.124.251', 'c3c98803926bedf999577a2bc2d8477a', '2010-01-31 06:54:54'),
(264, 'hvalle', '2010-02-03 05:20:49', '2010-02-03 12:00:24', '58.107.124.141', 'b007c2350bdd6c915470b416b9468212', '2010-02-03 12:00:18'),
(265, 'hvalle', '2010-02-04 05:07:24', '2010-02-04 11:14:34', '58.107.124.141', 'c26751f11ee5843f604e7aec3abb06d2', '2010-02-04 05:37:41'),
(266, 'hvalle', '2010-02-04 11:14:34', '2010-02-04 12:38:17', '58.107.124.141', '94489c69cd8cb803134662a45dbd7415', '2010-02-04 11:15:48'),
(267, 'hvalle', '2010-02-04 12:38:17', '2010-02-04 20:50:55', '86.12.249.105', 'aa1451eaafad9eae6505dd3fd21b6d0c', '2010-02-04 12:43:08'),
(268, 'hvalle', '2010-02-04 20:50:55', '2010-02-04 21:09:24', '58.107.124.141', '47deac14085ba869f0d13e63cdfa8dd1', '2010-02-04 21:08:23'),
(269, 'hvalle', '2010-02-08 05:11:14', '2010-02-08 05:41:13', '58.107.124.141', '99a4d52695682c92141789d715ddc929', '2010-02-08 05:13:31'),
(270, 'hvalle', '2010-02-08 21:11:00', '2010-02-18 08:12:09', '58.107.124.141', '9d32b147d84bd5ad29a604e6fecaec5b', '2010-02-08 21:46:45'),
(271, 'hvalle', '2010-02-18 08:12:09', '2010-02-18 08:12:55', '58.107.124.141', 'ec2a46ea2da125215c2d008da987a0ad', '2010-02-18 08:12:38'),
(272, 'hvalle', '2010-02-19 00:12:49', '2010-02-19 01:21:31', '58.107.124.141', '9c0d19440dfed3908625d9719bdb4626', '2010-02-19 01:15:00'),
(273, 'hvalle', '2010-02-24 07:36:11', '2010-02-27 05:37:35', '58.107.124.141', '36d8a230aef36b0e44d630362bb836b8', '2010-02-24 07:38:29'),
(274, 'hvalle', '2010-02-27 05:37:35', '2010-02-27 06:14:32', '58.107.124.141', '1f72b10ea8377bcf79414cf1076f35af', '2010-02-27 06:14:07'),
(275, 'hvalle', '2010-02-28 01:57:35', '2010-02-28 02:49:56', '58.107.124.141', '3061ddab597240ce46bf0731c04095f1', '2010-02-28 02:02:17'),
(276, 'hvalle', '2010-03-01 11:33:58', '2010-03-02 22:11:38', '58.107.124.141', 'ba2f45c6315a040ce8fc8a45455f61e1', '2010-03-01 11:40:00'),
(277, 'hvalle', '2010-03-02 22:11:38', '2010-03-04 23:02:52', '202.81.18.30', '4b3aac47b9c5ecd2b135fbcda878a0f4', '2010-03-02 22:43:00'),
(278, 'hvalle', '2010-03-04 23:02:52', '2010-03-08 11:05:22', '58.107.124.141', 'ea51ee4af3adeb61477ba3730db9752c', '2010-03-05 05:18:00'),
(279, 'hvalle', '2010-03-08 11:05:22', '2010-03-15 00:26:43', '58.107.124.141', 'ad17668f20b4aa9d762848dc7f09b966', '2010-03-08 11:46:18'),
(280, 'hvalle', '2010-03-15 00:26:43', '2010-03-15 04:45:21', '202.81.18.30', '9c6c9077034559fe96429026462d41cf', '2010-03-15 04:39:26'),
(281, 'hvalle', '2010-03-16 01:43:25', '2010-03-19 00:01:13', '58.107.124.141', '78043250855fc34c4cdf8efe42fa5e46', '2010-03-16 01:47:21'),
(282, 'hvalle', '2010-03-19 00:01:13', '2010-03-19 01:26:23', '58.107.124.141', 'b50a303266962ce2f889df9426557265', '2010-03-19 00:18:32'),
(283, 'hvalle', '2010-03-19 01:26:23', '2010-03-19 02:17:40', '58.107.124.141', '2273cd6ecbdfb35ce313a87014d9a3e3', '0000-00-00 00:00:00'),
(284, 'hvalle', '2010-03-19 01:26:24', '2010-03-19 02:17:40', '58.107.124.141', '2273cd6ecbdfb35ce313a87014d9a3e3', '2010-03-19 01:26:28'),
(285, 'hvalle', '2010-03-19 01:42:51', '2010-03-19 02:17:40', '58.107.124.141', '2273cd6ecbdfb35ce313a87014d9a3e3', '2010-03-19 01:53:26'),
(286, 'hvalle', '2010-03-25 12:26:38', '2010-03-29 09:59:11', '58.107.124.141', '5498cf3842c729dbdb32e4b00f09a8ed', '0000-00-00 00:00:00'),
(287, 'hvalle', '2010-03-25 12:26:39', '2010-03-29 09:59:11', '58.107.124.141', '5498cf3842c729dbdb32e4b00f09a8ed', '2010-03-25 12:37:33'),
(288, 'hvalle', '2010-03-29 09:59:11', '2010-04-06 03:46:11', '58.107.124.141', 'bc11298d39cd05107d821c25bbdad9e9', '0000-00-00 00:00:00'),
(289, 'hvalle', '2010-03-29 09:59:12', '2010-03-29 10:47:42', '58.107.124.141', 'bc11298d39cd05107d821c25bbdad9e9', '2010-03-29 10:47:42'),
(290, 'hvalle', '2010-03-29 12:25:50', '2010-03-29 13:08:33', '58.107.124.141', 'bc11298d39cd05107d821c25bbdad9e9', '2010-03-29 13:08:33'),
(291, 'hvalle', '2010-03-29 13:29:31', '2010-03-29 13:34:19', '58.107.124.141', 'bc11298d39cd05107d821c25bbdad9e9', '2010-03-29 13:34:19'),
(292, 'hvalle', '2010-03-29 22:57:57', '2010-03-29 23:30:08', '58.107.124.141', 'e240dffd7d303055c1dff61691708332', '2010-03-29 23:30:08'),
(293, 'hvalle', '2010-03-30 04:25:50', '2010-03-30 04:31:52', '58.107.124.141', 'e240dffd7d303055c1dff61691708332', '2010-03-30 04:31:52'),
(294, 'hvalle', '2010-03-30 05:20:19', '2010-03-30 05:35:28', '58.107.124.141', 'e240dffd7d303055c1dff61691708332', '2010-03-30 05:35:28'),
(295, 'hvalle', '2010-03-30 06:01:40', '2010-03-30 06:02:22', '58.107.124.141', 'e240dffd7d303055c1dff61691708332', '2010-03-30 06:02:22'),
(296, 'hvalle', '2010-03-30 06:29:25', '2010-03-30 06:31:50', '58.107.124.141', 'e240dffd7d303055c1dff61691708332', '2010-03-30 06:31:50'),
(297, 'hvalle', '2010-04-05 05:43:35', '2010-04-05 10:47:40', '58.107.124.141', 'e3faf235a079e778ad760b1f72ea730a', '2010-04-05 05:44:05'),
(298, 'hvalle', '2010-04-06 03:46:11', '2010-04-06 09:42:52', '58.107.124.141', '0e56fd207f47fcc4dce4f9d9509e7bc8', '0000-00-00 00:00:00'),
(299, 'hvalle', '2010-04-06 03:46:12', '2010-04-06 04:20:21', '58.107.124.141', '0e56fd207f47fcc4dce4f9d9509e7bc8', '2010-04-06 04:20:21'),
(300, 'hvalle', '2010-04-06 06:20:56', '2010-04-06 09:42:52', '58.107.124.141', '0e56fd207f47fcc4dce4f9d9509e7bc8', '2010-04-06 06:20:56'),
(301, 'hvalle', '2010-04-06 09:42:52', '2010-04-07 04:14:57', '60.242.196.34', 'ec34e67b38b0631e9b10d5a06a5a9ba8', '0000-00-00 00:00:00'),
(302, 'hvalle', '2010-04-06 09:42:53', '2010-04-07 04:14:57', '60.242.196.34', 'ec34e67b38b0631e9b10d5a06a5a9ba8', '2010-04-06 09:43:06'),
(303, 'hvalle', '2010-04-07 04:14:57', '2010-04-12 05:08:26', '58.107.124.141', 'd75c61d0b8742a65f2d3ff9998f919ca', '0000-00-00 00:00:00'),
(304, 'hvalle', '2010-04-07 04:14:57', '2010-04-12 05:08:26', '58.107.124.141', 'd75c61d0b8742a65f2d3ff9998f919ca', '2010-04-07 04:16:01'),
(305, 'hvalle', '2010-04-12 05:08:26', '2010-04-14 08:10:26', '202.81.18.30', '440de8ee349a082aa9622fac15f1be27', '0000-00-00 00:00:00'),
(306, 'hvalle', '2010-04-12 05:08:27', '2010-04-12 05:08:42', '202.81.18.30', '440de8ee349a082aa9622fac15f1be27', '2010-04-12 05:08:42'),
(307, 'hvalle', '2010-04-12 05:31:58', '2010-04-14 08:10:26', '202.81.18.30', '440de8ee349a082aa9622fac15f1be27', '2010-04-12 05:31:58'),
(308, 'hvalle', '2010-04-14 08:10:27', '2010-04-14 08:34:46', '58.107.124.141', '98ac7c9ee80ed1d3780e72f3c28b9b62', '0000-00-00 00:00:00'),
(309, 'hvalle', '2010-04-14 08:10:27', '2010-04-14 08:34:46', '58.107.124.141', '98ac7c9ee80ed1d3780e72f3c28b9b62', '2010-04-14 08:26:41'),
(310, 'hvalle', '2010-04-18 09:38:29', '2010-04-19 23:27:19', '58.107.124.141', 'a1ff1b2e02deaeda60eceee36479eff5', '0000-00-00 00:00:00'),
(311, 'hvalle', '2010-04-18 09:38:30', '2010-04-19 23:27:19', '58.107.124.141', 'a1ff1b2e02deaeda60eceee36479eff5', '2010-04-18 09:39:17'),
(312, 'hvalle', '2010-04-19 23:27:19', '2010-04-26 03:12:17', '58.107.124.141', 'e8d84c073e72888d7295469b5ce87668', '0000-00-00 00:00:00'),
(313, 'hvalle', '2010-04-19 23:27:20', '2010-04-19 23:38:34', '58.107.124.141', 'e8d84c073e72888d7295469b5ce87668', '2010-04-19 23:38:34'),
(314, 'hvalle', '2010-04-19 23:56:57', '2010-04-26 03:12:17', '58.107.124.141', 'e8d84c073e72888d7295469b5ce87668', '2010-04-20 00:38:57'),
(315, 'hvalle', '2010-04-26 03:12:17', '2010-04-26 05:45:45', '58.107.124.141', '8261646da2a3ad69b1288428a3e73e8a', '0000-00-00 00:00:00'),
(316, 'hvalle', '2010-04-26 03:12:18', '2010-04-26 05:45:45', '58.107.124.141', '8261646da2a3ad69b1288428a3e73e8a', '2010-04-26 03:15:44'),
(317, 'hvalle', '2010-04-28 07:38:30', '2010-05-02 06:29:10', '58.107.124.141', 'f425bcb83fec96557a1bdaafc5f73a83', '0000-00-00 00:00:00'),
(318, 'hvalle', '2010-04-28 07:38:31', '2010-05-02 06:29:10', '58.107.124.141', 'f425bcb83fec96557a1bdaafc5f73a83', '2010-04-28 07:38:56'),
(319, 'hvalle', '2010-05-02 06:29:10', '2010-05-11 03:08:57', '58.107.124.141', '4b8db43e88791aa67a9c56b90fe06cc7', '0000-00-00 00:00:00'),
(320, 'hvalle', '2010-05-02 06:29:11', '2010-05-11 03:08:57', '58.107.124.141', '4b8db43e88791aa67a9c56b90fe06cc7', '2010-05-02 06:29:30'),
(321, 'hvalle', '2010-05-11 03:08:58', '2010-05-16 08:48:29', '58.107.124.141', '16cec9bbd9d46e83645ec805430b7e2b', '0000-00-00 00:00:00'),
(322, 'hvalle', '2010-05-11 03:08:58', '2010-05-16 08:48:29', '58.107.124.141', '16cec9bbd9d46e83645ec805430b7e2b', '2010-05-11 03:09:02'),
(323, 'hvalle', '2010-05-16 08:48:29', '2010-05-21 01:20:46', '58.107.124.141', 'a899f8b98faa74da49b02fc6f4ed04e6', '0000-00-00 00:00:00'),
(324, 'hvalle', '2010-05-16 08:48:30', '2010-05-21 01:20:46', '58.107.124.141', 'a899f8b98faa74da49b02fc6f4ed04e6', '2010-05-16 08:53:52'),
(325, 'hvalle', '2010-05-21 01:20:46', '2010-05-21 23:13:48', '58.107.124.141', 'c476f42e7d9af552ffba712985aadd8c', '0000-00-00 00:00:00'),
(326, 'hvalle', '2010-05-21 01:20:46', '2010-05-21 23:13:48', '58.107.124.141', 'c476f42e7d9af552ffba712985aadd8c', '2010-05-21 01:28:48'),
(327, 'hvalle', '2010-05-21 23:13:48', '2010-05-25 04:59:06', '58.107.124.141', 'c650bf74174513b0a934d679beda5fc6', '0000-00-00 00:00:00'),
(328, 'hvalle', '2010-05-21 23:13:49', '2010-05-25 04:59:06', '58.107.124.141', 'c650bf74174513b0a934d679beda5fc6', '2010-05-21 23:24:17'),
(329, 'hvalle', '2010-05-25 04:59:06', '2010-05-31 04:55:13', '58.107.124.141', '1a57190c592369b446e79a6ad671714b', '0000-00-00 00:00:00'),
(330, 'hvalle', '2010-05-25 04:59:08', '2010-05-25 05:00:24', '58.107.124.141', '1a57190c592369b446e79a6ad671714b', '2010-05-25 05:00:24'),
(331, 'hvalle', '2010-05-28 23:35:30', '2010-05-28 23:46:16', '58.107.124.141', '862267b50133afbd6a6b17734753cbf2', '2010-05-28 23:46:16'),
(332, 'hvalle', '2010-05-29 00:19:15', '2010-05-29 00:19:57', '58.107.124.141', '862267b50133afbd6a6b17734753cbf2', '2010-05-29 00:19:57'),
(333, 'hvalle', '2010-05-29 00:54:03', '2010-05-29 00:54:10', '58.107.124.141', '8425a07eaae907d6122c99be7e6a1b80', '2010-05-29 00:54:10'),
(334, 'hvalle', '2010-05-30 05:31:37', '2010-05-30 05:56:24', '58.107.124.141', '990905e60216d5e02c618581c7b8e7e3', '2010-05-30 05:56:24'),
(335, 'hvalle', '2010-05-30 07:49:07', '2010-05-30 08:15:41', '58.107.124.141', '35fcf3cc04725f7ec368062ec9d523f2', '2010-05-30 08:15:41'),
(336, 'hvalle', '2010-05-30 09:38:27', '2010-05-31 04:55:13', '58.107.124.141', '35fcf3cc04725f7ec368062ec9d523f2', '2010-05-30 09:38:34'),
(337, 'hvalle', '2010-05-31 04:55:13', '2010-05-31 06:57:09', '202.81.18.30', '7f2c5431248435dfebd1260d17966043', '0000-00-00 00:00:00'),
(338, 'hvalle', '2010-05-31 04:55:14', '2010-05-31 05:00:30', '202.81.18.30', '7f2c5431248435dfebd1260d17966043', '2010-05-31 05:00:30'),
(339, 'hvalle', '2010-05-31 06:00:34', '2010-05-31 06:57:09', '202.81.18.30', '7f2c5431248435dfebd1260d17966043', '2010-05-31 06:06:56'),
(340, 'hvalle', '2010-05-31 06:57:09', '2010-05-31 11:55:21', '58.107.124.141', 'a5db4ddb25e1032b5a0a2ed5ed1f66de', '0000-00-00 00:00:00'),
(341, 'hvalle', '2010-05-31 06:57:10', '2010-05-31 11:55:21', '58.107.124.141', 'a5db4ddb25e1032b5a0a2ed5ed1f66de', '2010-05-31 07:23:00'),
(342, 'hvalle', '2010-05-31 11:55:21', '2010-05-31 11:55:55', '60.242.196.34', '69b14fd5c9482404465cf78e7715dfcc', '0000-00-00 00:00:00'),
(343, 'hvalle', '2010-05-31 11:55:22', '2010-05-31 11:55:55', '60.242.196.34', '69b14fd5c9482404465cf78e7715dfcc', '2010-05-31 11:55:31'),
(344, 'hvalle', '2010-05-31 13:42:49', '2010-06-01 01:16:25', '86.12.249.105', '56896ec5982dc7bb97b75c21ed244894', '0000-00-00 00:00:00'),
(345, 'hvalle', '2010-05-31 13:42:49', '2010-06-01 01:16:25', '86.12.249.105', '56896ec5982dc7bb97b75c21ed244894', '2010-05-31 13:46:06'),
(346, 'hvalle', '2010-06-01 01:16:25', '2010-06-04 10:39:51', '58.107.124.141', 'c1902e5fbdd96311a98ce625c8bbecba', '0000-00-00 00:00:00'),
(347, 'hvalle', '2010-06-01 01:16:27', '2010-06-04 10:39:51', '58.107.124.141', 'c1902e5fbdd96311a98ce625c8bbecba', '2010-06-01 01:17:40'),
(348, 'hvalle', '2010-06-04 10:39:51', '2010-06-05 01:58:21', '58.107.124.141', '96ca96e7407760032e1a7497fc2aa2d0', '0000-00-00 00:00:00'),
(349, 'hvalle', '2010-06-04 10:39:51', '2010-06-05 01:58:21', '58.107.124.141', '96ca96e7407760032e1a7497fc2aa2d0', '2010-06-04 10:40:02'),
(350, 'hvalle', '2010-06-05 01:58:21', '2010-06-05 01:59:51', '58.107.124.141', '293059ac40e91df4dc61faf9f24dae33', '0000-00-00 00:00:00'),
(351, 'hvalle', '2010-06-05 01:58:22', '2010-06-05 01:59:51', '58.107.124.141', '293059ac40e91df4dc61faf9f24dae33', '2010-06-05 01:59:00'),
(352, 'hvalle', '2010-06-05 02:05:04', '2010-06-07 04:30:21', '58.107.124.141', '83b26180c4a6c684eb8cc39d3359f8d7', '0000-00-00 00:00:00'),
(353, 'hvalle', '2010-06-05 02:05:05', '2010-06-07 04:30:21', '58.107.124.141', '83b26180c4a6c684eb8cc39d3359f8d7', '2010-06-05 02:06:44'),
(354, 'hvalle', '2010-06-07 04:30:21', '2010-06-10 10:23:10', '202.81.18.30', 'ebde18977c1e1487ad9e826c5ed5013e', '0000-00-00 00:00:00'),
(355, 'hvalle', '2010-06-07 04:30:22', '2010-06-07 04:30:29', '202.81.18.30', 'ebde18977c1e1487ad9e826c5ed5013e', '2010-06-07 04:30:29'),
(356, 'hvalle', '2010-06-07 04:50:11', '2010-06-10 10:23:10', '202.81.18.30', 'ebde18977c1e1487ad9e826c5ed5013e', '2010-06-07 04:57:40'),
(357, 'hvalle', '2010-06-10 10:23:10', '2010-06-11 02:30:38', '58.107.124.141', '2dc8991ec271bd015c4e4758a6f82ccb', '0000-00-00 00:00:00'),
(358, 'hvalle', '2010-06-10 10:23:10', '2010-06-11 02:30:38', '58.107.124.141', '2dc8991ec271bd015c4e4758a6f82ccb', '2010-06-10 10:34:00'),
(359, 'hvalle', '2010-06-11 02:30:38', '2010-06-11 04:43:28', '58.107.124.141', '109907cdcca585b04dfedf9c0332c07f', '0000-00-00 00:00:00'),
(360, 'hvalle', '2010-06-11 02:30:38', '2010-06-11 04:43:28', '58.107.124.141', '109907cdcca585b04dfedf9c0332c07f', '2010-06-11 02:38:41'),
(361, 'hvalle', '2010-06-11 03:02:56', '2010-06-11 04:43:28', '58.107.124.141', '109907cdcca585b04dfedf9c0332c07f', '2010-06-11 03:02:56'),
(362, 'hvalle', '2010-06-11 04:31:28', '2010-06-11 04:43:28', '58.107.124.141', '109907cdcca585b04dfedf9c0332c07f', '2010-06-11 04:31:31'),
(363, 'hvalle', '2010-06-14 11:00:39', '2010-06-15 04:10:22', '60.242.196.34', '7db46f58105c31623170fab41fd6648c', '0000-00-00 00:00:00');
INSERT INTO `tbladminlog` (`id`, `adminusername`, `logintime`, `logouttime`, `ipaddress`, `sessionid`, `lastvisit`) VALUES 
(364, 'hvalle', '2010-06-14 11:00:40', '2010-06-15 04:10:22', '60.242.196.34', '7db46f58105c31623170fab41fd6648c', '2010-06-14 11:01:10'),
(365, 'hvalle', '2010-06-15 04:10:22', '2010-06-20 12:19:20', '58.107.124.141', '7615f6f27862a47d0322cfeb75af7b13', '0000-00-00 00:00:00'),
(366, 'hvalle', '2010-06-15 04:10:23', '2010-06-15 04:14:21', '58.107.124.141', '7615f6f27862a47d0322cfeb75af7b13', '2010-06-15 04:14:21'),
(367, 'hvalle', '2010-06-15 04:59:00', '2010-06-20 12:19:20', '58.107.124.141', '7615f6f27862a47d0322cfeb75af7b13', '2010-06-15 05:02:15'),
(368, 'hvalle', '2010-06-20 12:19:20', '2010-06-24 07:26:17', '58.107.124.141', '3b04d4d4e69f184a6fe4a4668a1ceed1', '0000-00-00 00:00:00'),
(369, 'hvalle', '2010-06-20 12:19:21', '2010-06-24 07:26:17', '58.107.124.141', '3b04d4d4e69f184a6fe4a4668a1ceed1', '2010-06-20 12:41:13'),
(370, 'hvalle', '2010-06-24 07:26:17', '2010-06-24 08:09:26', '58.107.124.141', '35650075b80491280c93ed3c17052e2a', '0000-00-00 00:00:00'),
(371, 'hvalle', '2010-06-24 07:26:17', '2010-06-24 08:09:26', '58.107.124.141', '35650075b80491280c93ed3c17052e2a', '2010-06-24 07:27:37'),
(372, 'hvalle', '2010-06-28 23:32:46', '2010-06-28 23:56:00', '58.107.124.141', '7d89e3eb54e4347491add345a513873e', '0000-00-00 00:00:00'),
(373, 'hvalle', '2010-06-28 23:32:47', '2010-06-28 23:56:00', '58.107.124.141', '7d89e3eb54e4347491add345a513873e', '2010-06-28 23:39:39'),
(374, 'hvalle', '2010-06-29 07:48:04', '2010-06-29 21:52:48', '58.107.124.141', 'a0a085211019eb2b4abf32ef1b04a830', '0000-00-00 00:00:00'),
(375, 'hvalle', '2010-06-29 07:48:05', '2010-06-29 21:52:48', '58.107.124.141', 'a0a085211019eb2b4abf32ef1b04a830', '2010-06-29 08:42:45'),
(376, 'hvalle', '2010-06-29 21:52:48', '2010-06-29 21:57:18', '202.81.18.30', 'a1b47422e3787a7b222ee94de248f520', '0000-00-00 00:00:00'),
(377, 'hvalle', '2010-06-29 21:52:49', '2010-06-29 21:57:18', '202.81.18.30', 'a1b47422e3787a7b222ee94de248f520', '2010-06-29 21:55:30'),
(378, 'hvalle', '2010-06-30 06:11:05', '2010-07-02 00:25:18', '58.107.124.141', 'ded1e083a492f2c61ad03e5f539cba5d', '0000-00-00 00:00:00'),
(379, 'hvalle', '2010-06-30 06:11:06', '2010-07-02 00:25:18', '58.107.124.141', 'ded1e083a492f2c61ad03e5f539cba5d', '2010-06-30 06:11:13'),
(380, 'hvalle', '2010-07-02 00:25:18', '2010-07-05 07:30:52', '58.107.124.141', '0d3bc385e67efad2c926dfdd6aa75e23', '0000-00-00 00:00:00'),
(381, 'hvalle', '2010-07-02 00:25:19', '2010-07-05 07:30:52', '58.107.124.141', '0d3bc385e67efad2c926dfdd6aa75e23', '2010-07-02 00:25:56'),
(382, 'hvalle', '2010-07-05 07:30:52', '2010-07-05 07:31:01', '58.107.124.141', '2ab04c8c71896ba0c12f9e65895b3bf7', '0000-00-00 00:00:00'),
(383, 'hvalle', '2010-07-05 07:30:52', '2010-07-05 07:31:01', '58.107.124.141', '2ab04c8c71896ba0c12f9e65895b3bf7', '2010-07-05 07:30:57'),
(384, 'hvalle', '2010-07-07 10:09:14', '2010-07-07 13:14:03', '202.81.18.30', '0d6e5394be70edfc45c6cf26808d47cf', '0000-00-00 00:00:00'),
(385, 'hvalle', '2010-07-07 10:09:17', '2010-07-07 13:14:03', '202.81.18.30', '0d6e5394be70edfc45c6cf26808d47cf', '2010-07-07 10:21:14'),
(386, 'hvalle', '2010-07-07 13:14:03', '2010-07-07 13:15:41', '202.81.18.30', 'e823a0f148322473dc25b809694a7e65', '0000-00-00 00:00:00'),
(387, 'hvalle', '2010-07-07 13:14:03', '2010-07-07 13:15:41', '202.81.18.30', 'e823a0f148322473dc25b809694a7e65', '2010-07-07 13:14:15'),
(388, 'hvalle', '2010-07-07 13:20:32', '2010-07-07 13:20:35', '202.81.18.30', '0748716f9388ce42b59ec77d46eb655a', '0000-00-00 00:00:00'),
(389, 'hvalle', '2010-07-07 13:20:32', '2010-07-07 13:20:35', '202.81.18.30', '0748716f9388ce42b59ec77d46eb655a', '2010-07-07 13:20:33'),
(390, 'hvalle', '2010-07-11 20:04:50', '2010-07-12 07:44:29', '58.107.124.63', '801925cb07880eee91d685477a8a5578', '0000-00-00 00:00:00'),
(391, 'hvalle', '2010-07-11 20:04:50', '2010-07-12 07:44:29', '58.107.124.63', '801925cb07880eee91d685477a8a5578', '2010-07-11 20:06:11'),
(392, 'hvalle', '2010-07-12 07:44:29', '2010-07-12 07:50:03', '58.107.124.63', '10cf72fe92f741b7ba39ba629e07f231', '0000-00-00 00:00:00'),
(393, 'hvalle', '2010-07-12 07:44:30', '2010-07-12 07:50:03', '58.107.124.63', '10cf72fe92f741b7ba39ba629e07f231', '2010-07-12 07:48:33'),
(394, 'hvalle', '2010-07-12 07:58:47', '2010-07-12 15:59:24', '58.107.124.63', 'd51575f3fdc774d44556f514b09dbe0f', '0000-00-00 00:00:00'),
(395, 'hvalle', '2010-07-12 07:58:47', '2010-07-12 15:59:24', '58.107.124.63', 'd51575f3fdc774d44556f514b09dbe0f', '2010-07-12 07:58:58'),
(396, 'hvalle', '2010-07-12 15:59:25', '2010-07-12 16:11:14', '58.107.124.63', '86ebf8aa925342cdf9b8e8b343291f55', '0000-00-00 00:00:00'),
(397, 'hvalle', '2010-07-12 15:59:25', '2010-07-12 16:11:14', '58.107.124.63', '86ebf8aa925342cdf9b8e8b343291f55', '2010-07-12 16:10:33'),
(398, 'hvalle', '2010-07-13 11:07:23', '2010-07-13 12:01:32', '58.107.124.63', 'f5971305e44840131fa3d1a30a0036b4', '0000-00-00 00:00:00'),
(399, 'hvalle', '2010-07-13 11:07:23', '2010-07-13 12:01:32', '58.107.124.63', 'f5971305e44840131fa3d1a30a0036b4', '2010-07-13 11:08:34'),
(400, 'hvalle', '2010-07-13 12:01:32', '2010-07-13 15:50:29', '58.107.124.63', 'b68b6b0cd3bb991ad4c7ecb8ad799e9a', '0000-00-00 00:00:00'),
(401, 'hvalle', '2010-07-13 12:01:32', '2010-07-13 15:50:29', '58.107.124.63', 'b68b6b0cd3bb991ad4c7ecb8ad799e9a', '2010-07-13 12:01:47'),
(402, 'hvalle', '2010-07-13 15:50:29', '2010-07-13 17:43:22', '58.107.124.63', 'a53154546f4e3e432283ef337d0eb942', '0000-00-00 00:00:00'),
(403, 'hvalle', '2010-07-13 15:50:29', '2010-07-13 17:43:22', '58.107.124.63', 'a53154546f4e3e432283ef337d0eb942', '2010-07-13 15:56:10'),
(404, 'hvalle', '2010-07-13 17:43:22', '2010-07-13 17:46:27', '58.107.124.63', 'f09f660dc833861c31239b23495f1d58', '0000-00-00 00:00:00'),
(405, 'hvalle', '2010-07-13 17:43:23', '2010-07-13 17:46:27', '58.107.124.63', 'f09f660dc833861c31239b23495f1d58', '2010-07-13 17:43:39'),
(406, 'hvalle', '2010-07-16 17:34:56', '2010-07-19 07:40:42', '58.107.124.63', '956152d606fe392b6eaf75367d82c4c5', '0000-00-00 00:00:00'),
(407, 'hvalle', '2010-07-16 17:34:56', '2010-07-16 17:41:21', '58.107.124.63', '956152d606fe392b6eaf75367d82c4c5', '2010-07-16 17:41:21'),
(408, 'hvalle', '2010-07-16 17:58:43', '2010-07-16 17:58:43', '58.107.124.63', '956152d606fe392b6eaf75367d82c4c5', '2010-07-16 17:58:43'),
(409, 'hvalle', '2010-07-17 10:54:27', '2010-07-19 07:40:42', '58.107.124.63', 'a56439a2411480f27e715222af511cdb', '2010-07-17 11:14:49'),
(410, 'hvalle', '2010-07-19 07:40:42', '2010-07-19 07:46:15', '202.81.18.30', '74a8eaed19af1b437fc9a3808054267d', '0000-00-00 00:00:00'),
(411, 'hvalle', '2010-07-19 07:40:45', '2010-07-19 07:46:15', '202.81.18.30', '74a8eaed19af1b437fc9a3808054267d', '2010-07-19 07:41:22'),
(412, 'hvalle', '2010-07-19 13:12:10', '2010-07-20 09:38:47', '202.81.18.30', '42c1ab1f37e5e4b09d6ee109883df41a', '0000-00-00 00:00:00'),
(413, 'hvalle', '2010-07-19 13:12:11', '2010-07-20 09:38:47', '202.81.18.30', '42c1ab1f37e5e4b09d6ee109883df41a', '2010-07-19 13:20:51'),
(414, 'hvalle', '2010-07-20 09:38:47', '2010-07-21 09:57:55', '58.107.124.63', '423fff0aafd13ed3c5a2cce5d439812d', '0000-00-00 00:00:00'),
(415, 'hvalle', '2010-07-20 09:38:47', '2010-07-20 09:38:50', '58.107.124.63', '423fff0aafd13ed3c5a2cce5d439812d', '2010-07-20 09:38:50'),
(416, 'hvalle', '2010-07-20 14:59:46', '2010-07-20 15:04:21', '58.107.124.63', '423fff0aafd13ed3c5a2cce5d439812d', '2010-07-20 15:04:21'),
(417, 'hvalle', '2010-07-20 15:39:22', '2010-07-21 09:57:55', '58.107.124.63', '423fff0aafd13ed3c5a2cce5d439812d', '2010-07-20 15:39:22'),
(418, 'hvalle', '2010-07-21 09:57:55', '2010-07-23 07:18:50', '202.81.18.30', '2fc8adafc928b7fe392ea4ef2fbbeea0', '0000-00-00 00:00:00'),
(419, 'hvalle', '2010-07-21 09:57:55', '2010-07-23 07:18:50', '202.81.18.30', '2fc8adafc928b7fe392ea4ef2fbbeea0', '2010-07-21 10:13:10'),
(420, 'hvalle', '2010-07-23 07:18:50', '2010-07-23 07:23:20', '58.107.124.63', '78edd107ad5c66efe767a105171596ce', '0000-00-00 00:00:00'),
(421, 'hvalle', '2010-07-23 07:18:50', '2010-07-23 07:23:20', '58.107.124.63', '78edd107ad5c66efe767a105171596ce', '2010-07-23 07:22:51'),
(422, 'hvalle', '2010-07-23 15:28:04', '2010-07-26 10:16:04', '58.107.124.63', '051a77ad6fb7981d3b8a7e79a55ec3b6', '0000-00-00 00:00:00'),
(423, 'hvalle', '2010-07-23 15:28:05', '2010-07-23 15:28:07', '58.107.124.63', '051a77ad6fb7981d3b8a7e79a55ec3b6', '2010-07-23 15:28:07'),
(424, 'hvalle', '2010-07-23 16:05:02', '2010-07-26 10:16:04', '58.107.124.63', '051a77ad6fb7981d3b8a7e79a55ec3b6', '2010-07-23 16:05:36'),
(425, 'hvalle', '2010-07-26 10:16:04', '2010-07-26 11:13:45', '202.81.18.30', '3afee097084d31a5211748a61a0e443e', '0000-00-00 00:00:00'),
(426, 'hvalle', '2010-07-26 10:16:04', '2010-07-26 11:13:45', '202.81.18.30', '3afee097084d31a5211748a61a0e443e', '2010-07-26 10:25:37'),
(427, 'hvalle', '2010-07-29 17:55:52', '2010-07-29 17:57:01', '58.107.124.63', 'acd859998815a8e2e04c567c6dac1fae', '0000-00-00 00:00:00'),
(428, 'hvalle', '2010-07-29 17:55:52', '2010-07-29 17:57:01', '58.107.124.63', 'acd859998815a8e2e04c567c6dac1fae', '2010-07-29 17:56:17'),
(429, 'hvalle', '2010-08-02 15:53:01', '2010-08-03 14:19:35', '58.107.124.63', '341e2130db043ff2a995888b2ea34661', '0000-00-00 00:00:00'),
(430, 'hvalle', '2010-08-02 15:53:02', '2010-08-02 16:09:26', '58.107.124.63', '341e2130db043ff2a995888b2ea34661', '2010-08-02 16:09:26'),
(431, 'hvalle', '2010-08-02 16:25:51', '2010-08-03 14:19:35', '58.107.124.63', '341e2130db043ff2a995888b2ea34661', '2010-08-02 16:35:03'),
(432, 'hvalle', '2010-08-03 14:19:35', '2010-08-04 11:55:21', '58.107.124.63', '191e68c3febf409de281b13a82ff8f64', '0000-00-00 00:00:00'),
(433, 'hvalle', '2010-08-03 14:19:36', '2010-08-04 11:55:21', '58.107.124.63', '191e68c3febf409de281b13a82ff8f64', '2010-08-03 14:20:00'),
(434, 'hvalle', '2010-08-04 11:55:21', '2010-08-06 09:25:30', '202.81.18.30', '40885d4586055d28ba856ababa69f7c4', '0000-00-00 00:00:00'),
(435, 'hvalle', '2010-08-04 11:55:22', '2010-08-04 11:55:24', '202.81.18.30', '40885d4586055d28ba856ababa69f7c4', '2010-08-04 11:55:24'),
(436, 'hvalle', '2010-08-04 12:28:08', '2010-08-04 12:28:08', '202.81.18.30', '40885d4586055d28ba856ababa69f7c4', '2010-08-04 12:28:08'),
(437, 'hvalle', '2010-08-04 12:51:21', '2010-08-06 09:25:30', '202.81.18.30', '40885d4586055d28ba856ababa69f7c4', '2010-08-04 12:51:22'),
(438, 'hvalle', '2010-08-06 09:25:30', '2010-08-06 11:02:35', '58.107.124.63', '1021a31b01d8137a42923a3012ea1cd2', '0000-00-00 00:00:00'),
(439, 'hvalle', '2010-08-06 09:25:31', '2010-08-06 11:02:35', '58.107.124.63', '1021a31b01d8137a42923a3012ea1cd2', '2010-08-06 09:34:44'),
(440, 'hvalle', '2010-08-06 11:02:35', '2010-08-06 12:42:55', '58.107.124.63', 'a1c58416fe119b7f030758038066ab4d', '0000-00-00 00:00:00'),
(441, 'hvalle', '2010-08-06 11:02:36', '2010-08-06 12:42:55', '58.107.124.63', 'a1c58416fe119b7f030758038066ab4d', '2010-08-06 11:15:21'),
(442, 'hvalle', '2010-08-06 12:42:55', '2010-08-06 13:09:46', '58.107.124.63', '684f0cebcb47813fca0f31f89c548195', '0000-00-00 00:00:00'),
(443, 'hvalle', '2010-08-06 12:42:56', '2010-08-06 13:09:46', '58.107.124.63', '684f0cebcb47813fca0f31f89c548195', '2010-08-06 13:09:44'),
(444, 'hvalle', '2010-08-09 08:46:47', '2010-08-09 13:41:49', '202.81.18.30', 'c9079431cbe9997bc87800ed68aadf76', '0000-00-00 00:00:00'),
(445, 'hvalle', '2010-08-09 08:46:47', '2010-08-09 13:41:49', '202.81.18.30', 'c9079431cbe9997bc87800ed68aadf76', '2010-08-09 08:46:57'),
(446, 'hvalle', '2010-08-09 13:41:49', '2010-08-10 11:19:23', '202.81.18.30', 'b5c58a5cdf0e0709a85f31055ab45ea1', '0000-00-00 00:00:00'),
(447, 'hvalle', '2010-08-09 13:41:49', '2010-08-09 13:53:31', '202.81.18.30', 'b5c58a5cdf0e0709a85f31055ab45ea1', '2010-08-09 13:53:31'),
(448, 'hvalle', '2010-08-09 14:22:08', '2010-08-10 11:19:23', '202.81.18.30', 'b5c58a5cdf0e0709a85f31055ab45ea1', '2010-08-09 14:25:34'),
(449, 'hvalle', '2010-08-10 11:19:23', '2010-08-10 12:47:22', '58.107.124.63', '7183101dfb9f3020856e86cb6e9147fb', '0000-00-00 00:00:00'),
(450, 'hvalle', '2010-08-10 11:19:23', '2010-08-10 11:21:08', '58.107.124.63', '7183101dfb9f3020856e86cb6e9147fb', '2010-08-10 11:21:08'),
(451, 'hvalle', '2010-08-10 11:42:03', '2010-08-10 12:47:22', '58.107.124.63', '7183101dfb9f3020856e86cb6e9147fb', '2010-08-10 11:42:07'),
(452, 'hvalle', '2010-08-10 12:47:22', '2010-08-11 07:54:18', '58.107.124.63', '721798dd2a063d50fd924ae967dce12a', '0000-00-00 00:00:00'),
(453, 'hvalle', '2010-08-10 12:47:22', '2010-08-10 13:00:46', '58.107.124.63', '721798dd2a063d50fd924ae967dce12a', '2010-08-10 13:00:46'),
(454, 'hvalle', '2010-08-10 13:18:20', '2010-08-10 13:18:31', '58.107.124.63', '721798dd2a063d50fd924ae967dce12a', '2010-08-10 13:18:31'),
(455, 'hvalle', '2010-08-10 15:38:44', '2010-08-11 07:54:18', '58.107.124.63', '721798dd2a063d50fd924ae967dce12a', '2010-08-10 15:38:45'),
(456, 'hvalle', '2010-08-11 07:54:18', '2010-08-11 15:50:46', '202.81.18.30', 'a3142357201c5169d005c7f7a4071252', '0000-00-00 00:00:00'),
(457, 'hvalle', '2010-08-11 07:54:18', '2010-08-11 15:50:46', '202.81.18.30', 'a3142357201c5169d005c7f7a4071252', '2010-08-11 07:55:56'),
(458, 'hvalle', '2010-08-11 15:50:46', '2010-08-15 07:40:33', '58.107.124.63', '64303f47198c676c8b1a68276aa79638', '0000-00-00 00:00:00'),
(459, 'hvalle', '2010-08-11 15:50:46', '2010-08-15 07:40:33', '58.107.124.63', '64303f47198c676c8b1a68276aa79638', '2010-08-11 16:58:32'),
(460, 'hvalle', '2010-08-15 07:40:33', '2010-08-15 07:45:28', '99.110.207.58', 'e17836550e1a690a19b57108ea0adfe1', '0000-00-00 00:00:00'),
(461, 'hvalle', '2010-08-15 07:40:34', '2010-08-15 07:45:28', '99.110.207.58', 'e17836550e1a690a19b57108ea0adfe1', '2010-08-15 07:41:41'),
(462, 'hvalle', '2010-08-17 17:14:43', '2010-08-24 09:58:00', '201.230.153.9', '041e02bcea8da365b0e32a1f8837bf22', '0000-00-00 00:00:00'),
(463, 'hvalle', '2010-08-17 17:14:44', '2010-08-24 09:58:00', '201.230.153.9', '041e02bcea8da365b0e32a1f8837bf22', '2010-08-17 17:15:13'),
(464, 'hvalle', '2010-08-24 09:58:00', '2010-08-27 06:48:28', '190.232.47.142', 'f165b370602721958a58d2dca1d9a842', '0000-00-00 00:00:00'),
(465, 'hvalle', '2010-08-24 09:58:00', '2010-08-27 06:48:28', '190.232.47.142', 'f165b370602721958a58d2dca1d9a842', '2010-08-24 09:58:26'),
(466, 'hvalle', '2010-08-27 06:48:28', '2010-08-27 06:49:05', '190.43.118.214', '651e133b8d672f3846c3eb5d5dbaad89', '0000-00-00 00:00:00'),
(467, 'hvalle', '2010-08-27 06:48:28', '2010-08-27 06:49:05', '190.43.118.214', '651e133b8d672f3846c3eb5d5dbaad89', '2010-08-27 06:48:50'),
(468, 'hvalle', '2010-08-30 15:38:59', '2010-08-30 15:49:46', '190.232.248.89', '50fc55ea3caf5af327bb30ccfd34001d', '0000-00-00 00:00:00'),
(469, 'hvalle', '2010-08-30 15:38:59', '2010-08-30 15:49:46', '190.232.248.89', '50fc55ea3caf5af327bb30ccfd34001d', '2010-08-30 15:49:37'),
(470, 'hvalle', '2010-09-07 13:16:03', '2010-09-07 22:17:55', '98.169.40.208', '9f09fc361833f02a5d51f61aafe6ab40', '0000-00-00 00:00:00'),
(471, 'hvalle', '2010-09-07 13:16:04', '2010-09-07 13:16:14', '98.169.40.208', '9f09fc361833f02a5d51f61aafe6ab40', '2010-09-07 13:16:14'),
(472, 'hvalle', '2010-09-07 13:43:48', '2010-09-07 22:17:55', '98.169.40.208', '9f09fc361833f02a5d51f61aafe6ab40', '2010-09-07 13:44:08'),
(473, 'hvalle', '2010-09-07 22:17:55', '2010-09-14 00:45:07', '98.169.40.208', '78cf9c1736d338547c0290688428571e', '0000-00-00 00:00:00'),
(474, 'hvalle', '2010-09-07 22:17:55', '2010-09-14 00:45:07', '98.169.40.208', '78cf9c1736d338547c0290688428571e', '2010-09-07 22:18:19'),
(475, 'hvalle', '2010-09-14 00:45:07', '2010-09-14 01:04:01', '99.110.207.58', '0ca28c45be9a24320706aeb8e0a71e9b', '0000-00-00 00:00:00'),
(476, 'hvalle', '2010-09-14 00:45:07', '2010-09-14 01:04:01', '99.110.207.58', '0ca28c45be9a24320706aeb8e0a71e9b', '2010-09-14 01:00:50'),
(477, 'hvalle', '2010-09-14 01:14:46', '2010-09-14 01:22:12', '99.110.207.58', '1774da4587f9f871954fffcb17cfdb61', '0000-00-00 00:00:00'),
(478, 'hvalle', '2010-09-14 01:14:46', '2010-09-14 01:22:12', '99.110.207.58', '1774da4587f9f871954fffcb17cfdb61', '2010-09-14 01:15:46'),
(479, 'hvalle', '2010-09-17 02:51:22', '2010-09-17 02:53:57', '99.110.207.58', '835b5687747bac426a7b821cae48c4e0', '0000-00-00 00:00:00'),
(480, 'hvalle', '2010-09-17 02:51:22', '2010-09-17 02:53:57', '99.110.207.58', '835b5687747bac426a7b821cae48c4e0', '2010-09-17 02:52:02'),
(481, 'hvalle', '2010-09-23 08:00:41', '2010-09-23 08:01:12', '202.81.18.30', '98a0f3ac1bdd1ad8e15d04b6e91aa047', '0000-00-00 00:00:00'),
(482, 'hvalle', '2010-09-23 08:00:41', '2010-09-23 08:01:12', '202.81.18.30', '98a0f3ac1bdd1ad8e15d04b6e91aa047', '2010-09-23 08:01:02'),
(483, 'hvalle', '2010-09-23 12:08:38', '2010-09-23 14:53:02', '202.81.18.30', '4d1a4ee178fcdc49f097154bd53d5322', '0000-00-00 00:00:00'),
(484, 'hvalle', '2010-09-23 12:08:39', '2010-09-23 14:53:02', '202.81.18.30', '4d1a4ee178fcdc49f097154bd53d5322', '2010-09-23 12:08:58'),
(485, 'hvalle', '2010-09-24 07:29:51', '2010-09-30 09:11:06', '58.107.124.63', '7af9862cc8acb6b5839e8da70311c1cf', '0000-00-00 00:00:00'),
(486, 'hvalle', '2010-09-24 07:29:51', '2010-09-30 09:11:06', '58.107.124.63', '7af9862cc8acb6b5839e8da70311c1cf', '2010-09-24 07:31:14'),
(487, 'hvalle', '2010-09-30 09:11:06', '2010-09-30 09:12:36', '202.81.18.30', '47ac02005941ad3b6dc894c3377fb73c', '0000-00-00 00:00:00'),
(488, 'hvalle', '2010-09-30 09:11:07', '2010-09-30 09:12:36', '202.81.18.30', '47ac02005941ad3b6dc894c3377fb73c', '2010-09-30 09:12:05'),
(489, 'hvalle', '2010-10-05 08:13:45', '2010-10-05 09:56:14', '58.107.124.63', 'eae2e9bb072aba0237589538f27c4565', '0000-00-00 00:00:00'),
(490, 'hvalle', '2010-10-05 08:13:45', '2010-10-05 09:56:14', '58.107.124.63', 'eae2e9bb072aba0237589538f27c4565', '2010-10-05 08:29:59'),
(491, 'hvalle', '2010-10-05 09:56:14', '2010-10-05 10:43:16', '58.107.124.63', '91b004be5c502e40aee7f7f63cc38caf', '0000-00-00 00:00:00'),
(492, 'hvalle', '2010-10-05 09:56:15', '2010-10-05 10:43:16', '58.107.124.63', '91b004be5c502e40aee7f7f63cc38caf', '2010-10-05 09:56:15'),
(493, 'hvalle', '2010-10-05 10:43:16', '2010-10-06 08:05:51', '58.107.124.63', 'ebba988aaadd329a34d7876bc233abec', '0000-00-00 00:00:00'),
(494, 'hvalle', '2010-10-05 10:43:16', '2010-10-06 08:05:51', '58.107.124.63', 'ebba988aaadd329a34d7876bc233abec', '2010-10-05 10:47:41'),
(495, 'hvalle', '2010-10-06 08:05:51', '2010-10-06 08:11:29', '58.107.124.63', 'f71059c961cd3dca39e0bbe436d62010', '0000-00-00 00:00:00'),
(496, 'hvalle', '2010-10-06 08:05:52', '2010-10-06 08:11:29', '58.107.124.63', 'f71059c961cd3dca39e0bbe436d62010', '2010-10-06 08:06:58'),
(497, 'hvalle', '2010-10-08 11:04:59', '2010-10-08 11:06:46', '58.107.124.63', 'c30069d9eeef9be0b2f4335122d96ef3', '0000-00-00 00:00:00'),
(498, 'hvalle', '2010-10-08 11:04:59', '2010-10-08 11:06:46', '58.107.124.63', 'c30069d9eeef9be0b2f4335122d96ef3', '2010-10-08 11:05:13');

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

-- 
-- Table structure for table `tbladminperms`
-- 

CREATE TABLE IF NOT EXISTS `tbladminperms` (
  `roleid` int(1) NOT NULL default '0',
  `permid` int(1) NOT NULL default '0',
  KEY `roleid_permid` (`roleid`,`permid`)
) TYPE=MyISAM;

-- 
-- Dumping data for table `tbladminperms`
-- 

INSERT INTO `tbladminperms` (`roleid`, `permid`) VALUES 
(1, 1),
(1, 2),
(1, 3),
(1, 4),
(1, 5),
(1, 6),
(1, 7),
(1, 8),
(1, 9),
(1, 10),
(1, 11),
(1, 12),
(1, 13),
(1, 14),
(1, 15),
(1, 16),
(1, 17),
(1, 18),
(1, 19),
(1, 20),
(1, 21),
(1, 22),
(1, 23),
(1, 24),
(1, 25),
(1, 26),
(1, 27),
(1, 28),
(1, 29),
(1, 30),
(1, 31),
(1, 32),
(1, 33),
(1, 34),
(1, 35),
(1, 36),
(1, 37),
(1, 38),
(1, 39),
(1, 40),
(1, 41),
(1, 42),
(1, 43),
(1, 44),
(1, 45),
(1, 46),
(1, 47),
(1, 48),
(1, 49),
(1, 50),
(1, 51),
(1, 52),
(1, 53),
(1, 54),
(1, 55),
(1, 56),
(1, 57),
(1, 58),
(1, 59),
(1, 60),
(1, 61),
(1, 62),
(1, 63),
(1, 64),
(1, 65),
(1, 66),
(1, 67),
(1, 68),
(1, 69),
(1, 70),
(1, 71),
(1, 72),
(1, 73),
(1, 74),
(1, 75),
(1, 76),
(1, 77),
(1, 78),
(1, 79),
(1, 80),
(1, 81),
(1, 84),
(1, 85),
(1, 86),
(1, 87),
(1, 88),
(1, 89),
(1, 90),
(1, 91),
(1, 92),
(1, 93),
(1, 94),
(1, 95),
(1, 96),
(2, 1),
(2, 2),
(2, 3),
(2, 4),
(2, 5),
(2, 6),
(2, 7),
(2, 8),
(2, 9),
(2, 10),
(2, 11),
(2, 12),
(2, 13),
(2, 14),
(2, 15),
(2, 16),
(2, 17),
(2, 18),
(2, 19),
(2, 20),
(2, 21),
(2, 22),
(2, 23),
(2, 24),
(2, 25),
(2, 26),
(2, 27),
(2, 28),
(2, 29),
(2, 30),
(2, 31),
(2, 32),
(2, 33),
(2, 34),
(2, 35),
(2, 36),
(2, 37),
(2, 38),
(2, 39),
(2, 40),
(2, 41),
(2, 42),
(2, 43),
(2, 44),
(2, 45),
(2, 46),
(2, 47),
(2, 48),
(2, 49),
(2, 50),
(2, 51),
(2, 52),
(2, 85),
(3, 38),
(3, 39),
(3, 40),
(3, 41),
(3, 42),
(3, 43),
(3, 44),
(3, 50);

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

-- 
-- Table structure for table `tbladminroles`
-- 

CREATE TABLE IF NOT EXISTS `tbladminroles` (
  `id` int(1) NOT NULL auto_increment,
  `name` text NOT NULL,
  `systememails` int(1) NOT NULL default '0',
  `accountemails` int(1) NOT NULL default '0',
  `supportemails` int(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM  AUTO_INCREMENT=4 ;

-- 
-- Dumping data for table `tbladminroles`
-- 

INSERT INTO `tbladminroles` (`id`, `name`, `systememails`, `accountemails`, `supportemails`) VALUES 
(1, 'Full Administrator', 1, 1, 1),
(2, 'Sales Operator', 0, 1, 1),
(3, 'Support Operator', 0, 0, 1);

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

-- 
-- Table structure for table `tbladmins`
-- 

CREATE TABLE IF NOT EXISTS `tbladmins` (
  `id` int(10) NOT NULL auto_increment,
  `roleid` int(1) NOT NULL default '0',
  `username` text NOT NULL,
  `password` varchar(32) NOT NULL default '',
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `email` text NOT NULL,
  `signature` text NOT NULL,
  `notes` text NOT NULL,
  `template` text NOT NULL,
  `loginattempts` int(1) NOT NULL default '0',
  `supportdepts` text NOT NULL,
  `ticketnotifications` char(2) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `username` (`username`(32))
) TYPE=MyISAM  AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `tbladmins`
-- 

INSERT INTO `tbladmins` (`id`, `roleid`, `username`, `password`, `firstname`, `lastname`, `email`, `signature`, `notes`, `template`, `loginattempts`, `supportdepts`, `ticketnotifications`) VALUES 
(1, 1, 'hvalle', 'bb0071bbbe798d0791e1812aafa8e384', 'Humberto', 'Valle', 'humberto@vallecorp.com', '--------------------\r\nHumberto Valle\r\nVALLECORP Technologies\r\n+61 2 (0)408 164 379', 'Welcome to WHMCS!  Please ensure you have setup the cron job in cPanel to automate tasks', 'v4', 0, ',1,2,3,4,', 'on');

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

-- 
-- Table structure for table `tbladminsecurityquestions`
-- 

CREATE TABLE IF NOT EXISTS `tbladminsecurityquestions` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `question` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tbladminsecurityquestions`
-- 


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

-- 
-- Table structure for table `tblaffiliates`
-- 

CREATE TABLE IF NOT EXISTS `tblaffiliates` (
  `id` int(3) unsigned zerofill NOT NULL auto_increment,
  `date` date default NULL,
  `clientid` int(10) NOT NULL,
  `visitors` int(1) NOT NULL default '0',
  `paytype` text NOT NULL,
  `payamount` decimal(10,2) NOT NULL default '0.00',
  `balance` decimal(10,2) NOT NULL default '0.00',
  `withdrawn` decimal(10,2) NOT NULL default '0.00',
  KEY `affiliateid` (`id`),
  KEY `clientid` (`clientid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblaffiliates`
-- 


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

-- 
-- Table structure for table `tblaffiliatesaccounts`
-- 

CREATE TABLE IF NOT EXISTS `tblaffiliatesaccounts` (
  `id` int(10) NOT NULL auto_increment,
  `affiliateid` int(10) NOT NULL,
  `relid` int(10) NOT NULL,
  `lastpaid` date NOT NULL default '0000-00-00',
  PRIMARY KEY  (`id`),
  KEY `affiliateid` (`affiliateid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblaffiliatesaccounts`
-- 


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

-- 
-- Table structure for table `tblaffiliateshistory`
-- 

CREATE TABLE IF NOT EXISTS `tblaffiliateshistory` (
  `id` int(10) NOT NULL auto_increment,
  `affiliateid` int(10) NOT NULL,
  `date` date NOT NULL default '0000-00-00',
  `affaccid` int(10) NOT NULL,
  `amount` decimal(10,2) NOT NULL default '0.00',
  PRIMARY KEY  (`id`),
  KEY `affiliateid` (`affiliateid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblaffiliateshistory`
-- 


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

-- 
-- Table structure for table `tblaffiliatespending`
-- 

CREATE TABLE IF NOT EXISTS `tblaffiliatespending` (
  `id` int(10) NOT NULL auto_increment,
  `affaccid` int(10) NOT NULL default '0',
  `amount` decimal(10,2) NOT NULL default '0.00',
  `clearingdate` date NOT NULL default '0000-00-00',
  PRIMARY KEY  (`id`),
  KEY `clearingdate` (`clearingdate`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblaffiliatespending`
-- 


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

-- 
-- Table structure for table `tblaffiliateswithdrawals`
-- 

CREATE TABLE IF NOT EXISTS `tblaffiliateswithdrawals` (
  `id` int(10) NOT NULL auto_increment,
  `affiliateid` int(10) NOT NULL,
  `date` date NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `affiliateid` (`affiliateid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblaffiliateswithdrawals`
-- 


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

-- 
-- Table structure for table `tblannouncements`
-- 

CREATE TABLE IF NOT EXISTS `tblannouncements` (
  `id` int(10) NOT NULL auto_increment,
  `date` datetime default NULL,
  `title` text NOT NULL,
  `announcement` text NOT NULL,
  `published` text NOT NULL,
  `parentid` int(10) NOT NULL,
  `language` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `date` (`date`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblannouncements`
-- 


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

-- 
-- Table structure for table `tblbannedemails`
-- 

CREATE TABLE IF NOT EXISTS `tblbannedemails` (
  `id` int(10) NOT NULL auto_increment,
  `domain` text NOT NULL,
  `count` int(10) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `domain` (`domain`(64))
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblbannedemails`
-- 


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

-- 
-- Table structure for table `tblbannedips`
-- 

CREATE TABLE IF NOT EXISTS `tblbannedips` (
  `id` int(10) NOT NULL auto_increment,
  `ip` text NOT NULL,
  `reason` text NOT NULL,
  `expires` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `ip` (`ip`(32))
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblbannedips`
-- 


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

-- 
-- Table structure for table `tblbillableitems`
-- 

CREATE TABLE IF NOT EXISTS `tblbillableitems` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `description` text NOT NULL,
  `hours` decimal(5,1) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `recur` int(5) NOT NULL default '0',
  `recurcycle` text NOT NULL,
  `recurfor` int(5) NOT NULL default '0',
  `invoiceaction` int(1) NOT NULL,
  `duedate` date NOT NULL,
  `invoicecount` int(5) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblbillableitems`
-- 


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

-- 
-- Table structure for table `tblbrowserlinks`
-- 

CREATE TABLE IF NOT EXISTS `tblbrowserlinks` (
  `id` int(10) NOT NULL auto_increment,
  `name` text NOT NULL,
  `url` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `name` (`name`(32))
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblbrowserlinks`
-- 


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

-- 
-- Table structure for table `tblcalendar`
-- 

CREATE TABLE IF NOT EXISTS `tblcalendar` (
  `id` int(10) NOT NULL auto_increment,
  `title` text NOT NULL,
  `desc` text NOT NULL,
  `day` text NOT NULL,
  `month` text NOT NULL,
  `year` text NOT NULL,
  `startt1` text NOT NULL,
  `startt2` text NOT NULL,
  `endt1` text NOT NULL,
  `endt2` text NOT NULL,
  `adminid` int(10) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `day_month_year` (`day`(2),`month`(2),`year`(4))
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblcalendar`
-- 


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

-- 
-- Table structure for table `tblcancelrequests`
-- 

CREATE TABLE IF NOT EXISTS `tblcancelrequests` (
  `id` int(10) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `relid` int(10) NOT NULL,
  `reason` text NOT NULL,
  `type` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `serviceid` (`relid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblcancelrequests`
-- 


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

-- 
-- Table structure for table `tblclientgroups`
-- 

CREATE TABLE IF NOT EXISTS `tblclientgroups` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `groupname` varchar(45) NOT NULL,
  `groupcolour` varchar(45) default NULL,
  `discountpercent` decimal(10,2) unsigned default '0.00',
  `susptermexempt` text,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblclientgroups`
-- 


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

-- 
-- Table structure for table `tblclients`
-- 

CREATE TABLE IF NOT EXISTS `tblclients` (
  `id` int(10) NOT NULL auto_increment,
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `companyname` text NOT NULL,
  `email` text NOT NULL,
  `address1` text NOT NULL,
  `address2` text NOT NULL,
  `city` text NOT NULL,
  `state` text NOT NULL,
  `postcode` text NOT NULL,
  `country` text NOT NULL,
  `phonenumber` text NOT NULL,
  `password` text NOT NULL,
  `currency` int(10) NOT NULL,
  `credit` decimal(10,2) NOT NULL default '0.00',
  `taxexempt` text NOT NULL,
  `latefeeoveride` text NOT NULL,
  `overideduenotices` text NOT NULL,
  `datecreated` date NOT NULL default '0000-00-00',
  `notes` text NOT NULL,
  `billingcid` int(10) NOT NULL,
  `securityqid` int(10) NOT NULL,
  `securityqans` text NOT NULL,
  `groupid` int(10) NOT NULL,
  `cardtype` varchar(255) NOT NULL default '',
  `cardlastfour` text NOT NULL,
  `cardnum` blob NOT NULL,
  `startdate` blob NOT NULL,
  `expdate` blob NOT NULL,
  `issuenumber` blob NOT NULL,
  `gatewayid` text NOT NULL,
  `lastlogin` datetime default NULL,
  `ip` text NOT NULL,
  `host` text NOT NULL,
  `status` enum('Active','Inactive','Closed') NOT NULL default 'Active',
  `language` text NOT NULL,
  `pwresetkey` text NOT NULL,
  `pwresetexpiry` int(10) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `firstname_lastname` (`firstname`(32),`lastname`(32)),
  KEY `email` (`email`(64))
) TYPE=MyISAM  AUTO_INCREMENT=27 ;

-- 
-- Dumping data for table `tblclients`
-- 

INSERT INTO `tblclients` (`id`, `firstname`, `lastname`, `companyname`, `email`, `address1`, `address2`, `city`, `state`, `postcode`, `country`, `phonenumber`, `password`, `currency`, `credit`, `taxexempt`, `latefeeoveride`, `overideduenotices`, `datecreated`, `notes`, `billingcid`, `securityqid`, `securityqans`, `groupid`, `cardtype`, `cardlastfour`, `cardnum`, `startdate`, `expdate`, `issuenumber`, `gatewayid`, `lastlogin`, `ip`, `host`, `status`, `language`, `pwresetkey`, `pwresetexpiry`) VALUES 
(1, 'Humberto', 'Valle', 'VALLECORP', 'humberto@vallecorp.com', '34 Corella way', '', 'Westleigh', 'NSW', '2120', 'AU', '0408164379', '651202117749336faf2f80ba1e98fe36:VTX)e', 1, 0.00, '', '', '', '2008-06-10', 'Notes', 0, 0, 'l3cXYblELhsO4mAqaMV7k0kByRg=', 0, 'Visa', '9880', 0x6ad641b139dd4f64feffe03128f6d5e978cc759644e9f4e63eaec174ca6cdfeb, 0x3270a86de70adffbb6d926388f5a736c, 0x270f6b27c45ef5b11f0730c89c5e6dd8, 0x78cc759644e9f4e63eaec174ca6cdfeb, '', '2009-10-19 11:16:13', '58.107.125.76', '58.107.125.76.optusnet.com.au', 'Active', 'English', '', 0),
(2, 'Flor', 'Reyna', 'AHWBN', 'reception@ahwbn.com', '205/637-641 Pittwater Road', '', 'Dee Why', 'NSW', '2099', 'AU', '0412769691', 'fea4958bbd2f7405e8ee1165f2f7920d:!qaDa', 1, 0.00, '', '', '', '2008-06-12', 'freyna@bigpond.net.au\r\nflor_thornberry@hotmail.com', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(3, 'Luis', 'Almenara', '', 'luis@almenara.id.au', '3 Holford Crescent', '', 'Gordon', 'NSW', '2072', 'AU', '0412131347', '084a532552564c663662cb0e67c32de5:)qg%E', 1, 0.00, '', '', '', '2008-06-13', '', 0, 0, '', 0, '', '', '', '', '', '', '', '2008-11-19 02:45:56', '202.81.18.30', 'bh02i525f01.au.ibm.com', 'Active', '', '', 0),
(4, 'Carmen', 'Henry', '', 'carmen_juliah@hotmail.com', 'Unit 36', '21-23 Norton Street', 'Leichhardt', 'NSW', '2040', 'AU', '0438431056', 'aae97e80ceee46935ad49af0cde4f0d6:rOGJb', 1, 0.00, '', '', '', '2008-06-13', 'Home phone: 95180372\r\nSecond email: carmen_juliah@hotmail.com', 0, 0, '0Q8Pb2N2OjpWmjPiZnvu1M8UH8g=', 0, '', '', '', '', '', '', '', '2009-08-12 08:07:55', '58.178.35.219', '219.107.dsl.syd.iprimus.net.au', 'Active', '', '', 0),
(5, 'Margaret', 'Kenny', 'STRATEGIC FACTORS', 'mkenny@kms.com.au', 'PO Box 702', '', 'Mosman', 'NSW', '2088', 'AU', '', 'a3ef0ecf4650af1610dce1710f6e0f27:qM(yv', 1, 0.00, '', '', '', '2008-06-13', 'admin@strategicfactors.com', 0, 0, '', 0, '', '', '', '', '', '', '', '2010-09-02 10:27:24', '58.160.60.5', 'CPE-58-160-60-5.mxmn2.ken.bigpond.net.au', 'Active', '', '', 0),
(6, 'Nick', 'Berman', '', 'nickberman@bigpond.com', 'PO Box 2137', '', 'Normanhurst', 'NSW', '2076', 'AU', '0409735312', 'a5d11cc338fe3dd245dd61286b768d1a:!k!TU', 1, 0.00, '', '', '', '2008-06-13', 'nick@nickberman.com.au\r\nnickberman@telstra.com\r\nNBerman@Hornsby.nsw.gov.au', 0, 0, 'qfcWuc66zBwZGRfcswZ2AtVBPJk=', 0, '', '', '', '', '', '', '', '2010-07-27 12:29:23', '117.120.16.131', 'proxy4.messagelabs.net', 'Active', '', '', 0),
(7, 'Olga', 'Valle', 'OLGA''S HOUSE CLEANER', 'olga@olgashousecleaner.com', '8036 Idylwood Rd', '', 'Dunn Loring', 'Virginia', '22027', 'US', '(703) 598 5140', '9e2ab4e240e973c1735e196ca2e0af6f:kKQo#', 1, 0.00, '', '', '', '2008-06-13', '', 0, 0, 'af7zAi2H5rO/kkHUfBZl41CS3H8=', 0, '', '', '', '', '', '', '', '2010-07-19 12:37:47', '202.81.18.30', 'bh02i525f01.au.ibm.com', 'Active', '', 'bde12f98258d7c81dd9263656be1bf8b', 1279482842),
(8, 'Rosario', 'Ventura', 'THE DANDY DOG', 'r.a.macedo@hotmail.com', '9 Curlewis Street', '', 'North Bondi', 'NSW', '2026', 'AU', '0424 259 462', 'db1f2f5b0aa80b5ce88f106d7cdc6bf8:OHCP!', 1, 0.00, '', '', '', '2008-06-13', 'r.a.macedo@hotmail.com\r\naise@inthemix.com.au', 0, 0, '', 0, '', '', '', '', '', '', '', '2009-12-17 06:06:35', '220.244.123.203', '220-244-123-203.static.tpgi.com.au', 'Active', '', '', 0),
(9, 'Andres', 'Soldado', 'SOLUTION CLEANING', 'solutionclean@optusnet.com.au', '53 Ryde Road', '', 'Pymble', 'NSW', '2073', 'AU', '0419226316', 'f94e70e7bd58151aae87960720a13b28:CFmIC', 1, 0.00, '', '', '', '2008-06-13', 'info@solutioncleaningservices.com.au\r\nsolutionclean@optusnet.com.au\r\nr.a.macedo@hotmail.com', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(10, 'Gricelda', 'Wilson', 'TE AMO PERU', 'gmwilsonp@optusnet.com.au', '12 Peter Close', '', 'Hornsby Heights', 'NSW', '2077', 'AU', '0416948685', 'a09ab64b30dce858118d1c0f094c715d:R#bjv', 1, 0.00, '', '', '', '2008-06-13', 'chelawilson2705@yahoo.com', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(11, 'Jaime', 'Burgos', 'CONSULADO GENERAL DEL PERU EN SYDNEY', 'jburgos@consuladoperusydney.org', 'Level 3/30 Clarence St', '', 'Sydney', 'NSW', '2000', 'AU', '(02) 9262-6464', 'f9819186194be478734d59073a72a6dd:cA(#Y', 1, 0.00, '', '', '', '2008-06-13', 'micaburgos2000@yaho.es', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(12, 'Carmen', 'Almenara', 'TEJAS DEL SOLAR', 'carmen@tejasdelsolar.com.au', 'PO Box 120', '', 'Gordon', 'NSW', '2072', 'AU', '61(0)407 511 995', '444b9b6b42b92aff4fdbaba2deeb2e76:ooZ(h', 1, 0.00, '', '', '', '2008-06-15', '', 0, 0, '', 0, '', '', '', '', '', '', '', '2010-08-26 07:34:55', '203.158.61.123', '203-158-61-123.dyn.iinet.net.au', 'Active', '', '', 0),
(13, 'Edgard', 'Shultz', 'APCCI', 'treasurer@apcci.org.au', 'GPO Box 4620', '', 'SYDNEY', 'NSW', '2001', 'AU', '61 (0)419 294 006', 'f2ffd2ed596f61a5ebe9e8323ce39b9b:M##nH', 1, 0.00, '', '', '', '2008-06-16', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(14, 'Luis', 'Almenara', 'PISCO PERU', 'luis@piscoperu.com.au', 'PO Box 120', '', 'Gordon', 'NSW', '2072', 'AU', '0412131347', 'd8b4c7742691dae3e823537448e2651a:c%)FD', 1, 0.00, '', '', '', '2008-06-17', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(15, 'Luis', 'Almenara', 'SYDNEY GRAPHICS COLLEGE Pty Limited', 'luis@sydneygraphicscollege.com', '11 Smail Street', '', 'Ultimo', 'NSW', '2007', 'AU', '0412131347', 'ed27d796dea0d345692c8161b91a31ff:!%(jB', 1, 0.00, '', '', '', '2008-06-17', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(16, 'Luis', 'Almenara', 'PACIFIC COAST BASEBALL LEAGUE INC', 'luis@pcbaseballleague.org', 'PO Box 120', '', 'Gordon', 'NSW', '2072', 'AU', '0412131347', 'caf9a481b647cf4ec1d9d1cc0c61de3c:w#my#', 1, 0.00, '', '', '', '2008-06-17', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(17, 'Edgard', 'Schultz', 'ESA International Pty Ltd', 'edgard@esa.net.au', 'PO Box 368', '', 'North Sydney', 'NSW', '2059', 'AU', '99222249', '18ef7d9c46898efda3328070cf5de899:IAvBw', 1, 0.00, '', '', '', '2008-09-23', '', 0, 0, 'OmsmVZWX95GH/7mBeK6as392Qr0=', 0, '', '', '', '', '', '', '', '2008-09-23 08:18:02', '60.241.17.16', '60-241-17-16.static.tpgi.com.au', 'Active', '', '', 0),
(18, 'Sergio ', 'Sill', 'Sergio Sill Fine Arts Gallery', 'sergiosill@hotmail.com', '37 Woy Woy Road', '', 'Kariong', 'NSW', '2250', 'AU', '02 43401784', '964be94458f4f22975888514485be8ae:ePL)O', 1, 0.00, '', '', '', '2008-09-24', '', 0, 0, '', 0, '', '', '', '', '', '', '', '2009-03-30 06:56:05', '218.215.10.29', '218-215-10-29.people.net.au', 'Active', '', '', 0),
(21, 'Alejandro', 'Saravia', 'Illapu Peru', 'alejandro_saravi@hotmail.com', '5/25 East crescent St.', '', 'Mcmahons Pt.', 'NSW', '2060', 'AU', '0420604435', 'd2394471108e8d7bd9c5d0cef978c00c:SCKJP', 1, 0.00, '', '', '', '2009-01-12', '', 0, 0, '', 0, '', '', '', '', '', '', '', '2009-01-12 13:18:12', '58.165.101.171', 'CPE-58-165-101-171.qld.bigpond.net.au', 'Active', '', '', 0),
(20, 'Luis', 'Almenara', 'Nazca Dreaming Society Inc.', 'luis@nazcadreaming.asn.au', '3 Holford Crescent', '', 'Gordon', 'NSW', '2072', 'AU', '0412131347', '8d370a81631b1e3dcac0560cecff7245:cMCcc', 1, 0.00, '', '', '', '2008-11-19', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(23, 'Trevor Raymond', 'SIVIOUR', 'TURSPEC PTY LTD', 'siviour@ozemail.com.au', '7 Union Street', '', 'Eastwood', 'NSW', '2122', 'AU', '0411 691 969', '9af0e837bc277f36ccd156a5f3159e35:wg(IF', 1, 0.00, '', '', '', '2009-05-28', '9804 6211', 0, 0, '', 0, '', '', '', '', '', '', '', '2009-05-28 09:58:18', '122.109.80.172', 'd122-109-80-172.sbr12.nsw.optusnet.com.au', 'Active', '', '', 0),
(25, 'Barbara', 'Raffellini', 'Miraworld Pty Ltd', 'barbara.raffellini@miraworld.com', 'PO Box 832', '', 'Mona Vale', 'NSW', '1660', 'AU', '99971526', 'be2a99ea446b75fc2b82bd92ddf94756:noeZe', 1, 0.00, '', '', '', '2009-10-17', '', 0, 0, '', 0, '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', '', 'Active', '', '', 0),
(26, 'Julie', 'Lyons', 'Ricci Signs (Aust) Pty Ltd', 'accounts@riccisigns.com.au', 'Unit 27/22 Hudson Avenue', '', 'Castle Hill', 'NSW', '2046', 'AU', '02 9899 1479', 'a2e5d8464eeb7e025a2fe5f1b71d3a81:q(eja', 1, 0.00, '', '', '', '2010-08-02', 'Another number: 02 99222249', 0, 0, 'oJCNRAJz0mP5wTx302FlGVxnOvk=', 0, '', '', '', '', '', '', '', '2010-08-31 14:52:34', '203.206.172.254', '203-206-172-254.perm.iinet.net.au', 'Active', '', '', 0);

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

-- 
-- Table structure for table `tblclientsfiles`
-- 

CREATE TABLE IF NOT EXISTS `tblclientsfiles` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `title` text NOT NULL,
  `filename` text NOT NULL,
  `adminonly` int(1) NOT NULL,
  `dateadded` date NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tblclientsfiles`
-- 


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

-- 
-- Table structure for table `tblconfiguration`
-- 

CREATE TABLE IF NOT EXISTS `tblconfiguration` (
  `setting` text NOT NULL,
  `value` text NOT NULL,
  KEY `setting` (`setting`(32))
) TYPE=MyISAM;

-- 
-- Dumping data for table `tblconfiguration`
-- 

INSERT INTO `tblconfiguration` (`setting`, `value`) VALUES 
('Language', 'English'),
('CompanyName', 'VALLECORP Technologies'),
('Email', 'support@vallecorp.com'),
('Domain', 'http://www.vallecorp.com/'),
('LogoURL', 'http://www.vallecorp.com/images/vc_big-banner.gif'),
('SystemURL', 'http://secure.vallecorp.com/billing/'),
('SystemSSLURL', 'https://secure.vallecorp.com/billing/'),
('DisableSessionIPCheck', ''),
('AutoSuspension', ''),
('AutoSuspensionDays', '20'),
('CreateInvoiceDaysBefore', '10'),
('AffiliateEnabled', ''),
('AffiliateEarningPercent', '0'),
('AffiliateBonusDeposit', '0.00'),
('AffiliatePayout', '0.00'),
('AffiliateLinks', ''),
('ActivityLimit', '1000'),
('DateFormat', 'DD/MM/YYYY'),
('PreSalesQuestions', ''),
('Template', 'default'),
('AllowRegister', 'on'),
('AllowTransfer', 'on'),
('AllowOwnDomain', 'on'),
('EnableTOSAccept', 'on'),
('TermsOfService', 'http://www.vallecorp.com/terms_of_use.html'),
('AllowLanguageChange', 'on'),
('Version', '4.3.1'),
('AllowCustomerChangeInvoiceGateway', 'on'),
('DefaultNameserver1', 'ppsdns1.pps.com.au'),
('DefaultNameserver2', 'ppsdns2.pps.com.au'),
('SendInvoiceReminderDays', '1'),
('SendReminder', 'on'),
('NumRecordstoDisplay', '100'),
('BCCMessages', 'humberto@vallecorp.com'),
('MailType', 'mail'),
('SMTPHost', ''),
('SMTPUsername', ''),
('SMTPPassword', ''),
('SMTPPort', '25'),
('ShowCancellationButton', 'on'),
('UpdateStatsAuto', 'on'),
('InvoicePayTo', 'VALLECORP Technologies\r\nABN: 47 985 864 995\r\n34 Corella Way\r\nWestleigh NSW  2120\r\nAUSTRALIA'),
('SendAffiliateReportMonthly', ''),
('InvalidLoginBanLength', '15'),
('Signature', '----------------------------------------\r\nVALLECORP Technologies \r\nsecure.vallecorp.com/billing\r\nEmail: support@vallecorp.com '),
('DomainOnlyOrderEnabled', 'on'),
('TicketBannedAddresses', ''),
('SendEmailNotificationonUserDetailsChange', 'on'),
('TicketAllowedFileTypes', '.jpg,.gif,.jpeg,.png'),
('CloseInactiveTickets', '0'),
('InvoiceLateFeeAmount', '0.00'),
('AutoTermination', ''),
('AutoTerminationDays', '60'),
('RegistrarAdminFirstName', ''),
('RegistrarAdminLastName', ''),
('RegistrarAdminCompanyName', ''),
('RegistrarAdminAddress1', ''),
('RegistrarAdminAddress2', ''),
('RegistrarAdminCity', ''),
('RegistrarAdminStateProvince', ''),
('RegistrarAdminCountry', 'US'),
('RegistrarAdminPostalCode', ''),
('RegistrarAdminPhone', ''),
('RegistrarAdminFax', ''),
('RegistrarAdminEmailAddress', ''),
('RegistrarAdminUseClientDetails', 'on'),
('Charset', 'iso-8859-1'),
('AutoUnsuspend', 'on'),
('RunScriptonCheckOut', ''),
('License', '=03OiYDMwEDMxAjMioDO6M3OiUGdhR2ajVGajJiO5ozc7ISMuMjL0IiO1ozc7Iibvl2cyVmd0NXZ0FGb\niozMxozc7ISZ2lGdjFUPzVHdhR3c7UDMtcDMtETMwITPlRXYkVWdkRHel52OzVGdhRGcVBCZuFGI0J3b\nwBXdT1TZtFmbioTM2ozc7Iycu9GZkFmI6YjOztjI9IXZsxWZzVmUioTO6M3OiMHZsVWam12b0NXdjJiO\nyEjOztjIn5WasxWai9CbtRHafNWasJWdw9SZsxWY2h2Ll12bo9iI6IzM6M3OikncvR3YlJXakRWasFmd\nioDNxozc7IyM44SN0EjL3kTMuYTMxIiO0EjOztjIwlGZpxWY2JiO3ozc7ISbvNmLwJ3bjVGbsFmduUmc\n1NWZz5yd3dHLt92YuAncvNWZsxWY25SZyV3YlNnI6UDN6M3Oi4Wah12bkRWasFmdioTMxozc7ISZtlGV\ngUmbPJiO4ozc7ISZsNWejdmbpxGbpJmI6ITM6M3OiADMtADMtADMwAjI6ATM6M3OiUGdhRWZ1RGd4Vmb\nioTMxozc7ISNw0yNw0CMxAjMioDMxozc7ISZ0FGZnVmciozN6M3OicmbpRmbhJnQg8mTgU2cuV2YpxEI\nkVmb39kI6UjM6M3OiUWbh5GdjVHZvJHcioTMxozc7ISNioTM6M3OiQWa0NWdk9mcwJiO5ozc7Iycll2Z\nvx2buh2YlRFIQJ1TDVETMFkViojMyozc7ISZtFmbkVmclR3cpdWZyJiO0EjOztjIlZXa0NWQiojN6M3O\niMXd0FGdzJiO2ozc7pDNxoTY4a7c0ae71429abcb8c9c9446b0e08b0b5a6144cc8da2998c608c4259\n6562da37'),
('OrderFormTemplate', 'web20cart'),
('AllowDomainsTwice', 'on'),
('AddLateFeeDays', '60'),
('TaxEnabled', ''),
('DefaultCountry', 'AU'),
('OrderDaysGrace', '7'),
('AutoRedirectoInvoice', 'on'),
('EnablePDFInvoices', 'on'),
('CaptchaSetting', 'offloggedin'),
('SupportTicketOrder', 'DESC'),
('SendFirstOverdueInvoiceReminder', '1'),
('TaxType', 'Exclusive'),
('DefaultNameserver3', ''),
('DomainDNSManagement', '5.00'),
('DomainEmailForwarding', '5.00'),
('InvoiceIncrement', '1'),
('ContinuousInvoiceGeneration', 'on'),
('AutoCancellationRequests', ''),
('SystemEmailsFromName', 'Support - VALLECORP Technologies'),
('SystemEmailsFromEmail', 'support@vallecorp.com'),
('AllowClientRegister', ''),
('BulkCheckTLDs', '.com,.net,.org,.com.au,.net.au,.org.au,.biz,.info,.tv,.cc,.asn.au,.id.au,.co.uk,.org.uk,.me.uk,.uk.com,.us.com,.us,.ca,.de,.eu,.cn,.com.cn,.co.nz,.net.nz,.org.nz,.asia,.mobi'),
('OrderDaysGrace', '7'),
('CreditOnDowngrade', 'on'),
('AcceptedCardTypes', 'Visa,MasterCard,Discover,American Express,Visa Delta,Visa Electron'),
('TaxDomains', ''),
('TaxLateFee', ''),
('ProductMonthlyPricingBreakdown', ''),
('LateFeeType', 'Percentage'),
('SendSecondOverdueInvoiceReminder', '5'),
('SendThirdOverdueInvoiceReminder', '10'),
('DomainIDProtection', '5.00'),
('DomainRenewalNotices', '60,30,15,5,1,'),
('SequentialInvoiceNumbering', ''),
('SequentialInvoiceNumberFormat', '{NUMBER}'),
('SequentialInvoiceNumberValue', '358'),
('DefaultNameserver4', ''),
('AffiliatesDelayCommission', '0'),
('SupportModule', ''),
('AddFundsEnabled', ''),
('AddFundsMinimum', '10.00'),
('AddFundsMaximum', '100.00'),
('AddFundsMaximumBalance', '300.00'),
('DisableClientDropdown', ''),
('CCProcessDaysBefore', '0'),
('CCAttemptOnlyOnce', ''),
('CCDaySendExpiryNotices', '25'),
('BulkDomainSearchEnabled', 'on'),
('AutoRenewDomainsonPayment', 'on'),
('DomainAutoRenewDefault', 'on'),
('CCRetryEveryWeekFor', '0'),
('SupportTicketKBSuggestions', 'on'),
('DailyEmailBackup', ''),
('FTPBackupHostname', ''),
('FTPBackupUsername', ''),
('FTPBackupPassword', ''),
('FTPBackupDestination', '/'),
('TaxL2Compound', ''),
('EmailCSS', 'body,td { font-family: verdana; font-size: 11px; font-weight: normal; }\r\na { color: #0000ff; }'),
('SEOFriendlyUrls', ''),
('ShowCCIssueStart', ''),
('ClientDropdownFormat', '3'),
('TicketRatingEnabled', 'on'),
('NetworkIssuesRequireLogin', 'on'),
('ShowNotesFieldonCheckout', 'on'),
('RequireLoginforClientTickets', 'on'),
('NOMD5', ''),
('CurrencyAutoUpdateExchangeRates', 'on'),
('CurrencyAutoUpdateProductPrices', ''),
('RequiredPWStrength', '50'),
('MaintenanceMode', ''),
('MaintenanceModeMessage', 'We are currently performing maintenance and will be back shortly.'),
('SkipFraudForExisting', ''),
('SMTPSSL', ''),
('ContactFormDept', '2'),
('ContactFormTo', ''),
('TicketEscalationLastRun', '2009-01-01 00:00:00'),
('APIAllowedIPs', ''),
('DisableSupportTicketReplyEmailsLogging', ''),
('OverageBillingMethod', '1'),
('CCNeverStore', ''),
('CCAllowCustomerDelete', 'on'),
('CreateDomainInvoiceDaysBefore', '15'),
('NoInvoiceEmailOnOrder', 'on'),
('TaxInclusiveDeduct', ''),
('LateFeeMinimum', '0.00'),
('AutoProvisionExistingOnly', 'on'),
('EnableDomainRenewalOrders', 'on'),
('EnableMassPay', 'on'),
('NoAutoApplyCredit', 'on'),
('CreateInvoiceDaysBeforeMonthly', ''),
('CreateInvoiceDaysBeforeQuarterly', ''),
('CreateInvoiceDaysBeforeSemiAnnually', ''),
('CreateInvoiceDaysBeforeAnnually', ''),
('CreateInvoiceDaysBeforeBiennially', ''),
('CreateInvoiceDaysBeforeTriennially', ''),
('ClientsProfileUneditableFields', '');

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

-- 
-- Table structure for table `tblcontacts`
-- 

CREATE TABLE IF NOT EXISTS `tblcontacts` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `companyname` text NOT NULL,
  `email` text NOT NULL,
  `address1` text NOT NULL,
  `address2` text NOT NULL,
  `city` text NOT NULL,
  `state` text NOT NULL,
  `postcode` text NOT NULL,
  `country` text NOT NULL,
  `phonenumber` text NOT NULL,
  `subaccount` int(1) NOT NULL default '0',
  `password` text NOT NULL,
  `permissions` text NOT NULL,
  `domainemails` int(1) NOT NULL default '0',
  `generalemails` int(1) NOT NULL default '0',
  `invoiceemails` int(1) NOT NULL default '0',
  `productemails` int(1) NOT NULL default '0',
  `supportemails` int(1) NOT NULL default '0',
  `pwresetkey` text NOT NULL,
  `pwresetexpiry` int(10) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `userid_firstname_lastname` (`userid`,`firstname`(32),`lastname`(32)),
  KEY `email` (`email`(64))
) TYPE=MyISAM  AUTO_INCREMENT=4 ;

-- 
-- Dumping data for table `tblcontacts`
-- 

INSERT INTO `tblcontacts` (`id`, `userid`, `firstname`, `lastname`, `companyname`, `email`, `address1`, `address2`, `city`, `state`, `postcode`, `country`, `phonenumber`, `subaccount`, `password`, `permissions`, `domainemails`, `generalemails`, `invoiceemails`, `productemails`, `supportemails`, `pwresetkey`, `pwresetexpiry`) VALUES 
(1, 4, 'Carlos', 'Henry', '', 'c-a-henry@hotmail.com', '4/500 Mowbray Road', '', 'Lane Cove', 'NSW', '2066', 'AU', '', 0, '', '', 0, 1, 0, 0, 0, '', 0),
(2, 11, 'Elizabeth', 'Castro', 'Consulado Peruano en Sydney', 'ecastro@consulperuau.org', 'Level 3/30 Clarence St', '', 'Sydney', 'NSW', '2000', 'AU', '', 0, '', '', 1, 1, 1, 1, 1, '', 0),
(3, 4, 'Carmen', 'Henry', '', 'carmen_juliah@hotmail.com', '', '', '', '', '', 'AU', '', 0, '', '', 1, 1, 1, 1, 1, '', 0);

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

-- 
-- Table structure for table `tblcredit`
-- 

CREATE TABLE IF NOT EXISTS `tblcredit` (
  `id` int(10) NOT NULL auto_increment,
  `clientid` int(10) NOT NULL,
  `date` date NOT NULL default '0000-00-00',
  `description` text NOT NULL,
  `amount` decimal(10,2) NOT NULL default '0.00',
  `relid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM  AUTO_INCREMENT=8 ;

-- 
-- Dumping data for table `tblcredit`
-- 


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

-- 
-- Table structure for table `tblcurrencies`
-- 

CREATE TABLE IF NOT EXISTS `tblcurrencies` (
  `id` int(10) NOT NULL auto_increment,
  `code` text NOT NULL,
  `prefix` text NOT NULL,
  `suffix` text NOT NULL,
  `format` int(1) NOT NULL,
  `rate` decimal(10,5) NOT NULL default '1.00000',
  `default` int(1) NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM  AUTO_INCREMENT=3 ;

-- 
-- Dumping data for table `tblcurrencies`
-- 

INSERT INTO `tblcurrencies` (`id`, `code`, `prefix`, `suffix`, `format`, `rate`, `default`) VALUES 
(1, 'AUD', '$', ' AUD', 1, 1.00000, 1),
(2, 'USD', '$', 'US', 1, 0.98854, 0);

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

-- 
-- Table structure for table `tblcustomfields`
-- 

CREATE TABLE IF NOT EXISTS `tblcustomfields` (
  `id` int(10) NOT NULL auto_increment,
  `type` text NOT NULL,
  `relid` int(10) NOT NULL default '0',
  `fieldname` text NOT NULL,
  `fieldtype` text NOT NULL,
  `description` text NOT NULL,
  `fieldoptions` text NOT NULL,
  `regexpr` text NOT NULL,
  `adminonly` text NOT NULL,
  `required` text NOT NULL,
  `showorder` text NOT NULL,
  `sortorder` int(10) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `serviceid` (`relid`)
) TYPE=MyISAM  AUTO_INCREMENT=5 ;

-- 
-- Dumping data for table `tblcustomfields`
-- 

INSERT INTO `tblcustomfields` (`id`, `type`, `relid`, `fieldname`, `fieldtype`, `description`, `fieldoptions`, `regexpr`, `adminonly`, `required`, `showorder`, `sortorder`) VALUES 
(1, 'product', 2, 'IP Address', 'text', '', '', '', '', '', '', 0),
(2, 'product', 1, 'IP Address', 'text', '', '', '', '', '', '', 0);

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

-- 
-- Table structure for table `tblcustomfieldsvalues`
-- 

CREATE TABLE IF NOT EXISTS `tblcustomfieldsvalues` (
  `fieldid` int(10) NOT NULL,
  `relid` int(10) NOT NULL,
  `value` text NOT NULL,
  KEY `fieldid_relid` (`fieldid`,`relid`)
) TYPE=MyISAM;

-- 
-- Dumping data for table `tblcustomfieldsvalues`
-- 

INSERT INTO `tblcustomfieldsvalues` (`fieldid`, `relid`, `value`) VALUES 
(1, 5, '116.197.145.82'),
(2, 21, '77.74.198.2'),
(2, 2, '64.62.137.225'),
(2, 22, '85.234.147.230'),
(2, 4, '116.197.145.80'),
(2, 12, '116.197.145.80'),
(2, 16, '116.197.145.80'),
(2, 15, '66.252.234.51'),
(2, 11, '116.197.145.80'),
(2, 10, '116.197.145.80'),
(2, 14, '69.72.192.58'),
(2, 9, '76.74.159.216'),
(2, 17, '116.197.145.80'),
(2, 18, '76.74.159.216'),
(2, 20, '76.74.159.216'),
(2, 3, '78.110.165.128'),
(2, 19, '78.110.165.128'),
(2, 13, '78.110.165.128'),
(2, 23, '116.197.145.80'),
(2, 24, '65.98.14.106'),
(2, 25, ''),
(2, 26, '116.197.145.80'),
(2, 27, ''),
(2, 28, '69.147.251.74'),
(2, 30, '116.197.145.80'),
(2, 31, ''),
(2, 32, ''),
(2, 33, ''),
(2, 34, ''),
(2, 35, '116.197.145.80'),
(2, 36, '');

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

-- 
-- Table structure for table `tbldomainpricing`
-- 

CREATE TABLE IF NOT EXISTS `tbldomainpricing` (
  `id` int(10) NOT NULL auto_increment,
  `extension` text NOT NULL,
  `dnsmanagement` text NOT NULL,
  `emailforwarding` text NOT NULL,
  `idprotection` text NOT NULL,
  `eppcode` text NOT NULL,
  `autoreg` text NOT NULL,
  `order` int(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `extension_registrationperiod` (`extension`(32)),
  KEY `order` (`order`)
) TYPE=MyISAM  AUTO_INCREMENT=101 ;

-- 
-- Dumping data for table `tbldomainpricing`
-- 

INSERT INTO `tbldomainpricing` (`id`, `extension`, `dnsmanagement`, `emailforwarding`, `idprotection`, `eppcode`, `autoreg`, `order`) VALUES 
(1, '.com', 'on', 'on', '', '', 'planetdomains', 1),
(19, '.biz', 'on', 'on', '', '', 'planetdomains', 7),
(6, '.com.au', 'on', 'on', '', '', 'planetdomains', 4),
(7, '.net', 'on', 'on', '', '', 'planetdomains', 2),
(12, '.org', 'on', 'on', '', '', 'planetdomains', 3),
(17, '.net.au', 'on', 'on', '', '', 'planetdomains', 5),
(18, '.org.au', 'on', 'on', '', '', 'planetdomains', 6),
(25, '.tv', 'on', 'on', '', '', 'planetdomains', 9),
(24, '.info', 'on', 'on', '', '', 'planetdomains', 8),
(30, '.cc', 'on', 'on', '', '', 'planetdomains', 10),
(35, '.asn.au', 'on', 'on', '', '', 'planetdomains', 11),
(36, '.id.au', 'on', 'on', '', '', 'planetdomains', 12),
(37, '.co.uk', 'on', 'on', '', '', 'planetdomains', 13),
(38, '.org.uk', 'on', 'on', '', '', 'planetdomains', 14),
(39, '.me.uk', 'on', 'on', '', '', 'planetdomains', 15),
(40, '.uk.com', 'on', 'on', '', '', 'planetdomains', 16),
(44, '.us.com', 'on', 'on', '', '', 'planetdomains', 17),
(48, '.us', 'on', 'on', '', '', 'planetdomains', 18),
(53, '.ca', 'on', 'on', '', '', 'planetdomains', 19),
(59, '.de', 'on', 'on', '', '', 'planetdomains', 20),
(60, '.eu', 'on', 'on', '', '', 'planetdomains', 21),
(61, '.cn', 'on', 'on', '', '', 'planetdomains', 22),
(66, '.com.cn', 'on', 'on', '', '', 'planetdomains', 23),
(71, '.co.nz', 'on', 'on', '', '', 'planetdomains', 24),
(77, '.net.nz', 'on', 'on', '', '', 'planetdomains', 25),
(83, '.org.nz', 'on', 'on', '', '', 'planetdomains', 26),
(89, '.asia', 'on', 'on', '', '', 'planetdomains', 27),
(95, '.mobi', 'on', 'on', '', '', 'planetdomains', 28);

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

-- 
-- Table structure for table `tbldomains`
-- 

CREATE TABLE IF NOT EXISTS `tbldomains` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `orderid` int(1) NOT NULL default '0',
  `type` enum('Register','Transfer') NOT NULL default 'Register',
  `registrationdate` date NOT NULL default '0000-00-00',
  `domain` text NOT NULL,
  `firstpaymentamount` decimal(10,2) NOT NULL default '0.00',
  `recurringamount` decimal(10,2) NOT NULL default '0.00',
  `registrar` text NOT NULL,
  `registrationperiod` int(1) NOT NULL default '1',
  `expirydate` date default NULL,
  `subscriptionid` text NOT NULL,
  `promoid` int(10) NOT NULL,
  `status` enum('Pending','Pending Transfer','Active','Expired','Cancelled','Fraud') NOT NULL default 'Pending',
  `nextduedate` date NOT NULL default '0000-00-00',
  `nextinvoicedate` date NOT NULL default '0000-00-00',
  `additionalnotes` text NOT NULL,
  `paymentmethod` text NOT NULL,
  `dnsmanagement` text NOT NULL,
  `emailforwarding` text NOT NULL,
  `idprotection` text NOT NULL,
  `donotrenew` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `userid` (`userid`),
  KEY `orderid` (`orderid`),
  KEY `domain` (`domain`(64)),
  KEY `status` (`status`)
) TYPE=MyISAM  AUTO_INCREMENT=34 ;

-- 
-- Dumping data for table `tbldomains`
-- 

INSERT INTO `tbldomains` (`id`, `userid`, `orderid`, `type`, `registrationdate`, `domain`, `firstpaymentamount`, `recurringamount`, `registrar`, `registrationperiod`, `expirydate`, `subscriptionid`, `promoid`, `status`, `nextduedate`, `nextinvoicedate`, `additionalnotes`, `paymentmethod`, `dnsmanagement`, `emailforwarding`, `idprotection`, `donotrenew`) VALUES 
(3, 1, 6, 'Transfer', '2008-06-16', 'vallecorp.com', 16.67, 16.67, 'planetdomains', 1, '0000-00-00', '', 0, 'Active', '2011-10-05', '2011-10-05', '', 'banktransfer', '', '', '', ''),
(4, 9, 17, 'Transfer', '2012-06-16', 'solutioncleaningservices.com.au', 76.05, 83.65, 'planetdomains', 2, '2010-06-16', '', 0, 'Expired', '2012-06-16', '2012-06-16', '', 'banktransfer', '', '', '', ''),
(5, 18, 25, 'Register', '2008-09-24', 'sergiosill.com', 49.01, 49.01, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2011-09-24', '2011-09-24', '', 'paypal', '', '', '', ''),
(6, 11, 26, 'Register', '2008-11-19', 'consulperu.org.au', 31.69, 31.69, 'planetdomains', 2, '0000-00-00', '', 0, 'Active', '2010-11-14', '2010-11-14', '', 'mailin', '', '', '', ''),
(21, 16, 45, 'Transfer', '2009-12-20', 'pcbaseballleague.org', 16.67, 50.01, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2018-06-28', '2018-06-28', '', 'banktransfer', '', '', '', ''),
(7, 20, 27, 'Register', '2008-11-19', 'nazcadreaming.asn.au', 49.00, 50.00, 'planetdomains', 2, '0000-00-00', '', 0, 'Active', '2010-11-19', '2010-11-19', '', 'banktransfer', '', '', '', ''),
(8, 21, 28, 'Register', '2009-01-12', 'peruvianconcept.com', 49.01, 51.00, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2012-01-12', '2012-01-12', '', 'banktransfer', '', '', '', ''),
(9, 3, 29, 'Transfer', '2009-01-06', 'soulofperu.org', 52.83, 52.83, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2012-01-05', '2012-01-05', '', 'banktransfer', '', '', '', ''),
(10, 14, 31, 'Transfer', '2008-07-25', 'piscoperu.com.au', 83.65, 83.65, 'planetdomains', 2, '0000-00-00', '', 0, 'Active', '2011-07-27', '2011-07-27', '', 'banktransfer', '', '', '', 'on'),
(11, 12, 32, 'Transfer', '2008-07-25', 'tejasdelsolar.com.au', 83.65, 83.65, 'planetdomains', 2, '0000-00-00', '', 0, 'Active', '2011-07-28', '2011-07-28', '', 'banktransfer', '', '', '', 'on'),
(12, 23, 33, 'Register', '2009-05-28', 'turspec.com.au', 83.65, 83.65, 'planetdomains', 2, '2011-05-28', '', 0, 'Active', '2011-05-28', '2011-05-28', '', 'mailin', '', '', '', ''),
(13, 10, 35, 'Transfer', '2009-08-01', 'te-amo-peru.com', 60.00, 60.00, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2012-08-01', '2012-08-01', '', 'mailin', '', '', '', ''),
(14, 4, 38, 'Transfer', '2009-08-11', 'chedesign.com.au', 83.65, 83.65, 'planetdomains', 2, '0000-00-00', '', 0, 'Active', '2011-08-11', '2011-08-11', '', 'banktransfer', '', '', '', ''),
(25, 15, 50, 'Transfer', '2010-04-14', 'sydneygraphicscollege.com', 16.50, 16.50, 'planetdomains', 1, '0000-00-00', '', 0, 'Active', '2014-04-14', '2013-04-14', '', 'banktransfer', '', '', '', ''),
(16, 13, 40, 'Transfer', '2008-07-06', 'apcci.org.au', 31.69, 35.00, 'planetdomains', 2, '2010-06-29', '', 0, 'Expired', '2012-06-29', '2012-06-29', '', 'mailin', '', '', '', ''),
(17, 2, 41, 'Transfer', '2009-08-14', 'ahwbn.com', 53.37, 53.37, 'planetdomains', 3, '0000-00-00', '', 0, 'Active', '2012-11-20', '2012-11-20', '', 'banktransfer', '', '', '', ''),
(18, 3, 42, 'Transfer', '2008-07-25', 'almenara.id.au', 45.08, 48.08, '', 2, '0000-00-00', '', 0, 'Active', '2012-01-17', '2012-01-17', '', 'banktransfer', '', '', '', ''),
(20, 6, 44, 'Transfer', '2008-07-25', 'nickberman.com.au', 76.05, 76.05, 'planetdomains', 2, '0002-00-00', '', 0, 'Expired', '2012-01-19', '2012-01-19', '', 'mailin', '', '', '', ''),
(24, 8, 48, 'Transfer', '2009-12-20', 'thedandydog.com.au', 76.05, 76.05, 'planetdomains', 2, '0002-00-00', '', 0, 'Expired', '2012-01-24', '2012-01-24', '', 'mailin', '', '', '', ''),
(23, 7, 47, 'Transfer', '2009-12-20', 'olgashousecleaner.com', 16.67, 50.01, 'planetdomains', 3, '0003-00-00', '', 0, 'Expired', '2016-03-26', '2013-03-26', '', 'paypal', '', '', '', ''),
(26, 26, 51, 'Register', '2010-08-02', 'ricci.net.au', 76.05, 82.00, 'planetdomains', 2, '2012-08-02', '', 0, 'Active', '2012-08-02', '2012-08-02', '', 'banktransfer', '', '', '', '');

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

-- 
-- Table structure for table `tbldomainsadditionalfields`
-- 

CREATE TABLE IF NOT EXISTS `tbldomainsadditionalfields` (
  `id` int(10) NOT NULL auto_increment,
  `domainid` int(10) NOT NULL,
  `name` text NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `domainid` (`domainid`)
) TYPE=MyISAM  AUTO_INCREMENT=156 ;

-- 
-- Dumping data for table `tbldomainsadditionalfields`
-- 

INSERT INTO `tbldomainsadditionalfields` (`id`, `domainid`, `name`, `value`) VALUES 
(1, 4, 'Registrant Name', 'SOLUTION CLEANING SERVICES PTY LTD'),
(2, 4, 'Registrant ID', '64087372398'),
(3, 4, 'Registrant ID Type', 'ABN'),
(4, 4, 'Eligibility Name', 'SOLUTION CLEANING SERVICES PTY LTD'),
(5, 4, 'Eligibility ID', '64087372398'),
(6, 4, 'Eligibility ID Type', 'Australian Business Number (ABN)'),
(7, 4, 'Eligibility Type', 'Company'),
(8, 4, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(9, 6, 'Registrant Name', 'Consulado General del Peru'),
(10, 6, 'Registrant ID', 'hvalle'),
(11, 6, 'Registrant ID Type', 'N/A'),
(12, 6, 'Eligibility Name', ''),
(13, 6, 'Eligibility ID', ''),
(14, 6, 'Eligibility ID Type', ''),
(15, 6, 'Eligibility Type', 'Other'),
(16, 6, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(17, 7, 'Registrant Name', 'Luis Almenara'),
(18, 7, 'Registrant ID', 'INC9890421'),
(19, 7, 'Registrant ID Type', 'N/A'),
(20, 7, 'Eligibility Name', 'Nazca Dreaming Society Incorporated'),
(21, 7, 'Eligibility ID', 'INC9890421'),
(22, 7, 'Eligibility ID Type', 'Other - Used to record an Incorporated Association number'),
(23, 7, 'Eligibility Type', 'Charity'),
(24, 7, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(25, 10, 'Registrant Name', ''),
(26, 10, 'Registrant ID', ''),
(27, 10, 'Registrant ID Type', 'ABN'),
(28, 10, 'Eligibility Name', ''),
(29, 10, 'Eligibility ID', ''),
(30, 10, 'Eligibility ID Type', ''),
(31, 10, 'Eligibility Type', 'Charity'),
(32, 10, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(33, 11, 'Registrant Name', ''),
(34, 11, 'Registrant ID', ''),
(35, 11, 'Registrant ID Type', 'ABN'),
(36, 11, 'Eligibility Name', ''),
(37, 11, 'Eligibility ID', ''),
(38, 11, 'Eligibility ID Type', ''),
(39, 11, 'Eligibility Type', 'Charity'),
(40, 11, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(41, 12, 'Registrant Name', 'Trevor Raymond SIVIOUR'),
(42, 12, 'Registrant ID', '002519753'),
(43, 12, 'Registrant ID Type', 'ACN'),
(44, 12, 'Eligibility Name', 'TURSPEC PTY LTD'),
(45, 12, 'Eligibility ID', '21002519753'),
(46, 12, 'Eligibility ID Type', 'Australian Business Number (ABN)'),
(47, 12, 'Eligibility Type', 'Company'),
(48, 12, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(49, 14, 'Registrant Name', 'Carlos Henry'),
(50, 14, 'Registrant ID', ''),
(51, 14, 'Registrant ID Type', 'ABN'),
(52, 14, 'Eligibility Name', 'chedesign'),
(53, 14, 'Eligibility ID', 'BN98446696'),
(54, 14, 'Eligibility ID Type', 'Australian Business Number (ABN)'),
(55, 14, 'Eligibility Type', 'Registered Business'),
(56, 14, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(57, 16, 'Registrant Name', 'Luis Almenara'),
(58, 16, 'Registrant ID', ''),
(59, 16, 'Registrant ID Type', 'ABN'),
(60, 16, 'Eligibility Name', ''),
(61, 16, 'Eligibility ID', ''),
(62, 16, 'Eligibility ID Type', ''),
(63, 16, 'Eligibility Type', 'Incorporated Association'),
(64, 16, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(65, 18, 'Registrant Name', ''),
(66, 18, 'Eligibility Type', 'Citizen/Resident'),
(67, 18, 'Eligibility Reason', ''),
(68, 19, 'Registrant Name', ''),
(69, 19, 'Registrant ID', ''),
(70, 19, 'Registrant ID Type', 'ABN'),
(71, 19, 'Eligibility Name', ''),
(72, 19, 'Eligibility ID', ''),
(73, 19, 'Eligibility ID Type', ''),
(74, 19, 'Eligibility Type', 'Citizen/Resident'),
(75, 19, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(76, 20, 'Registrant Name', ''),
(77, 20, 'Registrant ID', ''),
(78, 20, 'Registrant ID Type', 'ABN'),
(79, 20, 'Eligibility Name', ''),
(80, 20, 'Eligibility ID', ''),
(81, 20, 'Eligibility ID Type', ''),
(82, 20, 'Eligibility Type', 'Citizen/Resident'),
(83, 20, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(84, 24, 'Registrant Name', ''),
(85, 24, 'Registrant ID', ''),
(86, 24, 'Registrant ID Type', 'ABN'),
(87, 24, 'Eligibility Name', ''),
(88, 24, 'Eligibility ID', ''),
(89, 24, 'Eligibility ID Type', ''),
(90, 24, 'Eligibility Type', 'Company'),
(91, 24, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(92, 26, 'Registrant Name', 'Ricci'),
(93, 26, 'Registrant ID', '23138546399'),
(94, 26, 'Registrant ID Type', 'ABN'),
(95, 26, 'Eligibility Name', ''),
(96, 26, 'Eligibility ID', ''),
(97, 26, 'Eligibility ID Type', ''),
(98, 26, 'Eligibility Type', 'Company'),
(99, 26, 'Eligibility Reason', 'Domain name is an Exact Match Abbreviation or Acronym of your Entity or Trading Name.'),
(100, 27, 'Registrant Name', 'Ricci'),
(101, 27, 'Registrant ID', '23138546399'),
(102, 27, 'Registrant ID Type', 'ABN'),
(103, 27, 'Eligibility Name', ''),
(104, 27, 'Eligibility ID', ''),
(105, 27, 'Eligibility ID Type', ''),
(106, 27, 'Eligibility Type', 'Company'),
(107, 27, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(108, 28, 'Registrant Name', 'Ricci'),
(109, 28, 'Registrant ID', '23138546399'),
(110, 28, 'Registrant ID Type', 'ABN'),
(111, 28, 'Eligibility Name', ''),
(112, 28, 'Eligibility ID', ''),
(113, 28, 'Eligibility ID Type', ''),
(114, 28, 'Eligibility Type', 'Company'),
(115, 28, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(116, 29, 'Registrant Name', 'Ricci'),
(117, 29, 'Registrant ID', '23138546399'),
(118, 29, 'Registrant ID Type', 'ABN'),
(119, 29, 'Eligibility Name', ''),
(120, 29, 'Eligibility ID', ''),
(121, 29, 'Eligibility ID Type', ''),
(122, 29, 'Eligibility Type', 'Company'),
(123, 29, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(124, 30, 'Registrant Name', 'Ricci'),
(125, 30, 'Registrant ID', '23138546399'),
(126, 30, 'Registrant ID Type', 'ABN'),
(127, 30, 'Eligibility Name', ''),
(128, 30, 'Eligibility ID', ''),
(129, 30, 'Eligibility ID Type', ''),
(130, 30, 'Eligibility Type', 'Company'),
(131, 30, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(132, 31, 'Registrant Name', 'Ricci'),
(133, 31, 'Registrant ID', '23138546399'),
(134, 31, 'Registrant ID Type', 'ABN'),
(135, 31, 'Eligibility Name', ''),
(136, 31, 'Eligibility ID', ''),
(137, 31, 'Eligibility ID Type', ''),
(138, 31, 'Eligibility Type', 'Company'),
(139, 31, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(140, 32, 'Registrant Name', 'Ricci'),
(141, 32, 'Registrant ID', '23138546399'),
(142, 32, 'Registrant ID Type', 'ABN'),
(143, 32, 'Eligibility Name', ''),
(144, 32, 'Eligibility ID', ''),
(145, 32, 'Eligibility ID Type', ''),
(146, 32, 'Eligibility Type', 'Company'),
(147, 32, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.'),
(148, 33, 'Registrant Name', 'Ricci'),
(149, 33, 'Registrant ID', '23138546399'),
(150, 33, 'Registrant ID Type', 'ABN'),
(151, 33, 'Eligibility Name', ''),
(152, 33, 'Eligibility ID', ''),
(153, 33, 'Eligibility ID Type', ''),
(154, 33, 'Eligibility Type', 'Company'),
(155, 33, 'Eligibility Reason', 'Close and substantial connection between the domain name and the operations of your Entity.');

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

-- 
-- Table structure for table `tbldownloadcats`
-- 

CREATE TABLE IF NOT EXISTS `tbldownloadcats` (
  `id` int(10) NOT NULL auto_increment,
  `parentid` int(10) NOT NULL default '0',
  `name` text NOT NULL,
  `description` text NOT NULL,
  `hidden` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `parentid` (`parentid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tbldownloadcats`
-- 


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

-- 
-- Table structure for table `tbldownloads`
-- 

CREATE TABLE IF NOT EXISTS `tbldownloads` (
  `id` int(10) NOT NULL auto_increment,
  `category` int(10) NOT NULL,
  `type` text NOT NULL,
  `title` text NOT NULL,
  `description` text NOT NULL,
  `downloads` int(10) NOT NULL default '0',
  `location` text NOT NULL,
  `clientsonly` text NOT NULL,
  `productdownload` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `title` (`title`(32)),
  KEY `downloads` (`downloads`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `tbldownloads`
-- 


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

-- 
-- Table structure for table `tblemails`
-- 

CREATE TABLE IF NOT EXISTS `tblemails` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(10) NOT NULL,
  `subject` text NOT NULL,
  `message` text NOT NULL,
  `date` datetime default NULL,
  `to` text,
  `cc` text,
  `bcc` text,
  PRIMARY KEY  (`id`),
  KEY `userid` (`userid`)
) TYPE=MyISAM  AUTO_INCREMENT=1016 ;

-- 
-- Dumping data for table `tblemails`
-- 

INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(1, 1, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Humberto Valle (VALLECORP Technologies), \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: humberto@vallecorp.com<br />\r\nPassword: curiosity \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n---------------------------<br />\r\nSales<br />\r\nVALLECORP Technologies \r\n</p>\r\n', '2008-06-10 15:13:06', NULL, NULL, NULL),
(2, 1, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Humberto Valle (VALLECORP Technologies), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 10/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #250<br />\r\nAmount Due: $16.67 AUD<br />\r\nDue Date: 10/06/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nDomain Transfer - vallecorp.com - 1 Year/s $16.67 AUD<br>\n------------------------------------------------------<br>\nSub Total: $16.67 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $16.67 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> \r\n</p>\r\n<p>\r\n---------------------------<br />\r\nSales<br />\r\nVALLECORP Technologies \r\n</p>\r\n', '2008-06-10 15:13:07', NULL, NULL, NULL),
(3, 1, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Humberto Valle (VALLECORP Technologies), \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>8360351984</b></p>\r\n<p>\r\nDomain Registration: Transfer<br>\nDomain: vallecorp.com<br>\nFirst Payment Amount: $16.67<br>\nRecurring Amount: $16.67<br>\nRegistration Period: 1 Year/s<br>\n<br>\nTotal Due Today: <strong>$16.67 AUD</strong> \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---------------------------<br />\r\nSales<br />\r\nVALLECORP Technologies\r\n</p>\r\n', '2008-06-10 15:13:07', NULL, NULL, NULL),
(30, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #250<br />\r\nAmount Due: $118.80 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - amel-isel.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\nBusiness Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $118.80 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $118.80 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(31, 7, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #251<br />\r\nAmount Due: $118.80 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (13/06/2008 - 12/09/2008) $59.40 AUD<br>\nBusiness Basic - olgashousecleaner.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $118.80 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $118.80 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(32, 11, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #252<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - consuladoperusydney.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=252">http://secure.vallecorp.com/billing/viewinvoice.php?id=252</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(8, 1, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Humberto Valle (VALLECORP Technologies),</p>\r\n<p>This is a payment receipt for Invoice 250 sent on 10/06/2008</p>\r\n<p>Domain Transfer - vallecorp.com - 1 Year/s $16.67 AUD<br>\n------------------------------------------------------<br>\nSub Total: $16.67 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $16.67 AUD</p>\r\n<p>Amount: $16.67 AUD<br />Transaction #: 2PA62570HB870025Y<br />Total Paid: $16.67 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>---------------------------<br />\r\nSales<br />\r\nVALLECORP Technologies</p>', '2008-06-11 05:24:01', NULL, NULL, NULL),
(28, 15, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE), \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: luis@sydneygraphicscollege.com<br />\r\nPassword: 5ydneyGC \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-17 05:55:19', NULL, NULL, NULL),
(29, 3, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (ALMENARA CONSULTING), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #250<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-17 05:59:34', NULL, NULL, NULL),
(17, 3, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara, \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: luis@almenara.id.au<br />\r\nPassword: A1menara \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-13 05:05:39', NULL, NULL, NULL),
(11, 1, 'Domain Transfer Initiated', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Humberto Valle (VALLECORP Technologies), </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: vallecorp.com<br />Registration Length: 1 Year/s<br />Transfer Price: $16.67 AUD<br />Renewal Price: $16.67 AUD<br />Next Due Date: 10/06/2009 </p><p>You may login to your client area at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> to manage your domain. </p><p>---------------------------<br />\r\nSales<br />\r\nVALLECORP Technologies </p>', '2008-06-11 08:31:46', NULL, NULL, NULL),
(12, 1, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Humberto Valle (VALLECORP Technologies), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 12/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #251<br />\r\nAmount Due: $86.07 AUD<br />\r\nDue Date: 12/06/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - vallecorp.com (12/06/2008 - 11/09/2008) $59.40 AUD<br>\nDomain Transfer - vallecorp.com - 1 Year/s - DNS Management - Email Forwarding $26.67 AUD<br>\n------------------------------------------------------<br>\nSub Total: $86.07 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $86.07 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-12 12:39:53', NULL, NULL, NULL),
(13, 1, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Humberto Valle (VALLECORP Technologies), \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>6629853656</b></p>\r\n<p>\r\nProduct/Service: Business Basic<br>\nDomain: vallecorp.com<br>\nFirst Payment Amount: $59.40<br>\nRecurring Amount: $59.40<br>\nBilling Cycle: Quarterly<br>\n<br>\nDomain Registration: Transfer<br>\nDomain: vallecorp.com<br>\nFirst Payment Amount: $26.67<br>\nRecurring Amount: $26.67<br>\nRegistration Period: 1 Year/s<br>\n + DNS Management<br>\n + Email Forwarding<br>\n<br>\nTotal Due Today: <strong>$86.07 AUD</strong> \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----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-12 12:39:53', NULL, NULL, NULL),
(27, 3, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PISCO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #250<br />\r\nAmount Due: $118.80 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\nBusiness Basic - sydneygraphicscollege.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $118.80 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $118.80 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-17 05:40:12', NULL, NULL, NULL),
(36, 7, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #251<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - olgashousecleaner.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:39:13', NULL, NULL, NULL),
(33, 13, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #253<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - apcci.org.au (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=253">http://secure.vallecorp.com/billing/viewinvoice.php?id=253</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(34, 15, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #254<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - sydneygraphicscollege.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(35, 16, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #255<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=255">http://secure.vallecorp.com/billing/viewinvoice.php?id=255</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:00:03', NULL, NULL, NULL),
(22, 4, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \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: assist@amel-isel.com<br />\r\nPassword: Amel1sel \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-13 07:21:45', NULL, NULL, NULL),
(23, 9, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING), \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: solutionclean@optusnet.com.au<br />\r\nPassword: Soluti0n \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-13 09:07:40', NULL, NULL, NULL),
(24, 9, 'Domain Transfer Initiated', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </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: solutioncleaningservices.com.au<br />Registration Length: 2 Year/s<br />Transfer Price: $76.05 AUD<br />Renewal Price: $76.05 AUD<br />Next Due Date: 13/06/2008 </p><p>You may login to your client area at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> to manage your domain. </p><p>----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  </p>', '2008-06-13 09:10:03', NULL, NULL, NULL),
(25, 0, '[Ticket ID: 271713] Bueno tengo una pregunta', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nJohn Smith ,\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: Bueno tengo una pregunta<br />\r\nPriority: Medium<br />\r\nStatus: Open\r\n</p>\r\n<p>\r\nYou can view the ticket at any time at <a href="http://secure.vallecorp.com/billing/viewticket.php?tid=271713&c=u56BGJ0F">http://secure.vallecorp.com/billing/viewticket.php?tid=271713&c=u56BGJ0F</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-14 00:16:10', NULL, NULL, NULL),
(26, 0, '[Ticket ID: 889073] well', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nJohn ,\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: well<br />\r\nPriority: Medium<br />\r\nStatus: Open\r\n</p>\r\n<p>\r\nYou can view the ticket at any time at <a href="http://secure.vallecorp.com/billing/viewticket.php?tid=889073&c=VOGngRvW">http://secure.vallecorp.com/billing/viewticket.php?tid=889073&c=VOGngRvW</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-14 00:52:28', NULL, NULL, NULL),
(37, 7, 'Your invoice ... Betto', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Charito, estoy usando un nuevo sistema de billing, hubo un error en el invoice que te envie, te he enviado otro immediatamente despues, no me acuerdo cuanto quedamos pero puedes ahora pagar con Credit Card mediante Paypal (no necesitas ser miembro de paypal), espero que esto sea mas conveniente para ti, pon lo que siempre pones, no me acuerdo cuanto era, saludos a la familia, y a Ruler un fuerte abrazo por el dia del Padre</p><p>&nbsp;Betto</p>', '2008-06-18 05:46:17', NULL, NULL, NULL),
(38, 4, 'Your invoice has been fixed', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Carmen, estoy implementando un nuevo sistema de billing, y el invoice que se te envio tuvo un error, ya se corrigio, el invoice es solo por $59.40 por amel-isel.com, puedes pagarlo con credit card si sigues el link, o con cheque como antes.</p><p>Los cheques que enviaste anteriormente&nbsp;fueron por las dos cuentas que tenias pendientes anteriormente, estamos empezando un nuevo periodo el 1ro de&nbsp;Julio para amel-isel y el 1ro de Agosto para chenry, espero todo este bien, gracias</p><p>&nbsp;Betto</p>', '2008-06-18 05:52:26', NULL, NULL, NULL),
(39, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #250<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - amel-isel.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com  \r\n</p>\r\n', '2008-06-18 05:53:53', NULL, NULL, NULL),
(40, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 250 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 250<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(41, 7, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 251 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: PayPal\r\n</p>\r\n<p>\r\nInvoice: 251<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(42, 11, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 252 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 252<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=252">http://secure.vallecorp.com/billing/viewinvoice.php?id=252</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(43, 13, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 253 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 253<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=253">http://secure.vallecorp.com/billing/viewinvoice.php?id=253</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(44, 15, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 254 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 254<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(45, 16, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 255 which was generated on 18/06/2008 is due on 01/07/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 255<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=255">http://secure.vallecorp.com/billing/viewinvoice.php?id=255</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nSales Department<br />\r\nVALLECORP Technologies <br />\r\n<br />\r\nEmail: sales@vallecorp.com \r\n</p>\r\n', '2008-06-26 05:00:04', NULL, NULL, NULL),
(46, 13, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI),</p>\r\n<p>This is a payment receipt for Invoice VC0809-1 sent on 18/06/2008</p>\r\n<p>Business Basic - apcci.org.au (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-06-27 04:31:49', NULL, NULL, NULL),
(47, 4, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Carmen Henry (AMEL ISEL), </p> <p> This is a billing notice that your invoice no. 250 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 250<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> </p> <p> Your login details are as follows: </p> <p> Email Address: assist@amel-isel.com<br /> Password: Amel1sel </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-02 05:00:02', NULL, NULL, NULL),
(48, 7, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Olga Valle (OLGA''S HOUSE CLEANER), </p> <p> This is a billing notice that your invoice no. 251 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: PayPal </p> <p> Invoice: 251<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a> </p> <p> Your login details are as follows: </p> <p> Email Address: olga@olgashousecleaner.com<br /> Password: xSwzixv2 </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-02 05:00:03', NULL, NULL, NULL),
(49, 11, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p> <p> This is a billing notice that your invoice no. 252 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 252<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=252">http://secure.vallecorp.com/billing/viewinvoice.php?id=252</a> </p> <p> Your login details are as follows: </p> <p> Email Address: jburgos@consuladoperusydney.org<br /> Password: c0nsPeru </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-02 05:00:03', NULL, NULL, NULL),
(50, 15, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), </p> <p> This is a billing notice that your invoice no. 254 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 254<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a> </p> <p> Your login details are as follows: </p> <p> Email Address: luis@sydneygraphicscollege.com<br /> Password: 5ydneyGC </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-02 05:00:03', NULL, NULL, NULL),
(51, 16, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), </p> <p> This is a billing notice that your invoice no. 255 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 255<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=255">http://secure.vallecorp.com/billing/viewinvoice.php?id=255</a> </p> <p> Your login details are as follows: </p> <p> Email Address: luis@pcbaseballleague.org<br /> Password: ba5eBall </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-02 05:00:03', NULL, NULL, NULL),
(52, 4, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Carmen Henry (AMEL ISEL), </p> <p> This is the second billing notice that your invoice no. 250 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 250<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=250">http://secure.vallecorp.com/billing/viewinvoice.php?id=250</a> </p> <p> Your login details are as follows: </p> <p> Email Address: assist@amel-isel.com<br /> Password: Amel1sel </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-06 05:00:03', NULL, NULL, NULL),
(53, 7, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Olga Valle (OLGA''S HOUSE CLEANER), </p> <p> This is the second billing notice that your invoice no. 251 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: PayPal </p> <p> Invoice: 251<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=251">http://secure.vallecorp.com/billing/viewinvoice.php?id=251</a> </p> <p> Your login details are as follows: </p> <p> Email Address: olga@olgashousecleaner.com<br /> Password: xSwzixv2 </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-06 05:00:03', NULL, NULL, NULL),
(54, 11, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p> <p> This is the second billing notice that your invoice no. 252 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 252<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=252">http://secure.vallecorp.com/billing/viewinvoice.php?id=252</a> </p> <p> Your login details are as follows: </p> <p> Email Address: jburgos@consuladoperusydney.org<br /> Password: c0nsPeru </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-06 05:00:03', NULL, NULL, NULL),
(55, 15, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), </p> <p> This is the second billing notice that your invoice no. 254 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 254<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a> </p> <p> Your login details are as follows: </p> <p> Email Address: luis@sydneygraphicscollege.com<br /> Password: 5ydneyGC </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-06 05:00:03', NULL, NULL, NULL),
(56, 16, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), </p> <p> This is the second billing notice that your invoice no. 255 which was generated on 18/06/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 255<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=255">http://secure.vallecorp.com/billing/viewinvoice.php?id=255</a> </p> <p> Your login details are as follows: </p> <p> Email Address: luis@pcbaseballleague.org<br /> Password: ba5eBall </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-06 05:00:03', NULL, NULL, NULL),
(57, 4, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL),</p>\r\n<p>This is a payment receipt for Invoice VC0809-2 sent on 18/06/2008</p>\r\n<p>Business Basic - amel-isel.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-07 13:20:24', NULL, NULL, NULL),
(58, 16, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC),</p>\r\n<p>This is a payment receipt for Invoice VC0809-3 sent on 18/06/2008</p>\r\n<p>Business Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-08 01:42:04', NULL, NULL, NULL);
INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(59, 11, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),</p>\r\n<p>This is a payment receipt for Invoice VC0809-4 sent on 18/06/2008</p>\r\n<p>Business Basic - consuladoperusydney.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-08 04:17:54', NULL, NULL, NULL),
(60, 7, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Olga Valle (OLGA''S HOUSE CLEANER),</p>\r\n<p>This is a payment receipt for Invoice VC0809-5 sent on 18/06/2008</p>\r\n<p>Business Basic - olgashousecleaner.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-08 04:18:22', NULL, NULL, NULL),
(61, 16, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #255<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=255">http://secure.vallecorp.com/billing/viewinvoice.php?id=255</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-08 04:28:58', NULL, NULL, NULL),
(62, 16, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC),</p>\r\n<p>This is a payment receipt for Invoice 255 sent on 18/06/2008</p>\r\n<p>Business Basic - pcbaseballleague.org (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $0.00 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-08 04:33:42', NULL, NULL, NULL),
(63, 15, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/06/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #254<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - sydneygraphicscollege.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-08 04:34:19', NULL, NULL, NULL),
(64, 15, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), </p> <p> This is the third and final billing notice that your invoice no. 254 which was generated on 18/06/2008 is now overdue. Failure to make payment will result in account suspension.</p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 254<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=254">http://secure.vallecorp.com/billing/viewinvoice.php?id=254</a> </p> <p> Your login details are as follows: </p> <p> Email Address: luis@sydneygraphicscollege.com<br /> Password: 5ydneyGC </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-11 05:00:03', NULL, NULL, NULL),
(65, 15, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited),</p>\r\n<p>This is a payment receipt for Invoice 254 sent on 18/06/2008</p>\r\n<p>Business Basic - sydneygraphicscollege.com (01/07/2008 - 30/09/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-11 13:50:14', NULL, NULL, NULL),
(66, 13, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 11/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #256<br />\r\nAmount Due: $1000.00 AUD<br />\r\nDue Date: 11/07/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nWeb Design and consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=256">http://secure.vallecorp.com/billing/viewinvoice.php?id=256</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-11 13:54:06', NULL, NULL, NULL),
(67, 13, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Edgard Shultz (APCCI), </p> <p> This is a billing notice that your invoice no. 256 which was generated on 11/07/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 256<br /> Amount Due: $1000.00 AUD<br /> Due Date: 11/07/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=256">http://secure.vallecorp.com/billing/viewinvoice.php?id=256</a> </p> <p> Your login details are as follows: </p> <p> Email Address: treasurer@apcci.org.au<br /> Password: Dont4get </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-07-12 05:00:03', NULL, NULL, NULL),
(68, 13, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI),</p>\r\n<p>This is a payment receipt for Invoice 256 sent on 11/07/2008</p>\r\n<p>Web Design and consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD</p>\r\n<p>Amount: $1000.00 AUD<br />Transaction #: <br />Total Paid: $1000.00 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-15 22:26:39', NULL, NULL, NULL),
(69, 2, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Flor Reyna (AHWBN), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #257<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - ahwbn.com (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=257">http://secure.vallecorp.com/billing/viewinvoice.php?id=257</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(70, 3, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #258<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - almenara.id.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=258">http://secure.vallecorp.com/billing/viewinvoice.php?id=258</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(71, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #259<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - chenry.name (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=259">http://secure.vallecorp.com/billing/viewinvoice.php?id=259</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(72, 6, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Nick Berman, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #260<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - nickberman.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=260">http://secure.vallecorp.com/billing/viewinvoice.php?id=260</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(73, 12, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Almenara (TEJAS DEL SOLAR), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #261<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - tejasdelsolar.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=261">http://secure.vallecorp.com/billing/viewinvoice.php?id=261</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(74, 14, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PISCO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/07/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #262<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - piscoperu.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=262">http://secure.vallecorp.com/billing/viewinvoice.php?id=262</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-07-18 05:00:02', NULL, NULL, NULL),
(75, 12, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Almenara (TEJAS DEL SOLAR),</p>\r\n<p>This is a payment receipt for Invoice 261 sent on 18/07/2008</p>\r\n<p>Business Basic - tejasdelsolar.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-23 23:47:46', NULL, NULL, NULL),
(76, 3, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara,</p>\r\n<p>This is a payment receipt for Invoice 258 sent on 18/07/2008</p>\r\n<p>Business Basic - almenara.id.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-23 23:48:46', NULL, NULL, NULL),
(77, 14, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PISCO PERU),</p>\r\n<p>This is a payment receipt for Invoice 262 sent on 18/07/2008</p>\r\n<p>Business Basic - piscoperu.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-23 23:49:47', NULL, NULL, NULL),
(78, 2, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Flor Reyna (AHWBN),</p>\r\n<p>This is a payment receipt for Invoice 257 sent on 18/07/2008</p>\r\n<p>Business Basic - ahwbn.com (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-07-25 08:52:46', NULL, NULL, NULL),
(79, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 259 which was generated on 18/07/2008 is due on 01/08/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 259<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=259">http://secure.vallecorp.com/billing/viewinvoice.php?id=259</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-07-27 05:00:03', NULL, NULL, NULL),
(80, 6, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Nick Berman,\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 260 which was generated on 18/07/2008 is due on 01/08/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 260<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/08/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=260">http://secure.vallecorp.com/billing/viewinvoice.php?id=260</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-07-27 05:00:03', NULL, NULL, NULL),
(81, 4, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Carmen Henry (AMEL ISEL), </p> <p> This is a billing notice that your invoice no. 259 which was generated on 18/07/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 259<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/08/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=259">http://secure.vallecorp.com/billing/viewinvoice.php?id=259</a> </p> <p> Your login details are as follows: </p> <p> Email Address: assist@amel-isel.com<br /> Password: Amel1sel </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-08-02 05:00:02', NULL, NULL, NULL),
(82, 6, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Nick Berman, </p> <p> This is a billing notice that your invoice no. 260 which was generated on 18/07/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 260<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/08/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=260">http://secure.vallecorp.com/billing/viewinvoice.php?id=260</a> </p> <p> Your login details are as follows: </p> <p> Email Address: nickberman@telstra.com<br /> Password: GDD5P8tg </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-08-02 05:00:03', NULL, NULL, NULL),
(83, 4, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Carmen Henry (AMEL ISEL), </p> <p> This is the second billing notice that your invoice no. 259 which was generated on 18/07/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 259<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/08/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=259">http://secure.vallecorp.com/billing/viewinvoice.php?id=259</a> </p> <p> Your login details are as follows: </p> <p> Email Address: assist@amel-isel.com<br /> Password: Amel1sel </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-08-06 05:00:02', NULL, NULL, NULL),
(84, 6, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Nick Berman, </p> <p> This is the second billing notice that your invoice no. 260 which was generated on 18/07/2008 is now overdue. </p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 260<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/08/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=260">http://secure.vallecorp.com/billing/viewinvoice.php?id=260</a> </p> <p> Your login details are as follows: </p> <p> Email Address: nickberman@telstra.com<br /> Password: GDD5P8tg </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-08-06 05:00:03', NULL, NULL, NULL),
(85, 6, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Nick Berman,</p>\r\n<p>This is a payment receipt for Invoice 260 sent on 18/07/2008</p>\r\n<p>Business Basic - nickberman.com.au (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-08-06 06:59:11', NULL, NULL, NULL),
(86, 4, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Carmen Henry (AMEL ISEL), </p> <p> This is the third and final billing notice that your invoice no. 259 which was generated on 18/07/2008 is now overdue. Failure to make payment will result in account suspension.</p> <p> Your payment method is: Mail In Payment by Cheque </p> <p> Invoice: 259<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/08/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=259">http://secure.vallecorp.com/billing/viewinvoice.php?id=259</a> </p> <p> Your login details are as follows: </p> <p> Email Address: assist@amel-isel.com<br /> Password: Amel1sel </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-08-11 05:00:04', NULL, NULL, NULL),
(87, 4, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL),</p>\r\n<p>This is a payment receipt for Invoice 259 sent on 18/07/2008</p>\r\n<p>Business Basic - chenry.name (01/08/2008 - 31/10/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-08-11 09:11:42', NULL, NULL, NULL),
(88, 5, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/08/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #263<br />\r\nAmount Due: $178.20 AUD<br />\r\nDue Date: 01/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - abbit.net (01/09/2008 - 30/11/2008) $59.40 AUD<br>\nBusiness Basic - kms.com.au (01/09/2008 - 30/11/2008) $59.40 AUD<br>\nBusiness Basic - strategicfactors.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $178.20 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $178.20 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=263">http://secure.vallecorp.com/billing/viewinvoice.php?id=263</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-08-18 05:00:04', NULL, NULL, NULL),
(89, 8, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Rosario Ventura (THE DANDY DOG), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/08/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #264<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - thedandydog.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-08-18 05:00:04', NULL, NULL, NULL),
(90, 9, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/08/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #265<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - solutioncleaningservices.com.au (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=265">http://secure.vallecorp.com/billing/viewinvoice.php?id=265</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-08-18 05:00:04', NULL, NULL, NULL),
(91, 10, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Elizabeth Valle (TE AMO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/08/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #266<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - te-amo-peru.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=266">http://secure.vallecorp.com/billing/viewinvoice.php?id=266</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-08-18 05:00:04', NULL, NULL, NULL),
(92, 10, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Elizabeth Valle (TE AMO PERU),</p>\r\n<p>This is a payment receipt for Invoice 266 sent on 18/08/2008</p>\r\n<p>Business Basic - te-amo-peru.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-08-21 07:39:32', NULL, NULL, NULL),
(93, 5, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 263 which was generated on 18/08/2008 is due on 01/09/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 263<br />\r\nAmount Due: $178.20 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=263">http://secure.vallecorp.com/billing/viewinvoice.php?id=263</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-08-27 05:00:03', NULL, NULL, NULL),
(94, 8, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Rosario Ventura (THE DANDY DOG),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 264 which was generated on 18/08/2008 is due on 01/09/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 264<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-08-27 05:00:04', NULL, NULL, NULL),
(95, 9, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 265 which was generated on 18/08/2008 is due on 01/09/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 265<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=265">http://secure.vallecorp.com/billing/viewinvoice.php?id=265</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-08-27 05:00:04', NULL, NULL, NULL),
(96, 5, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Margaret Kenny (STRATEGIC FACTORS), </p> <p> This is a billing notice that your invoice no. 263 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 263<br /> Amount Due: $178.20 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=263">http://secure.vallecorp.com/billing/viewinvoice.php?id=263</a> </p> <p> Your login details are as follows: </p> <p> Email Address: mkenny@kms.com.au<br /> Password: Leadlight8 </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-02 05:00:03', NULL, NULL, NULL),
(97, 8, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Rosario Ventura (THE DANDY DOG), </p> <p> This is a billing notice that your invoice no. 264 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 264<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a> </p> <p> Your login details are as follows: </p> <p> Email Address: sales@thedandydog.com<br /> Password: dandyD0g </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-02 05:00:03', NULL, NULL, NULL),
(98, 9, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Andres Soldado (SOLUTION CLEANING), </p> <p> This is a billing notice that your invoice no. 265 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 265<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=265">http://secure.vallecorp.com/billing/viewinvoice.php?id=265</a> </p> <p> Your login details are as follows: </p> <p> Email Address: solutionclean@optusnet.com.au<br /> Password: Soluti0n </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-02 05:00:03', NULL, NULL, NULL),
(99, 2, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Flor Reyna (AHWBN),</p>\r\n<p>This is a payment receipt for Invoice 267 sent on 05/09/2008</p>\r\n<p>Consultancy support and website maintenance $150.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $150.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $150.00 AUD</p>\r\n<p>Amount: $150.00 AUD<br />Transaction #: <br />Total Paid: $150.00 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-05 03:58:28', NULL, NULL, NULL),
(100, 5, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Margaret Kenny (STRATEGIC FACTORS), </p> <p> This is the second billing notice that your invoice no. 263 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 263<br /> Amount Due: $178.20 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=263">http://secure.vallecorp.com/billing/viewinvoice.php?id=263</a> </p> <p> Your login details are as follows: </p> <p> Email Address: mkenny@kms.com.au<br /> Password: Leadlight8 </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-06 05:00:04', NULL, NULL, NULL);
INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(101, 8, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Rosario Ventura (THE DANDY DOG), </p> <p> This is the second billing notice that your invoice no. 264 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 264<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a> </p> <p> Your login details are as follows: </p> <p> Email Address: sales@thedandydog.com<br /> Password: dandyD0g </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-06 05:00:04', NULL, NULL, NULL),
(102, 9, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p> Dear Andres Soldado (SOLUTION CLEANING), </p> <p> This is the second billing notice that your invoice no. 265 which was generated on 18/08/2008 is now overdue. </p> <p> Your payment method is: Bank Transfer </p> <p> Invoice: 265<br /> Amount Due: $59.40 AUD<br /> Due Date: 01/09/2008 </p> <p> You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=265">http://secure.vallecorp.com/billing/viewinvoice.php?id=265</a> </p> <p> Your login details are as follows: </p> <p> Email Address: solutionclean@optusnet.com.au<br /> Password: Soluti0n </p> <p> ----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-06 05:00:04', NULL, NULL, NULL),
(103, 5, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Margaret Kenny (STRATEGIC FACTORS), </p><p>This is the third and final billing notice that your invoice no. 263 which was generated on 18/08/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Bank Transfer </p><p>Invoice: 263<br />Amount Due: $178.20 AUD<br />Due Date: 01/09/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=263">http://secure.vallecorp.com/billing/viewinvoice.php?id=263</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-11 05:00:03', NULL, NULL, NULL),
(104, 8, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG), </p><p>This is the third and final billing notice that your invoice no. 264 which was generated on 18/08/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Bank Transfer </p><p>Invoice: 264<br />Amount Due: $59.40 AUD<br />Due Date: 01/09/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-11 05:00:03', NULL, NULL, NULL),
(105, 9, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </p><p>This is the third and final billing notice that your invoice no. 265 which was generated on 18/08/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Bank Transfer </p><p>Invoice: 265<br />Amount Due: $59.40 AUD<br />Due Date: 01/09/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=265">http://secure.vallecorp.com/billing/viewinvoice.php?id=265</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-11 05:00:03', NULL, NULL, NULL),
(106, 8, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Rosario Ventura (THE DANDY DOG), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/08/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #264<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - thedandydog.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=264">http://secure.vallecorp.com/billing/viewinvoice.php?id=264</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-12 07:07:39', NULL, NULL, NULL),
(107, 5, 'Hosting Account Suspended', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS),\r\n</p>\r\n<p>\r\nYour hosting account has been suspended due to non-payment. Details of the account are below:\r\n</p>\r\n<p>\r\nProduct/Service: Business Basic<br />\r\nDomain: abbit.net<br />\r\nAmount: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nPlease contact us as soon as possible to get your website back online.\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-15 05:00:10', NULL, NULL, NULL),
(108, 5, 'Hosting Account Suspended', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS),\r\n</p>\r\n<p>\r\nYour hosting account has been suspended due to non-payment. Details of the account are below:\r\n</p>\r\n<p>\r\nProduct/Service: Business Basic<br />\r\nDomain: kms.com.au<br />\r\nAmount: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nPlease contact us as soon as possible to get your website back online.\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-15 05:00:13', NULL, NULL, NULL),
(109, 9, 'Hosting Account Suspended', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING),\r\n</p>\r\n<p>\r\nYour hosting account has been suspended due to non-payment. Details of the account are below:\r\n</p>\r\n<p>\r\nProduct/Service: Business Basic<br />\r\nDomain: solutioncleaningservices.com.au<br />\r\nAmount: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nPlease contact us as soon as possible to get your website back online.\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-15 05:00:20', NULL, NULL, NULL),
(110, 5, 'Hosting Account Suspended', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS),\r\n</p>\r\n<p>\r\nYour hosting account has been suspended due to non-payment. Details of the account are below:\r\n</p>\r\n<p>\r\nProduct/Service: Business Basic<br />\r\nDomain: strategicfactors.com<br />\r\nAmount: $59.40 AUD<br />\r\nDue Date: 01/09/2008\r\n</p>\r\n<p>\r\nPlease contact us as soon as possible to get your website back online.\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-15 05:00:28', NULL, NULL, NULL),
(111, 5, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Margaret Kenny (STRATEGIC FACTORS),</p>\r\n<p>This is a payment receipt for Invoice 263 sent on 18/08/2008</p>\r\n<p>Business Basic - abbit.net (01/09/2008 - 30/11/2008) $59.40 AUD<br>\nBusiness Basic - kms.com.au (01/09/2008 - 30/11/2008) $59.40 AUD<br>\nBusiness Basic - strategicfactors.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $178.20 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $178.20 AUD</p>\r\n<p>Amount: $178.20 AUD<br />Transaction #: <br />Total Paid: $178.20 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-15 05:55:44', NULL, NULL, NULL),
(112, 8, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG),</p>\r\n<p>This is a payment receipt for Invoice 264 sent on 18/08/2008</p>\r\n<p>Business Basic - thedandydog.com (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-15 05:55:44', NULL, NULL, NULL),
(113, 9, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING),</p>\r\n<p>This is a payment receipt for Invoice 265 sent on 18/08/2008</p>\r\n<p>Business Basic - solutioncleaningservices.com.au (01/09/2008 - 30/11/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-15 05:55:46', NULL, NULL, NULL),
(114, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #268<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - amel-isel.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=268">http://secure.vallecorp.com/billing/viewinvoice.php?id=268</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-17 05:00:03', NULL, NULL, NULL),
(115, 7, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #269<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - olgashousecleaner.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=269">http://secure.vallecorp.com/billing/viewinvoice.php?id=269</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-17 05:00:04', NULL, NULL, NULL),
(116, 11, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #270<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - consuladoperusydney.org (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=270">http://secure.vallecorp.com/billing/viewinvoice.php?id=270</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-17 05:00:04', NULL, NULL, NULL),
(117, 13, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #271<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - apcci.org.au (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=271">http://secure.vallecorp.com/billing/viewinvoice.php?id=271</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-17 05:00:04', NULL, NULL, NULL),
(118, 15, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #272<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - sydneygraphicscollege.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=272">http://secure.vallecorp.com/billing/viewinvoice.php?id=272</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-17 05:00:04', NULL, NULL, NULL),
(119, 7, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Olga Valle (OLGA''S HOUSE CLEANER),</p>\r\n<p>This is a payment receipt for Invoice 269 sent on 17/09/2008</p>\r\n<p>Business Basic - olgashousecleaner.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: 9D986072PU0509549<br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-22 02:49:55', NULL, NULL, NULL),
(120, 17, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd), \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: esa@esa.net.au<br />\r\nPassword: edlisa \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-23 08:18:02', NULL, NULL, NULL),
(121, 17, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd), \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>9909577386</b></p>\r\n<p>\r\nProduct/Service: Business Basic<br>\nDomain: esa.net.au<br>\nFirst Payment Amount: $59.40<br>\nRecurring Amount: $59.40<br>\nBilling Cycle: Quarterly<br>\n<br>\nTotal Due Today: <strong>$59.40 AUD</strong> \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----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-23 08:18:03', NULL, NULL, NULL),
(122, 17, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 23/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #273<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 23/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - esa.net.au (23/09/2008 - 22/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=273">http://secure.vallecorp.com/billing/viewinvoice.php?id=273</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-23 08:18:03', NULL, NULL, NULL),
(123, 17, 'New Account Information', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p align="center"><strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS - PLEASE READ THIS EMAIL IN FULL.</strong> </p><p>If you have requested a domain name during sign up, we will register this domain once your payment has been cleared, this can take 24 hours. </p><p>Dear Edgard Schultz (ESA International Pty Ltd), </p><p>Please keep in mind that your domain name 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. </p><p><strong>IMPORTANT:</strong> Make sure you upload your files to the PUBLIC_HTML or www directory on the server otherwise they will not be visible on the internet. Also, please be sure that your homepage is saved as an &quot;index&quot; file e.g., index.htm, index.html, etc. We suggest you download smart ftp from <a href="http://smartftp.com">http://smartftp.com</a> if you do not already have an ftp client. </p><p>Below are your account details, you will need your username and password to access ftp and your control panel. </p><p><strong>New Account Info</strong> </p><p>Domain: esa.net.au<br />Username: esanetau<br />Password: ci35VTHWue<br />Hosting Package: Business Basic<br />Server IP: 64.38.12.254<br />Nameserver 1: <br />Nameserver 2:  </p><p>Temporarily you may use one of the addresses given below manage your web site </p><p>Temporary FTP Hostname: 64.38.12.254<br />Temporary Webpage URL: <a href="http://64.38.12.254/~esanetau/">http://64.38.12.254/~esanetau/</a><br />Temporary Control Panel: <a href="http://64.38.12.254/cpanel">http://64.38.12.254/cpanel</a> </p><p>Once your domain has Propagated </p><p>FTP Hostname: www.esa.net.au<br />Webpage URL: <a href="http://www.esa.net.au">http://www.esa.net.au</a><br />Control Panel: <a href="http://www.esa.net.au/cpanel">http://www.esa.net.au/cpanel</a> </p><p><strong>Mail settings</strong> </p><p>Catch all email with your default email account </p><p>POP3 Host Address : mail.esa.net.au<br />SMTP Host Address: mail.esa.net.au<br />Username: esanetau<br />Password: ci35VTHWue </p><p>Additional mail accounts that you add </p><p>POP3 Host Address : mail.esa.net.au<br />SMTP Host Address: mail.esa.net.au<br />Username : The username is similar to the FULL email address that you are picking up from (e.g. info@yourdomain.com). <br />With the difference that you should use the + symbol instead of the @ symbol (i.e. info+yourdomain.com).<br />If your email client cannot accept a&nbsp;+ symbol, then you may replace this with a backslash .<br />Password : As specified in your control panel </p><p>Thank you for choosing us. </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-09-23 13:21:12', NULL, NULL, NULL),
(124, 18, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery), \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: sergiosill@hotmail.com<br />\r\nPassword: success \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-24 11:58:26', NULL, NULL, NULL),
(125, 18, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery), \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>1313952554</b></p>\r\n<p>\r\nProduct/Service: Business Basic<br>\nDomain: sergiosill.com<br>\nFirst Payment Amount: $59.40<br>\nRecurring Amount: $59.40<br>\nBilling Cycle: Quarterly<br>\n<br>\nDomain Registration: Register<br>\nDomain: sergiosill.com<br>\nFirst Payment Amount: $49.01<br>\nRecurring Amount: $49.01<br>\nRegistration Period: 3 Year/s<br>\n<br>\nTotal Due Today: <strong>$108.41 AUD</strong> \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----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-24 11:58:27', NULL, NULL, NULL),
(126, 18, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 24/09/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #274<br />\r\nAmount Due: $108.41 AUD<br />\r\nDue Date: 24/09/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - sergiosill.com (24/09/2008 - 23/12/2008) $59.40 AUD<br>\nDomain Registration - sergiosill.com - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.41 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.41 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=274">http://secure.vallecorp.com/billing/viewinvoice.php?id=274</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-09-24 11:58:27', NULL, NULL, NULL),
(127, 18, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Sergio  Sill (Sergio Sill Fine Arts Gallery),</p>\r\n<p>This is a payment receipt for Invoice 274 sent on 24/09/2008</p>\r\n<p>Business Basic - sergiosill.com (24/09/2008 - 23/12/2008) $59.40 AUD<br>\nDomain Registration - sergiosill.com - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.41 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.41 AUD</p>\r\n<p>Amount: $108.41 AUD<br />Transaction #: 0M3663445W381491K<br />Total Paid: $108.41 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-24 12:05:20', NULL, NULL, NULL),
(128, 13, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI),</p>\r\n<p>This is a payment receipt for Invoice 271 sent on 17/09/2008</p>\r\n<p>Business Basic - apcci.org.au (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-24 22:42:20', NULL, NULL, NULL),
(129, 17, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Schultz (ESA International Pty Ltd),</p>\r\n<p>This is a payment receipt for Invoice 273 sent on 23/09/2008</p>\r\n<p>Business Basic - esa.net.au (23/09/2008 - 22/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-09-24 22:42:20', NULL, NULL, NULL),
(130, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 268 which was generated on 17/09/2008 is due on 01/10/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 268<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=268">http://secure.vallecorp.com/billing/viewinvoice.php?id=268</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-26 05:00:03', NULL, NULL, NULL),
(131, 11, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 270 which was generated on 17/09/2008 is due on 01/10/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 270<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=270">http://secure.vallecorp.com/billing/viewinvoice.php?id=270</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-26 05:00:03', NULL, NULL, NULL),
(132, 15, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 272 which was generated on 17/09/2008 is due on 01/10/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 272<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/10/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=272">http://secure.vallecorp.com/billing/viewinvoice.php?id=272</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-09-26 05:00:03', NULL, NULL, NULL),
(133, 4, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is a billing notice that your invoice no. 268 which was generated on 17/09/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 268<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=268">http://secure.vallecorp.com/billing/viewinvoice.php?id=268</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-02 05:00:04', NULL, NULL, NULL),
(134, 11, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is a billing notice that your invoice no. 270 which was generated on 17/09/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 270<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=270">http://secure.vallecorp.com/billing/viewinvoice.php?id=270</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-02 05:00:05', NULL, NULL, NULL),
(135, 15, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), </p><p>This is a billing notice that your invoice no. 272 which was generated on 17/09/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 272<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=272">http://secure.vallecorp.com/billing/viewinvoice.php?id=272</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-02 05:00:06', NULL, NULL, NULL),
(136, 15, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited),</p>\r\n<p>This is a payment receipt for Invoice 272 sent on 17/09/2008</p>\r\n<p>Business Basic - sydneygraphicscollege.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-02 21:43:34', NULL, NULL, NULL),
(137, 13, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 02/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #276<br />\r\nAmount Due: $1000.00 AUD<br />\r\nDue Date: 12/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nWeb Design and consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=276">http://secure.vallecorp.com/billing/viewinvoice.php?id=276</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-02 22:03:25', NULL, NULL, NULL),
(138, 15, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited),</p>\r\n<p>This is a payment receipt for Invoice 272 sent on 17/09/2008</p>\r\n<p>Business Basic - sydneygraphicscollege.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $60.00 AUD<br />Transaction #: <br />Total Paid: $60.00 AUD<br />Remaining Balance: $-0.60 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-02 22:09:02', NULL, NULL, NULL),
(139, 17, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 03/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #277<br />\r\nAmount Due: $1000.00 AUD<br />\r\nDue Date: 13/10/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nWeb Design and Consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=277">http://secure.vallecorp.com/billing/viewinvoice.php?id=277</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-03 00:34:56', NULL, NULL, NULL),
(140, 4, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is the second billing notice that your invoice no. 268 which was generated on 17/09/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 268<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=268">http://secure.vallecorp.com/billing/viewinvoice.php?id=268</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-08 05:00:03', NULL, NULL, NULL),
(141, 11, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is the second billing notice that your invoice no. 270 which was generated on 17/09/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 270<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=270">http://secure.vallecorp.com/billing/viewinvoice.php?id=270</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-08 05:00:03', NULL, NULL, NULL);
INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(142, 13, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 276 which was generated on 02/10/2008 is due on 12/10/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 276<br />\r\nAmount Due: $1000.00 AUD<br />\r\nDue Date: 12/10/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=276">http://secure.vallecorp.com/billing/viewinvoice.php?id=276</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-10-10 05:00:02', NULL, NULL, NULL),
(143, 13, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI),</p>\r\n<p>This is a payment receipt for Invoice 276 sent on 02/10/2008</p>\r\n<p>Web Design and consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD</p>\r\n<p>Amount: $1000.00 AUD<br />Transaction #: <br />Total Paid: $1000.00 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-10 10:33:39', NULL, NULL, NULL),
(144, 11, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),</p>\r\n<p>This is a payment receipt for Invoice 270 sent on 17/09/2008</p>\r\n<p>Business Basic - consuladoperusydney.org (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-10 10:34:09', NULL, NULL, NULL),
(145, 17, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 277 which was generated on 03/10/2008 is due on 13/10/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 277<br />\r\nAmount Due: $1000.00 AUD<br />\r\nDue Date: 13/10/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=277">http://secure.vallecorp.com/billing/viewinvoice.php?id=277</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-10-11 05:00:02', NULL, NULL, NULL),
(146, 17, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Schultz (ESA International Pty Ltd), </p><p>This is a billing notice that your invoice no. 277 which was generated on 03/10/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 277<br />Amount Due: $1000.00 AUD<br />Due Date: 13/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=277">http://secure.vallecorp.com/billing/viewinvoice.php?id=277</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-14 05:00:04', NULL, NULL, NULL),
(147, 4, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is the third and final billing notice that your invoice no. 268 which was generated on 17/09/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 268<br />Amount Due: $59.40 AUD<br />Due Date: 01/10/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=268">http://secure.vallecorp.com/billing/viewinvoice.php?id=268</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-10-15 05:00:03', NULL, NULL, NULL),
(148, 4, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL),</p>\r\n<p>This is a payment receipt for Invoice 268 sent on 17/09/2008</p>\r\n<p>Business Basic - amel-isel.com (01/10/2008 - 31/12/2008) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-16 05:13:10', NULL, NULL, NULL),
(149, 17, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Schultz (ESA International Pty Ltd),</p>\r\n<p>This is a payment receipt for Invoice 277 sent on 03/10/2008</p>\r\n<p>Web Design and Consultancy $1000.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $1000.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $1000.00 AUD</p>\r\n<p>Amount: $1000.00 AUD<br />Transaction #: <br />Total Paid: $1000.00 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-16 05:14:06', NULL, NULL, NULL),
(150, 2, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Flor Reyna (AHWBN), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #278<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - ahwbn.com (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=278">http://secure.vallecorp.com/billing/viewinvoice.php?id=278</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:05', NULL, NULL, NULL),
(151, 3, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #279<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - almenara.id.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=279">http://secure.vallecorp.com/billing/viewinvoice.php?id=279</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:05', NULL, NULL, NULL),
(152, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #280<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - chenry.name (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=280">http://secure.vallecorp.com/billing/viewinvoice.php?id=280</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:05', NULL, NULL, NULL),
(153, 6, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Nick Berman, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #281<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - nickberman.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=281">http://secure.vallecorp.com/billing/viewinvoice.php?id=281</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:05', NULL, NULL, NULL),
(154, 12, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Almenara (TEJAS DEL SOLAR), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #282<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - tejasdelsolar.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=282">http://secure.vallecorp.com/billing/viewinvoice.php?id=282</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:06', NULL, NULL, NULL),
(155, 14, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PISCO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/10/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #283<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - piscoperu.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=283">http://secure.vallecorp.com/billing/viewinvoice.php?id=283</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-10-18 05:00:06', NULL, NULL, NULL),
(156, 2, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Flor Reyna (AHWBN),</p>\r\n<p>This is a payment receipt for Invoice 278 sent on 18/10/2008</p>\r\n<p>Business Basic - ahwbn.com (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-23 22:21:01', NULL, NULL, NULL),
(157, 3, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara,</p>\r\n<p>This is a payment receipt for Invoice 279 sent on 18/10/2008</p>\r\n<p>Business Basic - almenara.id.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-23 22:21:01', NULL, NULL, NULL),
(158, 6, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Nick Berman,</p>\r\n<p>This is a payment receipt for Invoice 281 sent on 18/10/2008</p>\r\n<p>Business Basic - nickberman.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-23 22:21:01', NULL, NULL, NULL),
(159, 12, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Almenara (TEJAS DEL SOLAR),</p>\r\n<p>This is a payment receipt for Invoice 282 sent on 18/10/2008</p>\r\n<p>Business Basic - tejasdelsolar.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-23 22:21:02', NULL, NULL, NULL),
(160, 14, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PISCO PERU),</p>\r\n<p>This is a payment receipt for Invoice 283 sent on 18/10/2008</p>\r\n<p>Business Basic - piscoperu.com.au (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-10-23 22:21:04', NULL, NULL, NULL),
(161, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 280 which was generated on 18/10/2008 is due on 01/11/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 280<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=280">http://secure.vallecorp.com/billing/viewinvoice.php?id=280</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-10-30 05:00:02', NULL, NULL, NULL),
(162, 4, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is a billing notice that your invoice no. 280 which was generated on 18/10/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 280<br />Amount Due: $59.40 AUD<br />Due Date: 01/11/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=280">http://secure.vallecorp.com/billing/viewinvoice.php?id=280</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-11-02 05:00:04', NULL, NULL, NULL),
(163, 4, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is the second billing notice that your invoice no. 280 which was generated on 18/10/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 280<br />Amount Due: $59.40 AUD<br />Due Date: 01/11/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=280">http://secure.vallecorp.com/billing/viewinvoice.php?id=280</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-11-08 05:00:04', NULL, NULL, NULL),
(164, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 280 which was generated on 18/10/2008 is due on 01/11/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 280<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/11/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=280">http://secure.vallecorp.com/billing/viewinvoice.php?id=280</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-13 05:26:05', NULL, NULL, NULL),
(165, 2, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Flor Reyna (AHWBN), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 13/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #284<br />\r\nAmount Due: $0.00 AUD<br />\r\nDue Date: 20/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\n------------------------------------------------------<br>\nSub Total: $0.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $0.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=284">http://secure.vallecorp.com/billing/viewinvoice.php?id=284</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-13 05:32:12', NULL, NULL, NULL),
(166, 11, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (Consulado General del Peru), \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: micaburgos2000@yaho.es<br />\r\nPassword: mica \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-14 00:47:36', NULL, NULL, NULL),
(167, 11, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (Consulado General del Peru), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 14/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #285<br />\r\nAmount Due: $31.69 AUD<br />\r\nDue Date: 14/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nDomain Registration - consulperu.org.au - 2 Year/s $31.69 AUD<br>\n------------------------------------------------------<br>\nSub Total: $31.69 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $31.69 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-14 00:47:37', NULL, NULL, NULL),
(168, 11, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (Consulado General del Peru), \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>1593917882</b></p>\r\n<p>\r\nDomain Registration: Register<br>\nDomain: consulperu.org.au<br>\nFirst Payment Amount: $31.69<br>\nRecurring Amount: $31.69<br>\nRegistration Period: 2 Year/s<br>\n<br>\nTotal Due Today: <strong>$31.69 AUD</strong> \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----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-14 00:47:37', NULL, NULL, NULL),
(169, 11, 'Domain Registration Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (Consulado General del Peru), \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: 14/11/2008<br />\r\nDomain: consulperu.org.au<br />\r\nRegistration Period: 2 Year/s<br />\r\nAmount: $31.69 AUD<br />\r\nNext Due Date: 14/11/2008 \r\n</p>\r\n<p>\r\nYou may login to your client area at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> to manage your new domain. \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-14 04:31:24', NULL, NULL, NULL),
(170, 4, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL),</p>\r\n<p>This is a payment receipt for Invoice 280 sent on 18/10/2008</p>\r\n<p>Business Basic - chenry.name (01/11/2008 - 31/01/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-11-14 11:55:01', NULL, NULL, NULL),
(171, 2, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Flor Reyna (AHWBN), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 13/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #284<br />\r\nAmount Due: $50.00 AUD<br />\r\nDue Date: 20/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nConsultancy $50.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $50.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $50.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=284">http://secure.vallecorp.com/billing/viewinvoice.php?id=284</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-14 11:56:10', NULL, NULL, NULL),
(172, 5, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Margaret Kenny (STRATEGIC FACTORS), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #286<br />\r\nAmount Due: $178.20 AUD<br />\r\nDue Date: 01/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - abbit.net (01/12/2008 - 28/02/2009) $59.40 AUD<br>\nBusiness Basic - kms.com.au (01/12/2008 - 28/02/2009) $59.40 AUD<br>\nBusiness Basic - strategicfactors.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $178.20 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $178.20 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=286">http://secure.vallecorp.com/billing/viewinvoice.php?id=286</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-17 05:00:04', NULL, NULL, NULL),
(173, 8, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Rosario Ventura (THE DANDY DOG), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #287<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - thedandydog.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=287">http://secure.vallecorp.com/billing/viewinvoice.php?id=287</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-17 05:00:05', NULL, NULL, NULL),
(174, 9, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #288<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - solutioncleaningservices.com.au (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-17 05:00:05', NULL, NULL, NULL),
(175, 10, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Elizabeth Valle (TE AMO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #289<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - te-amo-peru.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=289">http://secure.vallecorp.com/billing/viewinvoice.php?id=289</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-17 05:00:05', NULL, NULL, NULL),
(176, 2, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Flor Reyna (AHWBN),</p>\r\n<p>This is a payment receipt for Invoice 284 sent on 13/11/2008</p>\r\n<p>Consultancy $50.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $50.00 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $50.00 AUD</p>\r\n<p>Amount: $50.00 AUD<br />Transaction #: <br />Total Paid: $50.00 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-11-17 11:39:23', NULL, NULL, NULL),
(177, 3, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 19/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #290<br />\r\nAmount Due: $108.40 AUD<br />\r\nDue Date: 19/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - nazcadreaming.asn.au (19/11/2008 - 18/02/2009) $59.40 AUD<br>\nDomain Registration - nazcadreaming.asn.au - 2 Year/s $49.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=290">http://secure.vallecorp.com/billing/viewinvoice.php?id=290</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-19 02:46:34', NULL, NULL, NULL),
(178, 3, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara, \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>3359039917</b></p>\r\n<p>\r\nProduct/Service: Business Basic<br>\nDomain: nazcadreaming.asn.au<br>\nFirst Payment Amount: $59.40<br>\nRecurring Amount: $59.40<br>\nBilling Cycle: Quarterly<br>\n<br>\nDomain Registration: Register<br>\nDomain: nazcadreaming.asn.au<br>\nFirst Payment Amount: $49.00<br>\nRecurring Amount: $49.00<br>\nRegistration Period: 2 Year/s<br>\n<br>\nTotal Due Today: <strong>$108.40 AUD</strong> \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----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-19 02:46:34', NULL, NULL, NULL),
(179, 11, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 285 which was generated on 14/11/2008 is due on 21/11/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 285<br />\r\nAmount Due: $31.69 AUD<br />\r\nDue Date: 21/11/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-19 05:00:04', NULL, NULL, NULL),
(180, 20, 'Domain Registration Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (Nazca Dreaming Society Inc.), \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: 19/11/2008<br />\r\nDomain: nazcadreaming.asn.au<br />\r\nRegistration Period: 2 Year/s<br />\r\nAmount: $49.00 AUD<br />\r\nNext Due Date: 19/11/2008 \r\n</p>\r\n<p>\r\nYou may login to your client area at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> to manage your new domain. \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-19 05:04:45', NULL, NULL, NULL),
(181, 11, 'Domain Registration Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), \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: 19/11/2008<br />\r\nDomain: consulperu.org.au<br />\r\nRegistration Period: 2 Year/s<br />\r\nAmount: $31.69 AUD<br />\r\nNext Due Date: 14/11/2008 \r\n</p>\r\n<p>\r\nYou may login to your client area at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> to manage your new domain. \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-19 05:09:05', NULL, NULL, NULL),
(182, 3, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara,</p>\r\n<p>This is a payment receipt for Invoice 290 sent on 19/11/2008</p>\r\n<p>Business Basic - nazcadreaming.asn.au (19/11/2008 - 18/02/2009) $59.40 AUD<br>\nDomain Registration - nazcadreaming.asn.au - 2 Year/s $49.00 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.40 AUD</p>\r\n<p>Amount: $108.40 AUD<br />Transaction #: <br />Total Paid: $108.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-11-21 09:35:40', NULL, NULL, NULL),
(183, 11, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is a billing notice that your invoice no. 285 which was generated on 14/11/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 285<br />Amount Due: $31.69 AUD<br />Due Date: 21/11/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-11-22 05:00:12', NULL, NULL, NULL);
INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(184, 10, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Gricelda Wilson (TE AMO PERU),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: gmwilsonp@optusnet.com.au <br />\r\nPassword: team0Peru\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-24 02:03:42', NULL, NULL, NULL),
(185, 10, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Gricelda Wilson (TE AMO PERU), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 17/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #289<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - te-amo-peru.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=289">http://secure.vallecorp.com/billing/viewinvoice.php?id=289</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-24 02:05:02', NULL, NULL, NULL),
(186, 11, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is the second billing notice that your invoice no. 285 which was generated on 14/11/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 285<br />Amount Due: $31.69 AUD<br />Due Date: 21/11/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-11-28 05:00:06', NULL, NULL, NULL),
(187, 11, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 14/11/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #285<br />\r\nAmount Due: $49.01 AUD<br />\r\nDue Date: 21/11/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nDomain Registration - consulperuau.org - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $49.01 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $49.01 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-11-28 11:57:42', NULL, NULL, NULL),
(188, 5, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Margaret Kenny (STRATEGIC FACTORS),</p>\r\n<p>This is a payment receipt for Invoice 286 sent on 17/11/2008</p>\r\n<p>Business Basic - abbit.net (01/12/2008 - 28/02/2009) $59.40 AUD<br>\nBusiness Basic - kms.com.au (01/12/2008 - 28/02/2009) $59.40 AUD<br>\nBusiness Basic - strategicfactors.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $178.20 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $178.20 AUD</p>\r\n<p>Amount: $178.20 AUD<br />Transaction #: <br />Total Paid: $178.20 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-11-28 12:05:09', NULL, NULL, NULL),
(189, 10, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Gricelda Wilson (TE AMO PERU),</p>\r\n<p>This is a payment receipt for Invoice 289 sent on 17/11/2008</p>\r\n<p>Business Basic - te-amo-peru.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-11-28 12:05:24', NULL, NULL, NULL),
(190, 8, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Rosario Ventura (THE DANDY DOG),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 287 which was generated on 17/11/2008 is due on 01/12/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 287<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=287">http://secure.vallecorp.com/billing/viewinvoice.php?id=287</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-29 05:00:04', NULL, NULL, NULL),
(191, 9, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 288 which was generated on 17/11/2008 is due on 01/12/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 288<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-11-29 05:00:06', NULL, NULL, NULL),
(192, 8, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG), </p><p>This is a billing notice that your invoice no. 287 which was generated on 17/11/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 287<br />Amount Due: $59.40 AUD<br />Due Date: 01/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=287">http://secure.vallecorp.com/billing/viewinvoice.php?id=287</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-02 05:00:04', NULL, NULL, NULL),
(193, 9, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </p><p>This is a billing notice that your invoice no. 288 which was generated on 17/11/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 288<br />Amount Due: $59.40 AUD<br />Due Date: 01/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-02 05:00:04', NULL, NULL, NULL),
(194, 11, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is the third and final billing notice that your invoice no. 285 which was generated on 14/11/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 285<br />Amount Due: $49.01 AUD<br />Due Date: 21/11/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=285">http://secure.vallecorp.com/billing/viewinvoice.php?id=285</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-05 05:00:04', NULL, NULL, NULL),
(195, 11, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),</p>\r\n<p>This is a payment receipt for Invoice 285 sent on 14/11/2008</p>\r\n<p>Domain Registration - consulperuau.org - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $49.01 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $49.01 AUD</p>\r\n<p>Amount: $49.01 AUD<br />Transaction #: <br />Total Paid: $49.01 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-12-05 05:27:44', NULL, NULL, NULL),
(196, 8, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG), </p><p>This is the second billing notice that your invoice no. 287 which was generated on 17/11/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 287<br />Amount Due: $59.40 AUD<br />Due Date: 01/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=287">http://secure.vallecorp.com/billing/viewinvoice.php?id=287</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-08 05:00:06', NULL, NULL, NULL),
(197, 9, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </p><p>This is the second billing notice that your invoice no. 288 which was generated on 17/11/2008 is now overdue. </p><p>Your payment method is: Bank Transfer </p><p>Invoice: 288<br />Amount Due: $59.40 AUD<br />Due Date: 01/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-08 05:00:07', NULL, NULL, NULL),
(198, 17, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 09/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #291<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 23/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - esa.net.au (23/12/2008 - 22/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=291">http://secure.vallecorp.com/billing/viewinvoice.php?id=291</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-09 05:00:06', NULL, NULL, NULL),
(199, 8, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG),</p>\r\n<p>This is a payment receipt for Invoice 287 sent on 17/11/2008</p>\r\n<p>Business Basic - thedandydog.com (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-12-10 01:20:52', NULL, NULL, NULL),
(200, 18, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 10/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #292<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 24/12/2008 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - sergiosill.com (24/12/2008 - 23/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=292">http://secure.vallecorp.com/billing/viewinvoice.php?id=292</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-10 05:00:05', NULL, NULL, NULL),
(201, 1, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Humberto Valle (VALLECORP), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(202, 2, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Flor Reyna (AHWBN), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(203, 3, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara, </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(204, 4, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(205, 5, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Margaret Kenny (STRATEGIC FACTORS), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(206, 6, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Nick Berman, </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(207, 7, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Olga Valle (OLGA''S HOUSE CLEANER), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(208, 8, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Rosario Ventura (THE DANDY DOG), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(209, 9, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(210, 10, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Gricelda Wilson (TE AMO PERU), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(211, 11, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(212, 12, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Almenara (TEJAS DEL SOLAR), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(213, 13, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(214, 14, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PISCO PERU), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(215, 15, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (SYDNEY GRAPHICS COLLEGE Pty Limited), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(216, 16, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:27', NULL, NULL, NULL),
(217, 17, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Schultz (ESA International Pty Ltd), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:28', NULL, NULL, NULL),
(218, 18, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Sergio  Sill (Sergio Sill Fine Arts Gallery), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:28', NULL, NULL, NULL),
(219, 20, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (Nazca Dreaming Society Inc.), </p><span><font size="3"><font face="Times New Roman">On behave of our team here in Vallecorp Technologies, we would like to wish you a </font></font></span><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font size="3"><font face="Times New Roman"></font></font></span></p><h4 style="margin: 0cm 0cm 0pt" class="MsoNormal"><font color="#0000ff"><span>Merry Christmas and </span><span>Happy and Prosperous New Year 2009</span></font></h4><span><font face="Times New Roman" size="3"></font></span><p><span style="font-size: 12pt; font-family: ''Times New Roman''">Have a safe and&nbsp;relaxing time&nbsp;during these festivities and all the best in 2009</span></p><p><span style="font-size: 12pt; font-family: ''Times New Roman''"></span>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-14 22:18:28', NULL, NULL, NULL),
(220, 9, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING), </p><p>This is the third and final billing notice that your invoice no. 288 which was generated on 17/11/2008 is now overdue. Failure to make payment will result in account suspension.</p><p>Your payment method is: Bank Transfer </p><p>Invoice: 288<br />Amount Due: $59.40 AUD<br />Due Date: 01/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password </p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-15 05:00:02', NULL, NULL, NULL),
(221, 4, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #293<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - amel-isel.com (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=293">http://secure.vallecorp.com/billing/viewinvoice.php?id=293</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-18 05:00:04', NULL, NULL, NULL),
(222, 7, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: PayPal \r\n</p>\r\n<p>\r\nInvoice #294<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - olgashousecleaner.com (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=294">http://secure.vallecorp.com/billing/viewinvoice.php?id=294</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-18 05:00:05', NULL, NULL, NULL),
(223, 11, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque \r\n</p>\r\n<p>\r\nInvoice #295<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - consuladoperusydney.org (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=295">http://secure.vallecorp.com/billing/viewinvoice.php?id=295</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-18 05:00:05', NULL, NULL, NULL),
(224, 13, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Shultz (APCCI),</p>\r\n<p>This is a payment receipt for Invoice 296 sent on 18/12/2008</p>\r\n<p>Business Basic - apcci.org.au (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $0.00 AUD<br />Transaction #: <br />Total Paid: $0.00 AUD<br />Remaining Balance: $59.40 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-12-18 05:00:05', NULL, NULL, NULL);
INSERT INTO `tblemails` (`id`, `userid`, `subject`, `message`, `date`, `to`, `cc`, `bcc`) VALUES 
(225, 13, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Shultz (APCCI), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #296<br />\r\nAmount Due: $0.00 AUD<br />\r\nDue Date: 01/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - apcci.org.au (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $59.40 AUD<br>\nTotal: $0.00 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=296">http://secure.vallecorp.com/billing/viewinvoice.php?id=296</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-18 05:00:05', NULL, NULL, NULL),
(226, 16, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 18/12/2008. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #297<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - pcbaseballleague.org (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=297">http://secure.vallecorp.com/billing/viewinvoice.php?id=297</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2008-12-18 05:00:06', NULL, NULL, NULL),
(227, 17, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Edgard Schultz (ESA International Pty Ltd),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 291 which was generated on 09/12/2008 is due on 23/12/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 291<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 23/12/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=291">http://secure.vallecorp.com/billing/viewinvoice.php?id=291</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-21 05:00:02', NULL, NULL, NULL),
(228, 18, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 292 which was generated on 10/12/2008 is due on 24/12/2008.\r\n</p>\r\n<p>\r\nYour payment method is: PayPal\r\n</p>\r\n<p>\r\nInvoice: 292<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 24/12/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=292">http://secure.vallecorp.com/billing/viewinvoice.php?id=292</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-22 05:00:03', NULL, NULL, NULL),
(229, 17, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Edgard Schultz (ESA International Pty Ltd),</p>\r\n<p>This is a payment receipt for Invoice 291 sent on 09/12/2008</p>\r\n<p>Business Basic - esa.net.au (23/12/2008 - 22/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-12-22 22:22:45', NULL, NULL, NULL),
(230, 18, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Sergio  Sill (Sergio Sill Fine Arts Gallery), </p><p>This is a billing notice that your invoice no. 292 which was generated on 10/12/2008 is now overdue. </p><p>Your payment method is: PayPal </p><p>Invoice: 292<br />Amount Due: $59.40 AUD<br />Due Date: 24/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=292">http://secure.vallecorp.com/billing/viewinvoice.php?id=292</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-25 05:00:01', NULL, NULL, NULL),
(231, 18, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: sergiosill@hotmail.com <br />\r\nPassword: Succe5s\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-27 00:05:55', NULL, NULL, NULL),
(232, 18, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: sergiosill@hotmail.com <br />\r\nPassword: Succe5s\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-27 00:06:04', NULL, NULL, NULL),
(233, 18, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: sergiosill@hotmail.com <br />\r\nPassword: Succe5s\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-27 00:06:07', NULL, NULL, NULL),
(234, 18, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: sergiosill@hotmail.com <br />\r\nPassword: Succe5s\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-27 00:06:10', NULL, NULL, NULL),
(235, 18, 'Client Area Details Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Sergio  Sill (Sergio Sill Fine Arts Gallery),\r\n</p>\r\n<p>\r\nYou requested that you be reminded of your Client Area Login Details. They are as follows:\r\n</p>\r\n<p>\r\nEmail Address: sergiosill@hotmail.com <br />\r\nPassword: Succe5s\r\n</p>\r\n<p>\r\nYou can login at <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-27 00:06:15', NULL, NULL, NULL),
(236, 9, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Andres Soldado (SOLUTION CLEANING),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 288 which was generated on 17/11/2008 is due on 01/12/2008.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 288<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/12/2008\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=288">http://secure.vallecorp.com/billing/viewinvoice.php?id=288</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-30 01:07:58', NULL, NULL, NULL),
(237, 4, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Carmen Henry (AMEL ISEL),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 293 which was generated on 18/12/2008 is due on 01/01/2009.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 293<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=293">http://secure.vallecorp.com/billing/viewinvoice.php?id=293</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-30 05:00:02', NULL, NULL, NULL),
(238, 7, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Olga Valle (OLGA''S HOUSE CLEANER),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 294 which was generated on 18/12/2008 is due on 01/01/2009.\r\n</p>\r\n<p>\r\nYour payment method is: PayPal\r\n</p>\r\n<p>\r\nInvoice: 294<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=294">http://secure.vallecorp.com/billing/viewinvoice.php?id=294</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-30 05:00:02', NULL, NULL, NULL),
(239, 11, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 295 which was generated on 18/12/2008 is due on 01/01/2009.\r\n</p>\r\n<p>\r\nYour payment method is: Mail In Payment by Cheque\r\n</p>\r\n<p>\r\nInvoice: 295<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=295">http://secure.vallecorp.com/billing/viewinvoice.php?id=295</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-30 05:00:02', NULL, NULL, NULL),
(240, 16, 'Invoice Payment Reminder', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC),\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. 297 which was generated on 18/12/2008 is due on 01/01/2009.\r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer\r\n</p>\r\n<p>\r\nInvoice: 297<br />\r\nAmount Due: $59.40 AUD<br />\r\nDue Date: 01/01/2009\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=297">http://secure.vallecorp.com/billing/viewinvoice.php?id=297</a>\r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2008-12-30 05:00:03', NULL, NULL, NULL),
(241, 18, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Sergio  Sill (Sergio Sill Fine Arts Gallery), </p><p>This is the second billing notice that your invoice no. 292 which was generated on 10/12/2008 is now overdue. </p><p>Your payment method is: PayPal </p><p>Invoice: 292<br />Amount Due: $59.40 AUD<br />Due Date: 24/12/2008 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=292">http://secure.vallecorp.com/billing/viewinvoice.php?id=292</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2008-12-31 05:00:02', NULL, NULL, NULL),
(242, 7, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Olga Valle (OLGA''S HOUSE CLEANER),</p>\r\n<p>This is a payment receipt for Invoice 294 sent on 18/12/2008</p>\r\n<p>Business Basic - olgashousecleaner.com (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: 8GY53847GJ222633P<br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2008-12-31 05:04:48', NULL, NULL, NULL),
(243, 16, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Luis Almenara (PACIFIC COAST BASEBALL LEAGUE INC),</p>\r\n<p>This is a payment receipt for Invoice 297 sent on 18/12/2008</p>\r\n<p>Business Basic - pcbaseballleague.org (01/01/2009 - 31/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2009-01-01 05:01:10', NULL, NULL, NULL),
(244, 4, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is a billing notice that your invoice no. 293 which was generated on 18/12/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 293<br />Amount Due: $59.40 AUD<br />Due Date: 01/01/2009 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=293">http://secure.vallecorp.com/billing/viewinvoice.php?id=293</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2009-01-02 05:00:01', NULL, NULL, NULL),
(245, 11, 'First Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is a billing notice that your invoice no. 295 which was generated on 18/12/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 295<br />Amount Due: $59.40 AUD<br />Due Date: 01/01/2009 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=295">http://secure.vallecorp.com/billing/viewinvoice.php?id=295</a> </p><p>Your login details are: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2009-01-02 05:00:01', NULL, NULL, NULL),
(246, 18, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Sergio  Sill (Sergio Sill Fine Arts Gallery),</p>\r\n<p>This is a payment receipt for Invoice 292 sent on 10/12/2008</p>\r\n<p>Business Basic - sergiosill.com (24/12/2008 - 23/03/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2009-01-05 23:00:16', NULL, NULL, NULL),
(247, 9, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Andres Soldado (SOLUTION CLEANING),</p>\r\n<p>This is a payment receipt for Invoice 288 sent on 17/11/2008</p>\r\n<p>Business Basic - solutioncleaningservices.com.au (01/12/2008 - 28/02/2009) $59.40 AUD<br>\n------------------------------------------------------<br>\nSub Total: $59.40 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $59.40 AUD</p>\r\n<p>Amount: $59.40 AUD<br />Transaction #: <br />Total Paid: $59.40 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2009-01-06 23:07:00', NULL, NULL, NULL),
(248, 4, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Carmen Henry (AMEL ISEL), </p><p>This is the second billing notice that your invoice no. 293 which was generated on 18/12/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 293<br />Amount Due: $59.40 AUD<br />Due Date: 01/01/2009 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=293">http://secure.vallecorp.com/billing/viewinvoice.php?id=293</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2009-01-08 05:00:02', NULL, NULL, NULL),
(249, 11, 'Second Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Jaime Burgos (CONSULADO GENERAL DEL PERU EN SYDNEY), </p><p>This is the second billing notice that your invoice no. 295 which was generated on 18/12/2008 is now overdue. </p><p>Your payment method is: Mail In Payment by Cheque </p><p>Invoice: 295<br />Amount Due: $59.40 AUD<br />Due Date: 01/01/2009 </p><p>You can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=295">http://secure.vallecorp.com/billing/viewinvoice.php?id=295</a> </p><p>Your login details are as follows: </p><p>Your Email Address and your Password</p><p>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  </p>', '2009-01-08 05:00:02', NULL, NULL, NULL),
(250, 21, 'Welcome', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Alejandro Saravia (Illapu Peru), \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: alejandro_saravi@hotmail.com<br />\r\nPassword: 20010688 \r\n</p>\r\n<p>\r\nTo login, visit <a href="http://secure.vallecorp.com/billing">http://secure.vallecorp.com/billing</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2009-01-12 13:18:12', NULL, NULL, NULL),
(251, 21, 'Order Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Alejandro Saravia (Illapu Peru), \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>2784460378</b></p>\r\n<p>\r\nProduct/Service: Business Basic<br>\nDomain: peruvianconcept.com<br>\nFirst Payment Amount: $59.40<br>\nRecurring Amount: $59.40<br>\nBilling Cycle: Quarterly<br>\n<br>\nDomain Registration: Register<br>\nDomain: peruvianconcept.com<br>\nFirst Payment Amount: $49.01<br>\nRecurring Amount: $49.01<br>\nRegistration Period: 3 Year/s<br>\n<br>\nTotal Due Today: <strong>$108.41 AUD</strong> \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----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com \r\n</p>\r\n', '2009-01-12 13:18:13', NULL, NULL, NULL),
(252, 21, 'Customer Invoice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>\r\nDear Alejandro Saravia (Illapu Peru), \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on 12/01/2009. \r\n</p>\r\n<p>\r\nYour payment method is: Bank Transfer \r\n</p>\r\n<p>\r\nInvoice #298<br />\r\nAmount Due: $108.41 AUD<br />\r\nDue Date: 12/01/2009 \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\nBusiness Basic - peruvianconcept.com (12/01/2009 - 11/04/2009) $59.40 AUD<br>\nDomain Registration - peruvianconcept.com - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.41 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.41 AUD <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at <a href="http://secure.vallecorp.com/billing/viewinvoice.php?id=298">http://secure.vallecorp.com/billing/viewinvoice.php?id=298</a> \r\n</p>\r\n<p>\r\n----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com  \r\n</p>\r\n', '2009-01-12 13:18:13', NULL, NULL, NULL),
(253, 21, 'Invoice Payment Confirmation', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Verdana;font-size:11px"><p>Dear Alejandro Saravia (Illapu Peru),</p>\r\n<p>This is a payment receipt for Invoice 298 sent on 12/01/2009</p>\r\n<p>Business Basic - peruvianconcept.com (12/01/2009 - 11/04/2009) $59.40 AUD<br>\nDomain Registration - peruvianconcept.com - 3 Year/s $49.01 AUD<br>\n------------------------------------------------------<br>\nSub Total: $108.41 AUD<br>\nCredit: $0.00 AUD<br>\nTotal: $108.41 AUD</p>\r\n<p>Amount: $108.41 AUD<br />Transaction #: <br />Total Paid: $108.41 AUD<br />Remaining Balance: $0.00 AUD<br />Status: Paid</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>----------------------------------------<br />\r\nInvoices Department<br />\r\nVALLECORP Technologies <br />\r\nsecure.vallecorp.com/billing<br />\r\nEmail: invoices@vallecorp.com </p>', '2009-01-15 01:10:37', NULL, NULL, NULL),
(254, 4, 'Third Invoice Overdue Notice', '<p><a href="http://www.vallecorp.com" target="_blank"><img src="http://www.vallecorp.com/images/vc_big-banner.gif" alt="VALLECORP Technologies" border="0"></a></p><font style="font-family:Ve
