-- MySQL dump 10.13  Distrib 5.1.52, for pc-linux-gnu (i686)
--
-- Host: localhost    Database: ifrantic_pilot
-- ------------------------------------------------------
-- Server version	5.1.52

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

--
-- Table structure for table `addon_groups`
--

DROP TABLE IF EXISTS `addon_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addon_groups` (
  `addon_gid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `group_payment` text NOT NULL,
  `group_addons` text NOT NULL,
  `group_status` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`addon_gid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Addon Group table.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addon_groups`
--

LOCK TABLES `addon_groups` WRITE;
/*!40000 ALTER TABLE `addon_groups` DISABLE KEYS */;
INSERT INTO `addon_groups` VALUES (1,'website work','','',0);
/*!40000 ALTER TABLE `addon_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `addon_specs`
--

DROP TABLE IF EXISTS `addon_specs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addon_specs` (
  `aid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `addon_pay_methods` text NOT NULL,
  `addon_name` varchar(255) NOT NULL DEFAULT '',
  `addon_description` text NOT NULL,
  `addon_show_description` int(1) NOT NULL DEFAULT '0',
  `setup_cost` float NOT NULL DEFAULT '0',
  `setup_activate` int(1) NOT NULL DEFAULT '0',
  `addon_cost` float NOT NULL DEFAULT '0',
  `addon_state` varchar(255) NOT NULL DEFAULT '',
  `addon_activate` int(1) NOT NULL DEFAULT '0',
  `unique_ip` int(1) NOT NULL DEFAULT '0',
  `extra_webspace` int(15) NOT NULL DEFAULT '0',
  `private_ns` int(1) NOT NULL DEFAULT '0',
  `coupon` int(1) NOT NULL DEFAULT '0',
  `coupon_terms` int(1) NOT NULL DEFAULT '0',
  `coupon_code` varchar(255) NOT NULL DEFAULT '',
  `coupon_discount_type` int(1) NOT NULL DEFAULT '0',
  `coupon_discount_percent` float NOT NULL DEFAULT '0',
  `coupon_discount_whole` float NOT NULL DEFAULT '0',
  `expires` int(40) NOT NULL DEFAULT '0',
  PRIMARY KEY (`aid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addon_specs`
--

LOCK TABLES `addon_specs` WRITE;
/*!40000 ALTER TABLE `addon_specs` DISABLE KEYS */;
INSERT INTO `addon_specs` VALUES (1,'','website work','$ 20.004/11/05 - resized 6 photos and added to\r\nbefore and after page -\r\nmission org, sharon, bedroon - B/A',1,20,1,0,'',0,0,0,0,0,0,'',0,0,0,0);
/*!40000 ALTER TABLE `addon_specs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `affiliate_details`
--

DROP TABLE IF EXISTS `affiliate_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `affiliate_details` (
  `afdid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `afuid` bigint(22) NOT NULL DEFAULT '0',
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `refered_uid` bigint(22) NOT NULL DEFAULT '0',
  `record_payout_type` int(11) NOT NULL DEFAULT '0',
  `pid` int(22) NOT NULL DEFAULT '0',
  `package_name` varchar(255) NOT NULL DEFAULT '',
  `total_amount_package` decimal(10,2) NOT NULL DEFAULT '0.00',
  `total_due_to_client` decimal(10,2) NOT NULL DEFAULT '0.00',
  `ogcreate` int(40) DEFAULT NULL,
  `last_updated` int(10) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`afdid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Affiliate details table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `affiliate_details`
--

LOCK TABLES `affiliate_details` WRITE;
/*!40000 ALTER TABLE `affiliate_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `affiliate_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `affiliate_history`
--

DROP TABLE IF EXISTS `affiliate_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `affiliate_history` (
  `afhid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `afuid` bigint(22) NOT NULL DEFAULT '0',
  `period_of` int(40) DEFAULT NULL,
  `paid_date` int(10) NOT NULL DEFAULT '0',
  `owed_to_client` decimal(10,2) NOT NULL DEFAULT '0.00',
  `status` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`afhid`)
) ENGINE=MyISAM AUTO_INCREMENT=481 DEFAULT CHARSET=latin1 COMMENT='History of monthly payments';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `affiliate_history`
--

LOCK TABLES `affiliate_history` WRITE;
/*!40000 ALTER TABLE `affiliate_history` DISABLE KEYS */;
INSERT INTO `affiliate_history` VALUES (1,1,0,0,'0.00',0),(2,1,0,0,'0.00',0),(3,1,0,0,'0.00',0),(4,1,0,0,'0.00',0),(5,1,0,0,'0.00',0),(6,1,0,0,'0.00',0),(7,1,0,0,'0.00',0),(8,1,0,0,'0.00',0),(9,1,0,0,'0.00',0),(10,1,0,0,'0.00',0),(11,1,0,0,'0.00',0),(12,1,0,0,'0.00',0),(13,1,0,0,'0.00',0),(14,1,0,0,'0.00',0),(15,1,0,0,'0.00',0),(16,1,0,0,'0.00',0),(17,1,0,0,'0.00',0),(18,1,0,0,'0.00',0),(19,1,0,0,'0.00',0),(20,1,0,0,'0.00',0),(21,1,0,0,'0.00',0),(22,1,0,0,'0.00',0),(23,1,0,0,'0.00',0),(24,1,0,0,'0.00',0),(25,1,0,0,'0.00',0),(26,1,0,0,'0.00',0),(27,1,0,0,'0.00',0),(28,1,0,0,'0.00',0),(29,1,0,0,'0.00',0),(30,1,0,0,'0.00',0),(31,1,0,0,'0.00',0),(32,1,0,0,'0.00',0),(33,1,0,0,'0.00',0),(34,1,0,0,'0.00',0),(35,1,0,0,'0.00',0),(36,1,0,0,'0.00',0),(37,1,0,0,'0.00',0),(38,1,0,0,'0.00',0),(39,1,0,0,'0.00',0),(40,1,0,0,'0.00',0),(41,1,0,0,'0.00',0),(42,1,0,0,'0.00',0),(43,1,0,0,'0.00',0),(44,1,0,0,'0.00',0),(45,1,0,0,'0.00',0),(46,1,0,0,'0.00',0),(47,1,0,0,'0.00',0),(48,1,0,0,'0.00',0),(49,1,0,0,'0.00',0),(50,1,0,0,'0.00',0),(51,1,0,0,'0.00',0),(52,1,0,0,'0.00',0),(53,1,0,0,'0.00',0),(54,1,0,0,'0.00',0),(55,1,0,0,'0.00',0),(56,1,0,0,'0.00',0),(57,1,0,0,'0.00',0),(58,1,0,0,'0.00',0),(59,1,0,0,'0.00',0),(60,1,0,0,'0.00',0),(61,1,0,0,'0.00',0),(62,1,0,0,'0.00',0),(63,1,0,0,'0.00',0),(64,1,0,0,'0.00',0),(65,1,0,0,'0.00',0),(66,1,0,0,'0.00',0),(67,1,0,0,'0.00',0),(68,1,0,0,'0.00',0),(69,1,0,0,'0.00',0),(70,1,0,0,'0.00',0),(71,1,0,0,'0.00',0),(72,1,0,0,'0.00',0),(73,1,0,0,'0.00',0),(74,1,0,0,'0.00',0),(75,1,0,0,'0.00',0),(76,1,0,0,'0.00',0),(77,1,0,0,'0.00',0),(78,1,0,0,'0.00',0),(79,1,0,0,'0.00',0),(80,1,0,0,'0.00',0),(81,1,0,0,'0.00',0),(82,1,0,0,'0.00',0),(83,1,0,0,'0.00',0),(84,1,0,0,'0.00',0),(85,1,0,0,'0.00',0),(86,1,0,0,'0.00',0),(87,1,0,0,'0.00',0),(88,1,0,0,'0.00',0),(89,1,0,0,'0.00',0),(90,1,0,0,'0.00',0),(91,1,0,0,'0.00',0),(92,1,0,0,'0.00',0),(93,1,0,0,'0.00',0),(94,1,0,0,'0.00',0),(95,1,0,0,'0.00',0),(96,1,0,0,'0.00',0),(97,1,0,0,'0.00',0),(98,1,0,0,'0.00',0),(99,1,0,0,'0.00',0),(100,1,0,0,'0.00',0),(101,1,0,0,'0.00',0),(102,1,0,0,'0.00',0),(103,1,0,0,'0.00',0),(104,1,0,0,'0.00',0),(105,1,0,0,'0.00',0),(106,1,0,0,'0.00',0),(107,1,0,0,'0.00',0),(108,1,0,0,'0.00',0),(109,1,0,0,'0.00',0),(110,1,0,0,'0.00',0),(111,1,0,0,'0.00',0),(112,1,0,0,'0.00',0),(113,1,0,0,'0.00',0),(114,1,0,0,'0.00',0),(115,1,0,0,'0.00',0),(116,1,0,0,'0.00',0),(117,1,0,0,'0.00',0),(118,1,0,0,'0.00',0),(119,1,0,0,'0.00',0),(120,1,0,0,'0.00',0),(121,1,0,0,'0.00',0),(122,1,0,0,'0.00',0),(123,1,0,0,'0.00',0),(124,1,0,0,'0.00',0),(125,1,0,0,'0.00',0),(126,1,0,0,'0.00',0),(127,1,0,0,'0.00',0),(128,1,0,0,'0.00',0),(129,1,0,0,'0.00',0),(130,1,0,0,'0.00',0),(131,1,0,0,'0.00',0),(132,1,0,0,'0.00',0),(133,1,0,0,'0.00',0),(134,1,0,0,'0.00',0),(135,1,0,0,'0.00',0),(136,1,0,0,'0.00',0),(137,1,0,0,'0.00',0),(138,1,0,0,'0.00',0),(139,1,0,0,'0.00',0),(140,1,0,0,'0.00',0),(141,1,0,0,'0.00',0),(142,1,0,0,'0.00',0),(143,1,0,0,'0.00',0),(144,1,0,0,'0.00',0),(145,1,0,0,'0.00',0),(146,1,0,0,'0.00',0),(147,1,0,0,'0.00',0),(148,1,0,0,'0.00',0),(149,1,0,0,'0.00',0),(150,1,0,0,'0.00',0),(151,1,0,0,'0.00',0),(152,1,0,0,'0.00',0),(153,1,0,0,'0.00',0),(154,1,0,0,'0.00',0),(155,1,0,0,'0.00',0),(156,1,0,0,'0.00',0),(157,1,0,0,'0.00',0),(158,1,0,0,'0.00',0),(159,1,0,0,'0.00',0),(160,1,0,0,'0.00',0),(161,1,0,0,'0.00',0),(162,1,0,0,'0.00',0),(163,1,0,0,'0.00',0),(164,1,0,0,'0.00',0),(165,1,0,0,'0.00',0),(166,1,0,0,'0.00',0),(167,1,0,0,'0.00',0),(168,1,0,0,'0.00',0),(169,1,0,0,'0.00',0),(170,1,0,0,'0.00',0),(171,1,0,0,'0.00',0),(172,1,0,0,'0.00',0),(173,1,0,0,'0.00',0),(174,1,0,0,'0.00',0),(175,1,0,0,'0.00',0),(176,1,0,0,'0.00',0),(177,1,0,0,'0.00',0),(178,1,0,0,'0.00',0),(179,1,0,0,'0.00',0),(180,1,0,0,'0.00',0),(181,1,0,0,'0.00',0),(182,1,0,0,'0.00',0),(183,1,0,0,'0.00',0),(184,1,0,0,'0.00',0),(185,1,0,0,'0.00',0),(186,1,0,0,'0.00',0),(187,1,0,0,'0.00',0),(188,1,0,0,'0.00',0),(189,1,0,0,'0.00',0),(190,1,0,0,'0.00',0),(191,1,0,0,'0.00',0),(192,1,0,0,'0.00',0),(193,1,0,0,'0.00',0),(194,1,0,0,'0.00',0),(195,1,0,0,'0.00',0),(196,1,0,0,'0.00',0),(197,1,0,0,'0.00',0),(198,1,0,0,'0.00',0),(199,1,0,0,'0.00',0),(200,1,0,0,'0.00',0),(201,1,0,0,'0.00',0),(202,1,0,0,'0.00',0),(203,1,0,0,'0.00',0),(204,1,0,0,'0.00',0),(205,1,0,0,'0.00',0),(206,1,0,0,'0.00',0),(207,1,0,0,'0.00',0),(208,1,0,0,'0.00',0),(209,1,0,0,'0.00',0),(210,1,0,0,'0.00',0),(211,1,0,0,'0.00',0),(212,1,0,0,'0.00',0),(213,1,0,0,'0.00',0),(214,1,0,0,'0.00',0),(215,1,0,0,'0.00',0),(216,1,0,0,'0.00',0),(217,1,0,0,'0.00',0),(218,1,0,0,'0.00',0),(219,1,0,0,'0.00',0),(220,1,0,0,'0.00',0),(221,1,0,0,'0.00',0),(222,1,0,0,'0.00',0),(223,1,0,0,'0.00',0),(224,1,0,0,'0.00',0),(225,1,0,0,'0.00',0),(226,1,0,0,'0.00',0),(227,1,0,0,'0.00',0),(228,1,0,0,'0.00',0),(229,1,0,0,'0.00',0),(230,1,0,0,'0.00',0),(231,1,0,0,'0.00',0),(232,1,0,0,'0.00',0),(233,1,0,0,'0.00',0),(234,1,0,0,'0.00',0),(235,1,0,0,'0.00',0),(236,1,0,0,'0.00',0),(237,1,0,0,'0.00',0),(238,1,0,0,'0.00',0),(239,1,0,0,'0.00',0),(240,1,0,0,'0.00',0),(241,1,0,0,'0.00',0),(242,1,0,0,'0.00',0),(243,1,0,0,'0.00',0),(244,1,0,0,'0.00',0),(245,1,0,0,'0.00',0),(246,1,0,0,'0.00',0),(247,1,0,0,'0.00',0),(248,1,0,0,'0.00',0),(249,1,0,0,'0.00',0),(250,1,0,0,'0.00',0),(251,1,0,0,'0.00',0),(252,1,0,0,'0.00',0),(253,1,0,0,'0.00',0),(254,1,0,0,'0.00',0),(255,1,0,0,'0.00',0),(256,1,0,0,'0.00',0),(257,1,0,0,'0.00',0),(258,1,0,0,'0.00',0),(259,1,0,0,'0.00',0),(260,1,0,0,'0.00',0),(261,1,0,0,'0.00',0),(262,1,0,0,'0.00',0),(263,1,0,0,'0.00',0),(264,1,0,0,'0.00',0),(265,1,0,0,'0.00',0),(266,1,0,0,'0.00',0),(267,1,0,0,'0.00',0),(268,1,0,0,'0.00',0),(269,1,0,0,'0.00',0),(270,1,0,0,'0.00',0),(271,1,0,0,'0.00',0),(272,1,0,0,'0.00',0),(273,1,0,0,'0.00',0),(274,1,0,0,'0.00',0),(275,1,0,0,'0.00',0),(276,1,0,0,'0.00',0),(277,1,0,0,'0.00',0),(278,1,0,0,'0.00',0),(279,1,0,0,'0.00',0),(280,1,0,0,'0.00',0),(281,1,0,0,'0.00',0),(282,1,0,0,'0.00',0),(283,1,0,0,'0.00',0),(284,1,0,0,'0.00',0),(285,1,0,0,'0.00',0),(286,1,0,0,'0.00',0),(287,1,0,0,'0.00',0),(288,1,0,0,'0.00',0),(289,1,0,0,'0.00',0),(290,1,0,0,'0.00',0),(291,1,0,0,'0.00',0),(292,1,0,0,'0.00',0),(293,1,0,0,'0.00',0),(294,1,0,0,'0.00',0),(295,1,0,0,'0.00',0),(296,1,0,0,'0.00',0),(297,1,0,0,'0.00',0),(298,1,0,0,'0.00',0),(299,1,0,0,'0.00',0),(300,1,0,0,'0.00',0),(301,1,0,0,'0.00',0),(302,1,0,0,'0.00',0),(303,1,0,0,'0.00',0),(304,1,0,0,'0.00',0),(305,1,0,0,'0.00',0),(306,1,0,0,'0.00',0),(307,1,0,0,'0.00',0),(308,1,0,0,'0.00',0),(309,1,0,0,'0.00',0),(310,1,0,0,'0.00',0),(311,1,0,0,'0.00',0),(312,1,0,0,'0.00',0),(313,1,0,0,'0.00',0),(314,1,0,0,'0.00',0),(315,1,0,0,'0.00',0),(316,1,0,0,'0.00',0),(317,1,0,0,'0.00',0),(318,1,0,0,'0.00',0),(319,1,0,0,'0.00',0),(320,1,0,0,'0.00',0),(321,1,0,0,'0.00',0),(322,1,0,0,'0.00',0),(323,1,0,0,'0.00',0),(324,1,0,0,'0.00',0),(325,1,0,0,'0.00',0),(326,1,0,0,'0.00',0),(327,1,0,0,'0.00',0),(328,1,0,0,'0.00',0),(329,1,0,0,'0.00',0),(330,1,0,0,'0.00',0),(331,1,0,0,'0.00',0),(332,1,0,0,'0.00',0),(333,1,0,0,'0.00',0),(334,1,0,0,'0.00',0),(335,1,0,0,'0.00',0),(336,1,0,0,'0.00',0),(337,1,0,0,'0.00',0),(338,1,0,0,'0.00',0),(339,1,0,0,'0.00',0),(340,1,0,0,'0.00',0),(341,1,0,0,'0.00',0),(342,1,0,0,'0.00',0),(343,1,0,0,'0.00',0),(344,1,0,0,'0.00',0),(345,1,0,0,'0.00',0),(346,1,0,0,'0.00',0),(347,1,0,0,'0.00',0),(348,1,0,0,'0.00',0),(349,1,0,0,'0.00',0),(350,1,0,0,'0.00',0),(351,1,0,0,'0.00',0),(352,1,0,0,'0.00',0),(353,1,0,0,'0.00',0),(354,1,0,0,'0.00',0),(355,1,0,0,'0.00',0),(356,1,0,0,'0.00',0),(357,1,0,0,'0.00',0),(358,1,0,0,'0.00',0),(359,1,0,0,'0.00',0),(360,1,0,0,'0.00',0),(361,1,0,0,'0.00',0),(362,1,0,0,'0.00',0),(363,1,0,0,'0.00',0),(364,1,0,0,'0.00',0),(365,1,0,0,'0.00',0),(366,1,0,0,'0.00',0),(367,1,0,0,'0.00',0),(368,1,0,0,'0.00',0),(369,1,0,0,'0.00',0),(370,1,0,0,'0.00',0),(371,1,0,0,'0.00',0),(372,1,0,0,'0.00',0),(373,1,0,0,'0.00',0),(374,1,0,0,'0.00',0),(375,1,0,0,'0.00',0),(376,1,0,0,'0.00',0),(377,1,0,0,'0.00',0),(378,1,0,0,'0.00',0),(379,1,0,0,'0.00',0),(380,1,0,0,'0.00',0),(381,1,0,0,'0.00',0),(382,1,0,0,'0.00',0),(383,1,0,0,'0.00',0),(384,1,0,0,'0.00',0),(385,1,0,0,'0.00',0),(386,1,0,0,'0.00',0),(387,1,0,0,'0.00',0),(388,1,0,0,'0.00',0),(389,1,0,0,'0.00',0),(390,1,0,0,'0.00',0),(391,1,0,0,'0.00',0),(392,1,0,0,'0.00',0),(393,1,0,0,'0.00',0),(394,1,0,0,'0.00',0),(395,1,0,0,'0.00',0),(396,1,0,0,'0.00',0),(397,1,0,0,'0.00',0),(398,1,0,0,'0.00',0),(399,1,0,0,'0.00',0),(400,1,0,0,'0.00',0),(401,1,0,0,'0.00',0),(402,1,0,0,'0.00',0),(403,1,0,0,'0.00',0),(404,1,0,0,'0.00',0),(405,1,0,0,'0.00',0),(406,1,0,0,'0.00',0),(407,1,0,0,'0.00',0),(408,1,0,0,'0.00',0),(409,1,0,0,'0.00',0),(410,1,0,0,'0.00',0),(411,1,0,0,'0.00',0),(412,1,0,0,'0.00',0),(413,1,0,0,'0.00',0),(414,1,0,0,'0.00',0),(415,1,0,0,'0.00',0),(416,1,0,0,'0.00',0),(417,1,0,0,'0.00',0),(418,1,0,0,'0.00',0),(419,1,0,0,'0.00',0),(420,1,0,0,'0.00',0),(421,1,0,0,'0.00',0),(422,1,0,0,'0.00',0),(423,1,0,0,'0.00',0),(424,1,0,0,'0.00',0),(425,1,0,0,'0.00',0),(426,1,0,0,'0.00',0),(427,1,0,0,'0.00',0),(428,1,0,0,'0.00',0),(429,1,0,0,'0.00',0),(430,1,0,0,'0.00',0),(431,1,0,0,'0.00',0),(432,1,0,0,'0.00',0),(433,1,0,0,'0.00',0),(434,1,0,0,'0.00',0),(435,1,0,0,'0.00',0),(436,1,0,0,'0.00',0),(437,1,0,0,'0.00',0),(438,1,0,0,'0.00',0),(439,1,0,0,'0.00',0),(440,1,0,0,'0.00',0),(441,1,0,0,'0.00',0),(442,1,0,0,'0.00',0),(443,1,0,0,'0.00',0),(444,1,0,0,'0.00',0),(445,1,0,0,'0.00',0),(446,1,0,0,'0.00',0),(447,1,0,0,'0.00',0),(448,1,0,0,'0.00',0),(449,1,0,0,'0.00',0),(450,1,0,0,'0.00',0),(451,1,0,0,'0.00',0),(452,1,0,0,'0.00',0),(453,1,0,0,'0.00',0),(454,1,0,0,'0.00',0),(455,1,0,0,'0.00',0),(456,1,0,0,'0.00',0),(457,1,0,0,'0.00',0),(458,1,0,0,'0.00',0),(459,1,0,0,'0.00',0),(460,1,0,0,'0.00',0),(461,1,0,0,'0.00',0),(462,1,0,0,'0.00',0),(463,1,0,0,'0.00',0),(464,1,0,0,'0.00',0),(465,1,0,0,'0.00',0),(466,1,0,0,'0.00',0),(467,1,0,0,'0.00',0),(468,1,0,0,'0.00',0),(469,1,0,0,'0.00',0),(470,1,0,0,'0.00',0),(471,1,0,0,'0.00',0),(472,1,0,0,'0.00',0),(473,1,0,0,'0.00',0),(474,1,0,0,'0.00',0),(475,1,0,0,'0.00',0),(476,1,0,0,'0.00',0),(477,1,0,0,'0.00',0),(478,1,0,0,'0.00',0),(479,1,0,0,'0.00',0),(480,1,0,0,'0.00',0);
/*!40000 ALTER TABLE `affiliate_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `affiliate_user`
--

DROP TABLE IF EXISTS `affiliate_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `affiliate_user` (
  `afuid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `ssn_tax_id` varchar(11) NOT NULL DEFAULT '',
  `payable_to` varchar(255) NOT NULL DEFAULT '',
  `ogcreate` int(40) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`afuid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Affiliate user table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `affiliate_user`
--

LOCK TABLES `affiliate_user` WRITE;
/*!40000 ALTER TABLE `affiliate_user` DISABLE KEYS */;
INSERT INTO `affiliate_user` VALUES (1,49,'2596','DreamJob.com.au',1266323545,2);
/*!40000 ALTER TABLE `affiliate_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authnet_batch`
--

DROP TABLE IF EXISTS `authnet_batch`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `authnet_batch` (
  `bid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `customer_ip_address` varchar(25) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `currency_code` varchar(10) NOT NULL DEFAULT '',
  `transaction_type` varchar(25) NOT NULL DEFAULT '',
  `recurring_billing` char(3) NOT NULL DEFAULT 'YES',
  `payment_method` char(2) NOT NULL DEFAULT 'CC',
  `ogcreate` varchar(40) NOT NULL DEFAULT '',
  `response_reason_text` varchar(255) NOT NULL DEFAULT '',
  `batch_status` int(1) NOT NULL DEFAULT '0',
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `ccid` bigint(22) NOT NULL DEFAULT '0',
  `invoice_number` varchar(255) NOT NULL DEFAULT '',
  `master_batch` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Authorize.net Batch Creation';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `authnet_batch`
--

LOCK TABLES `authnet_batch` WRITE;
/*!40000 ALTER TABLE `authnet_batch` DISABLE KEYS */;
/*!40000 ALTER TABLE `authnet_batch` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authnet_master_cc`
--

DROP TABLE IF EXISTS `authnet_master_cc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `authnet_master_cc` (
  `ccid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `customer_first_name` varchar(255) NOT NULL DEFAULT '',
  `customer_last_name` varchar(255) NOT NULL DEFAULT '',
  `customer_address` varchar(255) NOT NULL DEFAULT '',
  `customer_city` varchar(255) NOT NULL DEFAULT '',
  `customer_state` varchar(255) NOT NULL DEFAULT '',
  `customer_zip` varchar(255) NOT NULL DEFAULT '',
  `customer_country` varchar(255) NOT NULL DEFAULT '',
  `customer_phone` varchar(25) NOT NULL DEFAULT '',
  `customer_fax` varchar(25) NOT NULL DEFAULT '',
  `customer_email` varchar(255) NOT NULL DEFAULT '',
  `card_info` text NOT NULL,
  `ogcreate` varchar(40) NOT NULL DEFAULT '',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `master_cc` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ccid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Authorize.net master cc data';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `authnet_master_cc`
--

LOCK TABLES `authnet_master_cc` WRITE;
/*!40000 ALTER TABLE `authnet_master_cc` DISABLE KEYS */;
/*!40000 ALTER TABLE `authnet_master_cc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `autopilot_fraudcall`
--

DROP TABLE IF EXISTS `autopilot_fraudcall`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `autopilot_fraudcall` (
  `fraudcall_key` varchar(255) NOT NULL DEFAULT '',
  `fraudcall_value` text NOT NULL,
  `fraudcall_message` varchar(255) NOT NULL DEFAULT '',
  `display_order` int(1) NOT NULL DEFAULT '0',
  UNIQUE KEY `fraudcall_key` (`fraudcall_key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `autopilot_fraudcall`
--

LOCK TABLES `autopilot_fraudcall` WRITE;
/*!40000 ALTER TABLE `autopilot_fraudcall` DISABLE KEYS */;
INSERT INTO `autopilot_fraudcall` VALUES ('activate_fraud_call','no','',0),('install_121','no','Dialed unsuccessfully: Toll Free numbers cannot be dialed.',0),('install_122','stop','Dialed unsuccessfully: Phone number was in an undialable format.',0),('install_123','stop','Dialed unsuccessfully: Undialable country.',0),('install_124','no','Dialed unsuccessfully: Call cannot be dialed.',0),('install_125','no','Dialed unsuccessfully: Invalid phone number - phone number cannot begin with \"1\".',0),('install_126','no','Dialed unsuccessfully: Invalid phone number - area code and Country code combination<br>&nbspdoes not match proper format.',0),('install_130','no','Cannot call Cell Phone as per user\'s preferences.',0),('install_131','no','User does not have sufficient call credits for this call to be placed.',0),('install_140','no','PVS_USERNAME and PVS_PASSWORD is incorrect.',0),('install_150','no','API Post incomplete.',0),('install_320','stop','Caller DECLINED transaction.',0),('install_331','stop','Call failed: The line was busy when we called you.',0),('install_332','stop','Call failed: The call was answered, but nobody responded. Our system detects and waits<br>&nbspfor a human to say \"Hello\" before the verification process beings.',0),('install_333','stop','Call failed: The call was answered, but there were more than 3 errors made<br>&nbspwhile entering approve or decline.',0),('install_334','stop','Call failed: An answering machine picked up.',0),('install_335','stop','Call failed: The phone number was unreachable, possibly out of service.',0),('install_336','stop','Call failed: Fax machine or modem answered call.',0),('install_337','stop','Call failed: No answer after 7 rings.',0),('install_338','no','Call failed: System error on VariLogix end.',0),('install_339','no','Call failed: Internal system error on VariLogix end.',0),('install_3310','no','Call failed: Cannot call international cell phone.',0),('pvs_id','','',0),('pvs_password','','',0),('fraud_low','yes','Call Processed Successfully: [ Very Low Fraud Risk ] 0.00 to 3.50',3),('fraud_mid','no','Call Processed Successfully: [ Medium Fraud Risk ] 3.51 - 7.00',2),('fraud_high','no','Call Processed Successfully: [ High Fraud Risk ] 7.01 - 10.00',1);
/*!40000 ALTER TABLE `autopilot_fraudcall` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `autopilot_fraudgate`
--

DROP TABLE IF EXISTS `autopilot_fraudgate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `autopilot_fraudgate` (
  `fg_variable` varchar(32) NOT NULL DEFAULT '',
  `fg_name` varchar(50) NOT NULL DEFAULT '',
  `fg_type` varchar(128) NOT NULL DEFAULT '',
  `fg_value` varchar(255) DEFAULT NULL,
  `fg_description` text,
  `fg_function` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `autopilot_fraudgate`
--

LOCK TABLES `autopilot_fraudgate` WRITE;
/*!40000 ALTER TABLE `autopilot_fraudgate` DISABLE KEYS */;
INSERT INTO `autopilot_fraudgate` VALUES ('activate','Activate Module?','FUNCTION','0','Do you wish to activate your FraudGate module?','radioChoices(\"activate\", array(\"Yes\" => 1, \"No\" => 0),0,'),('FG_LOGIN','Username','input type=\"text\" name=\"FG_LOGIN\" size=20 maxlength=20','username','Your FraudGate account username.',''),('FG_PASSWORD','Password','input type=\"password\" name=\"FG_PASSWORD\" size=20 maxlength=20','password','Your FraudGate account password.',''),('stepCall','Pre-authorize Transactions?','FUNCTION','0','Select \'Yes\' if you would like to perform the verification <i>before</i> the credit card is authorized.  Select \'No\' if you would like to perform the verification <i>after</i> the credit card is authorized.','radioChoices(\"stepCall\", array(\"Yes\" => 1, \"No\" => 0),1,'),('FG_MENU_ID','Menu ID','input type=\"text\" name=\"FG_MENU_ID\" size=4 maxlength=4','11','The menu ID that should be used to place the phone call.',''),('FG_MAX_RETRY','Max Retries','FUNCTION','0','Enter how many times you wish to retry the call if it fails at first.','selectBoxes2(FG_MAX_RETRY, 5,'),('FG_TEST_REQUEST','Test Request?','FUNCTION','FALSE','Set this to \'True\' if you want to test the gateway and make sure the integration is functioning properly. FraudGate will only post back in the case of an error. Otherwise, it will return as a successful test and not be inserted into your call history. The call is not actually made.','radioChoices(\"FG_TEST_REQUEST\", array(\"True\" => \"TRUE\", \"False\" => \"FALSE\"),0,'),('FG_MATCHER','Matcher','FUNCTION','TRUE','Set this to \'True\' if you\'d like a phone call placed regardless of the fraud score.','radioChoices(\"FG_MATCHER\", array(\"True\" => \"TRUE\", \"False\" => \"FALSE\"),0,'),('FG_POST_BACK_URL','Postback Method','input type=\"text\" name=\"FG_POST_BACK_URL\" size=40','http://yoursite.com/receiveCall.php','Be sure to change the url to the path to your installed directory and website. The HTTP method you would like the gateway to passback data in. POST is highly recommended.',''),('FG_POST_BACK_METHOD','PostBack Method','FUNCTION','POST','The method your script uses. The default uses POST method.','radioChoices(\"FG_POST_BACK_METHOD\", array(\"POST\" => \"POST\", \"GET\" => \"GET\"),0,'),('FG_HOUR','Hour Offset','FUNCTION','0','The number of hours the gateway should delay placing the call.','selectBoxes2(FG_HOUR, 24,'),('FG_MIN','Minute Offset','FUNCTION','0','The number of minutes the gateway should delay placing the call.','selectBoxes2(FG_MIN, 59,'),('FG_INPUT_1','Input 1','FUNCTION','order number','The first input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_1,'),('FG_INPUT_2','Input 2','FUNCTION','no input required','The second input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_2,'),('FG_INPUT_3','Input 3','FUNCTION','no input required','The third input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_3,'),('FG_INPUT_4','Input 4','FUNCTION','no input required','The fourth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_4,'),('FG_INPUT_5','Input 5','FUNCTION','no input required','The fifth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_5,'),('FG_INPUT_6','Input 6','FUNCTION','no input required','The sixth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_6,'),('FG_INPUT_7','Input 7','FUNCTION','no input required','The seventh input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_7,'),('FG_INPUT_8','Input 8','FUNCTION','no input required','The eighth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_8,'),('FG_INPUT_9','Input 9','FUNCTION','no input required','The ninth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_9,'),('FG_INPUT_10','Input 10','FUNCTION','no input required','The tenth input that you would like to collect from the caller.<br>Random numbers will be used for pre-authorization verifications. The order number should be used for post-authorizations.','selectBoxes(FG_INPUT_10,'),('s_status','Successfully verified transactions set to:','FUNCTION','0','NOTE: Only for post authorization orders.\r\n<br>\r\nSet the status that the account should be set to if FraudGate successfully verifies the order.','selectBoxes3(s_status,'),('f_status','Failed transactions set to:','FUNCTION','2','NOTE: Only for post authorization orders.\r\n<br>\r\nSet the status that the account should be set to if FraudGate fails to verify the transaction.','selectBoxes3(f_status,');
/*!40000 ALTER TABLE `autopilot_fraudgate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `autopilot_ip`
--

DROP TABLE IF EXISTS `autopilot_ip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `autopilot_ip` (
  `ipid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(40) NOT NULL DEFAULT '',
  `created` int(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ipid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `autopilot_ip`
--

LOCK TABLES `autopilot_ip` WRITE;
/*!40000 ALTER TABLE `autopilot_ip` DISABLE KEYS */;
/*!40000 ALTER TABLE `autopilot_ip` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `config`
--

DROP TABLE IF EXISTS `config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `config` (
  `license` text NOT NULL,
  `site_title` varchar(255) NOT NULL DEFAULT '',
  `site_name` varchar(255) NOT NULL DEFAULT '',
  `balance_required_for_payment` int(6) NOT NULL DEFAULT '0',
  `currency` varchar(5) NOT NULL DEFAULT '',
  `currency_type` varchar(4) NOT NULL DEFAULT '',
  `domain_fee` int(1) NOT NULL DEFAULT '0',
  `resolve_server` varchar(255) NOT NULL DEFAULT '',
  `run_domain_expire` char(3) NOT NULL DEFAULT '',
  `do_registrations` char(3) NOT NULL DEFAULT 'yes',
  `http_web` varchar(255) NOT NULL DEFAULT '',
  `server_root` varchar(255) NOT NULL DEFAULT '',
  `below_public` varchar(255) NOT NULL DEFAULT '',
  `default_reseller_cpanel_theme` varchar(255) NOT NULL DEFAULT '',
  `theme` varchar(255) NOT NULL DEFAULT '',
  `strong_security` char(2) NOT NULL DEFAULT '',
  `phpbb_active` char(2) NOT NULL DEFAULT '',
  `input_style` varchar(255) NOT NULL DEFAULT '',
  `button_style` varchar(255) NOT NULL DEFAULT '',
  `copyright` varchar(255) NOT NULL DEFAULT '',
  `get_mib_news` varchar(255) NOT NULL DEFAULT '',
  `email_support` varchar(255) NOT NULL DEFAULT '',
  `activate_support` char(3) NOT NULL DEFAULT 'yes',
  `activate_serverstats` char(3) NOT NULL DEFAULT 'yes',
  `email_admin` varchar(255) NOT NULL DEFAULT '',
  `http_web_tools` varchar(255) NOT NULL DEFAULT '',
  `http_admin` varchar(255) NOT NULL DEFAULT '',
  `http_admin_tools` varchar(255) NOT NULL DEFAULT '',
  `http_images` varchar(255) NOT NULL DEFAULT '',
  `server_backup` varchar(255) NOT NULL DEFAULT '',
  `resolver_log` varchar(255) NOT NULL DEFAULT '',
  `server_tools` varchar(255) NOT NULL DEFAULT '',
  `server_admin_inc` varchar(255) NOT NULL DEFAULT '',
  `server_inc` varchar(255) NOT NULL DEFAULT '',
  `server_admin` varchar(255) NOT NULL DEFAULT '',
  `server_admin_tools` varchar(255) NOT NULL DEFAULT '',
  `local_lang` varchar(255) NOT NULL DEFAULT 'english',
  `invoice_notice_period` int(11) NOT NULL DEFAULT '0',
  `tos_agreement` varchar(255) NOT NULL DEFAULT '',
  `session_expire` int(3) NOT NULL DEFAULT '36',
  `cont_resolve` int(1) NOT NULL DEFAULT '0',
  `resolve_works` int(1) NOT NULL DEFAULT '0',
  `use_enom` int(1) NOT NULL DEFAULT '0',
  `enom_user` varchar(255) NOT NULL DEFAULT '',
  `enom_pass` varchar(255) NOT NULL DEFAULT '',
  `enom_ip` varchar(22) NOT NULL DEFAULT '',
  `send_reminders` int(1) NOT NULL DEFAULT '1',
  `enable_debugging` tinyint(1) NOT NULL DEFAULT '1',
  `charset` varchar(25) NOT NULL DEFAULT 'en-iso-8859-1',
  `ip_restrict` char(3) NOT NULL DEFAULT 'no',
  `allow_proxy` char(3) NOT NULL DEFAULT 'no',
  `maintenance` char(3) NOT NULL DEFAULT 'no',
  PRIMARY KEY (`site_title`),
  KEY `site_name` (`site_name`),
  KEY `currency` (`currency`),
  KEY `currency_type` (`currency_type`),
  KEY `domain_fee` (`domain_fee`),
  KEY `resolve_server` (`resolve_server`),
  KEY `run_domain_expire` (`run_domain_expire`),
  KEY `http_web` (`http_web`),
  KEY `server_root` (`server_root`),
  KEY `server_deploy` (`below_public`),
  KEY `default_reseller_cpanel_theme` (`default_reseller_cpanel_theme`),
  KEY `theme` (`theme`),
  KEY `strong_security` (`strong_security`),
  KEY `phpbb_active` (`phpbb_active`),
  KEY `input_style` (`input_style`),
  KEY `button_style` (`button_style`),
  KEY `copyright` (`copyright`),
  KEY `get_mib_news` (`get_mib_news`),
  KEY `email_support` (`email_support`),
  KEY `http_web_tools` (`http_web_tools`),
  KEY `http_admin` (`http_admin`),
  KEY `http_admin_tools` (`http_admin_tools`),
  KEY `http_images` (`http_images`),
  KEY `server_backup` (`server_backup`),
  KEY `resolver_log` (`resolver_log`),
  KEY `server_tools` (`server_tools`),
  KEY `server_admin_inc` (`server_admin_inc`),
  KEY `server_inc` (`server_inc`),
  KEY `server_admin` (`server_admin`),
  KEY `server_admin_tools` (`server_admin_tools`),
  KEY `local_lang` (`local_lang`),
  KEY `balance_required_for_payment` (`balance_required_for_payment`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Config Table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `config`
--

LOCK TABLES `config` WRITE;
/*!40000 ALTER TABLE `config` DISABLE KEYS */;
INSERT INTO `config` VALUES ('M201Z2RpZXpkcCtaTnE1UGVnMlRuQlJZSXZUTDNJWmhHMlVuQTNxRjdIMGdPK1ZsejJJTg==','extremewebmedia.com','ewmhost.com',50,'$','USD',0,'66.94.234.13','yes','yes','http://ewmhost.com/billing','/home/ifrantic/public_html/billing','/home/ifrantic/mib_data','x','blue','no','no','style=\"font-family:verdana, arial, helvetica; font-size: 8pt; border-style: solid; border-color: 000000; border-width: 1pxl; background-color: ffffff\"','style=\"font-family:verdana, arial, helvetica; font-size: 8pt; border-style: solid; border-color: 000000; border-width: 1pxl; background-color: dbedf9; font-weight: 800\"','<FONT COLOR=\"#ffffff\" SIZE=\"-2\" FACE=\"Verdana\">© 2002 Benchmark Designs, LLC.</FONT>','http://benchmarkdesigns.net/mib_news.nfo','support@extremewebmedia.com','yes','yes','support@extremewebmedia.com','http://ewmhost.com/billing/tools','http://ewmhost.com/billing/admin','http://ewmhost.com/billing/admin/tools','http://ewmhost.com/billing/admin/themes/blue/images','/home/ifrantic/mib_data/dbbackup','/home/ifrantic/mib_data/resolver_logs','/home/ifrantic/public_html/billing/tools','/home/ifrantic/public_html/billing/admin/themes/blue','/home/ifrantic/public_html/billing/inc','/home/ifrantic/public_html/billing/admin','/home/ifrantic/public_html/billing/admin/tools','english',1296000,'http://ewmhost.com/billing/tos.php',48,0,0,0,'','','',0,1,'en-iso-8859-1','no','no','no');
/*!40000 ALTER TABLE `config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `domains`
--

DROP TABLE IF EXISTS `domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `domains` (
  `dom_id` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `tld_cost` float NOT NULL DEFAULT '0',
  `domain_name` varchar(255) NOT NULL DEFAULT '',
  `purchase_rc` varchar(25) NOT NULL DEFAULT '',
  `purchase_text` varchar(255) NOT NULL DEFAULT '',
  `modifyns_rc` varchar(25) NOT NULL DEFAULT '',
  `modifyns_text` varchar(255) NOT NULL DEFAULT '',
  `created` int(15) NOT NULL DEFAULT '0',
  `expires` int(15) NOT NULL DEFAULT '0',
  `order_id` varchar(255) NOT NULL DEFAULT '',
  `password` text NOT NULL,
  `status` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`dom_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `domains`
--

LOCK TABLES `domains` WRITE;
/*!40000 ALTER TABLE `domains` DISABLE KEYS */;
/*!40000 ALTER TABLE `domains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_templates`
--

DROP TABLE IF EXISTS `email_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `email_templates` (
  `emid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `attr_avail` text NOT NULL,
  `default_email` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`emid`)
) ENGINE=MyISAM AUTO_INCREMENT=113 DEFAULT CHARSET=latin1 COMMENT='DO NOT EDIT DIRECTLY OR YOUR SYSTEM WILL BREAK IF YOU DO.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `email_templates`
--

LOCK TABLES `email_templates` WRITE;
/*!40000 ALTER TABLE `email_templates` DISABLE KEYS */;
INSERT INTO `email_templates` VALUES (1,'Domain Unresolved - 48hrs','[1] {{domain_name}} not yet resolved, Action Required','{{first_name}},\r\n{{domain_name}} that was installed on {{installed_date}} has not yet resolved to our servers.\r\n\r\nPlease check and make sure your domain name is pointed to the following nameservers:\r\n\r\nPrimary: \r\n{{ns1}}\r\n{{ns1_ip}}\r\n\r\nSecondary:\r\n{{ns2}}\r\n{{ns2_ip}}\r\n\r\nWe run checks on {{domain_name}} every 8 hours to see when and if it is pointing properly to our servers.\r\n\r\nIf your domain has not resolved in the next 48 hours, you may receive another email identical to this one.\r\n\r\nThis message was generated on: {{generate_date}}','{{first_name}}|{{domain_name}}|{{ns1}}|{{ns1_ip}}|{{ns2}}|{{ns2_ip}}|{{generate_date}}|{{installed_date}}|',''),(2,'Successfully Resolved','[2] Your Domain, {{domain_name}} has Resolved to our Server','Hello {{first_name}},\r\n\r\nYour website, {{domain_name}}  is up and running!\r\n\r\nWe recommend saving and printing this email for your records.\r\n\r\nIf you cannot see your website yet, you may need to wait another 24 hours \r\nfor it to resolve (show up) on your ISP\\\'s servers. You should see a coming\r\nsoon page until you replace the index.html page on the site.\r\n\r\nYou can set up your email using Outlook Express or any other mail client\r\nusing these settings:\r\n\r\nPOP Server: mail.{{domain_name}} \r\nSMTP Server: mail.{{domain_name}} or the SMTP server of your ISP.\r\n(we recommend using the SMTP of your ISP for trouble free sending)\r\n\r\n\r\n===============================================\r\n\r\nAs the site administrator, you have the privilege to publish the site\r\nhomepage and manage email accounts. You may also use our Member Zone\r\ncontrol panel to access other features with your website:\r\n\r\nAdd / Modify / Delete Email Accounts\r\nManage & Create MySQL Databases\r\nView Your Bandwidth\r\nand so much more.....\r\n\r\nControl Panel can be accessed at:\r\n\r\nhttp://{{domain_name}}:2082 \r\nor\r\nhttp://{{domain_name}}/cpanel\r\n\r\nYour Username is: {{username}}\r\nYour Password is: {{password}}\r\n\r\nI.    Uploading Your Web Files\r\n-----------------------------------------------------------------\r\n\r\nYour homepage must be created and ready before you can upload your\r\nfiles. To name your web files, only lower case characters from a-z,\r\nnumbers from 0-9, and the underscore (_). Do not place spaces in\r\nyour file names and/or directories.\r\n\r\nYour initial page must be named \\\'index.html\\\'. Ensure that this first\r\npage of your web site is named correctly or else your web site will\r\nnot appear. Any other page linked to the \\\'index\\\' page can be named\r\nby you freely.\r\n\r\nOur web servers are configured so that your homepage can be viewed\r\nwith or without \\\'www\\\' at http://www.{{domain_name}}/ OR \r\nhttp://{{domain_name}}/.\r\n\r\nThis hosting package does not include FrontPage server extensions. If\r\nyour web contains any webbot components that require the server \r\nextensions you may encounter a publishing error. \r\n\r\nFTP (File Transfer Protocol)\r\n-----------------------------------------------------------------\r\n\r\nThe FTP (File Transfer Protocol) file transfer system is versatile\r\nas well as extremely useful. You can rename your files, upload,\r\ndownload, and manage most aspects of your account via FTP. If you are\r\nusing a Web authoring software package that handles the uploading of\r\nfiles to the server, such as Navigator Gold, then the correct\r\nconfiguration may be somewhat different. The following instructions\r\nassume that you are dialed up to your Internet Service Provider as\r\nyou normally are when browsing the web.\r\n\r\nTo upload your HTML documents follow these steps: \r\n\r\n1. Acquiring FTP Software \r\n\r\nWe recommend the use of WS-FTP LE 32 Bit which can be acquired at\r\nwww.ipswitch.com or www.tucows.com.\r\n\r\n2. Connecting and logging in via FTP \r\n\r\nDifferent graphical FTP programs will vary somewhat in their\r\ninterfaces and menu layouts, but are generally similar enough that\r\nthe following instructions will apply. Every FTP client will have a\r\nplace (a dialog box which automatically appears, or a menu selection\r\nwhich brings up such a box) where you enter information regarding\r\nwhich server on the Internet you want to hook up to. You may have to\r\nhit a button labeled \\\'Connect\\\' in order to get this box to come up.\r\nWhen you have found this box in your particular client, there are\r\nthree crucial pieces of information needed to log you in to your\r\naccount as the account owner. They are:\r\n\r\nHost Name = {{domain_name}}  \r\nUsername = {{username}} \r\nPassword = {{password}}\r\n\r\nOther settings to watch out for\r\n\r\n\\\'Anonymous Login\\\' checkbox - Some FTP programs have a checkbox\r\nlabeled \\\'Anonymous Login\\\', or something similar. You want to be sure\r\nthat this box is unchecked. Having this box inadvertently checked\r\nwill cause your client to log in as an anonymous user instead of the\r\naccount owner, even if you have entered your userid and password in\r\nthe appropriate places.\r\n\r\nInitial Directories - Sometimes having values in boxes which specify\r\nInitial Directories can cause your connection attempt to fail. It is\r\nbest to leave these boxes blank, or delete any default values which\r\nyou may find there.\r\n\r\nWhen uploading, please make sure your initial directory is public_html.\r\n\r\nHost Type - Generally \\\'Auto-detect\\\' is a safe value to have as the\r\nHost Type, but if it doesn\\\'t work use UNIX.\r\n\r\nWith these settings in place, click the Ok or Connect button to\r\nconnect to your web server. \r\n\r\n3. Root www level \r\n\r\nOnce you are logged in to the FTP server you be placed at the root\r\nor www level indicated by \\\'/\\\' in the remote site location box. The\r\nlocal system is your computer and the remote site is the web server.\r\n\r\n4. Moving files back and forth \r\n\r\nThe next step is to locate your files on your computer in the left\r\nset of list boxes. Select the files you wish to upload in the local\r\nmachine list boxes on the left portion of your screen. Next, click\r\nthe Copy, Transfer or arrow button to upload your files. \r\n\r\nThe procedure for retrieving files from your account is the same as\r\ndownloading, you just select the source and destinations in different\r\nlist boxes. \r\n\r\nIf you edit/make changes to a page, upload it to the remote server\r\nand overwrite the old file so that the updated page will appear on\r\nthe web. If changes cannot be seen after you have uploaded new \r\ncontent to your website, please try clearing your browser cache.\r\n\r\n===============================================\r\n\r\nosCommerce information (if applicable)\r\n\r\nIf you signed up for a TEP Special package, your script is located\r\nhere:\r\n\r\nCatalog:\r\nhttp://{{domain_name}}/default.php\r\n\r\nAdmin Section:\r\nhttp://{{domain_name}}/admin/index.php\r\n\r\nThis section has not been password protected.  You are able to\r\ndo this thru the control panel using WebProtect.\r\n\r\n===============================================\r\n\r\nOther Important Information:\r\n\r\nthe path to perl is #!/usr/bin/perl\r\nThere may be some instances where the following path\r\nwill work:\r\n#!/usr/local/bin/perl\r\n\r\n\\\"/home/{{username}}/public_html\\\" \r\nIs the absolute path for any cgi or php you setup. \r\n\r\n\r\nSendmail path is /usr/sbin/sendmail \r\n===============================================\r\n\r\nIf you have any questions, feel free to send them in.\r\n\r\nThank You.\r\n\r\nWeb Support Team\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{username}}|{{password}}|{{first_name}}|{{generate_date}}|',''),(3,'Domain Stopped Resolving','[3] {{domain_name}} has stopped responding to your servers','Hello,\r\n\r\nThe domain, {{domain_name}}, stopped resolving to the server {{server}}.\r\n\r\nYou may want to contact the owner to see if one of the \r\nfollowing has occurred:\r\n\r\n1) cancelled service and failed to notify\r\n2) domain has expired and they did not renew\r\n3) worst case, the server is down\r\n\r\nThis email will not repeat.  You will only be notified\r\nagain if the domain starts to resolve back to the server.\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{server}}|{{generate_date}}|',''),(4,'Domain Resolve Report','[4] Domain Resolve Report: {{generate_date}}','Here are the results of the last resolve run performed from your website database.\r\n\r\nTotal Resolved Domains: {{number_resolved}}\r\n\r\nList of Resolved and Emailed Domains:\r\n{{successful_domain_list}}\r\n\r\n-----------------------------\r\n\r\nTotal Unresolved Domains: {{number_unresolved}}\r\n\r\nUnresolved Domain List:\r\n{{unsuccessful_domain_list}}\r\n\r\n-----------------------------\r\n\r\nTotal Stopped Resolving Domains: {{stopped_responding}}\r\n\r\nStopped Responding Domain List:\r\n{{stopped_responding_list}}\r\n\r\n-----------------------------\r\n\r\nTotal Domains That Expire In 30 Days: {{x30_day_ct}}\r\n\r\n30 Day Expire List:\r\n{{x30_day_list}}\r\n\r\n-----------------------------\r\n\r\nTotal Domains That Expire In 5 Days: {{x5_day_ct}}\r\n\r\n5 Day Expire List:\r\n{{x5_day_list}}\r\n\r\n-----------------------------\r\n\r\nTotal Exipired Domain This Run: {{expired_ct}}\r\n\r\nExpired Domain List:\r\n{{expired_list}}\r\n\r\n-----------------------------\r\n\r\nThank you,\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{generate_date}}|{{number_resolved}}|{{successful_domain_list}}|{{number_unresolved}}|{{unsuccessful_domain_list}}|{{stopped_responding}}|{{stopped_responding_list}}|{{x30_day_ct}}|{{x30_day_list}}|{{x5_day_ct}}|{{x5_day_list}}|{{expired_ct}}|{{expired_list}}|',''),(5,'Server: Add new server','[5] A new server was added [ {{server_name}} ]','Hello,\r\n\r\nThis is just to confirm that a new server has been added to the system.\r\n\r\nDetails:\r\n\r\nName: {{server_name}}\r\nIP: {{server_ip}}\r\nPrimary NS: {{primary_ns}}\r\nPrimary NS IP: {{primary_ns_ip}}\r\nSecondard NS: {{secondary_ns}}\r\nSecondard NS IP: {{secondary_ns_ip}}\r\nMaximum Accounts: {{max_accounts}}\r\n\r\nKeep this for your records.\r\n\r\nThank You.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{server_name}}|{{server_ip}}|{{primary_ns}}|{{primary_ns_ip}}|{{secondary_ns}}|{{secondary_ns_ip}}|{{max_accounts}}|{{generate_date}}|',''),(6,'Max. Clients/Server Reached','[6] Maximum Clients Reached on {{previous_active_server_name}}','Hello,\r\n\r\nYou have reached {{max_clients}} clients on {{previous_active_server_name}}. The server is full.\r\n\r\nThe AutoPilot successfully switched {{new_active_server_name}} to the {{server_role}} server.\r\n\r\nYou will need to login to the system and define the next active server.\r\n\r\nThank You.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{max_clients}}|{{previous_active_server_name}}|{{new_active_server_name}}|{{server_role}}|{{generate_date}}|',''),(7,'New Client Installed','[7] {{domain_name}} {{active_server_name}} [ {{generate_date}} ]','Hello,\r\n\r\nOn {{order_date}}, a new client {{active_server_name}}\r\n\r\nHere are the details:\r\n\r\nClient: {{first_name}} {{last_name}}\r\nEmail: {{email_address}}\r\nHow did you find us: {{how_found}}\r\nDomain: {{domain_name}}\r\nPackage Ordered: {{hosting_package}}\r\n{{addons}}{{pns1}}\r\n{{pns2}}\r\nPayment Type: {{payment_gateway}}\r\n{{coupon}}\r\nTotal Due Today: {{total_due_today}}\r\n\r\nThis order will rebill at a rate of {{total_reoccur}} {{payment_term}}\r\n\r\n{{client_notes}}\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{order_date}}|{{active_server_name}}|{{first_name}}|{{last_name}}|{{domain_name}}|{{hosting_package}}|{{addons}}|{{payment_gateway}}|{{total_due_today}}||{{generate_date}}|{{total_reoccur}}|{{payment_term}}|{{email_address}}|{{how_found}}|{{coupon}}|{{pns1}}|{{pns2}}|{{client_notes}}|',''),(8,'Order Received','[8] Your Hosting ORDER has been received for {{domain_name}}','Hello,\r\n\r\nWe have received your hosting ORDER and will be processing it shortly.\r\n\r\nThe details of this ORDER are below:\r\n\r\nFirst Name: {{first_name}} {{last_name}}\r\nEmail: {{email_address}}\r\nHow did you find us: {{how_found}}\r\nDomain Name: {{domain_name}}\r\nPackage Ordered: {{hosting_package}}\r\n{{addons}}{{pns1}}\r\n{{pns2}}\r\nPayment Gateway: {{payment_gateway}}\r\n{{coupon}}\r\nTotal Due Today: {{total_due_today}}\r\n\r\nThis ORDER will rebill at a rate of {{total_reoccur}} {{payment_term}}\r\n\r\nYou should receive an email FROM us within the next 24 hours with more information. \r\n\r\n{{client_notes}}\r\n\r\nThank You.\r\n\r\nWeb Host Support\r\n\r\nThis message was generated on: {{generate_date}}','{{first_name}}|{{last_name}}|{{domain_name}}|{{hosting_package}}|{{addons}}|{{payment_gateway}}|{{total_due_today}}|{{total_reoccur}}|{{payment_term}}|{{generate_date}}|{{email_address}}|{{how_found}}|{{coupon}}|{{pns1}}|{{pns2}}|{{client_notes}}| ',''),(9,'Hosting Order Active: DNS email','[9] Your Hosting Order for {{domain_name}} is Active','Hello,\r\n\r\nYour domain, {{domain_name}} has been installed and is ready for you to take some steps to finalize this process.\r\n\r\nPlease make sure the domain nameservers for this domain are set to:\r\n\r\n{{primary_ns}}\r\nresolves to {{primary_ns_ip}}\r\n\r\n{{secondary_ns}}\r\nresolves to {{secondary_ns_ip}}\r\n\r\nSome registrars do not require the use of the nameserver IPs, they are only provided if they are needed.\r\n\r\nWe monitor your domain for resolvement, automatically, every 8 hours.  As soon as your domain is resolving to our server, you will receive your welcome email with the needed information so you can get started.\r\n\r\nDon\\\'t hestiate to contact us if you have any questions.\r\n\r\nThank You.\r\n\r\nWeb Host Support\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{primary_ns}}|{{primary_ns_ip}}|{{secondary_ns}}|{{secondary_ns_ip}}|{{generate_date}}|',''),(10,'Hosting Account Installed - Client Email','[10] {{domain_name}} has been installed on our servers','Your new site, on our servers, is now fully operational and awaits publication of your code!\r\n \r\n------------------------------------------------------\r\nYOUR NEW HOSTING ACCOUNT INFORMATION\r\n------------------------------------------------------\r\n\r\nDomain: {{domain_name}}\r\n\r\nTemporary Web Path: http://{{ip}}/~{{whm_username}}/ \r\n(until your domain name resolves, use this link to access your site)\r\n\r\nIP: {{ip}}\r\n\r\nUsername: {{whm_username}}\r\n\r\nPassword: {{whm_password}} (please note password is CaSe SeNsItIvE)\r\n\r\nSMTP/POP3 mail server: mail.{{domain_name}}\r\n* email will not work until your domain resolved to our servers.\r\n\r\n------------------------------------------------------\r\n               IMPORTANT INFORMATION\r\n------------------------------------------------------\r\n\r\nClient Area Login:\r\n\r\nUsername: {{clientarea_username}}\r\nPassword: {{clientarea_password}}\r\nLogin Area: {{clientarea_loginlink}} \r\n\r\nCPanel Login:\r\nUsing CPanel, you can completely administer your new web hosting account! Login and check it out.\r\n\r\nhttp://{{ip}}/cpanel\r\n\r\nUsername: {{whm_username}}\r\nPassword: {{whm_password}} (please note password is CaSe SeNsItIvE)\r\n\r\nIf this account will use a transferred domain name, please update the DNS at your registrar to use the following servers:\r\n\r\n{{primary_ns}} {{primary_ns_ip}}\r\n{{secondary_ns}} {{secondary_ns_ip}}\r\n\r\nThank you for your order!\r\n\r\nWeb Support Team\r\n\r\nThis message was generated on: {{generate_date}}','{{ip}}|{{whm_username}}|{{whm_password}}|{{domain_name}}|{{primary_ns}}|{{primary_ns_ip}}|{{secondary_ns}}|{{secondary_ns_ip}}|{{generate_date}}|{{clientarea_username}}|{{clientarea_password}}|{{clientarea_loginlink}}|{{installed_on_server}}|{{server_location}}',''),(24,'Cancel Account: Request Cancel','[24] {{domain_name}} Requests Cancellation','Hello,\r\n\r\nDomain, {{domain_name}} has requested to cancel their hosting\r\naccount and billing record.\r\n\r\nReason for cancellation:\r\n{{reason_for_cancel}}\r\n\r\nPlease login to the admin section to process this cancellation.\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{generate_date}}|{{reason_for_cancel}}|\r\n',''),(12,'Affiliate Status Request','[12] Client requests affiliate status','Hello,\r\n\r\nOn {{generate_date}}, {{client_name}} has requested an affiliate ID\r\nto start referring clients to your website.\r\n\r\nPlease login to your admin section and choose \\\'User Approval\\\' from\r\nthe affiliate menu and approve or deny this request.\r\n\r\nThank you.\r\n\r\nYour AutoPilot','{{generate_date}}|{{client_name}}|',''),(13,'Affiliate Status Approval','[13] Affiliate Status Approved','Hello,\r\n\r\nOn {{generate_date}}, your request for affiliate status was approved\r\nby the site administrator.\r\n\r\nPlease visit {{login_path}} and login to your client\r\narea to view your affiliate area.\r\n\r\nFrom within the affiliate center, you can view all plans that have \r\naffiliate commissions, generate automatic links to refer and, view\r\nyour referral history.\r\n\r\nIf you have any questions, don\\\'t hestiate to contact the system admin.\r\n\r\nThank you.\r\n\r\nWeb Site Support','{{generate_date}}|{{login_path}}|{{client_name}}|',''),(14,'Affiliate Status Denied','[14] Affiliate Request Denied','Hello,\r\n\r\nOn {{generate_date}}, your request for affiliate status was denied\r\nby the site administrator.\r\n\r\nPlease allow at least {{minimum_period_to_reapply}} days to go by before\r\nrequesting affiliate status again.\r\n\r\nIf you have any questions regarding this decision, please contact the\r\nsite admin.\r\n\r\nThank You.\r\n\r\nWeb Site Support','{{generate_date}}|{{minimum_period_to_reapply}}|',''),(21,'Domain Expire: 5 Day Notice','[21] Your domain expires in 5 days or less','Hello,\r\n\r\nYour domain, {{domain_name}} is set to expire on {{expire_date}}.\r\n\r\nThis is a friendly reminder that if your domain expires, your\r\nwebsite and email will fail to work.\r\n\r\nAfter you have renewed your domain, please login to your client\r\narea and update the expiration date for {{domain_name}}.\r\n\r\nThank You.\r\n\r\nWeb Support Team\r\n\r\nThis message was generate on : {{generate_date}}','{{domain_name}}|{{expire_date}}|{{generate_date}}|',''),(16,'New Refered Client Notification','[16] {{first_name}} just signedup for {{hosting_package}}','Hello,\r\n\r\nOn {{generate_date}}, {{first_name}} {{last_name}} signed up for\r\n{{hosting_package}}, referred by you.\r\n\r\nPlease login to your client area to view the monthly commission or \r\none time payout for this referral.\r\n\r\nThank you for the referral.\r\n\r\nWeb Site Support','{{first_name}}|{{last_name}}|{{hosting_package}}|{{generate_date}}|',''),(17,'Monthly Affiliate Report','[17] Monthly Affiliate Status Report','Hello,\r\n\r\nBelow you will find your affiliate activity for the month of {{reporting_month}}\r\n\r\n=============================\r\nREFERRALS THIS MONTH: {{referrals_this_month}}\r\n\r\nCURRENT AFFILIATE BALANCE: {{affiliate_balance}}\r\n\r\nTotal Monthly Commissions: {{total_monthly}}\r\nTotal One Time Payouts: {{total_onetimers}}\r\n=============================\r\n\r\nTo view all referrals on your account, please visit your client area and click\r\non the link to the affiliate center.\r\n\r\nThank you.\r\n\r\nWeb Site Support','{{reporting_month}}|{{referrals_this_month}}|{{affiliate_balance}}|{{total_monthly}}|{{total_onetimers}}|{{generate_date}}|',''),(20,'Domain Expire: 30 Day Notice','[20] Your domain expires in 30 days or less','Hello,\r\n\r\nYour domain, {{domain_name}} is set to expire on {{expire_date}}.\r\n\r\nThis is a friendly reminder that if your domain expires, your\r\nwebsite and email will fail to work.\r\n\r\nAfter you have renewed your domain, please login to your client\r\narea and update the expiration date for {{domain_name}}.\r\n\r\nThank You.\r\n\r\nWeb Support Team\r\n\r\nThis message was generate on : {{generate_date}}','{{domain_name}}|{{expire_date}}|{{generate_date}}|',''),(19,'Monthly Admin Affiliate Report','[19] Monthly Affiliate Activity Report','Below is a summary for {{reporting_month}} affiliate activity\r\n\r\nNew Affiliates: {{new_affiliates_for_reporting_month}}\r\nNew Referrals: {{new_referrals_for_reporting_month}}\r\n\r\nSummary of All Affiliates\r\n\r\n#,	Affiliate Name,		Affiliate ID,	Total Referrals [total],	Balance\r\n{{summary_of_all_affiliates}}\r\nDetail Listing of Affiliate Referrals\r\n\r\nAffiliate ID,	Affiliate Name\r\n{{detail_listing_of_affiliate_referrals}}\r\n\r\nThank You\r\n\r\nYour AutoPilot','{{reporting_month))|{{new_affiliates_for_reporting_month}}|{{new_referrals_for_reporting_month}}|{{summary_of_all_affiliates}}|{{detail_listing_of_affiliate_referrals}}|',''),(22,'Domain Expire: Expired','[22] Your domain has expired','Hello,\r\n\r\nYour domain, {{domain_name}} expired on {{expire_date}}.\r\n\r\nThis is a friendly reminder that since your domain expired, your\r\nwebsite and email have failed to work.\r\n\r\nIf you have renewed your domain, please login to your client\r\narea and update the expiration date for {{domain_name}}.\r\n\r\nThank You.\r\n\r\nWeb Support Team\r\n\r\nThis message was generate on : {{generate_date}}','{{domain_name}}|{{expire_date}}|{{generate_date}}|',''),(23,'Domain Expire: Invalid Expire Date','[23] Invalid Expiration date','Hello,\r\n\r\nOur records indicate you have put in an invalid expiration date\r\nfor {{domain_name}}.  \r\n\r\nSo we can keep you notified, please login to your client\r\narea and update the expiration date for {{domain_name}}.\r\n\r\nThank You.\r\n\r\nWeb Support Team\r\n\r\nThis message was generate on : {{generate_date}}','{{domain_name}}|{{expire_date}}|{{generate_date}}|',''),(25,'Cancel Account: Request Cancel Client Confirm','[25] Confirmation of Cancellation for {{domain_name}}','We have received your request to cancel hosting and billing\r\nfor {{domain_name}}.\r\n\r\nReason for Cancellation: \r\n{{reason_for_cancel}}\r\n\r\nYour cancellation will be processed shortly.\r\n\r\nWe appreciate your business and hope to see you again, soon.\r\n\r\nThank you.\r\n\r\nWeb Support Team\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{generate_date}}|{{reason_for_cancel}}|',''),(26,'Cancel Account: Request Revoked','[26] {{domain_name}} Has withdrawn their cancellation request','{{domain_name}} has requested to NOT cancel thier hosting account.\r\n\r\nPlease do not process this cancellation.\r\n\r\nReason for Reversing Cancellation: \r\n{{reason_for_revoke}}\r\n\r\nThank you.\r\n\r\nWeb Support Team\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{generate_date}}|{{reason_for_revoke}}|',''),(27,'Cancel Account: Account Cancelled','[27] Cancellation complete for {{domain_name}}','We have processed your request to cancel hosting and billing\r\nfor {{domain_name}}.\r\n\r\nReason for Cancellation: \r\n{{reason_for_cancel}}\r\n\r\nYour cancellation was completed on {{cancel_date_time}}.\r\n\r\nWe appreciate your business and hope to see you again, soon.\r\n\r\nThank you.\r\n\r\nWeb Support Team\r\n\r\nThis message was generated on: {{generate_date}}','{{domain_name}}|{{generate_date}}|{{reason_for_cancel}}|{{cancel_date_time}}|',''),(28,'Affiliate Commission Paid','[28] Your commission has been paid','Hello,\r\n\r\nThe site admin has just confirmed payment for your affiliate balance in the amount of {{payout_amount}}.  You should be receiving this payment shortly via PayPal or by check.\r\n\r\nThank you.\r\n\r\nWeb Team Support\r\n\r\nThis message was generated on: {{generate_date}}','{{payout_amount}}|{{generate_date}}|',''),(29,'Reports: Weekly Sales','[29] Weekly Sales Report','=================================================\r\nWEEKLY SALES REPORT FOR {{site_name}}\r\n=================================================\r\n\r\nTotal New Signups: [{{signup_count}}]\r\n\r\nDetail:\r\n\r\n{{new_signups}}\r\n\r\nThis message was generated on: {{generate_date}}','{{site_name}}|{{generate_date}}|{{new_signups}}|{{signup_count}}|',''),(30,'Reports: Revenue per Server','[30] Recurring Revenue per Server Report','=================================================\r\nRECURRING REVENUE PER SERVER FOR {{site_name}}\r\n=================================================\r\n\r\n{{server_details}}\r\n\r\nThis message was generated on: {{generate_date}}','{{site_name}}|{{server_details}}|{{generate_date}}|',''),(31,'Reports: Monthly New Accounts','[31] Monthly New Account Summary','=================================================\r\nNEW ACCOUNTS FOR {{site_name}} FOR {{month}}\r\n=================================================\r\n\r\nTotal New Signups: [{{signup_count}}]\r\n\r\nDetails:\r\n{{signup_details}}\r\n\r\nThis message was generated on: {{generate_date}}','{{site_name}}|{{month}}|{{signup_count}}|{{signup_details}}|{{generate_date}}|',''),(32,'Max. Clients/Server Reached - No Rotation','[32] {{server_name}} has reach capaicty','Hello,\r\n\r\nYou have reached {{max_accounts}} clients on {{server_name}}. The server is full.\r\n\r\nWe will continue to install accounts on this server until you login to the admin area and define a new active or manual install server.\r\n\r\nThank You.\r\n\r\nYour AutoPilot\r\n\r\nThis message was generated on: {{generate_date}}','{{max_accounts}}|{{server_name}}|{{generate_date}}|',''),(33,'Resend Password: Client Side','[33] Account Login Information','Greetings,\r\nSomeone, possibly you, requested account login information for this email address which is associated with a user account at {{site_name}}.\r\n\r\nBelow is your account information:\r\n	\r\nUsername: {{username}}\r\nPassword: {{password}}\r\n\r\nNetwork Operations Team\r\n{{site_name}}\r\n\r\nThis message was generated on: {{generate_date}}','{{generate_date}}|{{site_name}}|{{username}}|{{password}}|',''),(34,'Reseller Welcome Email','[34] Your reseller account has been activated, please save and print','Hello {{first_name}},\r\n\r\n////////~~~~~~~~~~[ DETAILS ]~~~~~~~~~~/////////\r\n\r\nYour Package: {{package}}\r\nTotal Quota: {{space}}\r\nTotal Bandwidth: {{bandwidth}}\r\nAccounts Included: {{accounts}}\r\n\r\nThis account is installed on {{server_name}}\r\n\r\n////////~~~~~~~~~~~~~~~~~~~~~~~~~~~/////////\r\n\r\nThe next areas describe how to access your WHM and cPanel.\r\n\r\nPlease print this email for your records.\r\n\r\n------------------------------------------------------------------------\r\nWeb Host Manager Quicky\r\n------------------------------------------------------------------------\r\nTo Create a new account:\r\n\r\nTo access your Web Host Manager, use the following address:\r\n\r\nhttp://{{ip}}:2086\r\n\r\nUsername: {{username}}\r\nPassword: {{password}}\r\n\r\nFirst thing you need to do is scroll down on the left and click on \\\'Add Package\\\'\r\nso that you can create your own hosting packages.  You cannot install a domain\r\nonto your account without a package created.\r\n\r\n1. - click on \\\'Create a New Account\\\' from the left hand side menu\r\n2. - put the domain in the \\\'Domain\\\' box (no www or http or spaces - just\r\ndomainname.com).  After putting in the domain, it will automatically\r\ncreate a username.\r\n\r\n3. - Your package selection should one that you created earlier\r\n4. - Then press the create button\r\n\r\nThis will create a confirmation page - right click in this area and\r\nselect print (for your records)\r\n\r\n------------------------------------------------------------------------\r\n\r\nPlease do not click on anything that you are not sure what it does.  Please do not\r\ntry to alter the WHM Theme from the selection box - fatal errors will occur.\r\n\r\nYour Domain Information:\r\n\r\nDomain: {{domain}}\r\nIp: {{ip}}\r\nUserName: {{username}}\r\nPassWord: {{password}}\r\n\r\nStarting Space for this domain: 50 megs.  If you need more space, that will deduct\r\nfrom your {{space}} allotted for your client accounts.\r\n\r\nFor FTP:\r\n\r\nHost Address: {{ip}} or {{domain}} if resolved\r\nUsername: {{username}}\r\nPassword: {{password}}\r\n\r\nTo log in to your CPanel (for hosting on this domain) use this address:\r\n\r\nhttp://{{ip}}:2082 or http://{{domain}}:2082 if it has resolved\r\n\r\nUsername: {{username}}\r\nPassword: {{password}}\r\n\r\nUse the IP address if your domain has not resolved to this server yet.\r\nThe http:// must be present in the address to access port :2082\r\n\r\nTo access your Web Host Manager, use the following address:\r\n\r\nhttp://{{ip}}:2086\r\n\r\nUsername: {{username}}\r\nPassword: {{password}}\r\n\r\nYour domain, when you chose one, or if you already have it registered\r\nneeds to point to the following nameservers:\r\n\r\n{{primary_nameserver}}\r\n---> {{primary_nameserver_ip}}\r\n{{secondary_nameserver}}\r\n---> {{secondary_nameserver_ip}}\r\n\r\nAll of your clients will need to point here as well to be hosted in your\r\nreseller block of the server.\r\n\r\nIf you ordered private label nameservers, here is the needed information to register them:\r\n\r\n{{primary_nameserver_reseller}} resolves to {{primary_nameserver_ip_reseller}}\r\n{{primary_nameserver_ip_reseller}} resolves to {{secondary_nameserver_ip_reseller}}\r\n\r\nPlease remember, these will require a server A Record to be created.  Please notify support as soon as these are registered or they will not work.\r\n\r\nThanks,\r\n\r\nSupport Team\r\nWeb Hosting Company\r\n\r\n\r\n============================================================\r\nBRIEF OVERVIEW / TUTORIAL of the WHM\r\n============================================================\r\n\r\nlot of the features in the WHM will be used daily, some may not ever be\r\nused at all. This email will explain the first few menu options on the left\r\nas soon as you login to your WHM.\r\n\r\nTo login, use the following method:\r\n\r\nhttp://{{ip}}:2086\r\n\r\nusername: {{username}}\r\npassword: {{password}}\r\n\r\nthe http:// must be in the address line to connect to port :2086\r\n\r\nLet\\\'s begin:\r\n\r\n============================================================================\r\nWeb Host Manager Tutorial / Explanation\r\n----------------------------------------------------------------------------\r\n\r\nThe web host manager (WHM) is your gateway to the server for installation\r\nand managing of your reseller accounts. I have broken down the WHM in\r\nsections below, with explanations of each feature and what it is good for.\r\n\r\nServer Setup\r\n------------------------------------------------\r\nSetup Remote Access Key\r\n------------------------------------------------\r\nThis function creates a secure key code that will allow perl programs (still\r\nin development) to communicate to your WHM to install,modify and delete\r\nclients without accessing the WHM.  This feature is something that is in\r\ndevelopment and would not be a used feature for your program at this time.\r\n\r\nServer Status\r\n------------------------------------------------\r\nServices Status\r\n------------------------------------------------\r\nThis will allow you to view the heath of the server, at any time.  By\r\nclicking on this link, you will be able to see all the server services\r\nrunning, their status and their usage.  Yellow lights are ok - red lights\r\nare acceptable as long as it is not for long periods of time.  We also\r\nmanage and view these services. If you see a problem, 99% of the time we are\r\nalready addressing it.\r\n\r\n------------------------------------------------\r\nServer Information\r\n------------------------------------------------\r\nThis allows you to see what makes the server.  The processors, hard drive,\r\nserver name, disk usage, etc.\r\n\r\nAccount Functions\r\n------------------------------------------------\r\nList Accounts\r\n------------------------------------------------\r\nThis shows all of your client domains, Server IP, Username, Install Date,\r\nand Space used.  This feature will not show you your clients QUOTA since you\r\nwill be modifying this (if needed) from the \\\'Quota Modification\\\' section\r\ndiscussed later.\r\n\r\n------------------------------------------------\r\nCreate a New Account\r\n------------------------------------------------\r\nThis one is pretty much self explanatory but there are some items that need\r\nto be looked out for while installing clients onto the server.\r\n\r\n1 - There cannot be any spaces before or after the domain name.  All that is\r\nneeded is this block is just the domain name (no www. or http://)\r\n\r\n2 - The username cannot start with a number or have any spaces or dashes in\r\nit.  If the username defaults to a name with a dash, remove the dash or\r\nerrors will occur when the user attempts to install scripts included in the\r\nCPanel.\r\n\r\nBad usernames: 123domai or 123-doma or domain-\r\nGood Usernames: domainco or domainxx or domainqt\r\n\r\nTry to keep the username all lower case, as well as the password when you\r\ncreate it.\r\n\r\nTo install a new account, follow these steps:\r\n\r\n1 - input the client domain into the domain box - this will automatically\r\ncreate a username after you press the TAB key when done.  If the username\r\nhas a - in it or starts with a number, please modify the username to be a\r\nclean, acceptable username.\r\n\r\n2 - Create password for the user.  This can be whatever you wish to have as\r\nthe password or the user can request a specific password when signing up for\r\nservices.  A good rule of thumb is to not use an everyday word or, if you\r\nuse an everyday word like \\\'tree\\\', modify it with a few numbers -\r\n\\\'tree78787\\\'.\r\n\r\n3 - Select your default package (there will only be one package in your\r\ndropdown) and press the create button at the top.\r\n\r\nYour default package will only install the account on 10 megs of space.  If\r\nyou need to modify this space, use the \\\'Quota Modification\\\' feature\r\nexplained later.\r\n\r\n********GOOD RULE OF THUMB***********\r\nAfter you press the create button, a confirmation page will come up showing\r\nthe domain installed, the IP, the username and password.  Right click on\r\nthis page and select the print option.  Keep this in your file for this user\r\nsince this will be your only record of the users original password.\r\n*************************************\r\n\r\n------------------------------------------------\r\nSkeleton Directory\r\n------------------------------------------------\r\nThis directory is where you would install a basic index.html page that would\r\nbe installed on all new domains after you have installed them -\r\nautomatically.  If you want to use this feature, you must first click on\r\nthis link to create the cpanel3-skel directory on your reseller domain.\r\n\r\n1 - Create a simple index.html page - Hosted by ______________________ or\r\nsomething a little more feature rich.  If you are using images, host the\r\nimages somewhere else and use full url links to the images IMG\r\nSRC=\\\"http://yourdomain.com/images/welcome.gif\\\".\r\n\r\n2 - FTP into your main domain and open the /cpanel3-skel folder.  Then open\r\nthe /public_html folder.\r\n\r\n3 - Upload your basic index.html page into this folder.  THAT\\\'S IT!\r\nEverytime you install an account, this index page will be installed onto\r\nthat domain.  Once the domain resolves, your page will be seen.  The user\r\ncan delete or replace them at their own desire.\r\n\r\n------------------------------------------------\r\nTerminate an Account\r\n------------------------------------------------\r\nPretty much self explanatory.  Only one word of caution - FILES ARE NOT\r\nRECOVERABLE AFTER TERMINATION.\r\n\r\n------------------------------------------------\r\nView Bandwidth Usage\r\n------------------------------------------------\r\nAgain, pretty much self explanatory.  This feature will give you a summary\r\nof all your clients bandwidth usage for the current month.  You have the\r\nability to preview previous months by clicking on the link at the top of the\r\nbandwidth page.  If you notice a client with a highlighted listing (yellow\r\nor red) - Keep an eye on them for they are using alot of bandwidth.\r\n\r\n------------------------------------------------\r\nLimit Bandwidth Usage\r\n------------------------------------------------\r\nIf you want to limit the bandwidth per account, you can do so here.  This is\r\ncounted in MEGS of bandwidth so make sure you use the following method:\r\n\r\nFor 1 GIG of Bandwidth, use 1024 megs, etc.\r\n\r\nOnce this account goes over 1 gig in bandwidth, a page will show up on their\r\ndomain stating bandwidth limit has been reached, contact system admin.  This\r\ngives you total control over bandwidth so nothing gets out of hand.\r\n\r\n------------------------------------------------\r\nSuspend or Unsuspend and account & List Suspended Accounts\r\n------------------------------------------------\r\nSelf explanatory area.  This will allow you to FREEZE a clients domain which\r\nwill product a customized (explained later) page on their website stating\r\nthey have been suspended, please contact system admin.\r\n\r\n------------------------------------------------\r\nModify Suspended Account Page\r\n------------------------------------------------\r\nClicking this will give you a form field with the HTML code of your \\\'Account\r\nSuspended\\\' page.  Create a standard \\\'account suspended\\\' web page (with full\r\nurl links to images) in a normal web design program. Cut and paste the\r\nsource into this box and press save.\r\n\r\n------------------------------------------------\r\nQuota Modification\r\n-------------------------------------------------\r\nAfter you install and account, and they have been assigned 10 megs on your\r\nreseller area - you can click here to alter that space to meet their needs.\r\nPretty much self explanatory once inside.  Find the domain, replace the 10\r\nwith what they purchases and press the submit button next to the box.\r\n\r\n------------------------------------------------\r\nPassword Modification\r\n------------------------------------------------\r\nIf a user misplaces or forgets their password, you can go here and either\r\nreset it to original (pull out copy of printout from account creation) or\r\nyou can make an entire new password for them.\r\n\r\n------------------------------------------------\r\nList Subdomains\r\n------------------------------------------------\r\nIf an account has been enabled to use sub-domains (unique IP required) - you\r\nwill be able to view all the sub-domains by clicking this link for all\r\naccounts in your reseller block.\r\n\r\n============================================================================','{{first_name}}|{{package}}|{{space}}|{{bandwidth}}|{{accounts}}|{{server_name}}|{{domain}}|{ip}}|{{username}}|{{password}}|{{generate_date}}|{{primary_nameserver}}|{{primary_nameserver_ip}}|{{secondary_nameserver}}|{{secondary_nameserver_ip}}|{{primary_nameserver_reseller}}|{{primary_nameserver_ip_reseller}}|{{secondary_nameserver_reseller}}|{{secondary_nameserver_ip_reseller}}|',''),(36,'Dedicated Server Activation','[36] Your Dedicated Server has been Activated and is Ready','Hello {{first_name}},\r\n\r\n////////~~~~~~~~~~[ DETAILS ]~~~~~~~~~~/////////\r\n\r\nServer Name: {{dedicated_server_name}}\r\n\r\nOperating System: {{dedicated_operating_system}}\r\nServer Specifications: {{dedicated_server_specs}}\r\n\r\nMain IP: {{dedicated_main_ip}}\r\nInitial IP Allocation: {{dedicated_ipblock_range}}\r\n\r\nRoot Access Password: {{dedicated_root_password}}\r\n\r\nThis servers rack location is: {{dedicated_rack_location}}\r\n\r\n////////~~~~~~~~~~~~~~~~~~~~~~~~~~~/////////\r\n\r\nThe next areas describe how to access your WHM\r\n\r\nAVAILABLE DOCUMENTATION:\r\n\r\nCPanel Manual: http://www.cpanel.net/docs/cp/\r\nWebHostManager Manual: http://www.cpanel.net/docs/whm/\r\n\r\nAutomate your client installs immediately after they order, visit:\r\nhttp://www.whmautopilot.com/autopilot.php\r\n\r\nPlease print this email for your records.\r\n\r\n------------------------------------------------------------------------\r\nFIRST STEPS TO GET THIS SERVER UP AND RUNNING\r\n------------------------------------------------------------------------\r\n\r\nThis server has been built to \\\'standard\\\' specifications and no specific\r\n\\\'user\\\' related information may be in place.\r\n\r\nStep One:\r\n\r\nLog into your Dedicated Servers ROOT WHM:\r\n\r\nhttps://{{dedicated_main_ip}}:2087/\r\n\r\nRoot Password: {{dedicated_root_password}}\r\nUsername: root\r\n\r\n[1] Click on \\\'Edit Setup\\\' on the left hand frame\r\n\r\n(A)--->	make sure primary and secondary nameservers are correct\r\n	If yes, assign an IP and create the A record (each)\r\n\r\n(B)--->	make sure hostname is correct.  If not, make a note and we\\\'ll discuss\r\n	how to change that later.\r\n\r\n(C)--->	If you have AOL IM, we highly recommend putting that information in\r\n	here so that you can be alerted via AOL IM if something has a problem.\r\n\r\nAfter all these have been reviewed, and found to be correct - click submit at the\r\nbottom of this page to save your changes to this area.\r\n\r\n[2] With the above done, and the A Records made for your private nameservers,\r\nyou will need to register those with your domain registrar.\r\n\r\n[3] Get to know your WHM by using the manual link above and please, if you do not\r\nknow what something does - do not click it.\r\n\r\nRemember, you have root access to this box and that access should never be shared\r\nnor given to anyone outside of your trust limits.  Root access controls all the \r\nconfigurations of the server and, with the wrong command or edit, can crash your \r\nserver and entail costs of $75 per man hour to correct.\r\n\r\n------------------------------------------------------------------------\r\nBASIC ROOT COMMANDS FOR A DEDICATED SERVER - USE AT YOUR OWN RISK\r\n------------------------------------------------------------------------\r\n\r\nThese commands are to be run in an SSH Window via login to port 22 as root\r\n\r\nA good program for this is called PuTTY\r\n\r\n-----------------------\r\nTo restart server	: reboot\r\nCheck Disk Usage	: dj -k\r\nStop HTTPD (apache)	: /etc/rc.d/init.d/httpd stop\r\nStart HTTPD (apache)	: /ect/rc.d/init.d/httpd start\r\nRestart HTTPD (apache)	: httpd restart\r\nView current processes	: top\r\nDisplay a file		: cat /path/to/filename\r\nEditing a file		: pico /path/to/filename\r\nDomain Name Lookup	: fwhois yourname.com\r\nPing IP/Domain		: ping domain.com or ping 000.000.000.000\r\nRecompile Apache	: /scripts/easyapache (use with caution)\r\nFixing Disk Quotas	: /scripts/fixquotas\r\n-----------------------\r\n\r\nBasic File/Script Locations on the server:\r\n\r\nAdmin control scripts	: /scripts\r\nAdmin control interface	: /scripts/admin\r\nWeb Account Directory	: /home/username/\r\nAccess/Error logs	: /usr/local/apache/logs\r\nDomain Access Logs	: /usr/local/apache/domlogs\r\nApache Conf File	: /etc/httpd/conf/httpd.conf\r\n\r\nWe ask that you use any script on the server with caution understanding\r\nthat anything you do affects all of your users on the server.  If there\r\nare any scripts/processes found on this server that breaches the AUP for\r\nthis service, they will be removed/stopped and you could lose root access\r\nto your server.\r\n\r\nIf you have any questions, please, don\\\'t hestiate to contact our support\r\nteam.\r\n\r\nThanks,\r\n\r\nSupport Team\r\nWeb Hosting Company','{{first_name}}|{{dedicated_rack_location}}|{{dedicated_root_password}}|{{dedicated_ipblock_range}}|{{dedicated_main_ip}}|{{dedicated_server_specs}}|{{dedicated_operating_system}}|{{dedicated_server_name}}|',''),(37,'Invoice Paid Successfully','[37] Hosting Invoice #{{invoice_number}} is paid','Greetings,\r\nOn {{date_paid}}, {{first_name}} {{last_name}} paid invoice #{{invoice_number}} in the amount of {{total_invoice_amount}}. \r\n\r\nPlease visit your AutoPilot for the invoice details.\r\n\r\nThanks\r\nYour AutoPilot\r\n\r\nThis email was generated on: {{generate_date}}','{{invoice_number}}|{{date_paid}}|{{first_name}}|{{last_name}}|{{invoice_number}}|{{total_invoice_amount}}|',''),(38,'Invoice Ready Notification to Client','[38] Your Invoice is Ready','Greetings {{first_name}},\r\n\r\nPlease visit the URL to view and pay this invoice.\r\n	\r\n{{pay_link}}\r\n\r\nThanks,\r\nWeb Support Team\r\n	\r\nThis email was generated on: {{generate_date}}','{{first_name}}|{{pay_link}}|{{generate_date}}|',''),(39,'Invoice Due in X Days Notice','[39] Your account is due in {{days_until_due}}','Greetings {{first_name}},\r\n\r\nYour account, {{domain_name}}, is due in {{days_until_due}} and will be billed for {{total_recuur}} via {{payment_processor}}.\r\n				\r\nNo action is required on your part, this is just a reminder.\r\n				\r\nThanks,\r\nWeb Support Team\r\n			\r\nThis email was generated on: {{generate_date}}','{{days_until_due}}|{{first_name}}|{{domain_name}}|{{total_recuur}}|{{payment_processor}}|{{generate_date}}|',''),(40,'Incomplete Order Notification','[40] You have incomplete orders','Hello, \r\nYou currently have {{incomplete_orders}} order(s) in the incomplete orders area of your AutoPilot. \r\n\r\nPlease login to your admin area to view/process these orders. \r\n\r\nThank you. \r\nYour AutoPilot \r\n\r\nThis message was generated on: {{generate_date}}','{{incomplete_orders}}|{{generate_date}}|',''),(41,'Daily Invoice Summary Report','[41] Daily Invoice Summary Report','Hello,\r\n\r\nBelow is a list of hosting order invoices in the system that are either past due or unpaid past due.\r\n\r\nPlease login to your admin area and go to the invoice management area to update the status of these invoices.\r\n\r\nSome of these may have just rotated into a new billing cycle and have been billed by the proper gateway.  If this has\r\nhappened, verify payment was made at the gateway and update the invoice as paid in your system.  Marking them as paid\r\nwill reset the next due date accordingly for the hosting order.\r\n\r\n*** Past Due Invoices as of {{generate_date}} Seperated by Payment Gateway ***\r\n\r\n{{mail_in_summary}}{{paypal_summary}}{{paysystems_summary}}{{authorize.net_summary}}{{2checkout}}{{worldpay_summary}}','{{generate_date}}|{{mail_in_summary}}|{{paypal_summary}}|{{paysystems_summary}}|{{authorize.net_summary}}|{{2checkout}}|{{worldpay_summary}}|',''),(42,'Daily Billable Service Invoice Summary Report','[42] Daily Invoice Summary Report','Hello,\r\n\r\nBelow is a list of billable service invoices in the system that are either past due or unpaid past due.\r\n\r\n*** UnPaid and Past Due Invoices as of {{generate_date}} Seperated by Payment Gateway ***\r\n\r\n{{mail_in_summary}}{{paypal_summary}}{{paysystems_summary}}{{authorize.net_summary}}{{2checkout}}{{worldpay_summary}}','{{generate_date}}|{{mail_in_summary}}|{{paypal_summary}}|{{paysystems_summary}}|{{authorize.net_summary}}|{{2checkout}}|{{worldpay_summary}}|',''),(43,'Domain Registration Notice','[43] Domain Registration Requested for {{domain_name}}','Hello Admin,\r\n\r\nOn, {{generate_date}}, {{first_name}} {{last_name}} ordered hosting that included the registration of a domain name.\r\n\r\nDomain: {{domain_name}}\r\nCost Agreed: {{domain_reg_price}} per year\r\n\r\nRegistrant Information:\r\n\r\n{{first_name}} {{last_name}}\r\n{{company_name}}\r\n{{address_1}}\r\n{{address_2}}\r\n{{city}} {{state}}, {{zip}}\r\n{{phone}}\r\n{{fax}}\r\n\r\nPlease register this domain for the client immediately and make sure the nameservers placed in at the time of order are:\r\n\r\n{{primary_ns}}\r\n{{primary_ns_ip}}\r\n\r\n{{secondary_ns}}\r\n{{secondary_ns_ip}}\r\n\r\nThis client has NOT been charged for this domain registration. Please login to your admin area after successful\r\nregistration and invoice the client from your non-hosting products area for this registration.\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nMessage Generated on: {{generate_date}}','{{domain_name}}|{{generate_date}}|{{first_name}}|{{last_name}}|{{domain_reg_price}}|{{company_name}}|{{address_1}}|{{address_2}}|{{city}}|{{state}}|{{zip}}|{{phone}}|{{fax}}|{{primary_ns}}|{{primary_ns_ip}}|{{secondary_ns}}|{{secondary_ns_ip}}|{{email_address}}|',''),(44,'Support Ticket Opened by Client','[44] {{first_name}} {{last_name}} has opened a new support ticket [ Ticket # {{ticket_number}} ]','Hello,\r\n\r\nA new support request has been logged by a user.\r\n\r\nHere are the details:\r\n\r\nTicket #{{ticket_number}}\r\n---------------------------\r\n{{ticket_details}}\r\n---------------------------\r\n\r\nPlease login to your admin area to respond to this ticket.\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nGenerated on {{generate_date}}','{{first_name}}|{{last_name}}|{{ticket_number}}|{{ticket_details}}|{{generate_date}}|',''),(45,'Client Reply to Support Ticket','[45] {{first_name}} {{last_name}} has replied to ticket [ Ticket # {{ticket_number}} ]','Hello,\r\n\r\nA response from the client has been made on the following ticket, details below:\r\n\r\nHere are the details:\r\n\r\nTicket #{{ticket_number}}\r\n---------------------------\r\n{{ticket_details}}\r\n---------------------------\r\n\r\nPlease login to your admin area to respond to this ticket.\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nGenerated on {{generate_date}}','{{first_name}}|{{last_name}}|{{ticket_number}}|{{ticket_details}}|{{generate_date}}|',''),(46,'Admin Reply to Support Ticket','[46] [ Ticket # {{ticket_number}} ] Reply to support ticket','Hello,\r\n\r\nBelow is the tech reply to your support request\r\n\r\nTicket #{{ticket_number}}\r\n---------------\r\n{{admin_reply_details}}\r\n---------------\r\n\r\n\r\nPlease do not reply directly to this email but login to your client area and update your request from your ticket\r\nmanagement area in that location.\r\n\r\nIf you feel this reply resolved your situation, please be sure to close your ticket from your client area.\r\n\r\nThank You.\r\n\r\nSupport Team\r\n\r\nGenerated on {{generate_date}}','{{admin_reply_details}}|{{ticket_number}}|{{ticket_details}}|{{generate_date}}|',''),(47,'Admin Domain Registration E-mail','[47] eNom Domain Registration - {{domain_name}}','Hello,\r\n\r\nBelow are the results of an automated registration through your eNom account.\r\n\r\nOrder ID: {{enom_order_id}}\r\nResponse:\r\n{{enom_response_code}}\r\n\r\nDomain Name: {{domain_name}}\r\nDomain Expiration: {{expiration_date}} * approximate date\r\n\r\nRegistrant Information:\r\n{{first_name}} {{last_name}}\r\n{{address_1}}\r\n{{address_2}}\r\n{{city}} {{state}} {{zip}} {{country}}\r\n{{phone}}\r\n{{fax}}\r\n\r\nIf this registration was successful, there are no actions needed on your part. If there was an error given in the response above, manual registration may need to be completed for this domain.\r\n\r\nThank You\r\n\r\nYour AutoPilot\r\n\r\nMessage Generated on: {{generate_date}}','{{domain_name}}|{{enom_order_id}}|{{enom_response_code}}|{{expiration_date}}|{{first_name}}|{{last_name}}|{{address_1}}|{{address_2}}|{{city}}|{{state}}|{{country}}|{{zip}}|{{phone}}|{{fax}}|{{generate_date}}|',''),(48,'Payment Processor Returned Transaction Data','[48] Gateway Response for {{domain_name}} from {{payment_gateway}}','Hello,\r\n\r\nBelow are the results for the hosting order for {{domain_name}} paid through {{payment_gateway}}.\r\n\r\nThis email should be used for troubleshooting any problems that may have arose during the order process or to be stored as a record of the inital response from the gateway.\r\n\r\n{{post_data}}\r\n\r\nThank you.\r\n\r\nYour AutoPilot\r\n\r\nGenerated on: {{generate_date}}','{{domain_name}}|{{payment_gateway}}|{{post_data}}|{{generate_date}}',''),(49,'Invalid Admin Login Attempt','[49] Invalid Admin Login on {{generate_date}}','Hello,\r\n\r\nOn {{generate_date}}, access to your admin area was attempted but failed.\r\n\r\nIP: {{users_ip}}\r\nUsername: {{username}}\r\nPassword Attempted: {{password_attempt}}\r\n\r\nThank you.\r\n\r\nYour AutoPilot.\r\n\r\nGenerated on: {{generate_date}}','{{generate_date}}|{{users_ip}}|{{username}}|{{password_attempt}}',''),(112,'Offline Credit Card Confirmation','[112] Confirmation Information for {{client_name}} on {{generate_date}}','Client Information:\r\n\r\n{{name}}\r\n{{address1}}\r\n{{city}}, {{state}}  {{zip}}\r\n{{country}}\r\n\r\nPhone: {{phone}}\r\nFax: {{fax}}\r\nEmail: {{email}}\r\n\r\n====================\r\nCard Number: {{cardnumber}}  Exp: {{cardexpmonth}} / {{cardexpyear}}\r\nCard Type: {{cardtype}}\r\n====================\r\n\r\nDomains: {{comments}}\r\nBilling Cycle: {{periodicity}}\r\n\r\nCharge Total Today: {{charge_total}}\r\nTotal to Reoccur: {{recurring_amount}}\r\n\r\n===========================','{{generate_date}}|{{client_name}}|{{comments}}|{{periodicity}}|{{cardnumber}}|{{cardtype}}|{{cardexpmonth}}|{{cardexpyear}}|{{name}}|{{address1}}|{{city}}|{{state}}|{{country}}|{{phone}}|{{fax}}|{{email}}|{{zip}}|{{charge_total}}|{{recurring_amount}}','');
/*!40000 ALTER TABLE `email_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hosting_order`
--

DROP TABLE IF EXISTS `hosting_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `hosting_order` (
  `oid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `next_due_date` text NOT NULL,
  `pid` bigint(22) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  `reseller` int(1) NOT NULL DEFAULT '0',
  `domain_name` varchar(255) NOT NULL DEFAULT '',
  `domain_registration` int(1) NOT NULL DEFAULT '0',
  `tld_id` bigint(22) NOT NULL DEFAULT '0',
  `domain_expire` varchar(10) NOT NULL DEFAULT '',
  `domain_lock` int(4) NOT NULL DEFAULT '0',
  `payment_method` varchar(10) NOT NULL DEFAULT '',
  `payment_term` varchar(25) NOT NULL DEFAULT '',
  `addon_choices` text NOT NULL,
  `ns1` varchar(255) NOT NULL DEFAULT 'undefined',
  `ns2` varchar(255) NOT NULL DEFAULT 'undefined',
  `total_due_today` float NOT NULL DEFAULT '0',
  `total_due_reoccur` float NOT NULL DEFAULT '0',
  `promotion_code` varchar(255) NOT NULL DEFAULT '',
  `referrer_id` varchar(255) NOT NULL DEFAULT '',
  `whm_username` varchar(10) NOT NULL DEFAULT '',
  `whm_password` varchar(32) NOT NULL DEFAULT '',
  `whm_id` bigint(22) NOT NULL DEFAULT '0',
  `ogcreate` int(40) DEFAULT NULL,
  `ip` varchar(255) NOT NULL DEFAULT 'undefined',
  `resolved` int(1) NOT NULL DEFAULT '0',
  `resolved_time` int(40) DEFAULT NULL,
  `ur_lock` int(1) NOT NULL DEFAULT '0',
  `ur_date` int(40) DEFAULT NULL,
  `postback` varchar(255) NOT NULL DEFAULT '',
  `afuid` bigint(22) NOT NULL DEFAULT '0',
  `reason_for_revoke` text NOT NULL,
  `reason_for_cancel` text NOT NULL,
  `cancel_date` int(40) DEFAULT NULL,
  `client_ip` varchar(25) NOT NULL DEFAULT '',
  `client_host` varchar(255) NOT NULL DEFAULT '',
  `cont_resolve` int(1) NOT NULL DEFAULT '1',
  `admin_notes` text NOT NULL,
  `client_notes` text NOT NULL,
  `pns1` varchar(25) NOT NULL DEFAULT '',
  `pns2` varchar(25) NOT NULL DEFAULT '',
  `server_hostname` varchar(255) NOT NULL DEFAULT '',
  `root_pw` varchar(255) NOT NULL DEFAULT '',
  `server_specs` text NOT NULL,
  `ipblock` text NOT NULL,
  `rack` text NOT NULL,
  `sorp` int(1) NOT NULL DEFAULT '0',
  `fraudcall_score` varchar(10) NOT NULL DEFAULT '',
  `linkpoint_recid` varchar(255) NOT NULL DEFAULT '0',
  `lpid` varchar(22) NOT NULL DEFAULT '',
  `offcid` varchar(22) NOT NULL DEFAULT '',
  `fg_call_info` longtext NOT NULL,
  PRIMARY KEY (`oid`),
  KEY `oid` (`oid`),
  KEY `uid` (`uid`),
  KEY `pid` (`pid`),
  KEY `status` (`status`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hosting_order`
--

LOCK TABLES `hosting_order` WRITE;
/*!40000 ALTER TABLE `hosting_order` DISABLE KEYS */;
INSERT INTO `hosting_order` VALUES (8,9,'','1183568400',2,5,0,'lovelisainc.com',0,0,'',0,'6','Quarterly','','NS79.websitewelcome.com','NS80.websitewelcome.com',44.85,44.85,'','','LoveLisa','LLINC',2,1112590800,'70.84.87.146',1,1114023276,0,NULL,'',0,'','',NULL,'','',0,'designbylovelisa@bellsouth.net','CANCELLED AS PER LISA 4/30/07 VIA PHONE\r\n\r\nhang-a-chain.com\r\ncrystalbiscuit.com','','','','','','','',0,'','0','','',''),(3,4,'','1317229200',1,5,0,'slewismedia.com',0,0,'04/17/05',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','SallyLew','NtisabWAY29994',2,1111212000,'70.84.87.146',1,1112124172,0,NULL,'',0,'','',NULL,'','',0,'Includes: lshlaw.net - comp\r\nPass: Be92mtwx3759k\r\nmovedbymemories.com - \r\nPass: HVE932pmz57Mm','','','','','','','','',0,'','0','','',''),(4,5,'','1310749200',1,1,0,'e-taginfo.com',0,0,'10/10/2011',0,'6','Quarterly','','ns79.websitewelcome.com','ns80.websitewelcome.com',29.85,29.85,'','','unisen','ekrus993',2,1111212000,'70.84.87.146',1,1111271630,0,NULL,'',0,'','',NULL,'','',1,'DOMAIN NAMES: THEY TRANSFERRED NAMES\r\nOUT TO THEIR OWN MONIKER ACCCOUNT.\r\nTHEY ARE RESPONSIBLE FOR NAMES.\r\nMoniker Account Info:\r\nAccount Number: 7582\r\nPassword: stealnot\r\nFront Page:\r\nUserID: unitag\r\nPassword: unisen\r\nOnetravel login:\r\nUserID: unisen\r\nPassword: unitag','','','','','','','','',0,'','0','','',''),(5,6,'','1323280800',2,1,0,'www.rocklandvideo.com',0,0,'',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',179.4,179.4,'','','pbuplink',';dwQxVH8{uFd',2,1111212000,'70.84.87.146',1,1132168972,0,NULL,'',0,'','',NULL,'','',1,'Visa on account: 4388641800027281 Exp. 11/10 SVC#241\r\nP.O.Box 109\r\nOrangeburg, NY 10962\r\n\r\nas per mark 1/17 - do not renew website.\r\n\r\n://www.huntcal.com/cgi/calview.cgi/jupiter/PBU \r\nGroup ID: jupiter \r\nCalendar ID: PBU \r\n\r\nGROUP TITLE:  Palm Beach Uplink\r\nGroup ID:  Jupiter \r\nAdministrator\'s ID: news12alum\r\nEmail: MLieb@PalmBeachUplink.com\r\nName: Mark Lieb\r\n\r\nhttp://www.huntcal.com/cgi/groupadmin.cgi/jupiter\r\nAdministrator\'s ID: news12alum\r\nPassword:   7442997\r\nMarks Visa 4388641800027281  exp.11/10','','','','','','','','',0,'','0','','',''),(6,7,'','1147712400',1,5,0,'cottageforrent.info',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',59.7,59.7,'','','cottage','quebec',2,1111212000,'70.84.87.146',1,1113067196,0,NULL,'',0,'','',NULL,'68.223.144.52','adsl-223-144-52.mia.bellsouth.net',1,'suspended for non payment 11/16/05\r\n\r\ncottageforrent.info expires9/30/05\r\nchaletalouer.info expires9/30/05','','','','','','','','',0,'','0','','',''),(7,8,'','1312822800',2,1,0,'closet-queen.com',0,0,'',0,'6','Quarterly','','ns79.websitewelcome.com','ns80.websitewelcome.com',44.85,44.85,'','','queen','BeLev9965rup',2,1112335200,'70.84.87.146',1,1112394770,0,NULL,'',0,'','',NULL,'','',0,'6/2010 - added 6 before and afters and facebook link - $40 at next billing\r\n\r\n\r\nadd $ 25.00 for media page addition - Miami Herald.\r\n\r\n10/02/08 - $20.00 swapped photos for staging email.\r\n---------------\r\n8/8/08 - added/edited 14 before and afters - added link to link page with logo, added phone number to header, added new link on media page - 1 hr total: $65.00\r\n\r\nadd $45 for New Years Emailer to Feb 08 invoice.\r\n\r\nadd to 08/08/07 invoice\r\n6/20/07 added new head shot photo - $5\r\n6/20/07 scaned, modify and add Spanish Cosmo article to media links page <\r\ncreate new page for cosmo article $25.00\r\n_________\r\n\r\nadd to 05/08/07 invoice -\r\n$ 25.00 to scan, crop and add\r\nWomans World article to media links page -\r\n$ 25.00 to scan, modify and add\r\ncosmo article.\r\n$ 12.95 per domain name - renewal\r\nNo charge for changes to index\r\nNo charge for removal of b/a pic.\r\nFor 2/8/07invoice: s\r\n1/8/07 scanned 3 articles decluttering and added to media page - added 1 additional pages for decluttering articles \r\nalso 1/1/07 added link on media page to - WSVN .. total: $ 45.00\r\n\r\nfor 11/5/06 invoice -\r\n$95.00 added home staging link, added\r\nstaging page and resized 10 photos for page.\r\nfor 10/15/06 invoice\r\n8/3/06resized/add 16 before /after pictures to b/a page - Becky Photos.\r\n$ 45.00\r\n9/4/06: scanned insideout article and added to website - added 2 additional pages for insideout article.\r\nalso added link to media page - the nest.com .. total: $ 45.00\r\n9/26/06 - added bcb technologies link to\r\nlinks page: $10\r\n9/24/06 $65.00 created staging emailer\r\n\r\nfor 5/2006 invoice:\r\nadded TM to all closet queen instances -\r\nswapped out napo logo\r\nadded readers digest online link\r\n$ 25.00\r\n4/2/06 added online link to nav bar with\r\nlink to shopping site. $ 75.00\r\n\r\nAdd to Feb 06 invoice -\r\n12/12/05 edited email page for 2nd show -\r\n$ 10.00\r\n\r\nadd to invoice11/08/05\r\n$25.00 added and resized 4 b/a graphics\r\nterri room/terri\'s closet - changed Mission Org logo graphic and link. work done 11/10/05.\r\n$ 15.00 graphic link to hgtv site.\r\n$ 25.00 added 4 graphics to b/a page -\r\n(mike\'s mission org) - added link to\r\nlinks page - work done 9/26/05\r\n$ 65.00 html emailer MissionOrg - from Template - includes resize and upload of\r\nbeth picture on contact page. 10/12/05\r\n\r\nadd to 08/08/05 invoice -\r\n$ 25.00 to scan, crop and add\r\nherald article to media links page -\r\nwork done 5/15/05\r\n\r\nbeth: closetqueen@bellsouth.net\r\n\r\n$ 20.004/11/05 - resized 6 photos and added to\r\nbefore and after page -\r\nmission org, sharon, bedroon - B/A','Domain with Bulk Register @Extreme Programming','','','','','','','',0,'','0','','',''),(9,10,'','1309798800',6,1,0,'unisen.com',0,0,'',0,'6','Quarterly','','NS79.websitewelcome.com','NS80.websitewelcome.com',149.85,149.85,'','','unisen1','6pmBac2964',2,1112590800,'70.84.87.146',1,1113067220,0,NULL,'',0,'','',NULL,'','',0,'as of 2/2010 we are hosting the following:\r\nAll-Tag.com\r\neastag.us\r\nsupertag.com\r\ne-taginfo.com\r\ninktag.bz \r\ntagpoint-warning.com \r\n\r\n\r\nAllTag - CP6616ren992\r\nUnisen - 6pmBac2964\r\nUsisen 2nd FTP: user:seo89957@unisen.com\r\npass:seo89957pass\r\nSensormatic - 493bge7ux\r\nCheckpointtag.us- cptusUnisen98\r\neastag.us - Mimi85RTU\r\nsupertag -skrus991\r\n\r\n10/07/07 invoice add:\r\n7/11/07 changed PDF and links on both unisen and all-tag - $20\r\n\r\n7/07 - invoice:\r\n5/10/07 - changed pdf\'s on both unisen and alltag for new products. Added pdf on etag with new button link, Changed unisen home page graphic, swapped out link and re-linked to new page -  $45.00\r\n3/28\r\nadded alltag superlabels to the new products unisen home page - \r\nChanged links, added mini w/lanyard to hard tags page, added pdf\r\nadded New products box to All-Tag site -\r\nadded and linked to new pdf - \r\n2 hours.\r\n3/12\r\nadded articles to Unisen.com site\r\nadded articles to all-tag.com site with\r\nhome page adjustments.\r\n\r\nfor 10/4/06 invoice-\r\n8/16/06 - changed index page txt - no charge\r\n8/14/06 - removed hidden txt - no charge\r\n8/7/06removed current new products and added to other pages. added Mini Stylus graphic to new products and create new descip page replaced dune tag with itag,added descrp page. changed all instances of microtag to pico tag.  rearranged amcompatible tags section...... $ 50.00\r\n8/24/06 - re-created all 45 pages to .html\r\nreformatted entire website - 4 hrs@ 45.00\r\n180.00\r\n\r\nfor 4/4/06 invoice:\r\n2/27/06 - resized and changed 1 pictures on detacher page - resized and changed 2 picture on deactivator page - updated text on page - \r\nresized and added autobar logo/link to maps page -  \r\nadded new pdf. file $ 60.00\r\n\r\nfor 1/2006 invoice:\r\n1/13/06 –Created new rollover graphic w/links for home page –\r\nCreated new home page - $ 55.00\r\n1/3/06 - replaced Ink Tag LP picture on\r\nhome page with SuperStylus - and added new super stylus page to site - added \r\nemail address for lionel - $ 15.00\r\n12/01/05 created and added retailconsultingllc graphic\r\nlink on unisen home page. - NC\r\n\r\nfor 6/15/05 invoice add $25.00 for site updates as per 5/16/05 email from Andy\r\nreplaced new product on index, added people counter to eas.shtml, change graphics for two inktags.\r\n5/31/05 Added orderlink to dropdown menu of nav bar Added Order Form Page/Thank You page\r\nTotal: 25.00\r\n\r\ntagpoint-warning.com\r\nCpanel UserName: tagpoint\r\nCPanel PassWord: H67RbKAr\r\n\r\nCpanel User Name/Password for all-tag\r\nunisen2/all-tag\r\nCpanel/FTP User Name/Pass for inktag.bz\r\nUser:inktagb\r\nPass:stealnot\r\nmoniker - \r\nuser: 7582\r\nPass: stealnot\r\nAll-tag.com $5.00 per month -\r\nUnisen.com $19.95 per month -\r\nElite Trave  $  9.95 per month - point\r\nTotal: 34.90 per month','5/28 - turned of sensormatictag and supertag - added them to Unisen.com site - changed logo links on all websites. total: 45.00\r\n\r\n\r\n\r\n4/1/08 -\r\nSwapped out catalogue and removed tech support link from nav - $ 30.00\r\n\r\n\r\n12/05 - added checkpointtag and checkpointlabel to unisen.com - took down both sites.\r\n\r\n11/1/07Add $5.00 per month more ea for\r\ncheckpointtag.us, sensormatictag,us and eastag.us at next billing in Jan. 08\r\n\r\n10/4/06 - changed pricing on account -\r\nunisen.com $19.95mo - all other sites\r\n$5per month - total for 7 sites:\r\n49.95 per month\r\nPrevious pricing was:\r\nAll-tag.com $5.00 per month -\r\nUnisen.com $19.95 per month -\r\nElite Travel  $  9.95 per month -\r\ne-taginfo.com $ 9.95 per month\r\nsupertag.us - $ 5.00 per month','','','','','','','',0,'','0','','',''),(10,11,'','1313254800',2,1,0,'msqchiro.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',89.7,89.7,'','','chiro','4ztamsq399rush24',2,1112677200,'70.84.87.146',1,1113067264,0,NULL,'',0,'','',NULL,'','',0,'includes 2 pointers - no charge\r\nmsqpkchiro.com\r\nmadisonsquarechiropractic.com\r\npaid 89.70 from 02/14/05 - 08/13/05\r\nPaid 89.70 from 8/13/05 - 02/13/06','includes 2 pointers - no charge\r\nmsqpkchiro.com\r\nmadisonsquarechiropractic.com','','','','','','','',0,'','0','','',''),(11,12,'','1278176400',1,5,0,'ichantal.com',0,0,'',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','blue','bluemorning',2,1112850000,'70.84.87.146',1,1113067154,0,NULL,'',0,'','',NULL,'','',0,'1/3/07 Keith no longer on this account. Contact chantelle directly.\r\ncc on account:\r\n5424 1805 2454 0827 exp. 06/06\r\ncode: 640\r\nIchantal.com\r\n   | UserName: makeup\r\n   | PassWord: bluemorning\r\n\r\nmakeupmuse.com\r\n   | UserName: makeupmu\r\n   | PassWord: bluemorning','as of 7/2007 charging $9.95 per month\r\nfor BOTH sites - $ 119.40 TOTAL\r\nplus $12.95 per year domain name reg. each\r\nhosting for :\r\nichantal.com $ 14.95 per month \r\nmakeupmuse.com $ 14.95 per month\r\nTotal $ 29.90 per month\r\nTotal semi annual: $ 179.40','','','','','','','',0,'','0','','',''),(12,13,'','1340125200',1,1,0,'belmont-financial.com',0,0,'',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','belmont','F932beljas3',2,1112936400,'70.84.87.146',1,1113066521,0,NULL,'',0,'','',NULL,'','',0,'cmalamud@aol.com','06/19/05 due\r\nlast payment received: Dec 04 \r\n$8.95/month for 06/20/04 to 06/19/05','','','','','','','',0,'','0','','',''),(13,14,'','1335805200',2,1,0,'mikeysdream.org',0,0,'',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',179.4,179.4,'','','dream','AntDan2694MM3',2,1113541200,'70.84.87.146',1,1113595727,0,NULL,'',0,'','',NULL,'','',0,'user: dream\r\nPass: dream123\r\nspotsmithm6@cs.com','Renewed Domains 3/31/08 charge for them\r\n\r\nGave 20% discount off hosting only 6//08\r\n\r\noved Domain names to EWM Moniker\r\naccount 6/14/07 - \r\nsherry@mikeysdream.org alt email\r\nWebsite Design and Development \r\ndonated as per Fran - Extreme Web Media, Inc.\r\nPlease log in and update your Organization mailing address. Thanks!','','','','','','','',0,'','0','','',''),(14,15,'','1320948000',3,1,0,'www.henrysofbocaraton.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.7,119.7,'','','henry','At9L3BPU',2,1115701200,'70.84.87.146',1,1115727524,0,NULL,'',0,'','',NULL,'','',0,'FAX INVOICES TO:\r\nHenrys of Boca Direct: \r\nPhone: 561-638-1944\r\nfax: 561-638-1915 checked on 1/29/10 this is the correct fax@\r\n\r\nob blum - sellmystuff@selltheeway.com','hosting @ 19.95 per month for period:\r\n5/10/05 - 11/10/05','','','','','','','',0,'','0','','',''),(15,16,'','1168452000',3,5,0,'monamiboca.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.7,119.7,'','','monami','monami',2,1115701200,'70.84.87.146',1,1115729194,0,NULL,'',0,'','',NULL,'','',0,'FAX INVOICES TO:\r\nWENDY - 954-966-6901\r\nPhone: 561-454-2717\r\nPaid for May - June 06 only ?\r\n\r\nRob Blum\r\npointers: \r\nmonamibocaraton.com\r\nmonamirestaurant.com\r\nbrasseriemonami.com','9/1/06 - received check 7187 for $19.95\r\noverpayment - deposited.\r\nWebsite Hosting: @ 19.95 pe month \r\nfor period: 5/10/05 - 11/10/05','','','','','','','',0,'','0','','',''),(16,17,'','1293472800',3,5,0,'saundersengineering.com',0,0,'',0,'6','Quarterly','','ns79.websitewelcome.com','ns80.websitewelcome.com',59.85,59.85,'','','saund','saund',2,1115701200,'70.84.87.146',1,1115730141,0,NULL,'',0,'','',NULL,'','',0,'FAX: 954.970.8003\r\n\r\n\r\n11/4/06 - Mailed 4th request for payment -\r\nfor invoice 1178\r\n\r\n\r\ngiving 3 months free from 12/27/05 to 3/27/06 - because we forget to invoice and they got behind. fd\r\n\r\nRob Blum','9.20.08 Suspended account - \r\ndomain name not renewed due to divorce.\r\nWill re-instate when they settle domain issue.\r\nFD\r\n\r\nhosting@ 19.95 per month \r\nfor period\r\n6/27/05 - 9/27/05 - called lisa -checkin the\r\nmail 6/25/05 # 21135 marked paid fd','','','','','','','',0,'','0','','',''),(17,18,'S-9S668412GA6814609','1310835600',1,1,0,'leasetechauto.com',0,0,'//',0,'6','Quarterly','','ns79.websitewelcome.com','ns80.websitewelcome.com',29.85,29.85,'','','leasete','07b8592',2,1116219600,'70.84.87.146',1,1117774807,0,0,'',0,'','',NULL,'67.81.55.231','ool-435137e7.dyn.optonline.net',1,'','','','','','','','','',0,'','0','','',''),(18,20,'','1133935200',3,5,0,'ushairsolutions.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.7,119.7,'','','nohair','hairyjoe',2,1118120400,'70.84.87.146',1,1118190562,0,NULL,'',0,'','',NULL,'','',0,'cancelled as per Joey 11/16/05 fd\r\ndeleted site, backed up.','six months hosting @ 19.95 per month\r\nTOTAL $ 119.70 - period 6/7/05 - 12/07/05\r\nThis is for website hosting only and does not include web development charges.','','','','','','','',0,'','0','','',''),(19,23,'','1327514400',1,1,0,'rsvpdesignsinc.com',0,0,'12/15/2011',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','rsvpinc','R339desq154',2,1123131600,'70.84.87.146',1,1197669603,0,0,'',0,'','',NULL,'','',0,'charge 9.95 per month -\r\nhes on 1 year renewal...\r\nsend invoice for 1/25/06 - 1/25/07\r\n$ 9.95 per month x 12 -119.40\r\n\r\ndomain w/ Extreme Programming-\r\nmoniker','','','','','','','','',0,'','0','','',''),(20,24,'','1162404000',1,5,0,'annscompassionatefitness.com',0,0,'11/01/07',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','burges','fdhsss',2,1123650000,'70.84.87.146',1,1123707604,0,0,'',0,'','',NULL,'','',0,'Cancelled,backed and deleted site\r\n11/16/05 non payment.fd\r\ndomain names w/ Enom at Extreme P','','','','','','','','',0,'','0','','',''),(21,26,'','1144386000',2,5,0,'eastcoastfarms.com',0,0,'01/21/2008',0,'6','Semi-Annual','','undefined','undefined',89.7,89.7,'','','','',2,1128661200,'undefined',1,1131660004,0,0,'',0,'','',NULL,'','',0,'cancelled -','','','','','','','','',0,'','0','','',''),(22,27,'','1319130000',2,1,0,'retailconsultingllc.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','n80.websitewelcome.com',89.7,89.7,'','','retail','BoLeo21935llc',2,1129784400,'70.84.87.146',1,1129842003,0,0,'',0,'','',NULL,'','',0,'Go Daddy Info:\r\nCust # = 6787883\r\nPassword = bdilonardo\r\nAccess Code = 352407','work done: 11/27/06 - added\r\ncompusa article to knowledge center. $15\r\n\r\nfor 10/06 invoice -\r\n$40.00 for changes as per 9/20/06 draft.\r\n\r\n4/20/06 - \r\nremoved article -   \\\"New Methods to Source Tag Apparel\\\"  - from center.shtml page.','','','','','','','',0,'','0','','',''),(23,28,'','1320166800',1,1,0,'opus5boca.com',0,0,'11/01/2011',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','Robert Blum','opus5','bocarest',2,1130824800,'70.84.87.146',1,1130882403,0,0,'',0,'','',NULL,'68.223.191.221','adsl-223-191-221.mia.bellsouth.net',1,'Please be sure to MAIL or FAX all invoicing to the above.\r\n\r\nFax bills to: Accounting fax \r\nPhone (561) 544-8000\r\nFax     (561) 544-8003','bruce@rgbdesign.com out of town, send\r\ninvoices to; darragh@opus5boca.com','','','','','','','',0,'','0','','',''),(24,30,'','1299780000',3,5,0,'cna-hgh.com',0,0,'01/31/2011',0,'1','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.7,119.7,'','','cnamil8','cnapass911',2,1141970400,'70.84.87.146',1,1142056805,0,0,'',0,'','',NULL,'','',0,'4/26/06 upgraded from value $ 14.95 \r\nto Enhanced @ 19.95 per month -\r\nfor dedicated IP as per Monday.\r\n\r\nemails:\r\ngene@ - pass: 4551\r\nmonday@ - pass:3115\r\nsally@ - pass: 9469\r\njoe@ - pass: 9129\r\n\r\nmq sql database - \r\nold info from midphase host:\r\nYour username : cnamil8\r\nYour password: 0f025da\r\n\r\nCRM login:\r\nUser: admin\r\nPass: lettuce','','','','','','','','',0,'','0','','',''),(25,32,'','1331744400',2,1,0,'palmbeachcoralytes.org',0,0,'02/11/2012',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',179.4,179.4,'','','coral','JacPBC20101fl',2,1142316000,'70.84.87.146',1,1142379565,0,NULL,'',0,'','',NULL,'','',0,'domain name @ godaddy.com\r\nGo Daddy:\r\nPin# 4141\r\nCustomer #: 7862007\r\nPassword: synchro','domain name held in name of Beth Delgado -\r\ngoogle: User Name: pbcoralytes\r\nPassword: bigsplash','','','','','','','',0,'','0','','',''),(26,34,'','1331704800',2,1,0,'coralspringsfamilydentistry.com',0,0,'//',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',179.4,179.4,'','','coralsp','4a088d5',2,1142316000,'70.84.87.146',1,1142402404,0,0,'',0,'','',NULL,'72.144.95.207','adsl-144-95-207.mia.bellsouth.net',1,'domain at: namejuice.com\r\n>Domain Name : coralspringsfamilydentistry.com Password : y4UST2O','','','','','','','','',0,'','0','','',''),(27,37,'','1322589600',2,1,0,'quikfloridacorporation.com',0,0,'05/26/2012',0,'1','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',89.7,89.7,'','','jlawgato','Qfc999p3#',2,1148446800,'70.84.87.146',1,1211685533,0,NULL,'',0,'','',NULL,'','',0,'registered domain w/ godaddy 5/29/06\r\nUser:9233518\r\npass:Jlawgator\r\npin: 1234\r\n\r\nHere is my Paypal information:  \r\nusername:  jlawgator8@aol.com  \r\npassword:  gator555','','','','','','','','',0,'','0','','',''),(28,39,'','1312218000',2,1,0,'mymediclip.com',0,0,'',0,'6','Semi-Annual','','ns79.websitewelcome.com','ns79.websitewelcome.com',89.7,89.7,'','','docrob','JacPBC20101med',2,1168840800,'70.84.87.146',1,1168885033,0,NULL,'',0,'','',NULL,'','',0,'domain info:\r\nwww.misk.com\r\nUsername: docrob\r\nPassword:  feelgood\r\nEWM EMAIL: \r\nmark@mymediclip.com\r\nPass: mediclip2007','','','','','','','','',0,'','0','','',''),(29,38,'','1332867600',2,1,0,'issgl.com',0,0,'10/01/2011',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',179.4,179.4,'','','iss0327','IuSMXTkRU',2,1174971600,'70.84.87.146',1,1175029205,0,0,'',0,'','',NULL,'','',0,'as of 5/2008:\r\nHere is the credit card\r\nDavid Pomerance\r\nAmerican Express\r\n372711868341027\r\nEXP: 04-10\r\nCode: 4176\r\n\r\n\r\nAX 371538445521016 exp02/09 Code:6046\r\nDavid Pomerance\r\nInternational Security & Safety Group\r\nEmail set up:\r\ndpomerance@ - pass: iss0327\r\nsmulett@ - pass: mul0327\r\nsnegri@ - pass: neg0327\r\nDomain is in our GoDaddy acct.','6/11/09 - turned off for non payment\r\n\r\n5/15/08 p opened paypay account to process his cc payment.\r\nuser: fdubsky@gmail.com\r\npass: suburb123','','','','','','','',0,'','0','','',''),(30,41,'','1336323600',3,1,0,'nationalriskexperts.com',0,0,'01/10/2012',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',239.4,239.4,'','','grpakr','INS29119',2,1178427600,'70.84.87.146',1,1178501807,0,NULL,'',0,'','',NULL,'','',1,'3727-184-909-14006; exp.07/11  \r\n4digits on the front: 4315;    3digits on the back: 563; \r\nOn the front:\r\nGregory Buck\r\nNational Risk Experts\r\n\r\n\r\n\r\n3727-184-909-13008   exp. 07/08. Gregory Buck. code: 6543\r\n\r\nPayPal Account set up:\r\nUser: pauld@nationalriskexperts.com\r\nPass: nrexperts\r\n\r\nDomain Registered with:\r\nDomain Name Registration\r\nmanage.opensrs.net \r\nUser ID: national  \r\nPassword: gb030668','','','','','','','','',0,'','0','','',''),(31,42,'','1310490000',1,1,0,'employerresourcesolutions.com',0,0,'06/01/2012',0,'6','Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',119.4,119.4,'','','emprs','ers0607',2,1181624400,'70.84.87.146',1,1181710806,0,0,'',0,'','',NULL,'','',0,'registered domain through ewm godaddy account @ $12.95 per year\r\n372718490913008  07/08 \r\ncode: 6543\r\n\r\nPayPal Account set up:\r\nUser: pauld@nationalriskexperts.com\r\nPass: nrexperts','','','','','','','','',0,'','0','','',''),(32,43,'','1190881365',1,0,0,'test.com',0,0,'//',0,'6','monthly','','ns79.websitewelcome.com','ns80.websitewelcome.com',9.95,9.95,'','','test2a6','d7a02a6',0,1188246165,'70.84.87.146',0,NULL,0,NULL,'',0,'','',NULL,'72.153.16.68','adsl-153-16-68.mia.bellsouth.net',1,'','','','','','','','','',0,'','0','','',''),(33,46,'','1318698000',2,1,0,'iguanarid.com',0,0,'',0,'1','Semi-Annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',89.7,89.7,'','','iguanari','iguana1032',2,1234677600,'undefined',1,1235455206,0,0,'',0,'','',NULL,'','',0,'nationscommercialmortgages.com :domain name in our own EWM go daddy account\r\nIguana Rid replaces: \r\nnationscommercialmortgages.com -\r\nfrom 01/29/2008 - 2/15/09\r\n\r\nWebhosting Account on semi annual auto pay.\r\nEWMHOST: User: iguanari\r\nPass: iguana1032\r\n\r\nPP:\r\nsales@iguanarid.com\r\nPass: iguana1032\r\n\r\nDomain Name: \r\nhttps://www.melbourneit.com.au/\r\nUser Name: iguanaridboca\r\nPass: hondavtx\r\n\r\nGave 2 months credit for ncm website.','','','','','','','','',0,'','0','','',''),(34,47,'','1319907600',2,1,0,'lesliegotogirl.com',0,0,'',0,'6','semi_annual','','ns79.websitewelcome.com','ns80.websitewelcome.com',89.7,89.7,'','','lesliego','jnV2YyyV2',2,1209445200,'70.84.87.146',1,1209531609,0,0,'',0,'','',NULL,'','',0,'','$ 14.95 per month.','','','','','','','',0,'','0','','','');
/*!40000 ALTER TABLE `hosting_order` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoice`
--

DROP TABLE IF EXISTS `invoice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice` (
  `iid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `due_date` int(10) NOT NULL DEFAULT '0',
  `payment_method` int(3) NOT NULL DEFAULT '0',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `additional_information` text NOT NULL,
  `invoice_details` text NOT NULL,
  `invoice_terms` int(2) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '0',
  `created` int(10) NOT NULL DEFAULT '0',
  `date_paid` int(10) NOT NULL DEFAULT '0',
  `invoice_number` bigint(22) NOT NULL DEFAULT '0',
  `invoice_type` int(1) NOT NULL DEFAULT '0',
  `total_due_today` float NOT NULL DEFAULT '0',
  `total_due_reoccur` float NOT NULL DEFAULT '0',
  `charge_tax` float NOT NULL DEFAULT '0',
  `tax_type` char(3) NOT NULL DEFAULT '',
  `extras` text NOT NULL,
  `master` int(11) NOT NULL DEFAULT '0',
  `checkout_id` varchar(25) NOT NULL DEFAULT '',
  PRIMARY KEY (`iid`)
) ENGINE=MyISAM AUTO_INCREMENT=614 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoice`
--

LOCK TABLES `invoice` WRITE;
/*!40000 ALTER TABLE `invoice` DISABLE KEYS */;
INSERT INTO `invoice` VALUES (9,9,8,1120453200,6,'None','','',0,1,1112590800,1119070800,1007,0,44.85,44.85,0,'','Paid in full 6/18/05 check # 1115\r\n\r\nwebsite hosting for lovelisainc.com\r\n$ 14.95 per month for period -\r\n7/04/05 - 10/04/05\r\nThank You.',0,''),(4,4,3,1112936400,6,'','','',0,1,1111989600,1113024164,1002,0,59.7,9.95,0,'','Paid in Full 59.70 # 1328 3/30/05\r\n\r\nFor Hosting Period 3/28/05 - 9/28/05 - Thank You\r\nIncludes: lshlaw.net\r\n\r\nNo Set Up Fee.... just $9.95 per month - paid semi-annually\r\n\r\nThanks Sally... this is my first invoice through the system... let me know\r\nhow it works, how it came through, if it looks o.k. etc.\r\nI\\\'m still learning how to use this admin system.\r\nThanks.',0,''),(5,5,4,1113886800,6,'','','',0,1,1111212000,1115343752,1003,0,329.95,19.95,0,'','paid in full 5/5/05 # 92974\r\n\r\ne-taginfo.com -\r\nQuarterly Billing @ 9.95 per month\r\nHosting Period: 4/18/05 - 7/18/05\r\n\r\nE-taginfo.com - site development : $300.00 - Total',0,''),(6,6,5,1118120400,6,'None','','',0,1,1111212000,1118638800,1004,0,89.7,89.7,0,'','6 months hosting @ 14.95 per month - $ 89.70\r\nfor rocklandvideo.com/palmbeachuplink.com\r\nrenewal period- 6/7/05 - 12/7/05',0,''),(78,8,0,-1,6,'','Quarterly Hosting - $  44.85\r\nWeb Maintenance - $ 130.00\r\nTotal:                    $ 174.85','21@1@ClosetQueen hosting and maintenance@UXVhcnRlcmx5IEhvc3RpbmcgUmVuZXdhbCBQZXJpb2Q6IDExLzA1LzA1IC0gMi8wNS8wNiAtICQgNDQuODUNCg0KDQpXZWIgV29yayBhcyBkZXRhaWxlZDoNCiQyNS4wMCBhZGRlZCBhbmQgcmVzaXplZCA0IGIvYSBncmFwaGljcw0KdGVycmkgcm9vbS90ZXJyaSdzIGNsb3NldCAtIGNoYW5nZWQgTWlzc2lvbiBPcmcgbG9nbyBncmFwaGljIGFuZCBsaW5rLiB3b3JrIGRvbmUgMTEvMTAvMDUuDQoNCg0KJCAxNS4wMCBncmFwaGljIGxpbmsgdG8gaGd0diBzaXRlLg0KJCAyNS4wMCBhZGRlZCA0IGdyYXBoaWNzIHRvIGIvYSBwYWdlIC0NCihtaWtlJ3MgbWlzc2lvbiBvcmcpIC0gYWRkZWQgbGluayB0bw0KbGlua3MgcGFnZSAtIHdvcmsgZG9uZSA5LzI2LzA1DQoNCg0KJCA2NS4wMCBodG1sIGVtYWlsZXIgTWlzc2lvbk9yZyAtIGZyb20gVGVtcGxhdGUgLSBpbmNsdWRlcyByZXNpemUgYW5kIHVwbG9hZCBvZg0KYmV0aCBwaWN0dXJlIG9uIGNvbnRhY3QgcGFnZS4gMTAvMTIvMDUNCg0KDQpXZWIgTWFpbnRlbmFuY2UgVE9UQUwgOiAkMTMwLjAwDQpIb3N0aW5nOiAgICAgICAgICAgICAgICAgICAgICAgICAgICQgNDQuODUNClRPVEFMIERVRS4uLi4uLi4uLi4uLi4uLi4uLi4uLi4kIDE3NC44NQ0KDQpUaGFuayBZb3UhIFdlIGFwcHJlY2lhdGUgeW91ciBidXNpbmVzcyE=@1@174.85|',0,1,1131644715,1132107215,1064,1,174.85,0,0,'Tax','',0,''),(8,8,7,1115528400,6,'None','','',0,1,1112335200,1115269200,1006,0,65.85,44.85,0,'','Paid in full april 29, 2005 - Ck # 181\r\n\r\nquarterly Hosting - @ 14.95 per month\r\nperiod 05/08/05 - 08/08/05\r\n\r\nSubtotal:       $ 44.85\r\nWeb Work:    $ 20.00 4/11/05 *\r\n\r\nTOTAL DUE:  $ 64.85\r\n\r\n* resized 6 photos and added to\r\nbefore and after page -\r\nmission org, sharon, bedroon - B/A',0,''),(12,12,11,1114664400,1,'','','',0,1,1112850000,1115840451,1010,0,179.4,89.7,0,'','paid in full 5/11/05 via paypal - 		\r\nPayment Received (ID #7HR001904G218794U)\r\n\r\n6 months hosting: ichantal.com @ 14.95 per month -         $ 89.70\r\n6 months hosting: makeupmuse.com @ 14.95 per month - $ 89.70\r\n\r\nTOTAL: $ 179.40',0,''),(13,13,12,1119157200,6,'','','',0,1,1117947600,1118686430,1011,0,107.4,59.7,0,'','1yr @ 8.95per month -\r\nperiod 6/19/05 - 6/19/06\r\nThank You',0,''),(14,14,13,1116133200,6,'','','',0,1,1113541200,1116988573,1012,0,179.4,34.9,0,'','paid in full 5/24/05 $ 179.40 #1002\r\n\r\nmikeysdream.org site design - complimentary\r\nWebhosting@ $14.95 per month - for 12 months -\r\nHosting  dates: 04/30/05 - 04/30/06',0,''),(15,15,14,1116565200,6,'','','',0,1,1115701200,1116988536,1013,0,119.7,119.7,0,'','paid in full 5/23/05 $ 119.70 \r\ncheck# 9044\r\nHosting Services @ 19.95 per month x 6 months \r\nPeriod from 5/10/05 - 11/10/05\r\n\r\nThank You for hosting with ExtremeWebMedia, Inc.',0,''),(16,16,15,1116565200,6,'','','',0,1,1115701200,1116988477,1014,0,119.7,119.7,0,'','received 5/23/05 in full 119.70\r\n\r\nwebsite hosting@ 19.95 per month\r\nperiod 5/10/05 - 11/10/05\r\nThank You.',0,''),(17,17,16,1116565200,6,'','','',0,1,1115701200,1119630366,1015,0,59.85,119.7,0,'','6/25/05 spoke w/ Lisa, says she mailed in payment today -\r\nI marked the invoice paid in full. \r\n\r\nwebsite hosting - @ $19.95 per month\r\nQuarterly Billing as per Cary\r\nfor period 6/27/05 -9/27/05\r\n\r\nThank you\r\nFran Dubsky\r\nfd@extremewebmedia.com',0,''),(18,18,17,1116265131,1,'S-9S668412GA6814609','','',0,1,1116265131,1116265131,1016,0,9.95,9.95,0,'','',0,''),(20,6,5,1118120400,6,'None','','',0,1,1118120400,1118984400,1018,0,0,89.7,0,'','by sally Lewis',0,''),(21,19,0,-1,1,'','Web Accept Payment Received (ID # 7K4703299H386412G)   \r\n6/09/05 received. \r\nReceipt ID:  2030-1412-4564-7534 \r\nName:  Tracey Hagen    (The sender of this payment is Unregistered) \r\nEmail:  tehagen@aol.com \r\nEmail Address That Payment Was Sent to:  \r\n paypal@extremewebmedia.com','4@1@Deposit for TraceyHagen website@NTAlIGRlcG9zaXQgb2YgVE9UQUwgJDgwMC4wMCB3ZWJzaXRlIGFzIHBlcg0KZW1haWwgc2VudCA2LzQvMDU=@1@400|',0,1,1118151903,1118360946,1019,1,400,0,0,'Tax','',0,''),(23,20,0,-1,1,'','6/28/05','5@1@ushairsolutions.com site@RnVsbCBwYXltZW50IGZvciB3ZWIgZGV2ZWxvcG1lbnQgZm9yIHVzaGFpcnNvbHV0aW9ucy5jb20NCg0KQXMgcGVyIHF1b3RlOg0KMSBwYWdlIDogJDE3NQ0KZWFjaCBhZGRpdGlvbmFsIHBhZ2UgJDEwMA0KDQpUT1RBTCBmb3IgNSBwYWdlcyAkIDU3NS4wMA0KSE9TVElORyBUT1RBTCAgICAkIDExOS43MCBzaXggbW9udGhzICg2LzIwMDUgLSAxMi8yMDA1KQ0KDQpUT1RBTCBEVUU6ICQgNjk0Ljcw@1@694.7|',0,1,1118192197,1120161786,1021,1,694.7,0,0,'Tax','',0,''),(24,21,0,-1,6,'','paid 8/25/05','6@1@deposit = Harmonixcorp.com@MXN0IGRlcG9zaXQgZm9yIEhhcm1vbml4Q29ycC5jb20gd2Vic2l0ZSAtDQpUb3RhbCBRdW90ZTogMjUwMC4wMA==@1@1250|',0,1,1118433200,1125148107,1022,1,1250,0,0,'Tax','',0,''),(28,5,0,-1,6,'','Website Hosting Renewal and Updates','3@1@unisen/alltag - 5/31/05@V2ViaG9zdGluZyBSZW5ld2FsIC0gNy8wNC8wNSAtIDEwLzA0LzA1DQpBbGwtdGFnLmNvbSAkNS4wMCBwZXIgbW9udGggeCAzID0gMTUuMDANClVuaXNlbi5jb20gJDE5Ljk1IHBlciBtb250aCB4IDMgPSA1OS44NQ0KIEVsaXRlIFRyYXZlICAkICA5Ljk1IHBlciBtb250aCB4IDMgPSAyOS44NQ0KDQpUb3RhbDogMzQuOTAgcGVyIG1vbnRoIHggMyA9ICQxMDQuNzANCldlYnNpdGUgV29yayA6ICAgICAgICAgICAgICAgICAgICAgJCAgMjUuMDANClRPVEFMIERVRSA6ICAgICAgICAgICAgICAgICAgICAgICAgICQgMTI5LjcwDQpBZGRlZCBvcmRlcmxpbmsgdG8gZHJvcGRvd24gbWVudSBvZiBuYXYgYmFyDQpBZGRlZCBPcmRlciBGb3JtIFBhZ2UvVGhhbmsgWW91IHBhZ2UNCg0KQWRkZWQgb3JkZXIgZm9ybSBwYWdlIC8gVGhhbmsgeW91IHBhZ2UNCi0gYW5kIGZpeGVkIGhlYWRlcnMvZm9vdGVycyBvbiBlYWNoIHBhZ2UNCihOTyBDaGFyZ2Up@1@129.7|',0,1,1119633490,1123178858,1026,1,129.7,0,0,'Tax','',0,''),(26,18,17,1118898000,1,'','','',0,1,1118898000,1119016817,1024,0,0,9.95,0,'','Thank  You for your payment -\r\nhosting period: 6/17/05 - 7/17/05 PAID IN FULL\r\n\r\nSubscription Payment Received (ID #3CV16817BD6533448)\r\nIn reference to:S-9S668412GA6814609',0,''),(30,19,0,-1,1,'','For Flash Intro Page.\r\npaid via paypal 7/7/05','8@1@Flash Intro - TraceyHagen.com@RnVsbCBQYXltZW50IGZvciBGbGFzaCBJbnRybyBwYWdlIC0NClNpZ25hdHVyZSBGaWxlIHdoaXRlIHByaW50IG9uIGJsYWNrDQpTaWduYXR1cmUgb25seSB3LyBhdXRvIGxpbmsgdG8gaG9tZSBwYWdl@1@300|',0,1,1120162502,1120859320,1028,1,300,0,0,'Tax','',0,''),(32,19,0,-1,1,'','For website - traceyhagen.com\r\nPaid in full8/4/05','4@1@Final Payment for TraceyHagen website@RmluYWwgUGF5bWVudCBvZiAgVE9UQUwgJDgwMC4wMCANClNpdGUgd2lsbCBiZSB1cGxvYWRlZCB0byB3ZWJzZXJ2ZXIgLSBHaXNvbC5jb20NCnVwb24gcmVjZWlwdC4gDQoNClRoYW5rIHlvdSAtIFdlIGFwcHJlY2lhdGUgeW91ciBCdXNpbmVzcyAhISE=@1@400|',0,1,1120859543,1123178832,1030,1,400,0,0,'Tax','',0,''),(36,8,0,-1,6,'','paid 9/16/05 - ck# 195','9@1@Quarterly Hosting@SG9zdGluZyBQZXJpb2QgLSA4LzgvMDUgLSAxMS8wOC8wNQ0KUXVhcnRlcmx5IEJpbGxpbmcgVG90YWwgJDQ0Ljg1DQoNCldlYiBNYWludGVuY2UgV29yayAtDQogTk8gQ0hBUkdFICAtIFRoYW5rIFlvdSBmb3IgeW91ciByZWZlcnJhbCAtIChUcmFjZXkgSGFnZW4pDQogdG8gc2NhbiwgY3JvcCBhbmQgYWRkDQpoZXJhbGQgYXJ0aWNsZSB0byBtZWRpYSBsaW5rcyBwYWdlIC0NCndvcmsgZG9uZSA1LzE1LzA1IChhY3R1YWwgY29zdCAkMjUuMDAp@1@44.85|',0,1,1123180865,1127829047,1034,1,44.85,0,0,'Tax','',0,''),(35,18,17,1121490000,1,'','','',0,1,1121490000,1121781215,1033,0,0,9.95,0,'','',0,''),(64,15,0,-1,6,'','henrysofbocaraton.com\r\n11/10/05 - 05/10/06','19@1@Monthly Hosting $19.95 per month@NiBtb250aHMgaG9zdGluZyBAICQgMTkuOTUgcGVyIG1vbnRo@1@119.7|',0,1,1129761008,1135809413,1055,1,119.7,0,0,'Tax','',0,''),(40,24,20,1130824800,6,'','','',0,1,1123687193,1123687193,1037,0,119.4,119.4,0,'','',0,''),(41,18,17,1124168400,1,'','','',0,1,1124168400,1129645661,1038,0,0,9.95,0,'','',0,''),(42,25,0,-1,6,'','','10@1@TeamLaserPlus - website deposit@JCA2MDAuMDAgZGVwb3NpdCBmb3IgbmV3IEZST05UIEVORCAtDQpUZWFtTGFzZXJQbHVzLmNvbSB3ZWJzaXRlIGFzIHBlciBvdXIgZW1haWwuDQoNCkZpbmFsIHBheW1lbnQgJCA2MDAuMDAgZHVlIHVwb24gZnJvbnQgZW5kIGNvbXBsZXRpb24gYW5kIHNlcnZlciB1cGxvYWQgdG8gVVMgVGVjaG5vbG9naWVzLg==@1@600|',0,1,1124984187,1126710153,1039,1,600,0,0,'Tax','',0,''),(43,18,17,1126846800,1,'','','',0,1,1126846800,1129645649,1040,0,0,9.95,0,'','',0,''),(47,9,0,-1,6,'','quarterly hosting @ 14.95 per month -\r\n10/4/05 - 1/04/06\r\n\r\nThank you','9@1@Quarterly Hosting@UXVhcnRlcmx5IEJpbGxpbmcgVG90YWwgJDQ0Ljg1@1@44.85|',0,1,1127829455,1128546866,1043,1,44.85,0,0,'Tax','',0,''),(48,5,0,-1,6,'','hosting period: 10/4/05 - 01/05/06\r\nUnisen, All-Tag, Elite Travel, and Etag\r\nThank You.\r\n\r\ninvoice sent: 9/27/05','11@1@Quarterly Web Hosting - Unisen Sites@QWxsLXRhZy5jb20gJDUuMDAgcGVyIG1vbnRoIC0NClVuaXNlbi5jb20gJDE5Ljk1IHBlciBtb250aCAtDQpFbGl0ZSBUcmF2ZSAgJCAgOS45NSBwZXIgbW9udGgNCkUtVGFnLmluZm8gICAkICA5Ljk1IHBlciBtb250aA0KVG90YWw6ICQ0NC44NSBwZXIgbW9udGggeCAzID0gMTM0LjU1@1@134.55|',0,1,1127830278,1131043350,1044,1,134.55,0,0,'Tax','',0,''),(65,16,0,-1,6,'','monamiboca.com \r\n11/10/05 - 05/10/06','19@1@Monthly Hosting $19.95 per month@NiBtb250aHMgaG9zdGluZyBAICQgMTkuOTUgcGVyIG1vbnRo@1@119.7|',0,1,1129761179,1135809397,1056,1,119.7,0,0,'Tax','',0,''),(52,12,0,-1,1,'','Thank You - We appreciate your business!\r\npaid 11/7/05','13@1@ichantal.com - makeupmuse.com@aG9zdGluZyBmb3IgOiBQZXJpb2Q6IDEwLzI4LzA1IC0gMDQvMjgvMDYNCmljaGFudGFsLmNvbSAkIDE0Ljk1IHBlciBtb250aCANCm1ha2V1cG11c2UuY29tICQgMTQuOTUgcGVyIG1vbnRoDQpUb3RhbCAkIDI5LjkwIHBlciBtb250aA==@1@179.4|',0,1,1128547441,1131395069,1048,1,179.4,0,0,'Tax','',0,''),(54,4,0,-1,6,'','Thanks Sally!\r\npaid 10/18/05 fd','15@1@SLM SuperValue - 9.95 per month@SG9zdGluZyBwZXJpb2QgOiAwOS8yOC8wNSAtIDMvMjgvMDYgZm9yIHNsZXdpc21lZGlhLmNvbQ0KSW5jbHVkZXM6IGxzaGxhdy5uZXQgYW5kIG1vdmVkYnltZW1vcmllcy5jb20gY29tcC4=@1@59.7|',0,1,1128548166,1129643653,1049,1,59.7,0,0,'Tax','',0,''),(57,26,0,-1,6,'','paid 10/18/05 fd','16@1@EastCoastFarms - web development@NTAlIGRlcG9zaXQgZm9yIHdlYnNpdGUgLSBlYXN0Y29hc3RmYXJtcy5jb20gb2YgdG90YWw6IDg1MC4wMA0KVXAgdG8gMTAgcGFnZXMu@1@425|',0,1,1128706100,1129643628,1052,1,425,0,0,'Tax','',0,''),(59,18,17,1129438800,1,'','','',0,1,1129438800,1129645611,1054,0,0,9.95,0,'','',0,''),(67,27,22,1145509200,6,'','','',0,1,1129834652,1129834652,1058,0,89.7,89.7,0,'','',0,''),(68,27,0,-1,6,'','for development and hosting -\r\nThank You!\r\nWe appreciate Your Business!','20@1@web development deposit@LSByZXRhaWxjb25zdWx0aW5nbGxjLmNvbQ0KZGVwb3NpdCBmb3Igd2ViIGRldmVsb3BtZW50ICAuLi4gJCA0MjUuMDANCjYgbW9udGhzIGhvc3RpbmcgQCAxNC45NSAuLi4uLi4uLi4kICAgODkuNzANClRPVEFMLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4kIDUxNC43MA==@1@514.7|',0,1,1129834737,1131043227,1059,1,514.7,0,0,'Tax','',0,''),(72,28,23,1133416800,6,'','','',0,1,1130878798,1130878798,1063,0,9.95,9.95,0,'','',0,''),(94,6,0,-1,6,'','Hosting Renewal Period:\r\n12/7/05 - 12/07//06\r\nThank You! We Appreciate Your Business.','12@1@Yearly -  Value $14.95 mo.@eWVhcmx5IHN1cGVydmFsdWUgaG9zdGluZyAtIA0KQDE0Ljk1IHBlciBtb250aCAt@1@179.4|',0,1,1132244706,1133972478,1067,1,179.4,0,0,'Tax','',0,''),(91,21,0,-1,6,'','Website Changes - HarmonixCorp.com\r\npd 11/20/05','6@1@Harmonixcorp.com - Site Re-Development@Zm9yIEhhcm1vbml4Q29ycC5jb20gd2Vic2l0ZSAtIDggaHJzLiBAIDQwLjAwDQpEdWU6ICQzMjAuMDA=@1@320|',0,1,1132244098,1132594331,1066,1,320,0,0,'Tax','',0,''),(96,27,0,-1,6,'','Website Final Payment \r\nWebsite Total:            $ 750.00\r\n6 months hosting:       $  89.70 (@ 14.95 pmth)\r\nTotal:                         $ 839.70\r\nDEPOSIT RECEIVED:-  $ 514.70\r\nTOTAL DUE:                $ 325.00','25@1@RetailConsultingLLC - Final Payment@RmluYWwgUGF5bWVudCBmb3Igd2Vic2l0ZQ==@1@325|',0,1,1133296907,1135809374,1068,1,325,0,0,'Tax','',0,''),(97,6,5,1133935200,6,'','','',0,1,1133935200,1133972454,1069,0,0,179.4,0,'','',0,''),(99,17,0,-1,6,'','Hosting Period 9/27/05 - 12/27/05\r\nThank You, We appreciate your business !','27@1@Enhanced Hosting - Quarterly@UXVhcnRlcmx5IEhvc3RpbmcgQCAxOS45NSBwZXIgbW9udGg=@1@59.85|',0,1,1133974146,1138645009,1070,1,59.85,0,0,'Tax','',0,''),(102,23,0,-1,6,'','Hosting Period 1/25/06 - 1/25/07\r\n$ 9.95 per month x 12 -119.40\r\nThank You!\r\nWe appreciate your Business !','29@1@Super Value Hosting@WWVhcmx5IEhvc3RpbmcgQCA5Ljk1IHBlciBtb250aA==@1@119.4|',0,1,1134405901,1138644728,1072,1,119.4,0,0,'Tax','',0,''),(103,9,0,-1,6,'','Quarterly Hosting Renewal -\r\nPeriod : 1/4/06 - 4/04/06\r\n\r\nThank You.\r\nWe Appreciate Your Business!','9@1@Quarterly Hosting@UXVhcnRlcmx5IEJpbGxpbmcgVG90YWwgJDQ0Ljg1@1@44.85|',0,1,1134408955,1138644318,1073,1,44.85,0,0,'Tax','',0,''),(104,18,17,1134712800,1,'','','',0,1,1134712800,1135809470,1074,0,9.95,9.95,0,'','',0,''),(109,18,17,1137391200,1,'','','',0,1,1137391200,1138037212,1079,0,0,9.95,0,'','',0,''),(116,5,0,-1,6,'','paid 2/8/06\r\n\r\nMaintenence: \r\n1/18/05 - Added UniversalQG-Plex to eas page and added new UniversalQG-Plex page - resized graphic for thumbnail and larger viewing of graphic - $ 15.00\r\n\r\n 1/17/05 - added Warning Banner to both Unisen and All-Tag No charge\r\n\r\n 1/13/06 –Created new rollover graphic w/links for home page – Created new home page - $ 85.00 \r\n\r\n1/3/06 - replaced Ink Tag LP picture on home page with SuperStylus - and added new super stylus page to site - $15.00 \r\n\r\nemail address for lionel -No Charge \r\n\r\nadded retailconsultingllc graphic link on unisen home page. - No Charge\r\n\r\nThank You!\r\nWe appreciate your business and referrals.','30@1@Unisen Hosting and Maintenence 1/20/06@UXVhcnRlcmx5IFdlYiBIb3N0aW5nIA0KaG9zdGluZyBwZXJpb2Q6IDAxLzQvMDYgLSAwNC8wNS8wNg0KQWxsLXRhZy5jb20gJDUuMDAgcGVyIG1vbnRoDQpVbmlzZW4uY29tICQxOS45NSBwZXIgbW9udGggDQpFbGl0ZSBUcmF2ZSAkIDkuOTUgcGVyIG1vbnRoIA0KRS1UYWcuaW5mbyAkIDkuOTUgcGVyIG1vbnRoDQoNCg0KVG90YWwgSG9zdGluZzogJDQ0Ljg1IHBlciBtb250aCB4IDMgPSAxMzQuNTUgDQpUb3RhbCBNYWludGVuZW5jZTogJCAxMTUuMDANCg0KVE9UQUwgRFVFOiAyNDkuNTU=@1@249.55|',0,1,1138037124,1139345354,1085,1,249.55,0,0,'Tax','',0,''),(118,21,0,-1,6,'','Original Quote: $ 2500.00\r\nDeposit:           $ 1200.00 Received 8/2005\r\nBalance Due   : $ 1300.00','31@1@HarmonixCorp. Final Payment@RmluYWwgUGF5bWVudCBmb3IgSGFybW9uaXggQ29ycCBTaXRlIC0NCg0KT25saW5lIHNpbmNlIDExLzIwMDU=@1@1300|',0,1,1138643229,1140555349,1087,1,1300,0,0,'Tax','',0,''),(120,8,0,-1,6,'','Thank You!\r\nWe Appreciate your Business!','21@1@ClosetQueen hosting and maintenance@UXVhcnRlcmx5IEhvc3RpbmcgUmVuZXdhbCBQZXJpb2Q6IDIvMDUvMDYgLSAwNS8wNS8wNiAtICQgNDQuODUNCg0KMTIvMTIvMDUgZWRpdGVkIGVtYWlsIHBhZ2UgZm9yIDJuZCBzaG93IC0gICAgICAgICAgICAgICAgICAgICQgMTAuMDA=@1@54.85|',0,1,1138644696,1140116776,1088,1,54.85,0,0,'Tax','',0,''),(125,11,0,-1,6,'','Hosting Period Ending:\r\n02/01/06 - 08/01/06','32@1@Semi-Annual Value Hosting@NiBtb250aHMgaG9zdGluZyBAIDE0Ljk1IHBlciBtb250aCAtICQgODkuNzAgc2VtaS1hbm51YWw=@1@89.7|',0,1,1139330892,1140116795,1093,1,89.7,0,0,'Tax','',0,''),(122,28,0,-1,6,'','Hosting Period: 02/01/06 - 05/01/06\r\nWebsite: opus5boca.com\r\n\r\nThank You!\r\nWe Appreciate Your Business!','33@1@Super Value - Quarterly Hosting@U3VwZXIgVmFsdWUgSG9zdGluZyAtICQgOS45NXBlciBtb250aCAtIFF1YXJ0ZXJseSBCaWxsaW5n@1@29.85|',0,1,1139029523,1144691276,1090,1,29.85,0,0,'Tax','',0,''),(127,18,17,1140069600,1,'','','',0,1,1140069600,1142267210,1095,0,0,9.95,0,'','',0,''),(128,29,0,-1,6,'','paid - 3/08/06\r\n\r\nWebsite Changes and Video Addition: $ 120.00\r\nVideo Editing: $ 250.00\r\nTOTAL: 370.00\r\n\r\nThank You!\r\nWe appreciate your business.','34@1@GreenWing II Changes@V2Vic2l0ZSBDaGFuZ2VzIGFuZCBWaWRlbyBBZGRpdGlvbiB0byB3ZWJzaXRlOg0KDQozIGhvdXJzIEAgJDQwLjAwLi4uLi4uLiAgICQgMTIwLjAwDQoNClZpZGVvIEVkaXRpbmc6DQoyIGhvdXJzIEAgMTI1LjAwIC4uLi4uLi4gICQgMjUwLjAwDQoNCg0KVE9UQUw6IDM3MC4wMA==@1@370|',0,1,1140543844,1141925722,1096,1,370,0,0,'Tax','',0,''),(129,30,24,1173506400,4,'','','',0,1,1142032869,1142032869,1097,0,179.4,179.4,0,'','',0,''),(130,18,17,1142488800,1,'','','',0,1,1142488800,1143218860,1098,0,0,9.95,0,'','',0,''),(132,31,0,-1,1,'','','36@1@cna-hgh.com - hosting and set up@NiBtb250aHMgaG9zdGluZyBAIDE0Ljk1IC0gJCA4OS43MA0KU2l0ZS9EYXRhYmFzZSBzZXQgdXAgZmVlIC0gICAkIDY1LjAwDQpMaW5rcyBmaXggLSBubyBjaGFyZ2UNClRvdGFsICQgMTU0Ljcw@1@154.7|',0,1,1142283221,1142284140,1099,1,154.7,0,0,'Tax','',0,''),(133,32,25,1173852000,6,'','','',0,1,1142379714,1142379714,1100,0,179.4,179.4,0,'','',0,''),(135,32,0,-1,6,'','','37@1@PalmBeachCoralytes - web hosting@V2ViIEhvc3Rpbmc6IDEyIG1vbnRocyBAICQxNC45NSBwZXIgbW9udGgNCjMvMTQvMDYgLSAzLzE0LzA3DQpEb21haW4gTmFtZSBSZWdpc3RyYXRpb246ICQgOC4yMA0KZ29vZDogMi8xMS8wNiAtIDIvMTEvMDc=@1@187.6|',0,1,1142380522,1144691191,1101,1,187.6,0,0,'Tax','',0,''),(137,31,0,-1,1,'','Web Programming / Fixes as per invoice.\r\n\r\nThank You.\r\nWe appreciate your business.','38@1@cna-hgh.com programming@M2hycyB3ZWIvQ1JNIHByb2dyYW1taW5nIEAgJDg1LjAwIA0KV2ViIE1lZGljYWwgRm9ybSBBZGRpdGlvbjogQCAgJDUwLjAwDQpUT1RBTDogJDMwNS4wMA0KDQoNCkludGVncmF0aW9uIG9mIHNlYXJjaCBhaGVhZCBvZiB0eXBlIGZpZWxkIGluIGFjdGl2ZSB1c2VycyBzZWN0aW9uLg0KUmV3cml0ZSBvZiB2YXJpb3VzIC5odGFjY2VzcyBmaWxlcyBmb3Igc2VjdXJpdHkgaXNzdWVzLiANClJlbW92ZWQgdmFyaW91cyB1bnVzZWQgZmlsZXMgdGhhdCBjcmVhdGVkIHNlY3VyaXR5IHZ1bG5lcmFiaWxpdGllcy4NCkZpeGVkIGEgZmV3IGJyb2tlbiBTUUwgY29ubmVjdGlvbnMuIENoYW5nZWQgcGFzc3dvcmQgYWNjZXNzIGZvciBhbGwgdXNlcnMgaW4gdGhlIENSTS9BRE1JTi4gDQpXZWIgTWVkaWNhbCBGb3JtIGNvbmZpZ3VyZWQgYW5kIGFkZGVkLg==@1@305|',0,1,1142543163,1145394189,1103,1,305,0,0,'Tax','',0,''),(138,17,0,-1,1,'','For Quarterly Hosting Period:\r\n3/27/06 - 6/27/06\r\n\r\nThank You.\r\nWe Appreciate Your Business!','27@1@Enhanced Hosting - Quarterly@UXVhcnRlcmx5IEhvc3RpbmcgQCAxOS45NSBwZXIgbW9udGg=@1@59.85|',0,1,1142543328,1144691315,1104,1,59.85,0,0,'Tax','',0,''),(139,35,0,-1,6,'','18 hours week - 3/14, 3/15, 3/16\r\n\r\n18 hours week - 3/21, 3/22, 3/23','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1143140588,1143148513,1105,1,900,0,0,'Tax','',0,''),(141,9,0,-1,6,'','Quarterly Hosting @ 14.95 per month \r\nPeriod: 4/4/06 - 7/4/06\r\n\r\nThank You.\r\nWe Appreciate Your Business!','9@1@Quarterly Hosting@UXVhcnRlcmx5IEJpbGxpbmcgVG90YWwgJDQ0Ljg1@1@44.85|',0,1,1143219489,1144077429,1106,1,44.85,0,0,'Tax','',0,''),(142,4,3,1143525600,6,'','','',0,1,1143525600,1147310522,1107,0,59.7,59.7,0,'','Webhosting Renewal for period - 3/28/06 - 9/28/06\r\nslewismedia.com - 6 months @ 9.95 per month\r\n\r\nlshlaw.net - complimentary\r\nmovedbymemories.com - complimentary',0,''),(150,14,0,-1,6,'','domain name renewal','40@1@domain name renewal@JCAxMi45NSBwZXIgeWVhciByZW5ld2FsIC0gbWlrZXlzZHJlYW0ub3JnDQokIDEyLjk1IHBlciB5ZWFyIHJlbmV3YWwgLSBtaWtleXllbGxhbmRjaGFkd2VsbGZvdW5kYXRpb24ub3JnDQpEb21haW4gbmFtZSByZWdpc3RyYXRpb24gb25seSAtIHNpdGUgaG9zdGluZyB0byByZW5ld2FsIGludm9pY2UgdG8gZm9sbG93Lg==@1@25.9|',0,1,1144074631,1144691235,1113,1,25.9,0,0,'Tax','',0,''),(145,34,26,1173852000,6,'','','',0,1,1142316000,1144079196,1110,0,0,179.4,0,'','paid $ 179.40 4/1/06',0,''),(147,18,17,1145163600,1,'','','',0,1,1145163600,1145394618,1112,0,0,9.95,0,'','',0,''),(152,14,0,-1,6,'','Hosting Period 04/15/2006 - 04/15/2007','12@1@Yearly -  Value $14.95 mo.@eWVhcmx5IHZhbHVlIGhvc3RpbmcgLSANCkAxNC45NSBwZXIgbW9udGggLQ==@1@179.4|',0,1,1144075166,1144691215,1114,1,179.4,0,0,'Tax','',0,''),(153,5,0,-1,6,'','Maintence includes:\r\n2/27/06 - resized and changed 1 pictures on \r\ndetacher page - resized and changed 2 picture on \r\ndeactivator page - updated text on page - \r\nresized and added autobar logo/link to maps page \r\nadded new pdf. file $ 60.00\r\n\r\nThank You!\r\nWe appreciate your Business','30@1@Unisen Hosting and Maintenence 1/20/06@UXVhcnRlcmx5IFdlYiBIb3N0aW5nIA0KaG9zdGluZyBwZXJpb2Q6IDA0LzUvMDYgLSAwNy8wNS8wNg0KQWxsLXRhZy5jb20gJDUuMDAgcGVyIG1vbnRoDQpVbmlzZW4uY29tICQxOS45NSBwZXIgbW9udGggDQpFbGl0ZSBUcmF2ZSAkIDkuOTUgcGVyIG1vbnRoIA0KRS1UYWcuaW5mbyAkIDkuOTUgcGVyIG1vbnRoDQoNCg0KVG90YWwgSG9zdGluZzogJDQ0Ljg1IHBlciBtb250aCB4IDMgPSAxMzQuNTUgDQpUb3RhbCBNYWludGVuZW5jZTogJCA2MC4wMA0KDQpUT1RBTCBEVUU6MTk0LjU1@1@194.55|',0,1,1144079891,1148313815,1115,1,194.55,0,0,'Tax','',0,''),(155,17,16,1143439200,6,'','','',0,1,1143439200,1145394242,1117,0,59.85,59.85,0,'','',0,''),(156,27,22,1145509200,6,'None','','',0,1,1145509200,1146027600,1118,0,89.7,89.7,0,'','Website hosting @ 14.95 per month\r\n\r\nHosting Period: 04/20/06 - 10/20/06.\r\n\r\nThank You.\r\nWe appreciate your business!',0,''),(157,35,0,-1,6,'','18 hours week - 3/28, 3/29, 3/30\r\n\r\n18 hours week - 4/4, 4/5, 4/6','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1144291977,1144427457,1119,1,900,0,0,'Tax','',0,''),(161,28,23,1146459600,6,'','','',0,1,1146459600,1151457389,1123,0,0,59.7,0,'','ACCOUNT NOW 30 DAYS PAST DUE - \r\nPLEASE PAY INVOICE TO AVOID INTERRUPTION IN SERVICE\r\n\r\nSemi-Annual billing\r\nWebHosting Period 05/01/2006 - 11/01/2006',0,''),(164,36,0,-1,6,'','13 hours web modifications @ $40\r\nTotal: $520.00\r\n\r\nas per Paul Beahm:\r\n2/22/06 – created new animated “header” graphic \r\nRe-do Portfolio page \r\nCreated new animated graphics for OTC, NUT & \r\nEBRANDS\r\nChanged Index page text\r\ncreated new pages\r\notceuticals.html\r\nnutraceuticals.html\r\nebrands.html\r\nmanagement_service.html\r\nReplaced old graphic with new – \r\nresized all new images\r\n3/3 - changes to index.html  page text\r\n3/10 – changes to index.html  page text\r\n3/20 -  added pages – resized all graphics for \r\npages – thumbnail and larger\r\nosteo_calcium.html\r\nosteo_arthritits.html\r\nosteo_pain.html\r\nmilk_calcuim.html\r\nmilk_calcuim_chewable.html\r\ntotal_gi.html\r\n3/28 – changes to index.html page\r\n4/17/06 – re-created OTC, NUT animated graphics\r\nRe-organized OTC and NUT products \r\nFixed back/next links on all individual product pages – 21 pages','41@1@AlanJamesGroup.com@V2Vic2l0ZSBNb2RpZmljYXRpb25z@1@520|',0,1,1145500910,1147310485,1125,1,520,0,0,'Tax','',0,''),(165,35,0,-1,6,'','36 hrs @ $25.00\r\n\r\n18 hours - 4/11,12,13\r\n18 hours - 4/18,19,20','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1145501971,1146071126,1126,1,900,0,0,'Tax','',0,''),(166,8,7,1147064400,6,'','','',0,1,1147064400,1149188840,1127,0,144.85,44.85,0,'','Hosting Period: 5/8/06 - 8/08/06 ............. $ 44.85\r\nadded TM to all closet queen instances -\r\nswapped out napo logo\r\nadded readers digest online link................$25.00\r\n4/2/06 added online link to nav bar with\r\nlink to shopping site................................ $ 75.00',0,''),(167,15,14,1147237200,6,'None','','',0,1,1147237200,1149915600,1128,0,119.7,119.7,0,'','Hosting Period: 05/10/2006 - 11/06/06\r\n6 months @ 19.95 per month',0,''),(168,16,15,1147237200,6,'','','',0,1,1147237200,1149952202,1129,0,39.9,119.7,0,'','paid $ 39.90 for May/June 2006 - only\r\nHosting Period: 05/10/2006 - 11/10/06\r\n6 months @ 19.95 per month',0,''),(169,31,0,-1,1,'','Thank You. \r\nWe appreciate your Business!','42@1@dedicated IP = CNA-HGH.com@NCBtb250aHMgQCAkNS4wMCBwZXIgbW9udGggZm9yIGRlZGljYXRlZCBJUCAtDQpyZW1haW5kZXIgb2YgaG9zdGluZyB0ZXJtIC0gDQo1LzEwLzA2IC0gOS8xMC8wNg0KDQpJbml0aXRhdGlvbiBEYXRlOiA0LzI4LzA2IC0gUGxlYXNlIGFsbG93IHVwIHRvIDQ4IGhvdXJzIGZvcg0KY2hhbmdlcyB0byBwcm9wYWdhdGUu@1@20|',0,1,1146089361,1148313746,1130,1,20,0,0,'Tax','',0,''),(175,36,0,-1,6,'','pd 5/10/06 #3274\r\n\r\nThank You.\r\nWe appreciate your business','43@1@CardioEA.com test site@VHdvIGhvdXJzIEAgNDAuMDAgLSBDYXJkaW9FQS5jb20gbW9jayB1cA==@1@80|',0,1,1146542105,1147310469,1136,1,80,0,0,'Tax','',0,''),(176,35,0,-1,6,'','36 hours @ $25.00\r\n4/25,26,27 \r\n5/2,3,4','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1146767373,1146793514,1137,1,900,0,0,'Tax','',0,''),(182,35,0,-1,6,'','paid 5/24/06\r\n\r\n18 hours: 5/9, 10, 11\r\n18 hours: 5/16, 17, 18\r\nTotal: 36 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1148479967,1148530803,1138,1,900,0,0,'Tax','',0,''),(185,37,0,-1,1,'','Thank You! \r\nWe appreciate your Business.','44@1@quikfloridacorporation.com@V2Vic2l0ZSBEZXZlbG9wbWVudCBEZXBvc2l0OiAgJCAyNTAuMDAgIA0KVmFsdWUgSG9zdGluZyAtIDYgbW8uQCAkMTQuOTU6ICQgIDg5LjcwDQpEb21haW4gTmFtZSBSZWdpc3RyYXRpb246ICAgICAgICQgIDEwLjAwICgxIHllYXIp@1@349.7|',0,1,1148529982,1149269662,1140,1,349.7,0,0,'Tax','',0,''),(187,18,17,1150434000,1,'','','',0,1,1150434000,1150988308,1141,0,9.95,9.95,0,'','',0,''),(188,35,0,-1,6,'','18 hours - 5/23, 24, 25\r\n18 hours - 5/30, 31, 6/1','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1149187193,1149269647,1142,1,900,0,0,'Tax','',0,''),(192,13,12,1150693200,6,'','','',0,1,1150693200,1152224624,1146,0,0,107.4,0,'','Paid 7/6/06\r\n\r\nFor Hosting Period: 06/19/2006 - 06/19/07',0,''),(193,37,0,-1,1,'','via paypal - 6/12/06\r\n\r\nThank You!\r\nWe appreciate your business !','45@1@Final Payment@cXVpa2Zsb3JpZGFjb3Jwb3JhdGlvbi5jb20gDQpXZWJzaXRlIERldmVsb3BtZW50IDogJCA0NTAuMDANCldlYmlzdGUgRGVwb3NpdDogICAgICAgICAgJCAyNTAuMDANCkZpbmFsIER1ZTogICAgICAgICAgICAgICAgICAgICQgMjAwLjAw@1@200|',0,1,1149732484,1150396801,1147,1,200,0,0,'Tax','',0,''),(196,35,0,-1,6,'','','46@1@Web Development@MTggaG91cnMgLSA2LzYsNyw4DQoxMiBob3VycyAtIDYvMTQsMTUNClRvdGFsOiAzMCBob3VyczogJCA3NTAuMDA=@1@750|',0,1,1150396776,1150988331,1150,1,750,0,0,'Tax','',0,''),(197,9,8,1151989200,6,'','','',0,1,1151989200,1152224583,1151,0,44.85,44.85,0,'','Paid 7/6/06\r\n\r\nHosting Period: 07/04/06 - 10/04/06\r\n\r\nThank You - We Appreciate Your Business !',0,''),(215,8,7,1155013200,6,'None','','',0,1,1155013200,1155877200,1166,0,59.85,44.85,0,'','Hosting Period - 08/05/06 - 11/05/06 - $ 44.85\r\nWeb Additions: resized/add two before /after pictures to\r\nb/a page - karla_before and karla_after. - $ 15.00',0,''),(202,36,0,-1,6,'','21 pages total - website to HTML\r\n\r\nThank You! We Appreciate Your Business !','43@1@CardioEA.com Web Development@Q2FyZGlvRUEuY29tIFdlYnNpdGUgRGV2ZWxvcG1lbnQ=@1@1000|',0,1,1151457222,1153763803,1156,1,1000,0,0,'Tax','',0,''),(204,35,0,-1,6,'','Paid 7/5/06\r\n\r\n\\\\Work Period:\r\n18 hours - 6/20, 6/21, 6/22\r\n18 hours - 6/27, 6/28, 6/29\r\n36 hours Total','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1151601408,1152224462,1158,1,900,0,0,'Tax','',0,''),(210,10,0,-1,6,'','SuperTag.us -paid 411762283','47@1@SuperTag.us@U3VwZXJUYWcudXMgV2VicGFnZSBEZXZlbG9wbWVudCAtICQgMjUwLjAwDQozIG1vbnRocyB3ZWIgaG9zdGluZyBKdWx5IC0gMGN0IDA2IChuby1jaGFyZ2UpDQphZGRlZCBTVCBsb2dvIHRvIHVuaXNlbi5jb20gLSAobm8gY2hhcmdlKQ0KDQpUaGFuayBZb3UgLSBXZSBBcHByZWNpYXRlIHlvdXIgQnVzaW5lc3Mh@1@250|',0,1,1153152600,1157118025,1164,1,250,0,0,'Tax','',0,''),(213,35,0,-1,6,'None','web development:\r\n30 hours @ 25.00 = $ 750.00\r\n18 hours week ending 1/18/07\r\n12 hours week ending 1/24/07\r\n\r\nThank You!','46@1@Web Development@@0@750|',0,1,1153152945,1153748365,1165,1,750,0,0,'Tax','',0,''),(216,31,0,-1,1,'76177752P5928871W','','48@1@SSL Certificate@d3d3LmNuYS1oZ2guY29tIHNzbCBjZXJ0aWZpY2F0ZQ0KMiB5ZWFycyBAICQ3NS4wMCBwZXIgeWVhci4=@1@150|',0,1,1153840175,1153845939,1167,1,150,0,0,'Tax','',0,''),(219,18,17,1153026000,1,'','','',0,1,1153026000,1154614492,1170,0,0,29.85,0,'','hosting period: 7/16/06 - 10/16/06 @ 9.95 per month.\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(220,11,10,1155445200,6,'','','',0,1,1155445200,1155922484,1171,0,89.7,89.7,0,'','Hosting Period: 8/13/06 - 2/13/07\r\n\r\nThank You.\r\nWe appreciate Your Business!',0,''),(221,35,0,-1,6,'','Week 7/18, 19/20 - 18 hours\r\nWeek 7/25, 26, 28 - 18 hours\r\nTotal: 36 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1154459563,1154646463,1172,1,900,0,0,'Tax','',0,''),(223,35,0,-1,6,'','week: 8/1, 8/2, 8/4 - 18 hours\r\nweek: 8/8, 8/9, 8/11 - 18 hours\r\nTOTAL: 36 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1155310450,1155922441,1174,1,900,0,0,'Tax','',0,''),(224,35,0,-1,6,'','pad - 9219\r\n\r\nriod: Aug. 15, 16 17 - 18 hours\r\nPerios: Aug. 22, 23, 25 - 18 hours\r\n36 hours total.','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1156535408,1157117993,1175,1,900,0,0,'Tax','',0,''),(225,30,24,1157864400,1,'','','',0,1,1157864400,1160595205,1176,0,0,119.7,0,'','10/5/06 paid\r\n\r\nWeb Hosting Renewal Period - 9/10/06 - 3/10/07 @ 19.95 per month\r\n\r\n4/06 - Upgraded from value hosting $ 14.95 - to Enhanced @ 19.95 per month - for dedicated IP \r\n\r\nThank You,\r\nWe Appreciate Your Business.',0,''),(227,17,16,1159333200,6,'','','',0,1,1159333200,1163640968,1178,0,0,59.85,0,'','Quarterly Webhosting Renewal\r\nPeriod: 09/27/06 - 12/27/06\r\n3mo. @ 19.95 per month - $ 59.85\r\n\r\nThank You!\r\nWe appreciate your business!',0,''),(228,4,3,1159419600,6,'','','',0,1,1159419600,1163621623,1179,0,119.4,59.7,0,'','Web Hosting Renewal Period - slewismdia.com\r\n9/28/06 - 9/28/07\r\n\r\nComps:\r\nlshlaw.net\r\nmovedbymemories.com\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(229,35,0,-1,6,'','Pd 9/14/06 - #9258\r\n\r\nW/O - Aug. 29,30,31 - 18 hours\r\nW/O - Sep. 5,6,7 - 18 hours\r\nTotal: 36 hours.','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1158328625,1158590768,1180,1,900,0,0,'Tax','',0,''),(231,9,8,1159938000,6,'','','',0,1,1159938000,1162574752,1182,0,44.85,44.85,0,'','Hosting Period: 10/04/2006 - 01/04/2007\r\n\r\nThank You !\r\nWe Appreciate Your Business!',0,''),(232,10,9,1159938000,6,'','','',0,1,1159938000,1161372268,1183,0,349.85,104.7,0,'','paid - 10/20/06\r\n\r\nHosting: Note new lower hosting prices -\r\nperiod: 10/4/06 - 01/04/07\r\nUnisen.com - $19.95 mo\r\nall-tag.com - $5.00 mo\r\nsupertag.us - $5.00mo\r\nEliteTravel - $ 5.00 mo\r\ne-taginfo - $ 5.00mo\r\nTotal: 39.95 mo x 3 months quarterly : $ 119.85\r\n\r\n8/16/06 - changed index page txt - no charge\r\n\r\n8/14/06 - removed hidden txt - no charge\r\n\r\n8/7/06removed current new products and added to other pages. \r\nadded Mini Stylus graphic to new products and create new descip\r\npage replaced dune tag with itag,added descrp page. changed all\r\n instances of microtag to pico tag.  rearranged amcompatible tags \r\nsection...... $ 50.00\r\n\r\n8/24/06 - re-created all 45 pages to .html\r\nreformatted entire website - 4 hrs@ 45.00\r\n180.00\r\n\r\nTOTAL hosting and maintenence for quarter: $ 349.85',0,''),(236,35,0,-1,6,'','W/O Sept. 12,13, 15 - 18 hours\r\nW/O Sept. 19,20,22 - 18 hours\r\nTotal: 36 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1159457723,1161110669,1185,1,900,0,0,'Tax','',0,''),(239,18,17,1160974800,6,'','','',0,1,1160974800,1163640902,1188,0,0,29.85,0,'','Web Hosting Renewal\r\nPeriod: 10/16/06 - 01/16/07\r\n3 mo @ $9.95 = $29.85\r\n\r\n\r\nThank  You!\r\nWe Appreciate Your Business !',0,''),(240,27,22,1161320400,6,'','','',0,1,1161320400,1162574633,1189,0,129.7,89.7,0,'','Web Hosting Renewal Period:\r\n10/06/06 - 04/20/07 - 6 mo. @ 14.95 = $ 89.70\r\n\r\nchanges/additions to website as per 9/20/06 draft. = $40.00 \r\n\r\nTotal Due:$ 129.70\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(243,8,0,-1,6,'','This invoice does not include hosting renewal services. You will be billed for hosting renewal - quarter ending in November.\r\n\r\nThank You!\r\nWe appreciate your business!','49@1@ClostQueen.com development@OC8zLzA2IC0gcmVzaXplZC9hZGRlZCAxNiBiZWZvcmUgL2FmdGVyIHBpY3R1cmVzIHRvIGIvYSBwYWdlIC0gQmVja3kgUGhvdG9zLiQgNDUuMDANCg0KOS80LzA2OiBzY2FubmVkIGluc2lkZW91dCBhcnRpY2xlIGFuZCBhZGRlZCB0byB3ZWJzaXRlIC0gYWRkZWQgMiBhZGRpdGlvbmFsIHBhZ2VzIGZvciBpbnNpZGVvdXQgYXJ0aWNsZS1hbHNvIGFkZGVkIGxpbmsgdG8gbWVkaWEgcGFnZSAtIHRoZSBuZXN0LmNvbSAuLiB0b3RhbDogJCA0NS4wMA0KDQoNCjkvMTEvMDYgLSBjcmVhdGVkIHN0YWdpbmcgZW1haWxlciAtICQgNjUuMDANCg0KDQo5LzI2LzA2IC0gYWRkZWQgYmNiIHRlY2hub2xvZ2llcyBsaW5rIHRvDQpsaW5rcyBwYWdlOiAkMTANCg0KDQpXZWJzaXRlIERldmVsb3BtZW50IC0gQXVnL1NlcHQgMjAwNiAtIFRvdGFsOiAkMTY1LjAw@1@165|',0,1,1160596172,1162574714,1190,1,165,0,0,'Tax','',0,''),(244,28,23,1162360800,6,'None','','',0,1,1162360800,1167717600,1191,0,59.7,59.7,0,'','sent by email 11/1\r\nmailed reg mail: 11/28\r\nfaxed: 12/15/06 to Accounting fax (954) 966-6901\r\n\r\nWeb Hosting Period:\r\n11/01/2006 - 05/11/2007\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(245,35,0,-1,6,'None','Paid 10/17/06 - check 9334\r\n\r\nFor Period: \r\nSept. 26,27,28 - 18 hours\r\nOct. 3,4,5 - 18 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1161110765,1161222061,1192,1,900,0,0,'Tax','',0,''),(248,37,0,-1,6,'','adjusted invoice - \r\n\r\nPlease mail payment to address above.\r\nIf you wish to pay via PayPal, please send payment to: paypal@extremewebmedia.com\r\n\r\nThank You.\r\nWe Appreciate Your Business!','50@1@web development - quikfloridacorporation.com@QWRkZWQgbGlua3MgcGFnZSBhbmQgbmV3IGxpbmsgdG8gDQpuYXYgYmFyIC0gJCAxMDAuMDANCkZ1bGwgc2VhcmNoIGVuZ2luZSBzdWJtaXNzaW9uIHByb2Nlc3MgZm9yIGdvb2dsZSBhbmQgeWFob28sDQpzaXRlIHVwZGF0ZWQgYW5kIHN1Ym1pdHRlZCAtICQ2OS4wMA==@1@169|',0,1,1161352832,1162574862,1195,1,169,0,0,'Tax','',0,''),(249,8,7,1162965600,6,'None','','',0,1,1162965600,1166162400,1196,0,0,154.85,0,'','sent invoice: 11/15/06\r\n\r\nQuarterly Hosting Renewal Period:\r\n11/8/06 - 2/08/07 - $ 44.85\r\n\r\nhome staging link, added\r\nstaging page and resized 10 photos for page. - $95.00\r\n\r\nAdded WSVN link to video on Media Page - \r\nChanged Affliate link A-Z website -                  $15.00\r\n(original quote $25, reduced for no screen shot of video).\r\n\r\nTotal: 154.85',0,''),(250,15,14,1163138400,6,'','','',0,1,1163138400,1163787400,1197,0,119.7,119.7,0,'','Hosting Renewal Period:\r\n11/10/06 - 5/10/07\r\n\r\n\r\nThank You!\r\nWe Appreciate Your Business !',0,''),(251,35,0,-1,6,'','W/O - 10/10, 11, 12, 13 - 18 hrs.\r\nW/O - 10/17, 18, 19 - 18 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1161983111,1162574902,1198,1,900,0,0,'Tax','',0,''),(255,36,0,-1,6,'','sent 12/11/06','43@1@AlanJamesGroup@cnVubmluZyB0YWI6DQpTZXB0LiAwNiAtIHNodXQgb2ZmIGZvcm0gbWFpbCBhY3Rpdml0eSBmb3Igc3BhbSBhcyBwZXIgUGF1bCBCLiAtIG5vIGNoYXJnZQ0KTm92LiA2LCAwNiAtIHJlbW92ZWQgYWxsIHJlZmVyZW5jZXMgdG8gQ2FybmF0aW9uIGFuZCByZWNvbmZpZ3VyZWQgYW5pbWF0ZWQgZ3JhcGhpYyBmb3IgQ2FybmF0aW9uIHJlbW92YWwgLSAkMjUuMDA=@1@25|',0,1,1162871125,1167769746,1202,1,25,0,0,'Tax','',0,''),(256,37,27,1164780000,6,'','','',0,1,1164780000,1165857566,1203,0,104.7,89.7,0,'','sent invoice: 11/15/06\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 11/29/06 - 05/29/07 - 6 mths @ $14.95 .... $ 89.70\r\nMaintenence: added banner .................................$ 15.00\r\nTotal ..................................................................$104.70',0,''),(257,35,0,-1,6,'','Pd 11/15/-6 # 9402\r\nW/O - 10/24,25/26 - 18 hours\r\nW/O - 10/31, 11/1. 11/2 - 18 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1163621364,1163641046,1204,1,900,0,0,'Tax','',0,''),(260,6,5,1165471200,6,'','','',0,1,1165471200,1169082148,1205,0,0,179.4,0,'','via email: 11/29/06\r\nWeb Hosting Renewal:\r\nPeriod:12/07/2006 - 12/07/2007 @ 14.95 per month.\r\n\r\nThank You!\r\nWe Appreciate Your Business\r\n\r\nNOTE:\r\nYour online calendar is up for renewal on Jan. 20, 2007\r\nCost: 49.95 per year.\r\n\r\nYou must renew this calendar by credit card.\r\nExtreme Web Media will be happy to renew the calendar on your behalf. \r\nWe show credit card on file - VISA ending 7281, expires 10/06\r\nPlease email new expiration date to us at: info@extremewebmedia.com and\r\nwe will renew calendar for you.\r\nSincerely,\r\nFran',0,''),(261,35,0,-1,6,'','Pd: 11/30 check 9433\r\n\r\nw/o 11/7,8,9 - 18 hours\r\nw/o 11/14,5,16 - 18 hours\r\nTotal: 36 hours','39@1@Web Development - 36 hours@MzYgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgOTAwLjAw@1@900|',0,1,1164898197,1165857633,1206,1,900,0,0,'Tax','',0,''),(263,38,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business.','51@1@Deposit - Web Development@RGVwb3NpdCBmb3IgSVNTR0wuY29tIHdlYnNpdGUNCjFzdCBwYWdlIC0gYW5kIGRlc2lnbiA9ICQyNTAuMDANCmVhY2ggYWRkaXRpb25hbCBwYWdlID0gJDEwMA0KRm9ybSBwYWdlID0gYWRkaXRpb25hbCAkNTA=@1@250|',0,1,1165254489,1171485227,1207,1,250,0,0,'Tax','',0,''),(267,17,16,1167199200,6,'','','',0,1,1167199200,1169082187,1208,0,59.85,59.85,0,'','Mailed reg mail: 12/15/06\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 12/27/2007 - 03/27/07\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(268,35,0,-1,6,'','W/O - 11/21 & 22 = 12 hrs.\r\nW/O - 11/28,29,30 = 18 hrs.\r\nTOTAL : 30 hrs @ 25.00 = $750','46@1@Web Development@@0@750|',0,1,1166118189,1166207945,1209,1,750,0,0,'Tax','',0,''),(269,35,0,-1,6,'','W/O 12/5,6,7 - 18 hrs\r\nW/O 12,12,13,14 - 18 hrs\r\n12/19 - 6 hrs.\r\nTotal: 42hrs @ 25.00 = $1050.00','52@1@Harmonix@RGV2ZWxvcG1lbnQ=@1@1050|',0,1,1166561291,1167769726,1210,1,1050,0,0,'Tax','',0,''),(274,12,0,-1,1,'','Website - Hosting Reactivation\r\nSemi-Annual Billing: 01/01/07 - 07/01/07\r\nichantal.com @ 14.95 per month\r\nmakeupmuse.com @ 14.95 per month\r\nTotal: 179.40','12@1@Value $14.95 mo.@c2VtaS1hbm51YWwgdmFsdWUgaG9zdGluZyAtIA0KQDE0Ljk1IHBlciBtb250aCAt@1@179.4|',0,1,1167542684,1167853093,1213,1,179.4,0,0,'Tax','',0,''),(276,18,17,1168927200,6,'','','',0,1,1168927200,1171312692,1215,0,29.85,29.85,0,'','sent: 01/02/07\r\n\r\nWeb Hosting Renewal Period: 01/16/2007 - 04/16/2007\r\n\r\nThank You!\r\nWe appreicate Your Business!',0,''),(279,12,0,-1,1,'','Thank You.\r\nPaid in Full','53@1@Domain Name Registration@aWNoYW50YWwuY29tICQgMjUuMDANCm1ha2V1cG11c2UuY29tICQyNS4wMA0KMSB5ZWFyIGRvbWFpbiBuYW1lIHJlZ2lzdHJhdGlvbg==@1@50|',0,1,1167869272,1167874872,1218,1,50,0,0,'Tax','',0,''),(281,37,0,-1,6,'','sent 1/22/07\r\nThank You!\r\nWe Appreciate Your Business!','54@1@QuikFloridaCorporation@d2Vic2l0ZSBjaGFuZ2VzIGFzIHBlciAxLzIvMDcgZW1haWwgLQ0KcGF5cGFsIHBheW1lbnQgaW1wbGVtZW50YXRpb24NClRvdGFsOiAkMjAwLjAw@1@200|',0,1,1168039435,1170436113,1219,1,200,0,0,'Tax','',0,''),(282,39,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business!','55@1@Website Development Deposit@VG90YWwgUXVvdGU6ICQ4MDAuMDANCm15bWVkaWNsaXAuY29tIHdlYnNpdGUgNTAlIGRlcG9zaXQNCg0KSW5jbHVkZXM6IG15bWVkaWNsaXAgd2Vic2l0ZSBkZXZlbG9wbWVudCBhbmQgY2hlY2sgb3V0IGltcGxlbWVudGF0aW9uLg0KRmluYWwgZHVlIHVwb24gc2l0ZSB1cGxvYWQgdG8gbXltZWRpY2xpcC5jb20=@1@400|',0,1,1168273048,1168971490,1220,1,400,0,0,'Tax','',0,''),(283,23,19,1169704800,1,'','','',0,1,1169704800,1170697379,1221,0,119.4,119.4,0,'','Webhosting Renewal :\r\n01/25/2007 - 01/25/2008\r\nrsvpdesignsinc.com\r\n\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(284,39,28,1184475600,6,'','','',0,1,1168885156,1168885156,1222,0,89.7,89.7,0,'','',0,''),(285,35,0,-1,6,'','Period: 1/3/07 - 1/9, 1/10, 1/11/2007\r\nTotal: 24 hours @$25','56@1@Web Development@SGFybW9uaXg=@1@600|',0,1,1168971430,1169477549,1223,1,600,0,0,'Tax','',0,''),(286,9,0,-1,6,'','sent 01/22/07\r\nWeb Hosting Renewal:\r\nPeriod: 01/04/07 - 04/04/07','9@1@Quarterly Hosting@UXVhcnRlcmx5IEJpbGxpbmcgVG90YWwgJDQ0Ljg1@1@44.85|',0,1,1169477892,1170436132,1224,1,44.85,0,0,'Tax','',0,''),(287,36,0,-1,6,'','sent 1/22/07 and 2/25/07','43@1@AlanJamesGroup@cnVubmluZyB0YWI6DQpKYW4uIDA3IC0gTW92ZWQgdmFyaW91cyB3ZWJzaXRlcyB0byBuZXcgc2VydmVyLyBhZGp1c3RlZCAyIHNpdGVzIHRvIHdvcmsgcHJvcGVybHkgLQ==@1@55|',0,1,1169478089,1183681249,1225,1,55,0,0,'Tax','',0,''),(288,35,0,-1,6,'','30 hrs @ $25.00\r\nW/O 1/18/07 - 18 hrs\r\nW/O 1/24/07 - 12 hrs','46@1@Web Development@@0@750|',0,1,1169581171,1170436021,1226,1,750,0,0,'Tax','',0,''),(289,8,7,1170914400,6,'','','',0,1,1170914400,1173371165,1227,0,89.85,44.85,0,'','sent 2/1/07 & 2/25\r\n\r\nWebhosting Quarterly Renewal Period: 02/08/07 - 05/08/07 - $ 44.85\r\n\r\nExtras:\r\n1/8/07 scanned 3 articles decluttering and added to media page - added 1 additional pages for decluttering articles -       total: $ 45.00\r\n1/1/07 added link on media page to - WSVN - no charge',0,''),(290,11,10,1171346400,6,'','','',0,1,1171346400,1172848781,1228,0,89.7,89.7,0,'','Sent 2/1/07\r\n2/25/07\r\n\r\nWeb & Email Hosting Renewal Period:\r\n02/13/2007 - 08/13/2007\r\n\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(291,39,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business.','55@1@Website Development@VG90YWwgUXVvdGU6ICQ4MDAuMDANCm15bWVkaWNsaXAuY29tIHdlYnNpdGUgRmluYWwgUGF5bWVudDogJDQwMC4wMA0KDQpJbmNsdWRlczogbXltZWRpY2xpcCB3ZWJzaXRlIGRldmVsb3BtZW50IGFuZCBjaGVjayBvdXQgaW1wbGVtZW50YXRpb24uDQpGaW5hbCBkdWUgdXBvbiBzaXRlIHVwbG9hZCB0byBteW1lZGljbGlwLmNvbQ==@1@400|',0,1,1170340748,1170436001,1229,1,400,0,0,'Tax','',0,''),(292,39,0,-1,6,'','MyMediclip.com - Web and Email Hosting @ $14.95 per mo.\r\n\r\nPeriod: 2/1/07 - 8/01/07\r\nSemi-Annuall Billing\r\n\r\nThank You!','32@1@Semi-Annual Value Hosting@NiBtb250aHMgaG9zdGluZyBAIDE0Ljk1IHBlciBtb250aCAtICQgODkuNzAgc2VtaS1hbm51YWw=@1@89.7|',0,1,1170340968,1170435976,1230,1,89.7,0,0,'Tax','',0,''),(294,4,0,-1,6,'','Thank You!\r\nYour Business is Very Much Appreciated.','58@1@Priebe Photos@UHJpZWJlIFBob3RvcyAtIDIvNi8wNw0KT2ZmaWNlIFBob3RvIFNob290@1@100|',0,1,1171312939,1173986567,1231,1,100,0,0,'Tax','',0,''),(295,6,0,-1,6,'','Updates to PBUplink website as per Mark Lieb -\r\n2/11/07\r\n\r\nsent 2/25/07','59@1@Website Updates Service Fee@V2Vic2l0ZSBVcGRhdGVzIFNlcnZpY2UgRmVl@1@20|',0,1,1171485333,1173371198,1232,1,20,0,0,'Tax','',0,''),(297,37,0,-1,6,'None','Address Change and New Form Implementation for \r\nwebsite\r\n\r\nsent 2/25/07\r\n3/27/07','59@1@Website Updates Service Fee@V2Vic2l0ZSBVcGRhdGVzIFNlcnZpY2UgRmVl@1@20|',0,1,1172257512,1179336448,1234,1,20,0,0,'Tax','',0,''),(298,32,25,1173848400,6,'','','',0,1,1173848400,1173708665,1235,0,0,189.4,0,'','3/1/07\r\n1 year - Web Hosting for PalmBeachCoralytes.com website $179.40\r\n1 year domain name renewal -                                          $  10.00\r\nTOTAL DUE: $ 189.40\r\n\r\nAll website maintenence, updates and changes are Free of charge\r\ncourtesy of Extreme Web Media, Inc - Fran Dubsky',0,''),(299,34,26,1173848400,6,'','','',0,1,1173848400,1175722280,1236,0,0,179.4,0,'','1 year web hosting renewal:\r\n3/14/07 - 3/14/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!\r\n3/1/07\r\n3/27/07',0,''),(301,35,0,-1,6,'','2/1 updated cc info on SuperPages.com and on GoDaddy domain name Account.\r\nadded “existing customer” to shopping cart pull down menu check out. \r\n\r\n2/2 – created new FDA banner. Made appropriate changes to the index page – added Banner to site. \r\n\r\n2/8 –Deleted Doreen from Institute Page – HarmonixCorp.com\r\n\r\n2/19 –  authorize.net order info –  sent in fax to accept international cc’s – \r\n\r\nThank You!\r\n3/2/07','46@1@Harmonix Account Maintenence@U2VydmljZSBGZWUgYXMgZXhwbGFpbmVkOg==@1@75|',0,1,1172848670,1173986552,1237,1,75,0,0,'Tax','',0,''),(302,17,16,1174971600,6,'','','',0,1,1174971600,1177003712,1238,0,0,59.85,0,'','Sent:3/12/07\r\n\r\nQuarterly Hosting Renewal: 03/27/06 - 06/27/06\r\n\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(303,38,0,-1,1,'0NN12077EX519863Y','Website to be uploaded to ISSGL.com upon receipt.','60@1@Final Payment Website@V2Vic2l0ZSBkZXZlbG9wbWVudCBhcyBmb2xsb3dzOg0KMXN0IHBhZ2Ugdy8gRmxhc2ggYW5kIHNldCB1cCAtICQ1MDANCmNvbnRhY3QgcGFnZSB3L2Zvcm0gLSAkMTUwLjAwDQo1IGluZm8gcGFnZXMgQCAkMTAwLjAwZWEgLSAkNTAwDQpkb3dubG9hZCBwYWdlIC0gTm8gQ2hhcmdlDQpUb3RhbDogICAgICAgICQxMTUwLjAwDQpEZXBvc2l0OiAgICAkMjUwLjAwIChyZWNpZXZlZCkNCkZpbmFsIER1ZTogICQ5MDAuMDA=@1@900|',0,1,1173902710,1175264764,1239,1,900,0,0,'Tax','',0,''),(304,9,8,1175662800,6,'','','',0,1,1175662800,1177949501,1240,0,44.85,44.85,0,'','CANCELLED ACCOUNT. 4/30/07\r\n\r\nQuarterly Hosting - 04/04/07 - 07/07/07\r\n\r\n\r\nThank You!\r\nWe Appreciate Your Business.\r\n3/27/07',1,''),(305,10,9,1175662800,6,'None','','',0,1,1175662800,1176354000,1241,0,199.85,119.85,0,'','Invoice Date: 03/30/07\r\nQuarterly Hosting 04/04/07 - 07/07/07 @39.95 for 5 websites: Total: $119.85\r\nWebsite Maintenence as detailed below: Total: $80.00\r\nTotal: $199.85\r\n\r\n3/28: $ 55.00 - added alltag superlabels to the new products unisen home page - Changed links, added mini w/lanyard to hard tags page, added pdf\r\nadded New products box to All-Tag site -\r\nadded and linked to new pdf - \r\n\r\n3/12: $ 25.00 - added articles to Unisen.com site, added articles to all-tag.com site with home page adjustments.',0,''),(306,38,0,-1,1,'','Thank You!\r\nWe Appreciate Your Business.','61@1@1 year hosting & domain transfer@SVNTR0wuY29tIGRvbWFpbiB0cmFuc2ZlciB3aXRoIHJlbmV3IHVudGlsIDEwLzIwMDggLSAkMjAuMDANCjEgeWVhciBob3N0aW5nIEAgJDE0Ljk1IHBlciBtb250aCAtICQgMTc5LjQwDQpUb3RhbDogJCAxOTkuNDA=@1@199.4|',0,1,1174669007,1175265099,1242,1,199.4,0,0,'Tax','',0,''),(307,38,29,1206594000,4,'','','',0,1,1175007432,1175007432,1243,0,179.4,179.4,0,'','',0,''),(312,27,22,1177045200,6,'','','',0,1,1177045200,1177003675,1248,0,89.7,89.7,0,'','Invoice Date: 4/12/07\r\n\r\nSemi Annual Hosting Renewal - retailconsultingllc.com\r\n04/20/2007 - 10/20/2007\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(309,18,17,1176699600,6,'','','',0,1,1176699600,1180633623,1245,0,29.85,29.85,0,'','Invoice Date:4/12/07\r\n\r\nQuarterly Hosting Renewal: @ 9.95 per month - \r\nPeriod: 04/16/2007 - 07/16/2007\r\n\r\nThank You!\r\nWe Appreciate Your Business!\r\n\r\nAsk us to set up your account for Automatic Hosting Renewal via credit card. Save Time.',0,''),(310,40,0,-1,6,'','phdpros.com new website - deposit\r\n\r\nThank You!\r\nWe appreciate your business!','62@1@Website Deposit@NTAlIERlcG9zaXQgcGhkcHJvcy5jb20gd2Vic2l0ZSByZS1kbyANClRvdGFsIFByaWNlICQgNzAwLjAwIC0gYmFsYW5jZSB0byBiZSBwYWlkIEAgJDEwMC4wMCBwZXIgbW9udGgNCnVwb24gd2Vic2l0ZSB1cGxvYWQuDQpJbmNsdWRlcyBodG1sIHdlYnNpdGUgd2l0aCBGbGFzaCBpbnNlcnRzLg0KUGFnZXMgaW5jbHVkZTogDQpIb21lLCBQcm9mZXNzaW9uYWxzLCBFbGl0ZSwgUHJlc2VudHM=@1@350|',0,1,1175568684,1176393956,1246,1,350,0,0,'Tax','',0,''),(311,35,0,-1,6,'','3/13 – updated Superpages account\r\n3/16/07 – updated PMU class schedules on front page.\r\nUpdated all Institute pages, schedules etc.\r\n\r\n3/23 – created AAM emailer.\r\nCreated and added AAM banner for corp website. \r\nUpdated email PMU database with new addresses.\r\nSet up Rich@harmonixcorp.com email – updated cc info with new address\r\n\r\nSet up Jerry@ and set up salonsupport@ - helped Jerry set up Outlook via phone (20 minutes)\r\n\r\n3/26/07 – configured emailer. Sent emailer . \r\n\r\n4/3/07 – check and sent emailer results.','46@1@Harmonix Account Maintenence@U2VydmljZSBGZWUgYXMgZXhwbGFpbmVkOg==@1@145|',0,1,1175571676,1177003636,1247,1,145,0,0,'Tax','',0,''),(313,14,13,1177909200,6,'None','','',0,1,1177909200,1179291600,1249,0,0,179.4,0,'','Invoice Date: 4/17/07\r\n\r\nYearly Hosting Renewal \r\nPeriod: 04/30/2007 - 04/30/2008\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(314,28,23,1177995600,6,'','','',0,1,1177995600,1180633605,1250,0,59.7,59.7,0,'','Invoice Date: 04/17/07\r\n\r\nWebsite Hosting - Semi Annual \r\nPeriod: 05/01/2007 - 11/01/2007\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(315,38,0,-1,1,'','Thank You!\r\nWe Appreciate Your Business.','63@1@video addition@Q29udmVydGVkIFZpZGVvIHRvIFdpbmRvd3MgTWVkaWEgRm9ybWF0IC0gDQpDcmVhdGVkIEJhbm5lciBMaW5rIA0KQWRkZWQgdmlkZW8gdG8gSVNTRyBXZWJzaXRl@1@45|',0,1,1176910963,1178563192,1251,1,45,0,0,'Tax','',0,''),(320,41,30,1194328800,6,'','','',0,1,1178501168,1178501168,1256,0,119.7,119.7,0,'','',0,''),(317,15,14,1178773200,6,'','','',0,1,1178773200,1180633582,1253,0,119.7,119.7,0,'','Web Hosting Renewal Period:\r\n05/07 - 11/07 - Semi Annual\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(318,37,0,-1,6,'','Web Hosting and Domain Name Renewal.\r\nNo Charge for changes made 4/30/07','64@1@quikfloridacorporation.com renewal@U2VtaSBBbm51YWwgV2ViIEhvc3RpbmcgUmVuZXdhbCAkIDg5LjcwDQpQZXJpb2Q6IDUvMjkvMDcgLSAxMS8yOS8wNw0KWWVhcmx5IERvbWFpbiBOYW1lIFJlbmV3YWw6ICAgICAkIDEyLjk1DQpQZXJpb2Q6IDA1LzI5LzA3IC0gMDUvMjkvMDggICAgICAgICAgDQpUT1RBTCBEdWU6ICQxMDIuNjU=@1@102.65|',0,1,1177951823,1183681298,1254,1,102.65,0,0,'Tax','',0,''),(319,8,7,1178600400,6,'','','',0,1,1178600400,1180633564,1255,0,0,120.75,0,'','Invoice Date: 5/6/07\r\nWeb Hosting Period:\r\n05/05/07 - 08/08/07 .............................                                       $44.85\r\nscan, crop and add  Womans World article to media links page,\r\ncreate new page for WW article                                              -      $25.00 \r\nscan, modify and add cosmo article to media links page <\r\ncreate new page for cosmo article                                                  $25.00\r\nCloset-Queen.com domain name yearly 6/11/07 - 6/11/08 renewal - $12.95\r\nClosetQueen.com domain name yearly 8/06/07 - 8/06/08 renewal -  $12.95\r\n\r\nNo charge for cosmetic changes to home page.\r\nNo charge for removal of b/a pic.\r\nTOTAL......................................................................................... $ 120.75',0,''),(322,41,0,-1,1,'','Yearly Web & Email Hosting @ $19.95 per month -\r\nPeriod: 05/05/07 - 05/05/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!','65@1@Enhanced Hosting Yearly@@0@239.4|',0,1,1178501897,1178562677,1257,1,239.4,0,0,'Tax','',0,''),(325,35,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business!','63@1@Hair Comb Video Project@JCA3OTkuMDAgQ2xpZW50IFZpZGVvIC0gRWRpdGluZy9OZXcgVm9pY2UgT3Zlci9NdXNpYy9HcmFwaGljcyANCiQgMzgwLjAwIFNhbG9uIFZpZGVvICg0IGhvdXJzIEAkOTUpIC0gU2FtZSBhcyBhYm92ZSwgd2l0aCBTYWxvbiBhZGRpdGlvbnMgLSBOZXcgQmVnaW5uaW5nLCBhZGRpdGlvbiBtaWQgdmlkZW8sIGFuZCBOZXcgRW5kaW5nIHcvIGFkZGl0aW9uYWwgVm9pY2UgT3ZlciAtIGFkZGl0aW9uYWwgZ3JhcGhpY3MgY3JlYXRlZC4gKGFwcHJveC4gMiBmaW5pc2hlZCBtaW51dGVzIGxvbmdlciB0aGFuIGNsaWVudCB2aWRlby4NCg0KVE9UQUw6ICQxMTc5LjAw@1@1179|',0,1,1179326216,1182016100,1259,1,1179,0,0,'Tax','',0,''),(327,41,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business!','66@1@NRE Website Payment@RnVsbCBQYXltZW50IGZvciBXZWJzaXRlIERldmVsb3BtZW50IC0gDQpOYXRpb25hbFJpc2tFeHBlcnRzLmNvbQ0KVG90YWwgb2YgNDQgd2VicGFnZXMNCkN1c3RvbSBncmFwaGljIGxheW91dCANCkN1c3RvbSBGbGFzaCBIZWFkZXINCjEgRW1haWwgVXNlciBGb3JtL1RoYW5rIFlvdSBQYWdlDQpBZGRlZCAzOCBmb3Jtcw0KVE9UQUw6Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiAgJDEzMDAuMDANCmxlc3MgNzUlIERpc2NvdW50IC4uLi4uLi4uLi4uLi4kLSA5NzUuMDAgDQpUb3RhbCBEdWU6Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiQgIDMyNS4wMA0KDQpGdXR1cmUgVXBkYXRlcyBhbmQgTW9kaWZpY2F0aW9ucyB0byBiZSBiaWxsZWQgYXQgJDI1IHBlciBob3VyLiA1MCUgb2ZmIHJlZ3VsYXIgcmF0ZS4NCm9mIHRoZSBub3JtYWw=@1@325|',0,1,1179767412,1183681337,1260,1,325,0,0,'Tax','',0,''),(328,35,0,-1,6,'','5/16/07 – created PMU needles email blast and sent out.\r\n\r\n5/14/07 – deleted AAM banner from Home page Harmonix Corp –\r\nUpdated Dates on PMU schedule, Harmonix Corp.\r\n\r\n4/4/07 –  re-configured email accounts as per old set up-DSL was switched to T1, without knowledge that email was being hosted At FDN.  \r\n\r\nAdded email addresses to Email Blast Database.','46@1@Harmonix Account Maintenence@U2VydmljZSBGZWUgYXMgZXhwbGFpbmVkOg==@1@145|',0,1,1180029161,1182016045,1261,1,145,0,0,'Tax','',0,''),(329,13,12,1182229200,6,'','','',0,1,1182229200,1182016123,1262,0,119.4,119.4,0,'','Invoice Date: 06/05/07\r\n\r\nWeb Hosting Renewal Period:\r\n06/19/07 - 06/19/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(330,27,0,-1,6,'','Invoice Date: 6/14/07\r\n\r\nWebsite Updates as per 6/6/07 email.','59@1@Website Updates Service Fee@V2Vic2l0ZSBVcGRhdGVzIFNlcnZpY2UgRmVl@1@25|',0,1,1181237882,1183681884,1263,1,25,0,0,'Tax','',0,''),(331,17,16,1182920400,6,'','','',0,1,1182920400,1187712727,1264,0,0,59.85,0,'','Invoice Mailing Date: 06/13/07\r\n\r\nQuarterly Hosting Renewal:\r\nPeriod: 06/27/07 - 09/27/07\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(332,42,31,1184216400,6,'','','',0,1,1181693621,1181693621,1265,0,119.4,119.4,0,'','',0,''),(334,10,9,1183525200,6,'','','',0,1,1183525200,1184780822,1267,0,0,164.85,0,'','Invoice Sent: 06/26/07\r\n\r\nHosting Renewal Period: \r\n07/04/07 - 10/04/07 ........................ $119.85\r\n\r\nWeb Maintenence:\r\n5/10/07 - changed pdf\\\'s on both unisen and alltag for new products. Added pdf on etag with new button link, Changed unisen home page graphic, swapped out link and re-linked to new page -  $45.00\r\n\r\nTOTAL: $ 164.85\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(335,42,0,-1,1,'','EmployerResourceSolutions.com\r\n1 year enhanced web/email hosting -\r\n1 year domain name registration','67@1@1 Year Enhanced Hosting and Domain Name Registration@MSB5ZWFyIEVuaGFuY2VkIFdlYiBIb3N0aW5nIEAgMTkuOTUgcGVyIG1vbnRoIC0gJDIzOS40MA0KMSBZZWFyIERvbWFpbiBOYW1lIFJlZ2lzdHJhdGlvbiAgICAgICAgICAgICAgICAgICAgICAgIC0gJDEyLjk1DQpUT1RBTDogMjUyLjM1@1@252.35|',0,1,1182301116,1182301990,1268,1,252.35,0,0,'Tax','',0,''),(336,12,0,-1,6,'','Invoice Date: 06/19/07\r\n\r\n12 months web hosting for 2 websites\r\n@ 9.95 per month  - ichantal.com and makeupmuse.com\r\nPeriod: 07/03/07 - 07/03/08\r\n\r\nNOTE: Domain Name renewals will be billed in December 07 @ 12.95 ea.\r\n\r\nThank You!\r\nWe Appreciate Your Business.','29@1@Super Value Hosting@WWVhcmx5IEhvc3RpbmcgQCA5Ljk1IHBlciBtb250aA==@1@119.4|',0,1,1182301604,1183681923,1269,1,119.4,0,0,'Tax','',0,''),(337,35,0,-1,6,'','5/30 \r\nEdited both Salon and Client videos to eliminate Money Back Guarantee and Doctor testimonial –  Recompressed and converted, burned to DVD output and windows media player output. \r\ntotal 2 @ 75.00 ea …. Total: $150.00\r\n\r\nThank You.','48@1@Video Editing@QXMgc2hvd24u@1@150|',0,1,1182910782,1186151913,1270,1,150,0,0,'Tax','',0,''),(340,42,0,-1,6,'','employerresourcesolutions.com \r\nweb development','68@1@ERS Website Development@RnVsbCBQYXltZW50IGZvciBFbXBsb3llciBSZXNvdXJjZSBTb2x1dGlvbnMgd2Vic2l0ZS4NCkZ1bGwgZGV2ZWxvcG1lbnQvZGVzaWduIA0KSW5jbHVkZXMgY3VzdG9tIGxvZ28NCg0KRGlzY291bnRlZCBGZWU6ICQgMzI1LjAwDQpGdXR1cmUgdXBkYXRlcyBhbmQgbW9kaWZpY2F0aW9ucyB0byBiZSBiaWxsZWQgYXQgJDI1IHBlciBob3VyLg0KNTAlIG9mZiByZWd1bGFyIHJhdGUu@1@325|',0,1,1182986568,1187712695,1272,1,325,0,0,'Tax','',0,''),(342,18,17,1184562000,6,'','','',0,1,1184562000,1184780845,1274,0,0,29.85,0,'','Invoice Sent: 07/05/07\r\n\r\nWeb Hosting Renewal Period: 07/16/2007 - 10/16/2007\r\n\r\nFor your convienience we would be happy to adjust your\r\nhosting service to semi- annual or annual status.\r\nJust let us know and we\\\'ll update your account.\r\n\r\nThank You\r\nWe Appreciate Your Business',0,''),(343,39,28,1185944400,6,'','','',0,1,1185944400,1186152002,1275,0,0,89.7,0,'','Sent: 7/18/07\r\n\r\nWeb Hosting Renewal Period:\r\n08/01/07 - 02/01/08\r\n\r\n\r\nThank You.\r\nWe Appreciate Your Business!',0,''),(344,8,7,1186549200,6,'','','',0,1,1186549200,1187712745,1276,0,0,74.85,0,'','Web Hosting Renewal Period: 08/08/07 - 11/08/07 - ......$44.85\r\n\r\nWeb Maintenence: \r\n6/20/07 added new head shot photo ..............................$5\r\n\r\n6/20/07 scaned, modify and add Spanish \r\nCosmo article to media links page\r\ncreate new page for cosmo article .................................$25.00\r\n\r\nTOTAL: .......................................................................$74.85',0,''),(345,11,10,1186981200,6,'','','',0,1,1186981200,1187712712,1277,0,128.55,89.7,0,'','Sent 8/3/07\r\n\r\nWeb Hosting Semi Annual Renewal: 08/13/07 - 02/13/08 ...$89.70\r\n\r\nDomain Name Renewals: 1 year 8/11/07 - 8/11/08 \r\nmsqpkchiro.com ............................................................  $ 12.95\r\nmsqchiro.com.................................................................  $ 12.95\r\n\r\nmadisonsquarechiropractic.com 1 year 07/07/07 - 07/09/08 $ 12.95\r\n\r\nTOTAL DUE: $ 128.55',0,''),(346,35,0,-1,6,'','7/9 – worked with Art to get emails set up on server and to set up his outlook In the office to send/receive Art@harmonixcorp.com emails.\r\n\r\n8/2 – wrote up 150 word description of Harmonial for Nov. trade show, emailed in.\r\nEdited and added iSpa logo to Harmonial website.','46@1@Harmonix Account Maintenence@U2VydmljZSBGZWUgYXMgZXhwbGFpbmVkOg==@1@75|',0,1,1187629961,1190387885,1278,1,75,0,0,'Tax','',0,''),(347,37,0,-1,6,'','domain name registration:\r\nquikcaliforniacorp.com','53@1@Domain Name Registration@@0@12.95|',0,1,1187712873,1192809585,1279,1,12.95,0,0,'Tax','',0,''),(350,5,0,-1,6,'None','Website - checkpointlabel.com\r\nWebsite - inktag.bz\r\nIncludes hosting until Oct. 2007.\r\nIncludes hosting set up.\r\nIncludes Banner Changes - warranty banner changed to 5 years. \r\n\r\nTotal: $ 400.00','55@1@Website Dev/Maint.@VGhhbmsgWW91Lg==@1@400|',0,1,1188910883,1191255576,1280,1,400,0,0,'Tax','',0,''),(351,17,16,1190869200,6,'','','',0,1,1190869200,1195066358,1281,0,0,59.85,0,'','Invoice Date: 9/21/07\r\n\r\nWeb Hosting Renewal Period:\r\n9/27/07 - 12/27/07\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(352,4,3,1190955600,6,'','','',0,1,1190955600,1192809647,1282,0,119.4,59.7,0,'','Invoice Date: 9/21/07\r\n\r\nWeb Hosting Renewal Period:\r\n\r\n1 year - 9/07 - 09/08\r\nIncludes: slewismedia.com, movedbymemories.com, lshlaw\r\n\r\nThank You.',0,''),(353,44,0,-1,6,'','BocaLaser.com - updated/redesigned – Boca Laser website – new graphics, added keywords and page descriptions to 25 pages total. \r\n\r\nGHRX4life.com - redesigned, developed new cart pages to incorporate all 12 products, graphic editing/bottles, configured site to work with PayPal checkout/secure cart check out. \r\n\r\ndevelopment time:  13 hrs @ $25\r\nTotal Due: 325.00\r\n\r\nThank You.','66@1@Web Development@@1@325|',0,1,1189782664,1190387870,1283,1,325,0,0,'Tax','',0,''),(354,10,9,1191474000,6,'','','',0,1,1191474000,1193313433,1284,0,0,149.85,0,'','Invoice Date: 10/01/07\r\n\r\nWeb Hosting Renewal: Period: 10/04/07 - 01/04/08\r\nUnisen.com, All-tag.com, Etag, Supertag, Elite, CheckPoint, Ink Tag - 7 total:\r\n\r\n$ 49.95 per month x 3 months .............. $ 149.85',0,''),(355,44,0,-1,6,'','web work - week of 9/18\r\nadded 5* products under left nav, Added Money Back Guarantee, Added Page titles and descriptions to pages.  image edit and creation of main flash to home page, added all ingredients to products pages, out of stock graphics , plus changes as per Kevin and Anthony -\r\nTotal: 6 hours','69@1@web work@@0@150|',0,1,1190388076,1192809541,1285,1,150,0,0,'Tax','',0,''),(357,18,17,1192510800,6,'None','','',0,1,1192510800,1193288400,1287,0,0,29.85,0,'','Invoice Date: 10/01/07\r\n\r\nWeb Hosting Renewal: 10/16/07 - 1/16/08\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(358,37,0,-1,6,'','Thank You!\r\nWe appreciate your business!','54@1@QuikFloridaCorporation@d2Vic2l0ZSBhZGRpdGlvbnM6DQpOZXcgcGF5cGFsIHBheW1lbnQgaW1wbGVtZW50YXRpb24gZm9yIE5vbi1Qcm9maXQuDQpUb3RhbDogJDEwMC4wMA==@1@100|',0,1,1191255452,1192809570,1288,1,100,0,0,'Tax','',0,''),(359,44,0,-1,6,'','Thank You!\r\nWe appreciate your business.','70@1@GHRX web development@V2ViIERldmVsb3BtZW50IGZvciBHSFJ4IC0gdy9lIDkvMzAvMDcNCg0KQ3JlYXRlZCA1IGZ1bGwgZ3JhcGhpYyBkaXNwbGF5cyB3aXRoIGxpbmtzIG9uIGhvbWUgcGFnZSAtIA0KRnJlZSBzaGlwcGluZyBncmFwaGljIHRvIHRvcC9ob21lDQpQcm9ncmFtbWVkIHNoaXBwaW5nIGZlZZJzIGluIGNhcnQNCm1hZGUgY2hhbmdlcyB0byBNZWQgTGluZSBwYWdlIJYgdG9vayBvZmYgY2FydA0KYWRkIFZlcmlzaWduIGxvZ28gd2l0aCBzZWN1cmUgbGluayAtIFNTTA0KDQpyZS1wcm9ncmFtbWVkIGF0aGxldGljIGxpbmUgYW5kIGhlYWx0aCBsaW5lIJYgc2hvcHBpbmcgY2FydCBjaGVja291dA0KYWRkZWQgQXV0byBzaGlwIGZlYXR1cmUgd2l0aCBkaXNjb3VudCB0byBjYXJ0DQoNCkVkaXRlZCBhbGwgcHJvZHVjdCBib3R0bGUgZnJvbSBwaG90b2dyYXBoZXIgliBhZGRlZCBhbGwgcHJvZHVjdCBsYWJlbHMgliBDb3JyZWN0ZWQgYWxsIHByb2R1Y3QgY2xhaW1zIG9uIHByb2R1Y3RzIHBhZ2VzIC0gIFVwZGF0ZWQgd2hpcyBpcyBwYWdlIJYgY3JlYXRlZCBuZXcgYmFubmVyLg0KDQpDaGFuZ2VzIGFuZCB1cGRhdGVzIGFzIHBlciBBbnQgYW5kIEtldmluLiAgDQpUT3RhbCA4IGhvdXJzLg==@1@200|',0,1,1191256723,1192809519,1289,1,200,0,0,'Tax','',0,''),(360,35,0,-1,6,'','','46@1@Harmonix Account Maintenence@U2VydmljZSBGZWUgYXMgZXhwbGFpbmVkOg0KY29sbGVjdGVkIGIvYSBwaG90b3MgZm9yIHBlcm1hbmVudCBtYWtlIHVwIGFuZCBmb3J3YXJkZWQgdG8gRHIuIFNpZWdhbC4NCg0KY3JlYXRlZCBvbmxpbmUgY2FsZW5kYXIgZm9yIGJvb2tpbmcgSGFybW9uaWFsIGFwcG9pbnRtZW50cyBhbmQgYWRkZWQgdG8gd2Vic2l0ZSAtIFNlcHQuIJYgY29udGlub3VzIGhhcm1vbmlhbCBib29raW5ncyCWIGVtYWlsIGNvbmZpcm1hdGlvbnMsIGV0Yy4NCg0KQ3JlYXRlZCBuZXcgZW1haWwgYWRkcmVzcyBmb3IgQmFyYmFyYQ0KDQpUb29rIG9mZiBjbGFzcyBzY2hlZHVsZXMgb2ZmIHdlYnNpdGUgliBjcmVhdGVkIC8gYWRkZWQgSGFybW9uaWFsIElTUEEgQmFubmVyIC4gDQpzZW50IGNvcHkgb2YgbG9nbyB0byBOYW5jeSBTbWl0aCwgc2VudCBjb3B5IG9mIGxvZ28gdG8gIE1lZ2FuIFBmZWZmZXJsZSCWc3Bva2UgMnggd2l0aCBNZWdhcyByZWdhcmRpbmcgbG9nbyBxdWFsaXR5IGFuZCB1cGRhdGVkIGxvZ28gYWNjb3JkaW5seS4NCg0KUmVhY3RpdmF0ZWQgY29uc3RhbnQgY29udGFjdCBhY2NvdW50Lg0KDQpDb252ZXJ0ZWQsIGFuZCBlZGl0ZWQgSGFybW9uaWFsIFBoeXNpY2lhbiBkb2N1bWVudCBhcyBwZXIgQmFyYmFyYS4gQXNzaXN0ZWQgQmFyYmFyYSB3aXRoIGNhbGVuZGFyIGxvZ2luL3VwZGF0ZXMuDQoNCkludm9pY2UgZGF0ZTogMTAvMS8wNyAtICQxNzUuMDA=@1@175|',0,1,1191261940,1195066301,1290,1,175,0,0,'Tax','',0,''),(361,27,22,1192856400,6,'None','','',0,1,1192856400,1195192800,1291,0,0,89.7,0,'','Invoice Date: 10/19/07\r\n\r\nSemi-Annual Web Hosting Renewal:\r\nPeriod: 10/20/07 - 04/20/08\r\n\r\nThank You\r\nWe Appreciate Your Business.',0,''),(362,28,23,1193893200,6,'','','',0,1,1193893200,1197650457,1292,0,0,59.7,0,'','Opus5Boca - Web Hosting Renewal\r\nPeriod: 11/01/07 - 05/01/08\r\n\r\n\r\nThank You.\r\nWe Appreciate Your Business!\r\nvia reg. mail 10/24/07',0,''),(363,8,7,1194501600,6,'','','',0,1,1194501600,1195066343,1293,0,0,44.85,0,'','Invoice Date: 10/25/07\r\n\r\n\r\nWeb Hosting Renewal.\r\nPeriod: 11/08/07 - 2/08/08\r\n\r\nThank You.\r\nWe Appreciate Your Business!',0,''),(364,35,0,-1,6,'','w/of 10/15 - Mon, Tue, Wed - 20 hours\r\nw/of 10/22 - Mon, Tue, Wed - 20 hours','39@1@Web Development - 40 hours@NDAgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgMTAwMC4wMA==@1@1000|',0,1,1193255808,1195066288,1294,1,1000,0,0,'Tax','',0,''),(365,15,14,1194674400,6,'','','',0,1,1194674400,1202347012,1295,0,0,119.7,0,'','Web Hosting Renewal period: 11/10/2007- 05/10/2008\r\n\r\nThank You.\r\nWe Appreciate Your Business!',0,''),(367,45,0,-1,6,'','Thank You!\r\n\r\nWe appreciate your business.','51@1@Deposit - Web Development@RGVwb3NpdCBmb3IgVGliYUludGVybmF0aW9uYWwuY29tIHdlYnNpdGUNCg0KNCBwYWdlcyB0b3RhbCAtIHdpdGggaW5mb3JtYXRpb24gYXMgcGVyIG9yaWdpbmFsIHNpdGUgdy8gc29tZSBhZGRpdGlvbnMgcGVyIFRpYmEgLSBzZWxlY3RlZCBhcyBPcHRpb24yLg0KDQo1MCUgZGVwb3NpdCAtICQgMjUwLjAwDQpCYWxhbmNlIGR1ZSB1cG9uIGNvbXBsZXRpb24u@1@250|',0,1,1193708646,1195066269,1297,1,250,0,0,'Tax','',0,''),(368,37,27,1196316000,1,'','','',0,1,1196316000,1203867953,1298,0,164.7,89.7,0,'','Invoice Date: 11/28/07\r\nresent: 01/17/08\r\n\r\nWeb Hosting Renewal.\r\nPeriod: 11/29/2007 - 05/29/2008 @ 14.96 mo........................ $ 89.70\r\nForm page/form addition.......................................................$ 75.00\r\n\r\nTOTAL DUE: $164.70',0,''),(369,35,0,-1,6,'','','71@1@Harmonix Web@Vy9PIC0gT2N0LiAyOSAtIDIwIGhvdXJzDQpXL08gLSBOb3YuIDUgLSAyOSBob3Vycw0KDQpUT1RBTDogNDkgaG91cnMgQCAyNS4wMA0KJDEyMjUuMDA=@1@1225|',0,1,1195066242,1195237855,1299,1,1225,0,0,'Tax','',0,''),(371,35,0,-1,6,'','Thank You.','71@1@Harmonix Web@Vy9PIC0gTm92LjEyIC0gMjAgaG91cnMNClcvTyAtIE5vdi4xOSAtIDIwIGhvdXJzDQoNClRPVEFMOiA0OSBob3VycyBAIDI1LjAwDQokMTIyNS4wMA==@1@1000|',0,1,1196282868,1198704253,1301,1,1000,0,0,'Tax','',0,''),(373,5,0,-1,6,'','Thank You.\r\nFran','30@1@Unisen Related Sites Development@ZS10YWcgaW5mbyByZWRvIC0gDQpOZXcgc2l0ZSBkZXZlbG9wbWVudCBhcyBwZXIgQm9iIC0gDQpJbmNsdWRlcyBOZXcgR3JhcGhpY3MgZm9yIC0gDQoxLiByZS1jaXJjdWxhdGlvbiBncmFwaGljDQoyLiBjb3N0IGNvbXBhcmlzb24gZ3JhcGhpYw0KMy4gbmV3IGxvY2F0aW9uIG1hcA0KTmV3ICBFLXRhZyAuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiAgJDMwMA0KDQozIHdlYnNpdGVzIC0gKGNoZWNrcG9pbnR0YWcudXMsIHNlbnNvcm1hdGljLnVzDQphbmQgZWFzdGFnLnVzKSBhcyBxdW90ZWQuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiAkOTkuMDANCmluY2x1ZGVzIGhvc3Rpbmcgc2V0IHVwIGFuZCAzIG1vbnRocyBmcmVlIGhvc3RpbmcuDQoNClVwZGF0ZWQgYWxsIDkgc2l0ZXMgd2l0aCBhbGwgbG9nb3MgYW5kIG5ldyBsaW5rcyAtLi4uICQ0NS4wMA0KDQpUT1RBTDogJDQ0NC4wMA==@1@444|',0,1,1196435910,1198704435,1302,1,444,0,0,'Tax','',0,''),(374,17,16,1198735200,6,'','','',0,1,1198735200,1212538142,1303,0,0,59.85,0,'','OVERDUE NOTICE: RE-SENT 4/29/08\r\nInvoice Mailed: 1/17/08\r\n\r\nQuarterly Web Hosting Renewal:\r\n01/27/2008 - 03/27/2008\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(375,12,11,1199340000,6,'None','','',0,1,1199340000,1200549600,1304,0,25.9,119.4,0,'','Updated Invoice: 12/31/07 (as per fran).\r\n\r\n\r\nMakeUpMuse.com ...1/07 - 1/08....     $  12.95 1 year domain name renewal\r\nIchantal.com .....1/07 - 1/08.....       $  12.95 1 year domain name renewal\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(379,18,17,1200463200,6,'','','',0,1,1200463200,1202346982,1308,0,0,29.85,0,'','Invoice Date: 1/16/08\r\n\r\nQuarterly Web Hosting Renewal:\r\n1/16/08 - 04/16/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(376,10,9,1199426400,6,'','','',0,1,1199426400,1205369344,1305,0,0,219.85,0,'','Invioce date: 2/24/08\r\n\r\nQuarterly Web Hosting Renewal Period:\r\n01/04/2008 - 04/04/2008 ................... $ 149.85\r\n\r\n1/17/07 - Added E-tag banner w/ link to Unisen.com - $ 20.00\r\n2/5/08 - Added Opex Address w/ modifications - $10.00\r\n2/23/08 - Added new Hard Tag images and new SST page - $40.00\r\n\r\nTotal: 219.85',0,''),(377,35,0,-1,6,'','Web & Marketing - \r\nW/O - 11/26/07 - 20hours\r\nW/O - 12/3/07 - 20hours\r\nTOTAL: 40 hours @ 25 = 1,000','39@1@Web Development - 40 hours@NDAgaG91cnMgQCAyNS4wMCBwZXIgaG91ciA9ICQgMTAwMC4wMA==@1@1000|',0,1,1198704376,1200515256,1306,1,1000,0,0,'Tax','',0,''),(382,39,28,1201845600,6,'','','',0,1,1201845600,1205369366,1311,0,0,89.7,0,'','Invoice Date: 1/17/08\r\n\r\nSemi Annual Web Hosting Renewal: mymediclip.com\r\n02/01/2008 - 08/01/2008\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(380,23,19,1201240800,6,'','','',0,1,1201240800,1202346962,1309,0,0,119.4,0,'','Invoice Date: 1/16/08\r\nPaid Via Paypal 2/6/08 \r\n\r\n\r\nYearly Web Hosting Renewal: 01/25/08 - 01/25/09\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(381,35,0,-1,6,'','','71@1@Harmonix@Vy9PIC0gRGVjLiAxMCwxMSwxMiAtIDIwIGhvdXJzDQpXL08gLSBEZWMuIDE3LCAxOCAtIDEyIGhvdXJzDQpXL08gLSBKYW4uIDcsOCw5IC0gMjAgaG91cnMNClRPVEFMOiA1MiBob3VycyBAIDI1LjAwDQoNCiQxMzAwLjAw@1@1300|',0,1,1200515425,1202347404,1310,1,1300,0,0,'Tax','',0,''),(383,8,7,1202450400,6,'','','',0,1,1202450400,1205369327,1312,0,0,89.85,0,'','Invoice Date: 02/06/08\r\nRe-sent: 2/24\r\n\r\nWeb Hosting Quarterly Renewal - \r\nPeriod: 02/08/08 - 05/08/08 : $44.85\r\nNew Year\\\'s Emailer: $ 45.00\r\n\r\nTotal Due: $89.85',0,''),(384,11,10,1202882400,6,'','','',0,1,1202882400,1203867782,1313,0,0,89.7,0,'','Invoice Date: 02/06/08\r\n\r\nWeb Hosting Renewal Period:\r\n02/13/2008 - 08/13/2008\r\n\r\nThank You!\r\n\r\nWe Appreciate Your Business.',0,''),(385,46,33,1204264800,6,'','','',0,1,1201651385,1201651385,1314,0,179.4,179.4,0,'','',0,''),(386,35,0,-1,6,'','','71@1@Harmonix@Vy9PIC0gSmFuLiAxNCwgMTUsIDE2IC0gMjAgaG91cnMNClcvTyAtIEphbi4gMjIsMjMgLSAxMyBob3Vycw0KVy9PIC0gSmFuLiAyOCwyOSAtIDEzIGhvdXJzDQpXL08gLSBGZWIuIDQsIDUgLSAxNC41DQoNClRPVEFMOiA2MC41IGhvdXJzIEAgMjUuMDANCg0KJDE1MTIuNTA=@1@1512.5|',0,1,1202852129,1203867769,1315,1,1512.5,0,0,'Tax','',0,''),(388,46,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business.','72@1@Nations Commercial Mortgages@V2ViIERldmVsb3BtZW50Og0KTmF0aW9uc0NvbW1lcmNpYWxNb3J0Z2FnZXMuY29tDQoNCjIgcGFnZSB3ZWJzaXRlIHdpdGggZm9ybSAtICQ1MDAuMDANCjEgeXIuIHdlYiBob3N0aW5nIEAgJDE0Ljk1IG1vIC0gJDE3OS40MA0KMSB5ci4gZG9tYWluIG5hbWUgcmVnLiAtICQxMi45NQ0KDQpUT1RBTDogNjkyLjM1@1@692.35|',0,1,1203353408,1203867756,1317,1,692.35,0,0,'Tax','',0,''),(390,37,0,-1,1,'','Invoice Date: 2/24/08\r\n\r\nThank You!\r\nWe Appreciate Your Business !','54@1@QuikFloridaCorporation - modifications@d2Vic2l0ZSBhZGRpdGlvbnM6DQpNb2RpZmljYXRpb25zIGFzIHBlciBGZWIgMiAtIEVtYWlsDQphZGRlZCBub24tcHJvZml0IHBhZ2UsIG5ldyBsaW5rcyBvbiBob21lIHBhZ2UgLSBldGMuDQpUb3RhbDogJDE1MC4wMA==@1@150|',0,1,1203868086,1204321076,1318,1,150,0,0,'Tax','',0,''),(391,32,25,1205470800,6,'','','',0,1,1205470800,1207102581,1319,0,0,192.35,0,'','Invoice Date: 02/29/08\r\n\r\nYearly Web Hosting Renewal:\r\nPeriod 3/14/08 - 3/14/09 ................ $ 179.40\r\nDomain Name Registration ...............$  12.95 yr.\r\n\r\nTOTAL: ..........................................$ 192.35',0,''),(392,34,26,1205470800,6,'','','',0,1,1205470800,1210792748,1320,0,0,179.4,0,'','OVERDUE NOTICE\r\nre=sent 04/29/08\r\n\r\nInvoice Date: 02/29/08\r\n\r\nYearly Web Hosting Renewal:\r\nPeriod 3/14/08 - 3/14/09 ............. $ 179.40\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(422,14,0,0,6,'','','73@1@Website/Domain Name Renewal@WWVhcmx5IFdlYiBIb3N0aW5nIFJlbmV3YWw6IA0KDQpQZXJpb2QgLSA0LzMwLzA4IC0gNC8zMC8wOSAtICQgMTc5LjQwDQpMRVNTIDE1JSBESVNDT1VOVCBBUyBQRVIgRlJBTg0KVE9UQUwgSE9TVElORzogJCAxNDMuNTINCg0KRG9tYWluIFJlbmV3YWw6IG1pa2V5c2RyZWFtLm9yZyAtICQgMTIuOTUgeXINCg0KUGVyaW9kOiAzLzExLzA4IC0gMy8xMS8wOQ0KDQpEb21haW46IERvbWFpbiANCk5hbWU6TUlLRVlZRUxMQU5EQ0hBRFdFTExGT1VOREFUSU9OLk9SRyAtICAkIDEyLjk1IHlyDQoNClBlcmlvZDogMy8xMS8wOCAtIDMvMTEvMDkNCg0KDQpUaGFuayBZb3UNCldlIEFwcHJlY2lhdGUgWW91ciBCdXNpbmVzcyE=@1@169.42|',0,1,1213386530,1221931937,1349,1,169.42,0,0,'Tax','',0,''),(394,35,0,-1,6,'','Thank You.','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQpGZWIuMTEsMTIsMTUgPSAxNSBocnMNCkZlYi4xOCwxOSwyMiA9IDE4IGhycw0KRmViLjI1LDI2ID0gMTIuNSBocnMNClRPVEFMOiA0NS41IGhycw0KDQo0NS41IHggJDI1ID0gMTEzNy41MA==@1@1137.5|',0,1,1204660843,1205369301,1322,1,1137.5,0,0,'Tax','',0,''),(395,17,16,1206594000,6,'','','',0,1,1206594000,1212538129,1323,0,0,59.85,0,'','Web Hosting Renewal Period:\r\n03/27/08 - 6/27/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(396,38,29,1206594000,1,'','','',0,1,1206594000,1212538159,1324,0,0,204.4,0,'','Past Due Notice: 04/29/08\r\n\r\ninvoice Date: 03/27/08\r\n\r\nYearly Hosting Renewal for ISSGL.com\r\nPeriod: 3/27/08 - 3/27/09 @ 14.95 per month.\r\n\r\nTOTAL: 179.40\r\nweb work: $25.00\r\nTOTAL: 204.40\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(398,10,9,1207285200,6,'','','',0,1,1207285200,1212538114,1326,0,0,179.85,0,'','Invoice Date: 04/29/08\r\n\r\nWeb Hosting Period:\r\n04/04/08 - 07/04/08 - all sites @ $49.95 per mo. = $ 149.85\r\n\r\nWeb Site Mantainence: Unisen.com\r\nSwapped out catalogue and removed tech support link from nav - $ 30.00\r\n\r\nTOTAL DUE: 179.85',0,''),(400,18,17,1208322000,6,'','','',0,1,1208322000,1210792775,1328,0,0,29.85,0,'','Invoice Date: 04/29/08\r\n\r\nWeb Hosting Renewal Period:\r\n\r\n04/16/08 - 07/16/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(401,35,0,-1,6,'','','71@1@Harmonix@Vy9PIC1NYXIuIDMtNCAtIDEzLjUgaG91cnMNClcvTyAtTWFyLiAxMi0xMyAtIDEyLjUgaG91cnMNClcvTyAtTWFyLiAxNy0xOCAtIDE0IGhvdXJzDQpXL08gLU1hci4gMjQtMjUgLSAxMy41IGhvdXJzDQpUT1RBTDogNTMuNSBob3VycyBAICQyNQ0KVE9UQUw6IDEzMzcuNTANCg0KVE9UQUw6IDYwLjUgaG91cnMgQCAyNS4wMA0KDQokMTUxMi41MA==@1@1337.5|',0,1,1207082918,1208548924,1329,1,1337.5,0,0,'Tax','',0,''),(402,27,22,1208667600,6,'','','',0,1,1208667600,1210792807,1330,0,0,89.7,0,'','Invoice Date: 04/29/08\r\n\r\nWeb Hosting Renewal Period:\r\n04/20/08 - 10/20/2008\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(403,38,0,-1,6,'','Thank You!\r\nWe Appreciate Your Business.','74@1@Site Modifications@MTEvMS8wNyBhZGRlZCB3ZWxsaW5ndG9uIGhvc3BpdGFsICQxMA0KNC8wNy8wOCAtIGFkZGVkIFBhbG1zIE1lZCAuLi4uLi4uLi4kMTUNCmRlbGV0ZWQgS2VuZGFsLCBjaGFuZ2VkIGFkZHJlc3MNCg0KVE9UQUw6ICQyNS4wMA==@1@25|',0,1,1207618952,1211226576,1331,1,25,0,0,'Tax','',0,''),(405,28,23,1209618000,6,'','','',0,1,1209618000,1213822664,1333,0,0,59.7,0,'','Invoice Date: 04/29/08\r\n\r\nWeb Hosting Renewal Period:\r\n05/01/08 - 11/01/08\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(406,35,0,-1,6,'','','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQozLzMxLDQvMSwgNC80ID0gMTcgaHJzDQo0LzcsIDQvOCwgID0gMTMgaHJzDQo0LzE0LCA0LzE1LCA0LzE4ID0gMTQgaHJzDQpUT1RBTDogNDQgaHJzDQoNCjQ0IHggJDI1ID0gMTEwMA==@1@1100|',0,1,1208549516,1210792604,1334,1,1100,0,0,'Tax','',0,''),(407,41,30,1210050000,1,'','','',0,1,1210050000,1213299728,1335,0,0,239.4,0,'','hosting period 5/6/08 - 5/6/09 $ 239.40',0,''),(408,8,7,1210222800,6,'None','','',0,1,1210222800,1210741200,1336,0,0,44.85,0,'','Invoice Date: 04/29/08\r\nhttp://ewmhost.com/billing/admin/invoice.php?sid=ADoHYwsyUWMCYg1pU2IOYwY1XjQLK1RgWGJaI1w3VGJXaAd/DTdTYFI3XC9UZVgwVipZNFx8\r\nhttp://ewmhost.com/billing/admin/invoice.php?sid=ADoHYwsyUWMCYg1pU2IOYwY1XjQLK1RgWGJaI1w3VGJXaAd/DTdTYFI3XC9UZVgwVipZNFx8\r\nWeb Hosting Renewal Period:\r\n05/08/08 - 08/08/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(409,15,14,1210395600,6,'','','',0,1,1210395600,1213822646,1337,0,0,119.7,0,'','Invoice Date: 04/29/08\r\n\r\nWeb Hosting Period:\r\n05/10/08 - 11/10/08\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(410,46,0,-1,6,'','Invoice Date: 4/29/08\r\n\r\nThank You.\r\nWe Appreciate Your Business.','75@1@Nations Comercial Mortgages Modifications@YWRkZWQgcGFnZSAtIHJhdGUgYW5kIHByb2dyYW0gdXBkYXRlcyAtICQgMTUwLjAwIHcvZm9ybQ0KYWRkZWQgcGFnZSAtIHdob2xlc2FsZSBkaXZpc2lvbiAtICQgMTAwLjAwDQoNClRvdGFsIGR1ZTogJDI1MC4wMA==@1@250|',0,1,1209512151,1210792621,1338,1,250,0,0,'Tax','',0,''),(411,37,0,-1,6,'','Invoice Date: 04/29/08\r\n\r\nThank You!\r\nWe Appreciate Your Business!','69@1@quikflorida web work@TW9kaWZpY2F0aW9ucyBhbmQgY2hhbmdlcyBhcyBwZXIgDQpKb2UgLSA0LzExLzA4@1@80|',0,1,1209512356,1210792686,1339,1,80,0,0,'Tax','',0,''),(412,47,34,1225256400,6,'','','',0,1,1209513427,1209513427,1340,0,89.7,89.7,0,'','',0,''),(415,37,0,-1,6,'','quikfloridacorporation.com\r\nDomain Name Renewal Period:\r\n28-may-2008  - 28-may-2009\r\n1 yr@ 12.95','53@1@Domain Name Registration@@0@12.95|',0,1,1209518368,1210792670,1342,1,12.95,0,0,'Tax','',0,''),(416,37,27,1212037200,6,'','','',0,1,1212037200,1221930012,1343,0,0,89.7,0,'','Invoice Date: 06/03/08\r\n\r\nWeb Hosting Renewal Period:\r\n05/29/2008 -11/29/2008 @ 14.95 per month.\r\n\r\nThank You!\r\nWe appreciate your business.',0,''),(417,47,0,-1,6,'','Domain Name Registration:\r\nlesliegotogirl.com\r\n11/07 - 11/08 1 year.','53@1@Domain Name Registration@@0@12.95|',0,1,1210964130,1212538056,1344,1,12.95,0,0,'Tax','',0,''),(418,35,0,-1,6,'','Thank You.','71@1@Harmonix@QXByaWwuIDIxLSA2IGhycw0KQXByaWwgMjIgLSA2IGhycw0KQXByaWwgMjggLSA2IGhycw0KQXByaWwgMjkgLSA2IGhycw0KTWF5IDIgLSAzIGhycw0KTWF5IDUgLSA2LjUgaHJzDQpNYXkgNiAtIDYuNSBocnMNCk1heSAxMiAtIDYNCk1heSAxMyAtIDYNCg0KVE9UQUw6IDUyIGhvdXJzIEAgJDI1DQpUT1RBTDogMTMwMC4wMA==@1@1300|',0,1,1211226540,1212538075,1345,1,1300,0,0,'Tax','',0,''),(419,13,12,1213851600,6,'None','','',0,1,1213851600,1221886800,1346,0,0,119.4,0,'','Invoice date: 6/11/08\r\n\r\nWeb Hosting Renewal Period: 06/19/2008 - 06/19/2009',0,''),(441,37,0,0,6,'','Invoice Date: 9.20.08\r\n\r\nDomain Name Renewal:\r\nQUIKCALIFORNIACORP.COM\r\n\r\nPeriod: 08.08 - 08.09 ...... $ 12.95\r\n\r\nThank You!\r\nWe Appreciate Your Business','53@1@Domain Name Registration@@0@12.95|',0,1,1221931907,1225738634,1368,1,12.95,0,0,'Tax','',0,''),(421,35,0,-1,6,'','Thank You.','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQo1LzE5IC0gN2hycw0KNS8yMCAtIDQuNQ0KNS8yMyAtIDcNCjUvMjcgLSA3DQo1LzMwIC0gNg0KNi8yIC0gNi41DQo2LzMgLSA3DQo2LzYgLSA2DQpUT1RBTDogNTEgSG91cnMgQCAkMjUuMDANClRPVEFMOiAxMjc1LjAw@1@1275|',0,1,1213386154,1213822628,1348,1,1275,0,0,'Tax','',0,''),(423,12,11,1221886800,6,'','','',0,1,1221886800,1224098770,1350,0,0,119.4,0,'','Invoice Date: 9/20/08\r\n\r\n\r\nWebsite Hosting Renewal = \r\n07/08 -07/09\r\nichantal.com and makeupmuse.com\r\n$ 9.95 per month x 12\r\nTotal: 119.40',0,''),(424,10,9,1215147600,6,'None','','',0,1,1221886800,1231394400,1351,0,0,264.85,0,'','Invoice sent: 9/20/08\r\n\r\nWeb Hosting Renewal - 07/04/08 - 10/04/08 - $ 149.85\r\n\r\nWeb Maintanence as follows:\r\n5/28 - \r\nTurned off sensormatic and supertag - added pages to Unisen.com, changed all logo links on all sites to reflect this ...................................................... $ 45.00\r\n\r\n\r\n8/20 - Removed text - from All-Tag website - No charge\r\n\r\n\r\n8/26 - \r\nSet Up for hosting and created 1 page site for tagpointwarning.com........ $50.00\r\n\r\n\r\n9/20 - Replaced and uploaded graphics from Unisen to  Eastag.com ....... $20.00\r\n\r\nTOTAL: $ 264.85',0,''),(425,42,31,1215838800,6,'','','',0,1,1215838800,1221931596,1352,0,132.35,119.4,0,'','Web Site Renewal Period:\r\n07/12/08 - 7/12/09 .... $ 119.40\r\nDomain name renewal $12.95  ( 1 year)\r\n\r\nTotal: 132.35',0,''),(426,35,0,-1,6,'','','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQo2LyA5IC0gIDYuNWhvdXJzDQo2LzEwIC0gNg0KNi8xMyAtIDYuNQ0KNi8xNiAtIDYuNQ0KNi8xNyAtIDYuNQ0KNi8yMCAtIDYNCjYvMjMgLSA2LjUNCjYvMjQgLSA2LjUNClRPVEFMOiA1MSBIb3VycyBAICQyNS4wMA0KVE9UQUw6IDEyNzUuMDA=@1@1275|',0,1,1214591620,1215714671,1353,1,1275,0,0,'Tax','',0,''),(428,18,17,1221886800,6,'','','',0,1,1221886800,1224098807,1355,0,0,29.85,0,'','Invoice Date: 09.20.08\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 07/16/2008 - 10/16/2008\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(429,39,28,1217566800,6,'','','',0,1,1217566800,1233268047,1356,0,0,89.7,0,'','Invoice Date: 09.20.08\r\n\r\nWeb Hosting Renewal Period:\r\n\r\n08/01/2008 - 02/01/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(431,8,7,1221886800,6,'None','','',0,1,1221886800,1224046800,1358,0,0,109.85,0,'','Invoice Date: 09.20.08\r\n\r\nWeb Hosting Period:\r\n08/08/08 - 11/08/08 ..................................... $44.85\r\n\r\n\r\n8/8/08 - added/edited 14 before and afters - added link to link page with logo, added phone number to header, added new link on media page - 1 hr \r\ntotal: $65.00\r\n\r\nTotal: $109.85',0,''),(433,35,0,0,6,'','Total for July 2008','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQpKdW4gMjcgLSA1LjVocnMNCkp1bHkgNy04IC0gMTFocnMNCkp1bHkgMTQtMTUgLSAxMWhycw0KSnVseSAyMS0yMiAtIDExaHJzDQpKdWx5IDI4LTI5IC0gMTFocnMNCg0KVE9UQUw6IDQ5LjUwICAoSnVseSAyMDA4ICsxIGRheSBsZWZ0IG92ZXIgZnJvbSBKdW5lKQ0KDQo0OS41MHgyNSA9IFRPVEFMOiAxMjM3LjUw@1@1237.5|',0,1,1217860579,1220374613,1360,1,1237.5,0,0,'Tax','',0,''),(436,35,0,0,6,'','Month of Aug. 2008\r\n\r\n49.5 hours','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQpBdWcuIDQgLSA1LjUNCkF1Zy4gNSAtIDUuNQ0KQXVnLiAxMSAtIDUuNQ0KQXVnLiAxMiAtIDUuNQ0KQXVnLiAxOCAtIDUuNQ0KQXVnLiAxOSAtIDUuNQ0KQXVnLiAyNSAtIDUuNQ0KQXVnLiAyNiAtIDUuNQ0KQXVnLiAyOCAtIDUuNQ0KDQpUT1RBTDogNDkuNSBob3VycyBAICQyNQ0KDQpUT1RBTDogMTIzNy41MA==@1@1237.5|',0,1,1220374846,1221931926,1363,1,1237.5,0,0,'Tax','',0,''),(438,4,3,1225170000,6,'','','',0,1,1222578000,1224098755,1365,0,119.4,119.4,0,'','Invoice Date: 09.20.08\r\n\r\nWeb Hosting Renewal: SallyLewisMedia.com\r\n09/28/2008 - 09/28/2009\r\n\r\nComp: lshlaw.net, movedbymemories.com\r\n\r\nThank You!\r\nWe Appreciate Your Business',0,''),(440,10,9,1231048800,6,'None','','',0,1,1231048800,1233208800,1367,0,0,149.85,0,'','Invoice Date: 01/09/09\r\n\r\nWeb Hosting Renewal:\r\n10/04/2008  - 01/4/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business!\r\n\r\nHappy New Year To Everyone At Unisen!',0,''),(442,11,0,0,6,'','Invoice Date: 9.20.08\r\nResent: 1.08.09\r\n\r\nDomain Name Renewals as follows:\r\n\r\nDomain Name Renewals: 1 year 8/11/08 - 8/11/09\r\nmsqpkchiro.com ............................................................ $ 12.95\r\nmsqchiro.com................................................................. $ 12.95\r\n\r\nmadisonsquarechiropractic.com 1 year 07/07/08 - 07/09/09 $ 12.95','76@1@Domain Name Renewals - 3@@1@38.85|',0,1,1221932353,1241018436,1369,1,38.85,0,0,'Tax','',0,''),(596,27,0,0,6,'','Website changes to retailconsultingllc.com\r\n1/29/11 - $45.00\r\n\r\nThank You.\r\nWe appreicate your business.','84@1@Website Modifications@@0@45|',0,1,1297453182,1300552856,1515,1,45,0,0,'Tax','',0,''),(447,45,0,0,6,'','Invoice Date: 09.20.08\r\n\r\nWork Approved: 6/11/08\r\n1. replace text on home page\r\n2. delete selected products lines\r\n3. add 6 new product lines (requires copying logo from their website, resizing if necessary.\r\n4. adding new Strata Products photo to home page.\r\n\r\nTotal: $60.00\r\n\r\nThank You!\r\nWe Appreciate Your Business.','43@1@TibaInternational Website@@1@60|',0,1,1221933569,1224098702,1372,1,60,0,0,'Tax','',0,''),(448,12,11,1215061200,6,'','','',0,1,1215061200,1224098849,1373,0,119.4,119.4,0,'','',0,''),(450,35,0,0,6,'','Thank You.','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQoNClNlb3QuIDEtMiAtIDExIGhycw0KU2VvdC4gOC05IC0gMTEgaHJzDQpTZW90LiAxNiAtIDE3IC0gMTkgLSAxNi41IGhycyAod29ya2VkIEZyaSBhcyBwZXIgT0IpDQpTZXB0LiAyMi0yMyAtIDExIGhycw0KU2VwdC4gMjkgLTMwIC0gMTEgaHJzDQoNClRPVEFMOiA2MC41IGhvdXJzIEAgJDI1DQoNClRPVEFMOiAxNTEyLjUwDQoNCihOT1RFOiBXb3JrZWQgYW4gZXh0cmEgZGF5LCBTZXB0LiAxOSBGcmlkYXkgYXMgcGVyIE9CIHRvIGdldCBzY2hvb2wgcGFwZXIgd29yayBkb25lLCBhbHNvIGhlcmUgd2VyZSA1IHdlZWtzIGluIFNlcHQgLSBUaGF0J3Mgd2h5IHRoaXMgbW9udGhzIGJpbGwgaXMgYmlnZ2VyIHRoYW4gbm9ybWFsKQ==@1@1512.5|',0,1,1222805841,1224098685,1375,1,1512.5,0,0,'Tax','',0,''),(451,18,17,1232085600,6,'None','','',0,1,1232085600,1240981200,1376,0,0,29.85,0,'','Invoice Date: 1/09/09\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 10/16//08 - 1/16/09\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(452,27,22,1224478800,6,'None','','',0,1,1224478800,1231394400,1377,0,0,89.7,0,'','Invoice Date: 10.15.08\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 10/20/2008 - 04/20/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(454,47,0,0,6,'','Invoice Date: 10.15.08\r\nDomain Name Renewal: LESLIEGOTOGIRL.COM \r\nPeriod: Nov. 28, 2008 - Nov. 28, 2009 \r\n\r\n$ 12.95','53@1@Domain Name Registration@@0@12.95|',0,1,1224099011,1233268183,1378,1,12.95,0,0,'Tax','',0,''),(455,28,23,1225515600,6,'','','',0,1,1225515600,1244763782,1379,0,0,59.7,0,'','Invoice Date: \r\n\r\nWeb Hosting Renewal Period:\r\n11/01/2008 -05/01/2009\r\n\r\nThank You - We Appreciate Your Business.',0,''),(456,8,7,1231394400,6,'None','','',0,1,1231394400,1233208800,1380,0,0,64.85,0,'','Invoice Date: 01/08/09\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 11/08/09 - 2/08/09 ..... $ 44.85\r\n\r\n\r\nWeb Work: 10/02/08 - $20.00 swapped photos for staging email.\r\n\r\nTOTAL DUE: $64.85\r\n\r\nThank You!\r\nWe Appreciate Your Business!\r\nHappy New Year.',0,''),(457,15,14,1231567200,6,'','','',0,1,1231567200,1233268020,1381,0,0,119.7,0,'','Invoice Date: 01/09/09\r\n\r\nWeb Hosting Period: \r\n01/10/2009 - 05/10/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(458,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgT2N0b2JlcjoNCk9jdC4gNiAmICYgPSAxMSBocnMuDQpPY3QuIDIwICYgMjEgPSAxMSBocnMuDQpPY3QuIDI3ICYgMjggPSAxMSBocnMuDQoNClRvdGFsOiAzMyBocnMgLSAkIDgyNS4wMA==@1@825|',0,1,1225738771,1228164177,1382,1,825,0,0,'Tax','',0,''),(459,37,27,1231480800,6,'','','',0,1,1231480800,1241020884,1383,0,0,89.7,0,'','Web Hosting Renwal:\r\n\r\n11/29/2009 -05/29/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business.\r\n\r\nHappy New Year Joe - Hope All Is Well.',0,''),(467,10,9,1231048800,6,'None','','',0,1,1231048800,1233208800,1391,0,149.85,149.85,0,'','',0,''),(461,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgRGVjIDIwMDg6DQpEZWMuIDEgJiAyID0gMTEgaHJzLg0KRGVjLiA4ICYgOSA9IDExIGhycy4NCkRlYy4gMTUgJiAxNiA9IDExIGhycy4NCkRlYy4gMjIgPSA1LjUgaHJzLg0KVG90YWw6IDM4LjUgaHJzIC0gJCA5NjIuNTA=@1@962.5|',0,1,1228164454,1231170739,1385,1,962.5,0,0,'Tax','',0,''),(466,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgRGVjIDIwMDg6DQpEZWMuIDEgJiAyID0gMTEgaHJzLg0KRGVjLiA4ICYgOSA9IDExIGhycy4NCkRlYy4gMTUgJiAxNiA9IDExIGhycy4NCkRlYy4gMjIgPSA1LjUgaHJzLg0KVG90YWw6IDM4LjUgaHJzIC0gJCA5NjIuNTA=@1@962.5|',0,1,1231170693,1231448502,1390,1,962.5,0,0,'Tax','',0,''),(468,23,19,1232863200,1,'','','',0,1,1232863200,1241143179,1392,0,0,119.4,0,'','Invoice Date: 01.29.09\r\nResent: 03/27/09\r\n\r\nWeb Hosting Renewal:\r\nPeriod: 01/25/2009 - 01/25/2010\r\n12 mo. @ $9.95 per month \r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(469,39,28,1233468000,6,'','','',0,1,1233468000,1241812012,1393,0,0,89.7,0,'','WebHosting Renewal Period: 2/1/09 - 8/01/09\r\n\r\n6 months @ $14.95 per month $89.70\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(470,8,7,1234072800,6,'','','',0,1,1234072800,1241020614,1394,0,0,44.85,0,'','Invoice Date: 03/23/09\r\n\r\nWeb Hosting Renewal Period:\r\n02/08/09 - 05/08/09\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(471,11,10,1234504800,6,'','','',0,1,1234504800,1241018470,1395,0,0,218.25,0,'','Invoice Date: 03/23/09:\r\n\r\nDomain Name Renewals: 1 year 8/11/08 - 8/11/09\r\nmsqpkchiro.com ............................................................ $ 12.95 Past Due\r\nmsqchiro.com................................................................. $ 12.95 Past Due\r\nmadisonsquarechiropractic.com 1 year 07/07/08 - 07/09/09 $ 12.95 Past Due\r\n\r\nWeb Hosting Renewal Period: 08/13/08 - 02/13/09 ..................... $ 89.70 Past Due\r\n\r\nWeb Hosting Renewal Period: 02/13/09 - 08/13/09 ......................$ 89.70 Now Due\r\n\r\nTotal: $ 218.25\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(472,35,0,0,6,'','','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6DQpQZXJpb2Q6DQoNCkphbi4gNS02DQpKYW4uIDEyLTEzDQpKYW4uIDE5LTIwDQpKYW4uIDI2LTI3DQoNClRvdGFsOiA0NCBocnMgPSAkIDExMDAuMDANCg0KVGhhbmtzLg==@1@1100|',0,1,1233706740,1235441882,1396,1,1100,0,0,'Tax','',0,''),(476,46,0,0,6,'','Thank You!','77@1@Iguana Rid Web Development@SWd1YW5hUmlkLmNvbSB3ZWJzaXRlIGRldmVsb3BtZW50LCBhbGwgZ3JhcGhpY3MsIHBheSBwYWwgZSBjb21tZXJjZSBzZXQgdXAgYW5kIGNvbm5lY3Rpdml0eS4gRG9tYWluIG5hbWUgc2V0IHVwLCB3ZWJzaXRlIHNldCB1cC4=@1@800|',0,1,1235441933,1236027892,1399,1,800,0,0,'Tax','',0,''),(477,32,25,1237006800,6,'','','',0,1,1237006800,1241018458,1400,0,0,192.35,0,'','Invoice Date: 03/23/09\r\n\r\nWeb Hosting Renewal Period: 03/14/09 - 03/14/10 - $ 179.40\r\nDomain Name Renewal: 03/14/09 - 03/14/10 - $ 12.95\r\n\r\nTotal Due: 192.35\r\n\r\nThank You.\r\nWe appreciate your business',0,''),(478,34,26,1237006800,6,'None','','',0,1,1237006800,1241758800,1401,0,0,179.4,0,'','Invoice Date: 03/23/09\r\n\r\nWeb Hosting Renewal Period: 03/14/2009 - 03/14/2010\r\n\r\nThank You!\r\nWe appreciate Your Business.',0,''),(480,35,0,0,6,'','Thank You.\r\nTotal for Feb. 2009\r\n\r\n2/2 & 2/6 = 11hrs\r\n2/9 & 2/10 = 11hrs\r\n2/16 & 2/17 = 11hrs\r\n2/23 & 2/17 = 11hrs\r\n\r\nTOTAL: 44 hours @ $25 = 1100.00\r\n\r\nThank You.','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6@1@1100|',0,1,1236028112,1237560388,1402,1,1100,0,0,'Tax','',0,''),(483,10,9,1238821200,6,'','','',0,1,1238821200,1244762951,1405,0,0,149.85,0,'','Invoice Date: 04/29/09\r\n\r\nWeb Hosting Renewal Period:\r\n4/4/09 - 7/4/09\r\n\r\nall-tag.com\r\ne-taginfo.com\r\neastag.us\r\ninktag.bz\r\ntagpoint-warning.com\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(486,6,0,0,1,'3DX61816H28033816','Thank You.\r\nWe Appreciate Your Business.','78@1@Additional Hosting Fee -@SW5jcmVhc2VkIERpc2sgU3BhY2UgYW5kIEJhbmR3aWR0aCBmb3IgUm9ja2xhbmQgVmlkZW8gQCAyMCBwZXIgbW9udGggLSBUb3RhbCBIb3N0aW5nIEAgIDM0Ljk1IHBlciBtb250aA0KDQpIb3N0aW5nOiAwNC8wOSAtIDEyLzA5IEAgJDIwLjAwIHBlciBtb250aA0KVG90YWw6ICQgMTgwLjAw@1@180|',0,1,1238520696,1244762771,1407,1,180,0,0,'Tax','',0,''),(487,18,17,1239858000,6,'','','',0,1,1239858000,1244762966,1408,0,29.85,29.85,0,'','Invoice Date: 4/29/09\r\n\r\nWeb Hosting Renewal Period: 4/16/09 - 7/16/09\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(488,27,22,1240203600,6,'','','',0,1,1240203600,1244762922,1409,0,0,89.7,0,'','Invoice Date: 4/29/09\r\n\r\nWeb Hosting Renewal Period: 4/20/09 - 10/20/09\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(489,35,0,0,6,'','Dates of Service:\r\nMarch 2 & 3 - 11 hrs\r\nMarch 9 & 10 - 11 hrs\r\nMarch 16 & 17 - 11 hrs\r\nMarch 23 & 24 - 11 hrs\r\n\r\nTOTAL: 44 hrs @ $25 = $1100.00','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6@1@1100|',0,1,1239044694,1241018414,1410,1,1100,0,0,'Tax','',0,''),(563,37,0,0,6,'','domain:quikfloridacorporation.com\r\nDomain Name Renewal: 05/26/2010 - 05/26/2011\r\n\r\nTotal: 12.95','53@1@Domain Name Registration@@0@12.95|',0,1,1273149071,1292098032,1482,1,12.95,0,0,'Tax','',0,''),(492,28,23,1241154000,6,'','','',0,1,1241154000,1244763828,1413,0,0,119.4,0,'','Invoice Date: 4/29/09\r\n\r\nWebHosting Renewal Period: 5/1/09 - 11/01/09 $59.70\r\n\r\nPast Due hosting period: 11/01/2008 -05/01/2009 $59.70\r\n\r\nTotal Due: $119.40',0,''),(493,41,30,1210050000,6,'','','',0,1,1241586000,1257375800,1414,0,0,239.4,0,'','Web and Email Hosting Renewal:\r\nPeriod: 5/10/08 - 5/10/09\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(494,8,7,1241758800,6,'','','',0,1,1241758800,1251469022,1415,0,0,64.85,0,'','Invoice Date: 6/11/09\r\n\r\nWebHosting Renewal Period: 5/08/09 - 8/08/09 ...... $ 44.85\r\n5/28/09 addition to media page -                             $ 20.00\r\nTOTAL: $ 64.85\r\n\r\nThank You!\r\nWe Appreicate Your Business',0,''),(495,15,14,1241931600,6,'','','',0,1,1241931600,1244762987,1416,0,0,119.7,0,'','Invoice Date: 04/29/09\r\n\r\nWeb Hosting Renewal Period: 5/10/09 - 11/10/09\r\n\r\nThank You!\r\nWe Appreciate Your Business',0,''),(496,35,0,0,6,'','Web Development for month of April 09\r\n\r\nApril 6 - 7 -  11hrs\r\nApril 13 -14 - 11hrs\r\nApril 20 - 21 - 11hrs\r\nApril 27 - 28 - 11hrs\r\n\r\nTotal: 44 hrs - $1100.00','52@1@Harmonix@V2ViIERldmVsb3BlbWVudC9NYXJrZXRpbmcgU2VydmljZXM6@1@1100|',0,1,1241467961,1244571910,1417,1,1100,0,0,'Tax','',0,''),(497,37,27,1243573200,6,'','','',0,1,1243573200,1251469311,1418,0,0,102.65,0,'','Invoice Date: 06/11/09\r\n\r\nWebhosting Renewal Period: 05/29/2009 - 11/29/2009...$89.70\r\nQuikfloridacorporation.com domain name renewal:........$12.95\r\n\r\nTotal Due: $102.65\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(498,13,12,1245387600,6,'','','',0,1,1245387600,1251469344,1419,0,0,119.4,0,'','Invoice Date: 06/11/09\r\nWebhosting Renewal: 06/19/2009 - 06/19/2010\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(499,35,0,0,6,'','May 2009','71@1@Harmonix@TW9udGggb2YgTWF5IDIwMDkNCk1heSA0ICYgNSA9IDExIGhycy4NCk1heSAxMSAmIDEyID0gMTEgaHJzLg0KTWF5IDE4ICYgMTkgPSAxMSBocnMuDQpNYXkgMjYgPSA1LjUgaHJzDQpUb3RhbDogMzguNSBocnMgLSAkIDk2Mi41MA==@1@962.5|',0,1,1244572150,1246393034,1420,1,962.5,0,0,'Tax','',0,''),(501,12,11,1251435600,6,'','','',0,1,1246597200,1262959712,1422,0,0,65.7,0,'','Invoice Date: 08/28/09\r\n\r\nPro-Rated: July 2009 - Nov. 2009 @9.95 per month\r\nDomain Names Renew at 1 yr. intervals.\r\n\r\nWeb Hosting & Domain Name Registration Renewal:\r\nichantal.com & Makeupmuse.com - 07/2009 - 11/2010 = $ 39.80\r\nDomain Name Renewal - ichantal.com - 01/2009 - 01/2010 $12.95\r\nDomain Name Renewal - makeupmuse.com - 01/2009 - 01/2010 $12.95\r\n\r\nTotal: $65.70\r\n\r\nThank You!\r\nWe Appreciate Your Business.',1,''),(502,10,9,1246683600,6,'','','',0,1,1246683600,1253238072,1423,0,0,149.85,0,'','Invoice Date: 08.27.09\r\n\r\nWeb Hosting Renewal Period:\r\n7/4/09 - 10/4/09\r\n\r\nThank You\r\nWe Appreciate Your Business',0,''),(503,42,31,1247374800,6,'','','',0,1,1247374800,1257375810,1424,0,0,119.4,0,'','Web Hosting Renewal:\r\n\r\nPeriod: 7/12/08 - 7/12/09',0,''),(505,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgSnVuZSAyMDA5DQpKdW5lIDEsIDIsIDMgLSAxNi41ICh3b3JrZWQgMyBkYXlzIGJlZm9yZSBzaG93KQ0KSnVuZSA5IC0gNS41IGhycy4gKHR1ZXMuIGFmdGVyIHNob3cpDQpKdW5lIDE1IC0xNiA9IDExIGhycy4NCkp1bmUgMjIgLSAyMyA9IDExIGhycw0KSnVuZSAyOSAtIDMwID0gMTFocnMNClRvdGFsOiA1NSBocnMgLSAkIDEzNzUuMDA=@1@1375|',0,1,1246393593,1249915004,1426,1,1375,0,0,'Tax','',0,''),(506,18,17,1247720400,6,'','','',0,1,1247720400,1257376032,1427,0,0,29.85,0,'','Invoice Date: 08/28/09\r\n\r\nWeb Hosting Renewal Period:\r\n07/16/2009 - 10/16/2009\r\n\r\nThank You!\r\nWe Appreciate Your Business',0,''),(508,46,0,0,6,'','Invoice Date: 7/8/09','77@1@Iguana Rid Web Development@SWd1YW5hUmlkLmNvbSBzaG9wcGluZyBjYXJ0IGluc3RhbGxhdGlvbiBhbmQgc2V0IHVwIC0NCm1vZGlmaWNhdGlvbnMgdG8gaWd1YW5hcmlkLmNvbSBhcyBwZXIgSm9lIC0gDQo0IGhvdXJzIEAgJDQ1Li4uLi4uLi4uLi4uLi4uLi4uLi4uLiQgMTgwLjAwDQpEb21haW4gTmFtZTogcGVzdGJlcmlkLmNvbSQgMTIuOTUgeXINCkRvbWFpbiBOYW1lOiBwZXN0YmVyaWQubmV0ICAkIDEyLjk1IHlyDQoNClRvdGFsOiAkMjA1Ljkw@1@205.9|',0,1,1247096865,1251468991,1428,1,205.9,0,0,'Tax','',0,''),(509,39,28,1249102800,6,'','','',0,1,1249102800,1264173271,1429,0,0,89.7,0,'','Invoice Date: 08.28.09\r\n\r\nWeb Hosting Renewal Period:\r\n08/01/2009 -02/01/2010\r\nMyMediclip.com\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(510,8,7,1249707600,6,'','','',0,1,1249707600,1257375208,1430,0,0,90.75,0,'','Invoice Date: 09.04.09\r\n\r\nWeb Hosting Renewal Period:\r\n08/08/2009 - 11/08/2009 ................. $ 44.85\r\n\r\nDomain Name Renewal\r\nClosetQueen.com - 8/09 - 8/10 .......... $ 12.95\r\nCloset-Queen.com - 6/09 - 6/10 ..........$ 12.95\r\n\r\nAdded LHJ Article to media .................$ 20.00\r\n\r\nTOTAL: $90.75\r\n\r\n\r\nThank You\r\nWe Appreciate Your Business',0,''),(511,11,10,1250139600,6,'','','',0,1,1250139600,1257374892,1431,0,0,128,0,'','Invoice Date: 08.27.09\r\n\r\nWeb Hosting Renewal Period: 08/13/2009 - 02/13/2010 - $89.70\r\n\r\nMSQCHIRO.COM 8/11/2009-8/11/2010 - $12.95\r\nMSQPKCHIRO.COM 7/09/2009 - 7/09/2010 - $12.95\r\nMADISONSQUARECHIROPRACTIC 7/09/2009 - 7/09/2010 -$12.95\r\n\r\nTotal: $128.55\r\n\r\nThank You\r\nWe Appreciate Your Business-',0,''),(512,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgSnVseSAyMDA5DQpKdWx5IDYtNy04IC0gMTcgaG91cnMgKGluY2x1ZGVzIHh0cmEgZGF5IGZvciBWZXJuIGJvYXJkcykNCkp1bHkgMTMgLSAxNCAtIDExIGhycy4gDQpKdWx5ICAyMCAtMjEgPSAxMSBocnMuDQpKdWx5ICAyNy0yOCA9IDExIGhycw0KVG90YWw6IDUwIGhvdXJzID0gMTI1MC4wMA==@1@1250|',0,1,1249915905,1251468899,1432,1,1250,0,0,'Tax','',0,''),(515,46,0,0,6,'','Thank You.\r\nWe Appreciate Your Business','77@1@Jungle Flora Addition to website@QWRkaXRpb24gb2YgSnVuZ2xlIEZsb3JhIHRvIHdlYnNpdGUgLSByZWRvIGhvbWUgcGFnZSwgbmV3IGNoZWNrb3V0IHBhZ2Ugd2l0aCBib3RoIHByb2RjdHMsIG5ldyBKdW5nbGUgRmxvcmEgaW5mbyBwYWdlIC0gYWRkaXRpb24gb2YgSnVuZ2xlIEZsb3JhIHByb2R1Y3QgdG8gc2hvcHBpbmcgY2FydC0gDQoNCjYgaG91cnMgQCAkNDUuLi4uLi4uLi4uLi4uLi4uLi4uLi4uJCAyNzAuMDANCg0KDQpUb3RhbDogJDI3MC4wMA==@1@270|',0,1,1251485097,1253238054,1434,1,270,0,0,'Tax','',0,''),(516,35,0,0,6,'','','52@1@Harmonix@U2VydmljZXMgZm9yIG1vbnRoIG9mIEF1Z3VzdCAyMDA5Og0KQXVnLiAsIDQgJiA1PSAxMy41DQpBdWcuIDEwICYgMTEgPSAxMQ0KQXVnLiAxOCAmIDIxID0gMTEuNQ0KQXVnLiAyNSA9IDYuNQ0KQXVnLiAzMSA9IDYNCg0KVG90YWw6IDQ4IEhycy4gQCAkMjUgPSAxMjAwLjAw@1@1200|',0,1,1252421870,1253238037,1435,1,1200,0,0,'Tax','',0,''),(519,48,0,0,1,'','Thank You!\r\nWe Appreciate Your Business.','79@1@Project Life Works - Webpage@MSBwYWdlIGN1c3RvbSB3ZWJzaXRlIHdpdGggUGF5IFBhbCBEb25hdGlvbiBidXR0b24uDQpMb2dvLCBwaG90b3MsIGNvcHkgYXMgcGVyIFBMVy4gDQpUb3RhbDogJDM1MC4wMA==@1@350|',0,1,1253238336,1255375966,1438,1,350,0,0,'Tax','',0,''),(520,10,9,1254632400,6,'','','',0,1,1254632400,1264173327,1439,0,0,149.85,0,'','Invoice Date: 11/04/09\r\n\r\nWeb Hosting Renewal Period:\r\n10/4/09 - 01/4/10\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(522,46,33,1255582800,1,'','','',0,1,1255582800,1257374877,1441,0,89.7,89.7,0,'','',0,''),(523,18,17,1255669200,6,'','','',0,1,1255669200,1265400512,1442,0,0,29.85,0,'','Invoice Date: 11/04/09\r\nWeb Hosting Renewal Period: 10/16/09  - 01/16/10\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(524,27,22,1256014800,6,'','','',0,1,1256014800,1262959732,1443,0,0,89.7,0,'','Invoice Date: 11.4.09\r\nWeb Hosting Period 10/20/09-04/20/09\r\nRetailconsultingllc.com\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(525,35,0,0,6,'','','71@1@Harmonix@TW9udGggb2YgU2VwdCAyMDA5DQpTZXB0LiAxIC0gNS41IGhycy4gDQpTZXB0IDggLTUuNSBocnMuIA0KU2VwdC4gMTQtIDE1ID0gMTEgaHJzLg0KU2VwdC4gMjEgLSAyMiA9IDExIGhycy4NClNlcHQuIDI4IC0xOSA9IDExIGhycw0KVG90YWw6IDQ0IGhvdXJzID0gMTEwMC4wMA==@1@1100|',0,1,1255376357,1262959608,1444,1,1100,0,0,'Tax','',0,''),(528,8,7,1257660000,6,'','','',0,1,1257660000,1262959746,1447,0,0,44.85,0,'','Invoice Date 11/04/09\r\n\r\nWeb Hosting Period: 11/08/09 - 02/08/10\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(529,15,14,1257832800,6,'','','',0,1,1257832800,1265400558,1448,0,0,119.7,0,'','Invoice Date: 11/04/09\r\n\r\nWeb Hosting Renewal For Henrysofboca.com\r\n11/2009  - 05/2010\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(530,35,0,0,6,'','Thank You','46@1@Harmonix@T2N0b2JlciAyMDA5IC0gSGFybW9uaXgNCg0KT2N0LiAxMiAmIDEzICAtIDExIGhycw0KT2N0LiAxOSAmIDIwIC0gMTEgaHJzDQoNClRvdGFsOiAyMiBob3VycyBAICQyNSA9ICAkNTUwLjAw@1@550|',0,1,1256669557,1262959598,1449,1,550,0,0,'Tax','',0,''),(532,37,27,1259474400,6,'','','',0,1,1259474400,1264798066,1451,0,0,89.7,0,'','Invoice Date: 01/07/2010\r\nWeb Hosting Renewal: \r\n11/29/2009- 05/29/2010\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(533,6,5,1260165600,1,'','','',0,1,1260165600,1265400538,1452,0,179.4,179.4,0,'','',0,''),(537,18,17,1263621600,6,'','','',0,1,1263621600,1265400523,1456,0,0,29.85,0,'','Web Hosting Renewal Period:\r\n01/16/2010 - 04/16/2010\r\n\r\nThank You!\r\nWe Appreciate Your Business!',0,''),(538,23,19,1264399200,6,'','','',0,1,1264399200,1273146917,1457,0,0,119.4,0,'','Invoice Date: 01/21/10\r\nWeb Hosting Invoice Period:\r\n01/25/2010 - 01/25/2011\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(539,39,28,1265004000,6,'','','',0,1,1265004000,1273147168,1458,0,0,89.7,0,'','Invoice Date: 1/29/10\r\nWeb Hosting Renewal Period:\r\n02/01/2010 - 08/01/2010\r\nFor website: mymediclip.com\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(540,27,0,0,6,'','Thank You!\r\nWe Appreciate Your Business!','25@1@RetailConsultingLLC -@V2Vic2l0ZSBtb2RpZmljYXRpb25zIEphbi4gMjAxMA0KYXMgYWdyZWVkLg==@1@90|',0,1,1264173524,1265401646,1459,1,90,0,0,'Tax','',0,''),(541,8,7,1265608800,6,'','','',0,1,1265608800,1273146860,1460,0,0,69.85,0,'','Web Hosting Renewal Period:\r\n02/08/2010 - 05/08/2010 .... $ 44.85\r\nAddition of Miami Herald Media .. $ 25.00\r\n\r\nTotal: $69.85',0,''),(542,35,0,0,6,'','Hi - As per my email to OB on 1/20/10 - autopayment for website renewal failed after 3 attempts.\r\n\r\nPlease feel free to contact me if you have any questions or would like to re-set autopayment with a new credit card. Thanks','46@1@Harmonix Web Hosting Renewal@V2ViIEhvc3RpbmcgUmVuZXdhbCBwZXJpb2QgMS8xNy8xMCAtIDIvMTcvMjANCmZvciB0aGUgZm9sbG93aW5nIHdlYnNpdGVzOg0KDQpIYXJtb25peGNvcnAuY29tDQpWZXJuU2hlYXJzLmNvbQ0KSGFybW9uaWFsLm5ldA0KSGFpcm1heGZvcnNhbG9ucy5jb20NCg0KVGhhbmsgWW91Lg==@1@34.95|',0,1,1264554485,1268509842,1461,1,34.95,0,0,'Tax','',0,''),(543,11,10,1266040800,6,'','','',0,1,1266040800,1281482154,1462,0,0,89.7,0,'','Invoice Date: 1/29/10\r\nWeb hosting renewal period:\r\n02/13/2010 - 8/13/10\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(544,10,0,0,6,'','Hosting Renewal Period: 01/04/2010 - 04/04/2010','80@1@Unisen - Website Hosting@V2ViIEhvc3RpbmcgUmVuZXdhbCBGb3IgdGhlIEZvbGxvd2luZzoNCkFsbC1UYWcuY29tLCBlYXN0YWcudXMsIGUtdGFnaW5mby5jb20sIGlua3RhZy5ieiAsIHRhZ3BvaW50LXdhcm5pbmcuY29tIA0KUmV2aXNlZCBNb250bHkgRmVlLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uICQgMTkuOTUgeCAzIG1vbnRocy4uICQ1OS44NS4NCg0KTW9kaWZpY2F0aW9ucyB0byBBbGwtdGFnLmNvbSBhcyBwZXIgQW5keSAxLzI5LzIwMTAgLi4uLiAkIDI1LjAwDQpNb2RpZmNhdGlvbnMgdG8gaW5rdGFnLmJ6IHBlciBBbmR5IC0gTG9nb3MsIGV0Yy4gMS8xNC8xMC4uJCAxNS4wMA0KDQpUb3RhbCBEdWU6ICQgOTkuODU=@1@99.85|',0,1,1265402173,1273147007,1463,1,99.85,0,0,'Tax','',0,''),(546,32,25,1268546400,6,'','','',0,1,1268546400,1273537023,1465,0,0,192.35,0,'','Web Hosting and Domain Name Renewal: Period: 3/2010 - 3/2011\r\nWeb Hosting: $ 179.40\r\nDomain Name Renewal: $ 12.95\r\n\r\nTotal: 192.35',0,''),(547,34,26,1273813200,6,'','','',0,1,1268546400,1279762673,1466,0,0,179.4,0,'','Invoice Date: 05/08/10\r\nWeb Hosting Renewal Period: 03/14/2010 - 03/14/2011\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(552,46,33,1271307600,1,'None','','',0,1,1271307600,1273122000,1471,0,0,89.7,0,'','',0,''),(553,18,17,1271394000,6,'','','',0,1,1271394000,1279762720,1472,0,0,29.85,0,'','Invoice Date: 05/06/10\r\n\r\nWeb Hosting Renewal Period:\r\n4/16/10-7/16/10\r\n\r\nThank You!\r\nWe Appreciate Your Business.',0,''),(554,27,22,1271739600,6,'','','',0,1,1271739600,1273147209,1473,0,0,89.7,0,'','',0,''),(556,14,13,1272646800,6,'','','',0,0,1272646800,0,1475,0,0,179.4,0,'','',0,''),(557,41,30,1273122000,6,'','','',0,1,1273122000,1281482060,1476,0,0,239.4,0,'','Yearly Web Hosting Renewal \r\nPeriod: 05/06/2010 - 05/06/2011\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(558,8,7,1273294800,6,'','','',0,1,1273294800,1281483169,1477,0,0,70.75,0,'','Domain Name Renewal:Invoice Date: 05/06/2010\r\n\r\nWeb Hosting Renewal: 44.85 (period 5/08/10 - 8/08/10)\r\n\r\n\r\nCLOSET-QUEEN.COM - $12.95 (6/11/2010-6/11/2011)\r\nCLOSETQUEEN.COM - $12.95 (8/06/2010-8/06/2011)\r\n\r\n\r\nTotal:$70.75',0,''),(559,15,14,1273467600,6,'','','',0,2,1273467600,0,1478,0,0,119.7,0,'','period: 05/10/2010 - 11/10/10 = past due',0,''),(560,39,0,0,6,'','','81@1@MyMediclip.com website modifications@V2Vic2l0ZSBtb2RpZmljYXRpb25zIGZvciB3ZWJzaXRlIC0gDQpDaGFuZ2UgcHJpY2Ugb24gd2Vic2l0ZSBhbmQgc2hvcHBpbmcgY2FydC4NCkluc3RydWN0aW9ucywgZXRjLg==@1@60|',0,1,1272892997,1292098057,1479,1,60,0,0,'Tax','',0,''),(561,46,0,0,6,'','','82@1@Website Modifcations - iguana rid@SWd1YW5hIFJpZCBXZWJzaXRlIC0NCkFkZGl0aW9uIG9mIE1lZGlhIFBhZ2Ugd2l0aCB2aWRlb3MNCkFkZGl0aW9uIG9mIHZpZGVvIG9uIGhvbWUgcGFnZQ0KQWRkaXRpb24gb2YgbmV3IGluc3RydWN0aW9ucw0KVG90YWw6IDE1MC4wMA0KDQpQZXN0IEJlIFJpZDoNCkFkZGl0aW9uIG9mIG5ldyBwcm9kdWN0cyB0byB3ZWJzaXRlDQpBZGRpdGlvbiBvZiBuZXcgcHJvZHVjdHMgdG8gc2hvcHBpbmcgY2FydA0KUmUtZG8gaG9tZSBwYWdlIHdpdGggbmV3IHByb2R1Y3QgaW5mbyBhbmQgbW9kaWZpY2F0aW9ucw0KUG9pbnRlciBvZiB0d28gZG9tYWluIG5hbWVzIHBlc3RiZXJpZC5jb20gYW5kIHBlc3QtYmUtcmlkLmNvbQ0KVG90YWw6ICQgMTM1LjAwDQoNClRvdGFsIER1ZSAkMjg1LjAw@1@285|',0,1,1273146736,1290552268,1480,1,285,0,0,'Tax','',0,''),(597,35,0,0,6,'','HarmonixHairSolutions.com - added video page and installed HairMax Flash Video with Player.\r\nChanged Watch Now image - made clickable.\r\n\r\nThank You.','84@1@Website Modifications@@0@45|',0,0,1297461521,0,1516,1,45,0,0,'Tax','',0,''),(565,13,12,1276923600,6,'','','',0,1,1276923600,1292093272,1484,0,0,119.4,0,'','Invoice Date: 7.21.10\r\nWeb Hosting Renewal\r\nPeriod: 06/19/2010 - 06/19/2011\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(567,10,9,1278219600,6,'','','',0,1,1278219600,1292096513,1486,0,149.85,149.85,0,'','',0,''),(568,42,31,1278910800,6,'','','',0,1,1278910800,1281482075,1487,0,0,119.4,0,'','Yearly Web Hosting Renewal:\r\nPeriod: 07/12/2010 - 07/12/2011\r\n\r\nThank You.\r\nWe Appreciate Your Business',1,''),(570,18,17,1279256400,6,'None','','',0,1,1279256400,1292047200,1489,0,0,29.85,0,'','Invoice Date: 7.21.10\r\nQuarterly Web Hosting Renewal:\r\nPeriod: 7/16/10 - 10/16/10\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(571,39,28,1280638800,6,'','','',0,1,1280638800,1292095481,1490,0,0,89.7,0,'','Invoice Date: 08/10/10\r\n\r\nWeb Hosting Renewal Period: 08/10/10 - 02/10/11\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(572,8,7,1281243600,6,'','','',0,1,1281243600,1292093303,1491,0,0,84.85,0,'','Invoice Date: 08/10/2010\r\n\r\nWeb Hosting Renewal: (period 8/08/10 - 11/08/10) - $44.85 \r\nJune 2010 - added 6 photos to before/after - $40.00\r\n\r\nTotal: 84.85\r\n\r\nThank You.\r\nWe appreciate your business.',0,''),(573,11,10,1281675600,6,'','','',0,1,1281675600,1294364519,1492,0,0,128.55,0,'','Invoice Date: 8/10/10\r\n$ 89.70 Web Hosting Period: 8/13/10 - 02/13/11\r\n\r\nDomain Name Renewals:\r\n$ 12.95 MADISONSQUARECHIROPRACTIC - 7/9/2010 - 7/9/2011\r\n$ 12.95 MSQCHIRO.COM - 8/11/2010 - 8/11/2011\r\n$ 12.95 MSQPKCHIRO.COM - 7/09/2010 - 2011\r\n\r\n$ 128.55\r\n\r\nThank You!\r\nWe Appreciate Your Business',0,''),(574,50,0,0,6,'','Thank You.\r\nWe appreciate your business.','83@1@Real Estate Email Blast Template@NS41IGhycyBAICQzNSAtICQgMTkyLjUwDQo3LzkgLSAxLjUgaHJzIC0gaW5pdGlhbCBtZWV0aW5nDQo3LzEyIC0gMiBocnMgLSBjdXN0b20gZW1haWwgdGVtcGxhdGUgY3JlYXRpb24NCjcvMTMsIDcvMTQgYW5kIDgvNiAtIDIgaHJzIC0gbW9kaWZpY2F0aW9ucyBhbmQgdXBkYXRlcyAtIHNlbmQ=@1@192.5|',0,1,1281293796,1290552252,1493,1,192.5,0,0,'Tax','',0,''),(580,46,33,1292392800,1,'None','','',0,1,1292392800,1294293600,1499,0,0,164.7,0,'','Invoice Date: 12/11/10\r\n\r\nWeb Hosting Renewal: Iguanarid.com\r\nPeriod: 10/15/10 - 04/15/11 - 89.70\r\n\r\nDomain Names: \r\nPestberid.com - 07/08/10 -7/08/11 - $15\r\nPestberid.net - 07/08/10 -7/08/11 - $15.\r\nPEST-RID.NET -11/23/2010  - 11/23/2011 - $15\r\nPESTRIDPRODUCTS.COM 12/2/10  - 12/2/11 - $15    \r\nBED-BUG-RID.COM - 11/23/10- 11/23/11 - $15\r\nTotal: 164.70\r\n\r\nThank You.\r\nWe appreciate your business.',0,''),(581,18,17,1292479200,6,'','','',0,1,1292479200,1297461784,1500,0,0,29.85,0,'','Invoice Date: 12/11/10\r\n\r\nWeb Hosting Renewal:\r\n10/16/10- 1/16/10 \r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(582,27,22,1292047200,6,'','','',0,1,1292047200,1294364765,1501,0,0,89.7,0,'','Invoice Date: 12/11/10\r\nWeb Hosting Renewal: 10/20/10 - 04/20/11 - $89.70\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(585,8,7,1289196000,6,'','','',0,1,1289196000,1297454457,1504,0,0,44.85,0,'','Invoice Date: 12/11/10\r\n\r\nWeb  Hosting Renewal:\r\n11/08/2010 - 02/08/10\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(586,15,14,1291960800,6,'','','',0,1,1291960800,1294364576,1505,0,0,239.4,0,'','period: 05/10/2010 - 11/10/10 = $ 119.70 past due\r\nperiod: 11/10/2010 - 05/10/11 = $ 119.70 Now due\r\n\r\nTotal Due: $ 239.40\r\nThank You.\r\nWe Appreciate Your Business',0,''),(587,37,27,1292047200,1,'','','',0,1,1292047200,1300552822,1506,0,0,209.4,0,'','Invoice Date: 12/11/10\r\n\r\nPast Due Hosting: Period 05/29/10 - 11/29/10 - $89.70 (invoice 1483)\r\nCurrent Hosting: Period 11/19/10 - 5/29/11 - $89.70\r\nDomain Renewal: QuickCharitycorp.com - $15.00 (10/29/10 - 10/29/11)\r\nDomain Renewal: quickcaliforniacorp.com - $15.00 (8/10/10 - 8/20/11)\r\nTotal: 209.40',0,''),(588,6,5,1291701600,1,'','','',0,1,1291701600,1297454600,1507,0,0,179.4,0,'','Invoice Date: 12/11/2010\r\nWeb Hosting Renewal Period: 12/07/2010 - 12/07/2011',1,''),(589,10,9,1294120800,6,'','','',0,1,1294120800,1297454388,1508,0,0,149.85,0,'','',0,''),(591,18,17,1295157600,6,'','','',0,1,1295157600,1300552810,1510,0,0,29.85,0,'','Invoice Date: 2/10/11\r\n\r\nWeb Hosting Renewal:\r\n1/16/11 - 4/16/11\r\n\r\nThank You.\r\nWe Appreciate Your Business',0,''),(592,23,19,1295935200,6,'','','',0,0,1295935200,0,1511,0,0,119.4,0,'','Invoice Date: 2/10/10\r\nRenewal Period: 01/25/2011 - 01/25/2012\r\n\r\nThank  You.\r\nWe Appreciate Your Business.',1,''),(593,39,28,1296540000,6,'','','',0,1,1296540000,1297454997,1512,0,0,89.7,0,'','Autopayment - Web Hosting Renewal Period - 02/13/2011  = 08/13/2011 \r\nPAID IN FULL - THANK YOU.',1,''),(594,8,7,1297144800,6,'','','',0,0,1297144800,0,1513,0,0,59.85,0,'','Invoice Date: 3/14/11\r\nCloset Queen Website hosting renewal\r\n2/08/11 - 5/08/11 - $ 44.85\r\nAddition of before / after photo - $15.00\r\nTotal: $59.85\r\n\r\nThank You.\r\nWe Appreciate Your Business.',0,''),(595,11,10,1297576800,6,'','','',0,0,1297576800,0,1514,0,0,102.65,0,'','Invoice Date: 03/14/11\r\n\r\nWeb hosting renewal period: 02/13/2011 - 08/13/2011 - $89.70\r\nDomain Name Registration: msqwell.com - $12.95\r\nTotal Due: $102.65',1,''),(598,32,25,1300078800,6,'','','',0,0,1300078800,0,1517,0,0,192.35,0,'','Invoice Date: 03/2011 - 03/2012\r\nWeb Hosting Renewal $ 179.40\r\nDomain Name - PALMBEACHCORALYTES.ORG - renewal: $12.95\r\nTotal Due:  192.35\r\n\r\n\r\nThank You.\r\nWe Appreciate Your Business.',1,''),(599,34,26,1300078800,1,'','','',0,1,1300078800,1301079623,1518,0,0,179.4,0,'','Invoice Date: -3/19/11\r\n\r\nWebhosting renewal - period: 03/2011 - 03/2012\r\n\r\nThank You. \r\nWe Appreciate Your Business',1,''),(601,46,0,0,6,'','Thank You.','85@1@Pest Rid Products Website@UGVzdCBSaWQgUHJvZHVjdHMgLSBXZWJzaXRlIERldmVsb3BtZW50DQpOZXcgcGFnZXMsIEhvbWUsIGNoZWNrIG91dCwgcHJvZHVjdCBwYWdlcywganVuZ2xlIGZsb3JhIA0KUGVzdCBSaWQgUHJvZHVjdHMgYW5kIGFsbCBwb2ludGVycyBob3N0aW5nIHNldCB1cA0KTmV3IEdyYXBoaWMgcGVyIHNpdGUgaW5jbHVkaW5nLCBuZXcgUGVzdCBSaWQgYW5kIEJCUmlkIGJvdHRsZXMsIHN0b2NrIHBob3RvcyBhbmQgbmV3IHdlYnNpdGUgbW9ja3VwDQpBZGRpdGlvbiBvZiBQZXN0IFJpZCBhbmQgQmVkIEJ1ZyBSaWQgcHJvZHVjdHMgdG8gc2hvcHBpbmcgY2FydCwgaW5jbHVkaW5nIG5ldyBzaG9wcGluZyBjYXJ0IGhlYWRlciBzaG93aW5nIG5ldyBsb2dvDQpWaWRlbyBhZGRpdGlvbiB0byBtZWRpYSBhbmQgQkJSIHBhZ2UNCg0KVG90YWw6IDE1aHJzIEAgNDUuMDAgPSAkIDY3NS4wMA==@1@675|',0,0,1300551405,0,1520,1,675,0,0,'Tax','',0,''),(602,10,9,1301936400,6,'','','',0,0,1301936400,0,1521,0,0,149.85,0,'','',1,''),(603,5,4,1302886800,6,'','','',0,0,1302886800,0,1522,0,29.85,29.85,0,'','',1,''),(604,46,33,1302886800,1,'','','',0,0,1302886800,0,1523,0,0,89.7,0,'','',1,''),(605,18,17,1302973200,6,'','','',0,0,1302973200,0,1524,0,0,29.85,0,'','',1,''),(606,27,22,1303318800,6,'','','',0,0,1303318800,0,1525,0,0,89.7,0,'','',1,''),(607,47,34,1304096400,6,'','','',0,0,1304096400,0,1526,0,89.7,89.7,0,'','',1,''),(608,14,13,1304182800,6,'','','',0,0,1304182800,0,1527,0,0,179.4,0,'','',1,''),(609,41,30,1304701200,6,'','','',0,0,1304701200,0,1528,0,0,239.4,0,'','',1,''),(610,8,7,1304874000,6,'','','',0,0,1304874000,0,1529,0,0,44.85,0,'','',1,''),(611,15,14,1305046800,6,'','','',0,0,1305046800,0,1530,0,0,119.7,0,'','',1,''),(612,37,27,1306688400,1,'','','',0,0,1306688400,0,1531,0,0,89.7,0,'','',1,''),(613,13,12,1308502800,6,'','','',0,0,1308502800,0,1532,0,0,119.4,0,'','',1,'');
/*!40000 ALTER TABLE `invoice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoice_config`
--

DROP TABLE IF EXISTS `invoice_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice_config` (
  `logo_path` varchar(255) NOT NULL DEFAULT '',
  `company_contact` mediumtext NOT NULL,
  `payable_to` varchar(255) NOT NULL DEFAULT '',
  `invoice_number` bigint(22) NOT NULL DEFAULT '1000'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoice_config`
--

LOCK TABLES `invoice_config` WRITE;
/*!40000 ALTER TABLE `invoice_config` DISABLE KEYS */;
INSERT INTO `invoice_config` VALUES ('http://www.extremewebmedia.com/images/ewm_invoice_logo.gif','ExtremeWebMedia, Inc.\r\nP.O.Box 480442\r\nDelray Beach, Florida 33448\r\n561-843-0340 (PalmBeach & Broward)\r\nToll Free: 1-877-887-8983\r\nbilling@extremewebmedia.com','ExtremeWebMedia, Inc.',1000);
/*!40000 ALTER TABLE `invoice_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoice_service`
--

DROP TABLE IF EXISTS `invoice_service`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice_service` (
  `srid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `service_name` varchar(255) NOT NULL DEFAULT '',
  `service_description` text NOT NULL,
  `service_show_description` int(1) NOT NULL DEFAULT '0',
  `service_cost` float NOT NULL DEFAULT '0',
  PRIMARY KEY (`srid`)
) ENGINE=MyISAM AUTO_INCREMENT=86 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoice_service`
--

LOCK TABLES `invoice_service` WRITE;
/*!40000 ALTER TABLE `invoice_service` DISABLE KEYS */;
INSERT INTO `invoice_service` VALUES (3,'unisen/alltag - 5/31/05','Webhosting Renewal - 7/04/05 - 10/04/05\r\nAll-tag.com $5.00 per month x 3 = 15.00\r\nUnisen.com $19.95 per month x 3 = 59.85\r\n Elite Trave  $  9.95 per month x 3 = 29.85\r\n\r\nTotal: 34.90 per month x 3 = $104.70\r\nWebsite Work :                     $  25.00\r\nTOTAL DUE :                         $ 129.70\r\nAdded orderlink to dropdown menu of nav bar\r\nAdded Order Form Page/Thank You page\r\n\r\nAdded order form page / Thank you page\r\n- and fixed headers/footers on each page\r\n(NO Charge)',1,129.7),(9,'Quarterly Hosting','Quarterly Billing Total $44.85',1,44.85),(11,'Quarterly Web Hosting - Unisen Sites','All-tag.com $5.00 per month -\r\nUnisen.com $19.95 per month -\r\nElite Trave  $  9.95 per month\r\nE-Tag.info   $  9.95 per month\r\nTotal: $44.85 per month x 3 = 134.55',1,134.55),(12,'Value $14.95 mo.','semi-annual value hosting - \r\n@14.95 per month -',1,179.4),(15,'6 mo.SuperValue - 9.95 per month','Hosting period : 11/15/05 - 5/15/06 for \r\ncottageforrent.info\r\nchaletalouer.info',1,59.7),(47,'SuperTag.us','SuperTag.us Webpage Development - $ 250.00\r\n3 months web hosting July - 0ct 06 (no-charge)\r\nadded ST logo to unisen.com - (no charge)\r\n\r\nThank You - We Appreciate your Business!',1,250),(16,'LeslieGoToGirl.com - web development','Semi Annual Web Hosting Billing\r\nPeriod: 05/01/08 - 11/01/08 @ 14.95 per mo.....$ 89.70\r\n\r\nDoman Name Registration - \r\n1 year - 11/28/07 - 11/28/08 ...........................$ 12.95\r\n\r\nWeb Development - 50% deposit\r\nhome page, about, photos, link to Harmonix .....$ 125.00\r\n\r\nTotal Due: 227.65',1,227.65),(19,'Monthly Hosting $19.95 per month','6 months hosting @ $ 19.95 per month',1,119.7),(21,'ClosetQueen hosting and maintenance','Quarterly Hosting Renewal Period: 2/05/06 - 05/05/06 - $ 44.85\r\n\r\n12/12/05 edited email page for 2nd show -                    $ 10.00',1,54.85),(25,'RetailConsultingLLC -','Website modifications Jan. 2010\r\nas agreed.',1,90),(27,'Enhanced Hosting - Quarterly','Quarterly Hosting @ 19.95 per month',1,59.85),(29,'Super Value Hosting','Yearly Hosting @ 9.95 per month',1,119.4),(30,'Unisen Related Sites Development','e-tag info redo - \r\nNew site development as per Bob - \r\nIncludes New Graphics for - \r\n1. re-circulation graphic\r\n2. cost comparison graphic\r\n3. new location map\r\nNew  E-tag .....................................................  $300\r\n\r\n3 websites - (checkpointtag.us, sensormatic.us\r\nand eastag.us) as quoted................................... $99.00\r\nincludes hosting set up and 3 months free hosting.\r\n\r\nUpdated all 9 sites with all logos and new links -... $45.00\r\n\r\nTOTAL: $444.00',1,444),(32,'Semi-Annual Value Hosting','6 months hosting @ 14.95 per month - $ 89.70 semi-annual',1,89.7),(33,'Super Value - Quarterly Hosting','Super Value Hosting - $ 9.95per month - Quarterly Billing',1,29.85),(34,'GreenWing II Changes','Website Changes and Video Addition to website:\r\n\r\n3 hours @ $40.00.......   $ 120.00\r\n\r\nVideo Editing:\r\n2 hours @ 125.00 .......  $ 250.00\r\n\r\n\r\nTOTAL: 370.00',1,370),(35,'cna-hgh.com','6 months hosting @ 14.95 =  $89.70\r\nsite/data set up fee = $ 65.00',1,254.7),(36,'cna-hgh.com - hosting and set up','6 months hosting @ 14.95 - $ 89.70\r\nSite/Database set up fee -   $ 65.00\r\nLinks fix - no charge\r\nTotal $ 154.70',1,154.7),(37,'PalmBeachCoralytes - web hosting','Web Hosting: 12 months @ $14.95 per month\r\n3/14/06 - 3/14/07\r\nDomain Name Registration: $ 8.20\r\ngood: 2/11/06 - 2/11/07',1,187.6),(38,'cna-hgh.com programming','3hrs web/CRM programming @ $85.00 \r\nWeb Medical Form Addition: @  $50.00\r\nTOTAL: $305.00\r\n\r\n\r\nIntegration of search ahead of type field in active users section.\r\nRewrite of various .htaccess files for security issues. \r\nRemoved various unused files that created security vulnerabilities.\r\nFixed a few broken SQL connections. Changed password access for all users in the CRM/ADMIN. \r\nWeb Medical Form configured and added.',1,305),(39,'Web Development - 40 hours','40 hours @ 25.00 per hour = $ 1000.00',1,1000),(40,'domain name renewal','',0,25.9),(42,'dedicated IP = CNA-HGH.com','4 months @ $5.00 per month for dedicated IP -\r\nremainder of hosting term - \r\n5/10/06 - 9/10/06\r\n\r\nInititation Date: 4/28/06 - Please allow up to 48 hours for\r\nchanges to propagate.',1,20),(43,'TibaInternational Website','',1,60),(54,'QuikFloridaCorporation - modifications','website additions:\r\nModifications as per Feb 2 - Email\r\nadded non-profit page, new links on home page - etc.\r\nTotal: $150.00',1,150),(46,'Harmonix Web Hosting Renewal','Web Hosting Renewal period 1/17/10 - 2/17/20\r\nfor the following websites:\r\n\r\nHarmonixcorp.com\r\nVernShears.com\r\nHarmonial.net\r\nHairmaxforsalons.com\r\n\r\nThank You.',1,34.95),(48,'Video Editing','As shown.',1,150),(49,'ClostQueen.com development','8/3/06 - resized/added 16 before /after pictures to b/a page - Becky Photos.$ 45.00\r\n\r\n9/4/06: scanned insideout article and added to website - added 2 additional pages for insideout article-also added link to media page - the nest.com .. total: $ 45.00\r\n\r\n\r\n9/11/06 - created staging emailer - $ 65.00\r\n\r\n\r\n9/26/06 - added bcb technologies link to\r\nlinks page: $10\r\n\r\n\r\nWebsite Development - Aug/Sept 2006 - Total: $165.00',1,165),(50,'web development - quikfloridacorporation.com','Added links page and new link to \r\nnav bar - $ 100.00\r\nFull search engine submission process for google and yahoo,\r\nsite updated and submitted - $69.00',1,169),(51,'Deposit - Web Development','Deposit for TibaInternational.com website\r\n\r\n4 pages total - with information as per original site w/ some additions per Tiba - selected as Option2.\r\n\r\n50% deposit - $ 250.00\r\nBalance due upon completion.',1,250),(52,'Harmonix','Services for month of August 2009:\r\nAug. , 4 & 5= 13.5\r\nAug. 10 & 11 = 11\r\nAug. 18 & 21 = 11.5\r\nAug. 25 = 6.5\r\nAug. 31 = 6\r\n\r\nTotal: 48 Hrs. @ $25 = 1200.00',1,1200),(53,'Domain Name Registration','',0,12.95),(55,'Website Dev/Maint.','Thank You.',1,400),(56,'Web Development','Harmonix',1,600),(57,'Quarterly Hosting','',0,44.85),(58,'Priebe Photos','Priebe Photos - 2/6/07\r\nOffice Photo Shoot',1,100),(59,'Website Updates Service Fee','Website Updates Service Fee',1,25),(60,'Final Payment Website','Website development as follows:\r\n1st page w/ Flash and set up - $500\r\ncontact page w/form - $150.00\r\n5 info pages @ $100.00ea - $500\r\ndownload page - No Charge\r\nTotal:        $1150.00\r\nDeposit:    $250.00 (recieved)\r\nFinal Due:  $900.00',1,900),(61,'1 year hosting & domain transfer','ISSGL.com domain transfer with renew until 10/2008 - $20.00\r\n1 year hosting @ $14.95 per month - $ 179.40\r\nTotal: $ 199.40',1,199.4),(62,'Website Deposit','50% Deposit phdpros.com website re-do \r\nTotal Price $ 700.00 - balance to be paid @ $100.00 per month\r\nupon website upload.\r\nIncludes html website with Flash inserts.\r\nPages include: \r\nHome, Professionals, Elite, Presents',1,350),(63,'Hair Comb Video Project','$ 799.00 Client Video - Editing/New Voice Over/Music/Graphics \r\n$ 380.00 Salon Video (4 hours @$95) - Same as above, with Salon additions - New Beginning, addition mid video, and New Ending w/ additional Voice Over - additional graphics created. (approx. 2 finished minutes longer than client video.\r\n\r\nTOTAL: $1179.00',1,1179),(64,'quikfloridacorporation.com renewal','Semi Annual Web Hosting Renewal $ 89.70\r\nPeriod: 5/29/07 - 11/29/07\r\nYearly Domain Name Renewal:     $ 12.95\r\nPeriod: 05/29/07 - 05/29/08          \r\nTOTAL Due: $102.65',1,102.65),(65,'Enhanced Hosting Yearly','',0,239.4),(66,'Web Development','',1,325),(67,'1 Year Enhanced Hosting and Domain Name Registration','1 year Enhanced Web Hosting @ 19.95 per month - $239.40\r\n1 Year Domain Name Registration                        - $12.95\r\nTOTAL: 252.35',1,252.35),(68,'ERS Website Development','Full Payment for Employer Resource Solutions website.\r\nFull development/design \r\nIncludes custom logo\r\n\r\nDiscounted Fee: $ 325.00\r\nFuture updates and modifications to be billed at $25 per hour.\r\n50% off regular rate.',1,325),(69,'quikflorida web work','Modifications and changes as per \r\nJoe - 4/11/08',1,80),(70,'GHRX web development','Web Development for GHRx - w/e 9/30/07\r\n\r\nCreated 5 full graphic displays with links on home page - \r\nFree shipping graphic to top/home\r\nProgrammed shipping fee’s in cart\r\nmade changes to Med Line page – took off cart\r\nadd Verisign logo with secure link - SSL\r\n\r\nre-programmed athletic line and health line – shopping cart checkout\r\nadded Auto ship feature with discount to cart\r\n\r\nEdited all product bottle from photographer – added all product labels – Corrected all product claims on products pages -  Updated whis is page – created new banner.\r\n\r\nChanges and updates as per Ant and Kevin.  \r\nTOtal 8 hours.',1,200),(71,'Harmonix','Month of Sept 2009\r\nSept. 1 - 5.5 hrs. \r\nSept 8 -5.5 hrs. \r\nSept. 14- 15 = 11 hrs.\r\nSept. 21 - 22 = 11 hrs.\r\nSept. 28 -19 = 11 hrs\r\nTotal: 44 hours = 1100.00',1,1100),(72,'Nations Commercial Mortgages','Web Development:\r\nNationsCommercialMortgages.com\r\n\r\n2 page website with form - $500.00\r\n1 yr. web hosting @ $14.95 mo - $179.40\r\n1 yr. domain name reg. - $12.95\r\n\r\nTOTAL: 692.35',1,692.35),(73,'Website/Domain Name Renewal','Yearly Web Hosting Renewal: \r\n\r\nPeriod - 4/30/08 - 4/30/09 - $ 179.40\r\nLESS 15% DISCOUNT AS PER FRAN\r\nTOTAL HOSTING: $ 143.52\r\n\r\nDomain Renewal: mikeysdream.org - $ 12.95 yr\r\n\r\nPeriod: 3/11/08 - 3/11/09\r\n\r\nDomain: Domain \r\nName:MIKEYYELLANDCHADWELLFOUNDATION.ORG -  $ 12.95 yr\r\n\r\nPeriod: 3/11/08 - 3/11/09\r\n\r\n\r\nThank You\r\nWe Appreciate Your Business!',1,169.42),(74,'Site Modifications','11/1/07 added wellington hospital $10\r\n4/07/08 - added Palms Med .........$15\r\ndeleted Kendal, changed address\r\n\r\nTOTAL: $25.00',1,25),(75,'Nations Comercial Mortgages Modifications','added page - rate and program updates - $ 150.00 w/form\r\nadded page - wholesale division - $ 100.00\r\n\r\nTotal due: $250.00',1,250),(76,'Domain Name Renewals - 3','',1,38.85),(77,'Jungle Flora Addition to website','Addition of Jungle Flora to website - redo home page, new checkout page with both prodcts, new Jungle Flora info page - addition of Jungle Flora product to shopping cart- \r\n\r\n6 hours @ $45......................$ 270.00\r\n\r\n\r\nTotal: $270.00',1,270),(78,'Additional Hosting Fee -','Increased Disk Space and Bandwidth for Rockland Video @ 20 per month - Total Hosting @  34.95 per month\r\n\r\nHosting: 04/09 - 12/09 @ $20.00 per month\r\nTotal: $ 180.00',1,180),(79,'Project Life Works - Webpage','1 page custom website with Pay Pal Donation button.\r\nLogo, photos, copy as per PLW. \r\nTotal: $350.00',1,350),(80,'Unisen - Website Hosting','Web Hosting Renewal For the Following:\r\nAll-Tag.com, eastag.us, e-taginfo.com, inktag.bz , tagpoint-warning.com \r\nRevised Montly Fee........................... $ 19.95 x 3 months.. $59.85.',1,59.85),(81,'MyMediclip.com website modifications','Website modifications for website - \r\nChange price on website and shopping cart.\r\nInstructions, etc.',1,60),(82,'Website Modifcations - iguana rid','Iguana Rid Website -\r\nAddition of Media Page with videos\r\nAddition of video on home page\r\nAddition of new instructions\r\nTotal: 150.00\r\n\r\nPest Be Rid:\r\nAddition of new products to website\r\nAddition of new products to shopping cart\r\nRe-do home page with new product info and modifications\r\nPointer of two domain names pestberid.com and pest-be-rid.com\r\nTotal: $ 135.00\r\n\r\nTotal Due $285.00',1,285),(83,'Real Estate Email Blast Template','5.5 hrs @ $35 - $ 192.50\r\n7/9 - 1.5 hrs - initial meeting\r\n7/12 - 2 hrs - custom email template creation\r\n7/13, 7/14 and 8/6 - 2 hrs - modifications and updates - send',1,192.5),(84,'Website Modifications','',0,45),(85,'Pest Rid Products Website','Pest Rid Products - Website Development\r\nNew pages, Home, check out, product pages, jungle flora \r\nPest Rid Products and all pointers hosting set up\r\nNew Graphic per site including, new Pest Rid and BBRid bottles, stock photos and new website mockup\r\nAddition of Pest Rid and Bed Bug Rid products to shopping cart, including new shopping cart header showing new logo\r\nVideo addition to media and BBR page\r\n\r\nTotal: 15hrs @ 45.00 = $ 675.00',1,675);
/*!40000 ALTER TABLE `invoice_service` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoice_session`
--

DROP TABLE IF EXISTS `invoice_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice_session` (
  `sid` text NOT NULL,
  `created` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoice_session`
--

LOCK TABLES `invoice_session` WRITE;
/*!40000 ALTER TABLE `invoice_session` DISABLE KEYS */;
INSERT INTO `invoice_session` VALUES ('HACR2Yg=',1111268283),('HACR2Yg=',1111268385),('HACR2Yg=',1111271179),('HACR2Yg=',1111273365),('HACR2Yg=',1111273365),('HACR2Yg=',1112125417),('HACR2Yg=',1112125419),('HACR2Yg=',1112125867),('HACR2Yg=',1112125985),('HACR2Yg=',1112126314),('HACR2Yg=',1112126557),('HACR2Yg=',1112136940),('HACR2Yg=',1112211703),('HACR2Yg=',1112218219),('HaPmLkU=',1114023020),('HaPmLkU=',1114023617),('GYQzx5sj',1114024517),('GYQzx5sj',1114027011),('EOFbssU=',1114033417),('GYL6DJxK',1114034267),('EOFbssU=',1114034901),('GYQzx5sj',1114547262),('HaPmLkU=',1114716991),('GYL6DJxK',1114833094),('GYc5R4gD',1115742720),('GYc5R4gD',1115829463),('GYXhsntN',1115833181),('GYNPxEXL',1118063670),('EUvQvOI=',1118069243),('GYc5R4gD',1118075205),('GlwpCpWI',1118151993),('Gl/Z80Rd',1118190824),('Gl/Z80Rd',1118190825),('Gl/Z80Rd',1118239404),('GlwpCpWI',1118353285),('GllmKzvA',1118434067),('Gl4zsX9i',1118690173),('Gl4zsX9i',1119462630),('Gl4zsX9i',1119462665),('Gl4zsX9i',1119462666),('GlVXFYEZ',1119633982),('GlVXFYEZ',1119820873),('G4m10J/S',1120163285),('G4m10J/S',1120697185),('G4+KrtkW',1123192609),('G4+KrtkW',1123192649),('G4+KrtkW',1123192650),('GllmKzvA',1124468055),('GllmKzvA',1124921731),('HFOm0vEv',1124986742),('HFOm0vEv',1124989688),('HFOm0vEv',1125592480),('HFOm0vEv',1125600974),('HFkajAwH',1127837774),('HFYTLrfZ',1127862127),('HfbB9W/G',1128564708),('HfbB9W/G',1128565535),('HfbB9W/G',1128602583),('HfMuqSce',1128621888),('HfVG0o4c',1128706264),('HfVG0o4c',1128962119),('HfVG0o4c',1128973136),('HfDfkTHi',1129761290),('Hl70GFfK',1129815952),('HlK6YUGP',1129841166),('HlK6YUGP',1129909447),('HlK6YUGP',1130159450),('HlwD2Q/C',1131396824),('HlwD2Q/C',1131396948),('H8ySY/Nd',1131645905),('H8ySY/Nd',1131652371),('ELPPXHjG',1132078223),('ERtBPCRA',1132245902),('ER4gAkiF',1132277783),('ER4gAkiF',1133191555),('ERymRsiW',1133555759),('ERymRsiW',1133881513),('ERO+yxCC',1133974266),('ERO+yxCC',1133974267),('GYAx2L9r4Q==',1134414561),('GYAx2L9r4Q==',1134414577),('GYAx2L9r4Q==',1134422774),('GYAx2L9r4Q==',1134422783),('GYAx2L9r4Q==',1134422815),('GYAx2L9r4Q==',1134422827),('GYAx2L9r4Q==',1134422834),('GYAx2L9r4Q==',1134429143),('GYAx2L9r4Q==',1134493968),('GYAx2L9r4Q==',1134495042),('ERO+yxCC',1135901583),('ERO+yxCC',1135905920),('GYAx2L9r4Q==',1137110971),('GYAwjg+iWA==',1137250266),('GYEUgab1xg==',1138037273),('GYEUgab1xg==',1138037274),('GYEUgab1xg==',1138041126),('GYAx2L9r4Q==',1138639448),('GYEaQJ4vuw==',1138644722),('GYKqBcLgIg==',1138930351),('GYKpidCybQ==',1139029704),('GYKrZxcYvA==',1139264678),('GYEaQJ4vuw==',1139283661),('GYEaQJ4vuw==',1139283661),('GYKqBcLgIg==',1139319690),('GYKu2HY99g==',1139511963),('GYKjLbNyfg==',1140544597),('GYMcnHGsyA==',1142283338),('GYMcnHGsyA==',1142283441),('GYMZh3rE1g==',1142543392),('GYMZh3rE1g==',1142543401),('GYMZh3rE1g==',1142613077),('GYMWE3NHtQ==',1142614882),('GYMWE3NHtQ==',1142617231),('GYMZh3rE1g==',1142961134),('GYMZh3rE1g==',1143065727),('GYMX1hcztg==',1143140658),('GYMX1hcztg==',1143204682),('GYMX1hcztg==',1143204724),('GYRj2D8mkQ==',1143312501),('GYRj2D8mkQ==',1143639563),('GYKpidCybQ==',1143674082),('GYKpidCybQ==',1143674108),('GYWwlSrFAg==',1144088805),('GYMWE3NHtQ==',1144091732),('GYWy3S4JOw==',1144113260),('GYWwlSrFAg==',1144113347),('GYWy3S4JOw==',1144113780),('GYMZh3rE1g==',1144159024),('GYMZh3rE1g==',1144424637),('GYMZh3rE1g==',1144425502),('GYW2122sYQ==',1144434366),('GYW1CDD+bQ==',1144436411),('GYW2122sYQ==',1145039139),('GYW2122sYQ==',1145396743),('GYZN1WG+dw==',1145500992),('GYZMwcwv9g==',1145560753),('GYZMwcwv9g==',1145912673),('GYZMwcwv9g==',1145972884),('GYRgkNsFlQ==',1146089078),('GYRgkNsFlQ==',1146144588),('GYZALZxXBQ==',1146153249),('GYWzfNA82g==',1146237792),('GYZN1WG+dw==',1146498857),('GYZN1WG+dw==',1146498876),('GYZN1WG+dw==',1146501565),('GYWzfNA82g==',1146834265),('GYZALZxXBQ==',1146838273),('GYZALZxXBQ==',1147104295),('GYZJzpK4zg==',1147310655),('GYZP9u74iA==',1148314256),('GYZP9u74iA==',1148427771),('GYZP9u74iA==',1148427800),('GYiiTqQxQA==',1148530848),('GYiiTqQxQA==',1148655592),('GYiiTqQxQA==',1148698672),('GYiiTqQxQA==',1148829966),('GYiiTqQxQA==',1148830075),('GYiiTqQxQA==',1148830419),('GYZALZxXBQ==',1149101367),('GYZALZxXBQ==',1149102019),('SSC5LA==',1149899196),('SSC5LA==',1149946818),('GYlImH+XtA==',1149947455),('GYlImH+XtA==',1149947532),('GYlImH+XtA==',1149947688),('GYZINQKusw==',1149952756),('GYZINQKusw==',1149965344),('GYZINQKusw==',1149965480),('GYlMVs6ahw==',1150991953),('GYlMVs6ahw==',1151335967),('Gl0w8kMK3g==',1151457312),('Gl0w8kMK3g==',1151500659),('GYlJyyDX8A==',1151502249),('GYlJyyDX8A==',1151502347),('GYlDSM81CQ==',1151670857),('Glx7aax75A==',1153153870),('Glx43iZWiA==',1153156459),('Glx+gK6rWg==',1153841578),('Glx+gK6rWg==',1153844760),('Gl00OQHEOA==',1153924192),('GlxxmNb7Rw==',1154108319),('Glx9TPCzCA==',1154272366),('Gl+IF4Cu9g==',1154700897),('GYMX1hcztg==',1156171212),('Gl+NLfbWJQ==',1157119950),('Gl+NLfbWJQ==',1157120170),('Gl+NLfbWJQ==',1157122373),('Gl+NLfbWJQ==',1157122375),('Gl+NLfbWJQ==',1157122376),('GYKjLbNyfg==',1157637822),('Gl+NLfbWJQ==',1158617605),('Gl5gzgMyqg==',1159459255),('Gl5gzgMyqg==',1159468208),('Glk36KoOVw==',1160405328),('Glk0V7+hKQ==',1160607239),('GlkxIlHg5A==',1161314841),('Glk/RjPYkA==',1161399308),('GlkzuL0DCw==',1161536418),('GlkzuL0DCw==',1161536424),('Glk36KoOVw==',1161612466),('Gl5r1/EepA==',1162001761),('Gl+AfYXc6Q==',1162590543),('Gl+AfYXc6Q==',1162657762),('Gl+AfYXc6Q==',1162676140),('Gl+AfYXc6Q==',1162839353),('ERtBPCRA',1163023506),('Glh7JDGUMQ==',1163641878),('Glk+7NdAEw==',1163641897),('Glh7JDGUMQ==',1163641909),('Glk+7NdAEw==',1163685601),('Glh7JDGUMQ==',1163900512),('Glh7JDGUMQ==',1163900634),('Glh7JDGUMQ==',1164037623),('Glh7JDGUMQ==',1164037731),('Gl5r1/EepA==',1165058718),('GlvDYDJY9Q==',1165254693),('GlvDYDJY9Q==',1165257215),('GlvDYDJY9Q==',1165268061),('Glh46TZKjg==',1165862854),('GlvIV+dyaQ==',1166125038),('GlvIV+dyaQ==',1166450963),('GlqzoaqZ/g==',1167611527),('GlqzoaqZ/g==',1167611697),('Glq2q3+TxQ==',1167835137),('GlqzoaqZ/g==',1167852752),('GlqzoaqZ/g==',1167852774),('Glq3HK3nqA==',1167855194),('Glq3HK3nqA==',1167855196),('Glq+gY1SQw==',1167869740),('GlvAlHjRcA==',1167932540),('GlvAlHjRcA==',1167934170),('GlqzoaqZ/g==',1168182442),('GlqzoaqZ/g==',1168182484),('Glq+gY1SQw==',1168182533),('Glq+gY1SQw==',1168212423),('GlUEgkGDLQ==',1168274016),('GlUEgkGDLQ==',1168274545),('GlUEgkGDLQ==',1168279278),('GlUANfo3pA==',1169512035),('GlUHaue2BA==',1169780834),('GlUANfo3pA==',1170358572),('GlUANfo3pA==',1170358572),('GlUANfo3pA==',1170358583),('GlUANfo3pA==',1170358596),('GlUANfo3pA==',1170358601),('GlUFkPWTmg==',1170691099),('GlUFkPWTmg==',1170691100),('GlUFkPWTmg==',1170696074),('GlUFkPWTmg==',1170696567),('GlUFkPWTmg==',1170696607),('GlUPFkpAqw==',1170697046),('Glqxxe99Dw==',1170793480),('GlUFkPWTmg==',1170957715),('GlUFkPWTmg==',1170957763),('GlQZEGiO9Q==',1171313236),('GlQZEGiO9Q==',1171316272),('GlQZEGiO9Q==',1171975035),('GlQZEGiO9Q==',1171975064),('GlQZEGiO9Q==',1172452074),('GlQdzrtrvg==',1172505912),('GlQdzrtrvg==',1172506015),('GlQYCUPX2Q==',1172763663),('G4nlp6Kr/g==',1172848891),('G4nlp6Kr/g==',1173460945),('G4nlp6Kr/g==',1173735398),('G4nlp6Kr/g==',1173735398),('GlQUzLvxxQ==',1174671590),('GlQUzLvxxQ==',1175009363),('G4ngEW4RKg==',1175032532),('G4ngEW4RKg==',1175032545),('G4ngEW4RKg==',1175032552),('G4ngEW4RKg==',1175032558),('G4ngEW4RKg==',1175032571),('G4ngEW4RKg==',1175032595),('G4ngEW4RKg==',1175085278),('G4nnEJio2Q==',1175193469),('G4nhFceKDQ==',1175264461),('G4nnEJio2Q==',1175264610),('G4niozyE7A==',1175264829),('G4jiqXMq/Q==',1175606712),('G4jiqXMq/Q==',1175606779),('G4jiqXMq/Q==',1175607385),('G4jjRepOfg==',1175709404),('G4jjRepOfg==',1175879864),('GlqzoaqZ/g==',1176198740),('G4ntMk0w0w==',1176414478),('G4jhTK9dSg==',1176474180),('GYEaQJ4vuw==',1177351169),('G4jgdBoyYA==',1178116521),('G4jqaw+Dsw==',1178542409),('G4tOvoG8Og==',1178562265),('G4jmBcp+dA==',1178562783),('G4tLFLMNiQ==',1179767475),('G4tLFLMNiQ==',1179767475),('G4tLFLMNiQ==',1179767648),('G4tLFLMNiQ==',1179767975),('G4tLFLMNiQ==',1179767996),('G4tLFLMNiQ==',1179768007),('G4tLFLMNiQ==',1179768007),('G4tLFLMNiQ==',1179768009),('G4tLFLMNiQ==',1179768018),('G4tLFLMNiQ==',1179768073),('G4tLFLMNiQ==',1179768088),('G4tLFLMNiQ==',1179768111),('G4tLFLMNiQ==',1179768119),('G4tLFLMNiQ==',1179768119),('G4tLFLMNiQ==',1179768125),('G4tLFLMNiQ==',1179768137),('G4tLFLMNiQ==',1179788137),('G4tLFLMNiQ==',1179863098),('G4tJyiQ6fw==',1180099283),('G4tEaMqb5Q==',1180099316),('G4tFkx7V2w==',1181136241),('G4pGqjfXfQ==',1182168761),('G4pDt5jJLg==',1182301775),('G4pDt5jJLg==',1182301814),('G4pAVkOpyQ==',1182606977),('G4pCNgs04A==',1182949463),('G4pBNrQRSg==',1182952953),('G4pBNrQRSg==',1183495250),('G43CMTNPAg==',1183685712),('G4pBNrQRSg==',1184781338),('G43D+cm6aw==',1184781508),('G43D+cm6aw==',1184858342),('G43D+cm6aw==',1184949747),('G43FJzt6Hw==',1186153789),('G43Eeo8axA==',1186340113),('G43Eeo8axA==',1186432054),('G43GUegEBw==',1187630398),('G43GUegEBw==',1187630811),('G4zb6onJ/A==',1188915559),('G4zYE3wVEg==',1189784793),('G4zYE3wVEg==',1189784797),('G4zeXdoazw==',1190391825),('G4zeXdoazw==',1190391827),('G4zZW78LGw==',1190411544),('G4zZW78LGw==',1190416780),('G4zZW78LGw==',1190723476),('G43HY19rwA==',1191256338),('G4zTvpBokw==',1191256348),('G4zfmCB8Lw==',1191257434),('G4zfmCB8Lw==',1191257437),('G4zeXdoazw==',1191268114),('G4/baHo1Jg==',1191330617),('G4zSUf0mVA==',1191334407),('G4zcrFEkdA==',1191361123),('G43HY19rwA==',1191422688),('G4zTvpBokw==',1191422729),('G4/azqA2aQ==',1192883270),('G4/azqA2aQ==',1192883298),('G4/YIfYXow==',1193318220),('G4/azqA2aQ==',1193412792),('G4/ctzIRHg==',1193749542),('G4/ctzIRHg==',1193750179),('G47RtO596A==',1196304457),('G47SBvPrnA==',1196436682),('G47UgKkkUg==',1198707333),('G47UgKkkUg==',1198707611),('G47UgKkkUg==',1198797763),('G47UgKkkUg==',1199114982),('G47UgKkkUg==',1199395757),('G47YXEAKyw==',1200523646),('G4H9/fmd4w==',1200580707),('G4H9/fmd4w==',1200580793),('G4H9/fmd4w==',1200580816),('G4H//RqezQ==',1200596319),('G4H//RqezQ==',1200596463),('G4H//RqezQ==',1200598525),('G4H5GdPv8A==',1202402776),('G4H1HjkbDQ==',1203353556),('G4H1HjkbDQ==',1203361757),('G47Xllg9kg==',1203926470),('G4H+A2wczA==',1203970646),('G4C/erlU0g==',1203992761),('G4C9PfB8PA==',1204727996),('G4C5FENbJQ==',1207141479),('HFGZvSiufA==',1207141903),('G4C9PfB8PA==',1209482761),('HFGY1X1giA==',1209489900),('G4C3yPzlew==',1209492359),('HFGQSs726Q==',1209496288),('G4C9PfB8PA==',1209514942),('HFBc9WdaCA==',1209519231),('HFBc9WdaCA==',1209560660),('HFBYv0W1cg==',1209646336),('HFBYv0W1cg==',1209646336),('HFBdd2CHbw==',1209693002),('HFBZ7itYjg==',1209693090),('G4C8qxOFFw==',1209731993),('HFGaVLNlPw==',1209824309),('HFGY1X1giA==',1209947208),('HFGY1X1giA==',1209947213),('HFGbVZj4BA==',1210794322),('HFGbVZj4BA==',1210794363),('G4C5FENbJQ==',1210794399),('G4C5FENbJQ==',1210964352),('HFBfzFqk3A==',1211026270),('HFBfzFqk3A==',1211151911),('G4C8qxOFFw==',1212618191),('G4C8qxOFFw==',1212623064),('HFBeMxYJqA==',1212627620),('HFGfSgXVBA==',1213299493),('G4C8qxOFFw==',1213303633),('HFBR84c+GA==',1213365822),('HFP1UOZ5iw==',1214326858),('HFPy5/rojg==',1215714750),('HFLL23oPdQ==',1221931724),('HFLL23oPdQ==',1221931750),('HFLCipko2A==',1221940534),('HFLCipko2A==',1221940534),('HFP/3fgcXg==',1221941498),('HFP/3fgcXg==',1221941519),('HFP/3fgcXg==',1221941522),('HFP+EYtekg==',1221970119),('HFLL23oPdQ==',1221992643),('HFPzLVfcRA==',1222087005),('HFUPcfVanQ==',1222092259),('HFP0KUqrdQ==',1222105244),('HFP0KUqrdQ==',1222141514),('HFUJrv2g8A==',1222544234),('HFT+BOrkcw==',1222866135),('HFT+BOrkcw==',1222866135),('G4H9/fmd4w==',1223946633),('HFT6XiKQIA==',1224099664),('HFT8vXLpyQ==',1224180189),('HFT6XiKQIA==',1231448979),('HFT4cH9fVQ==',1231519418),('HFUIkn+oug==',1231521586),('HFT3wly/Ag==',1231535294),('HFT/gti+jA==',1231535321),('HFT3wly/Ag==',1231633506),('HFP+EYtekg==',1231717028),('HFT6XiKQIA==',1231858584),('HFT6XiKQIA==',1231887246),('HFT3wly/Ag==',1233454331),('HFZAnbXZsQ==',1233755966),('HFZE0MYwfg==',1235480955),('HFlJtnhUiA==',1237563192),('HFlJtnhUiA==',1237812846),('HFZDbiZ0kA==',1237831951),('HFf0D0oYzw==',1237832891),('HFZCeIyGfg==',1237834709),('HFlIs8KNMA==',1241021783),('HFj57PqlvA==',1241030456),('HFlMfnTldg==',1241033381),('HFZKO3CBIA==',1241051243),('HFlNNAzomA==',1241052886),('HFf0D0oYzw==',1241119815),('HFf19IWRTQ==',1241202553),('HFlDbpZwsA==',1241701988),('HFlNNAzomA==',1244762506),('HFj+BllrPQ==',1244817543),('HFjy4rDQxQ==',1245071521),('HFj9A6C/2A==',1245542734),('HfLCXxdWfw==',1247139828),('HFj7+FUL1A==',1251469258),('HfLDajQEEw==',1251469830),('HfLIhVHEcA==',1251480327),('HfN6QtlHjA==',1251486667),('HfLMxdhgUQ==',1251727352),('HfLLTbJ0gw==',1251765418),('HfLLTbJ0gw==',1251766020),('HfN/m6u4Jw==',1252077005),('HfN2ECMG4g==',1253281584),('HfN2ECMG4g==',1253541561),('HfN2ECMG4g==',1253541703),('HfN2ECMG4g==',1253565555),('HfLLTbJ0gw==',1255184798),('HfLLTbJ0gw==',1255308369),('HfLLTbJ0gw==',1255726605),('HfCNbnTRiw==',1257375301),('HfCGZ3AeBA==',1257379938),('HfLDajQEEw==',1257424860),('HfLLTbJ0gw==',1257427243),('HfLLTbJ0gw==',1257427260),('HfLLTbJ0gw==',1257427275),('HfCKDwQXaw==',1257435614),('HfLLTbJ0gw==',1257780592),('HfEWXrwDVA==',1257865990),('HfLLTbJ0gw==',1258127260),('HfEUp5A3RA==',1263142348),('HfEUp5A3RA==',1263142378),('HfERxUEskg==',1264174621),('HfERxUEskg==',1264174640),('HfEV+fqrAA==',1264189043),('HfaQ5YK6Pg==',1264195069),('HfaQ5YK6Pg==',1264195070),('HfaSNh2eXQ==',1264600803),('HfaSNh2eXQ==',1264625944),('HfEfEB8T1g==',1264811143),('HfEV+fqrAA==',1264811156),('HfEV+fqrAA==',1264811714),('HfEeFypibg==',1264879425),('HfaR+yej3A==',1265292407),('HfaUgL5Faw==',1265406309),('HfQK4xyrDA==',1272894747),('HfQK4xyrDA==',1273086423),('HfaR+yej3A==',1275750712),('HFT4cH9fVQ==',1276788587);
/*!40000 ALTER TABLE `invoice_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `linkpoint_holding_queue`
--

DROP TABLE IF EXISTS `linkpoint_holding_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `linkpoint_holding_queue` (
  `lpid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `sid` varchar(32) NOT NULL DEFAULT '',
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `startdate` text NOT NULL,
  `chargetotal` float NOT NULL DEFAULT '0',
  `periodicity` text NOT NULL,
  `thisgoesin` varchar(255) DEFAULT NULL,
  `comments` varchar(255) DEFAULT NULL,
  `cardnumber` varchar(255) NOT NULL DEFAULT '0',
  `cardexpmonth` varchar(255) NOT NULL DEFAULT '0',
  `cardexpyear` varchar(255) NOT NULL DEFAULT '0',
  `ip` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `address1` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `zip` varchar(255) DEFAULT NULL,
  `linkpoint_type` varchar(32) NOT NULL DEFAULT '',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lpid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Recurring queue for LinkPoint';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `linkpoint_holding_queue`
--

LOCK TABLES `linkpoint_holding_queue` WRITE;
/*!40000 ALTER TABLE `linkpoint_holding_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `linkpoint_holding_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `offline_holding_queue`
--

DROP TABLE IF EXISTS `offline_holding_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offline_holding_queue` (
  `offcid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `sid` varchar(32) NOT NULL DEFAULT '',
  `oid` bigint(22) NOT NULL DEFAULT '0',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `startdate` text NOT NULL,
  `chargetotal` float NOT NULL DEFAULT '0',
  `recurringamount` float NOT NULL DEFAULT '0',
  `periodicity` text NOT NULL,
  `comments` varchar(255) DEFAULT NULL,
  `cardnumber` varchar(255) NOT NULL DEFAULT '0',
  `cardexpmonth` varchar(255) NOT NULL DEFAULT '0',
  `cardexpyear` varchar(255) NOT NULL DEFAULT '0',
  `ip` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `address1` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `zip` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`offcid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Holding Queue for offline processor';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `offline_holding_queue`
--

LOCK TABLES `offline_holding_queue` WRITE;
/*!40000 ALTER TABLE `offline_holding_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `offline_holding_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payment_process`
--

DROP TABLE IF EXISTS `payment_process`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `payment_process` (
  `pid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `demo` int(1) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `x_gateway` varchar(255) NOT NULL DEFAULT '',
  `x_Login` varchar(255) NOT NULL DEFAULT '',
  `x_Password` varchar(255) NOT NULL DEFAULT '',
  `x_Currency_Code` varchar(5) NOT NULL DEFAULT '',
  `x_fields` text NOT NULL,
  `paypal_address` varchar(255) NOT NULL DEFAULT '',
  `paypal_image_url` varchar(255) NOT NULL DEFAULT '',
  `checkout_sid` varchar(255) NOT NULL DEFAULT '',
  `co_system` tinyint(1) NOT NULL DEFAULT '0',
  `paysystems_companyid` varchar(255) NOT NULL DEFAULT '',
  `linkpoint_storeid` varchar(255) NOT NULL DEFAULT '',
  `linkpoint_type` varchar(255) NOT NULL DEFAULT '',
  `psigate_merchant` varchar(64) NOT NULL DEFAULT '',
  `psigate_chargetype` char(2) NOT NULL DEFAULT '0',
  `psigate_emailclient` varchar(4) NOT NULL DEFAULT '',
  `internetsecure_merchant_id` varchar(25) NOT NULL DEFAULT '',
  `internetsecure_language` varchar(100) NOT NULL DEFAULT '',
  `internetsecure_return_cgi` varchar(255) NOT NULL DEFAULT '',
  `worldpay_id` varchar(255) NOT NULL DEFAULT '',
  `worldpay_cc` varchar(6) NOT NULL DEFAULT '',
  `worldpay_demo` int(3) NOT NULL DEFAULT '0',
  `worldpay_callback` varchar(255) NOT NULL DEFAULT '',
  `plugnpay_subject` varchar(255) NOT NULL DEFAULT '',
  `plugnpay_publisheremail` varchar(255) NOT NULL DEFAULT '',
  `plugnpay_publishername` varchar(255) NOT NULL DEFAULT '',
  `plugnpay_cardallowed` varchar(255) NOT NULL DEFAULT '',
  `offline_email` text NOT NULL,
  `bymail_to` varchar(255) NOT NULL DEFAULT '',
  `bymail_address1` varchar(255) NOT NULL DEFAULT '',
  `bymail_address2` varchar(255) NOT NULL DEFAULT '',
  `bymail_city` varchar(255) NOT NULL DEFAULT '',
  `bymail_state` varchar(255) NOT NULL DEFAULT '',
  `bymail_zip` varchar(255) NOT NULL DEFAULT '',
  `status` int(1) NOT NULL DEFAULT '0',
  `default_email` text NOT NULL,
  PRIMARY KEY (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COMMENT='Table for all Payment Processors Available.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payment_process`
--

LOCK TABLES `payment_process` WRITE;
/*!40000 ALTER TABLE `payment_process` DISABLE KEYS */;
INSERT INTO `payment_process` VALUES (1,0,'PayPal','','SSC5LA==','SSC5LA==','','','paypal@extremewebmedia.com','','',0,'','','','','','','','','','','',0,'','','','','','','','','','','','',1,'WzhdIFlvdXIgSG9zdGluZyBPUkRFUiBoYXMgYmVlbiByZWNlaXZlZCBmb3Ige3tkb21haW5fbmFtZX19{{break}}SGVsbG8sDQoNCldlIGhhdmUgcmVjZWl2ZWQgeW91ciBob3N0aW5nIE9SREVSIGFuZCB3aWxsIGJlIHByb2Nlc3NpbmcgaXQgc2hvcnRseS4NCg0KVGhlIGRldGFpbHMgb2YgdGhpcyBPUkRFUiBhcmUgYmVsb3c6DQoNCkZpcnN0IE5hbWU6IHt7Zmlyc3RfbmFtZX19IHt7bGFzdF9uYW1lfX0NCkVtYWlsOiB7e2VtYWlsX2FkZHJlc3N9fQ0KSG93IGRpZCB5b3UgZmluZCB1czoge3tob3dfZm91bmR9fQ0KRG9tYWluIE5hbWU6IHt7ZG9tYWluX25hbWV9fQ0KUGFja2FnZSBPcmRlcmVkOiB7e2hvc3RpbmdfcGFja2FnZX19DQp7e2FkZG9uc319e3twbnMxfX0NCnt7cG5zMn19DQpQYXltZW50IEdhdGV3YXk6IHt7cGF5bWVudF9nYXRld2F5fX0NCnt7Y291cG9ufX0NClRvdGFsIER1ZSBUb2RheToge3t0b3RhbF9kdWVfdG9kYXl9fQ0KDQpUaGlzIE9SREVSIHdpbGwgcmViaWxsIGF0IGEgcmF0ZSBvZiB7e3RvdGFsX3Jlb2NjdXJ9fSB7e3BheW1lbnRfdGVybX19DQoNCllvdSBzaG91bGQgcmVjZWl2ZSBhbiBlbWFpbCBGUk9NIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBob3VycyB3aXRoIG1vcmUgaW5mb3JtYXRpb24uIA0KDQp7e2NsaWVudF9ub3Rlc319DQoNClRoYW5rIFlvdS4NCg0KV2ViIEhvc3QgU3VwcG9ydA0KDQpUaGlzIG1lc3NhZ2Ugd2FzIGdlbmVyYXRlZCBvbjoge3tnZW5lcmF0ZV9kYXRlfX0={{break}}'),(3,0,'Paysystems TPP-PRO','','','','','','','','',0,'','','','','0','','','','','','',0,'','','','','','','','','','','','',0,''),(6,0,'Mail In Payment','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','','','','','','','',0,'','','','','','','Extreme Web Media, Inc.','P.O.Box 6718','','Delray Beach','Florida','33482',1,'WzhdIFlvdXIgSG9zdGluZyBPUkRFUiBoYXMgYmVlbiByZWNlaXZlZCBmb3Ige3tkb21haW5fbmFtZX19{{break}}SGVsbG8sDQoNCldlIGhhdmUgcmVjZWl2ZWQgeW91ciBob3N0aW5nIE9SREVSIGFuZCB3aWxsIGJlIHByb2Nlc3NpbmcgaXQgc2hvcnRseS4NCg0KVGhlIGRldGFpbHMgb2YgdGhpcyBPUkRFUiBhcmUgYmVsb3c6DQoNCkZpcnN0IE5hbWU6IHt7Zmlyc3RfbmFtZX19IHt7bGFzdF9uYW1lfX0NCkVtYWlsOiB7e2VtYWlsX2FkZHJlc3N9fQ0KSG93IGRpZCB5b3UgZmluZCB1czoge3tob3dfZm91bmR9fQ0KRG9tYWluIE5hbWU6IHt7ZG9tYWluX25hbWV9fQ0KUGFja2FnZSBPcmRlcmVkOiB7e2hvc3RpbmdfcGFja2FnZX19DQp7e2FkZG9uc319e3twbnMxfX0NCnt7cG5zMn19DQpQYXltZW50IEdhdGV3YXk6IHt7cGF5bWVudF9nYXRld2F5fX0NCnt7Y291cG9ufX0NClRvdGFsIER1ZSBUb2RheToge3t0b3RhbF9kdWVfdG9kYXl9fQ0KDQpUaGlzIE9SREVSIHdpbGwgcmViaWxsIGF0IGEgcmF0ZSBvZiB7e3RvdGFsX3Jlb2NjdXJ9fSB7e3BheW1lbnRfdGVybX19DQoNCllvdSBzaG91bGQgcmVjZWl2ZSBhbiBlbWFpbCBGUk9NIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBob3VycyB3aXRoIG1vcmUgaW5mb3JtYXRpb24uIA0KDQp7e2NsaWVudF9ub3Rlc319DQoNClRoYW5rIFlvdS4NCg0KV2ViIEhvc3QgU3VwcG9ydA0KDQpUaGlzIG1lc3NhZ2Ugd2FzIGdlbmVyYXRlZCBvbjoge3tnZW5lcmF0ZV9kYXRlfX0={{break}}'),(4,0,'2Checkout','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','','','','','','','',0,'','','','','','','','','','','','',0,'WzhdIFlvdXIgSG9zdGluZyBPUkRFUiBoYXMgYmVlbiByZWNlaXZlZCBmb3Ige3tkb21haW5fbmFtZX19{{break}}SGVsbG8sDQoNCldlIGhhdmUgcmVjZWl2ZWQgeW91ciBob3N0aW5nIE9SREVSIGFuZCB3aWxsIGJlIHByb2Nlc3NpbmcgaXQgc2hvcnRseS4NCg0KVGhlIGRldGFpbHMgb2YgdGhpcyBPUkRFUiBhcmUgYmVsb3c6DQoNCkZpcnN0IE5hbWU6IHt7Zmlyc3RfbmFtZX19IHt7bGFzdF9uYW1lfX0NCkVtYWlsOiB7e2VtYWlsX2FkZHJlc3N9fQ0KSG93IGRpZCB5b3UgZmluZCB1czoge3tob3dfZm91bmR9fQ0KRG9tYWluIE5hbWU6IHt7ZG9tYWluX25hbWV9fQ0KUGFja2FnZSBPcmRlcmVkOiB7e2hvc3RpbmdfcGFja2FnZX19DQp7e2FkZG9uc319e3twbnMxfX0NCnt7cG5zMn19DQpQYXltZW50IEdhdGV3YXk6IHt7cGF5bWVudF9nYXRld2F5fX0NCnt7Y291cG9ufX0NClRvdGFsIER1ZSBUb2RheToge3t0b3RhbF9kdWVfdG9kYXl9fQ0KDQpUaGlzIE9SREVSIHdpbGwgcmViaWxsIGF0IGEgcmF0ZSBvZiB7e3RvdGFsX3Jlb2NjdXJ9fSB7e3BheW1lbnRfdGVybX19DQoNCllvdSBzaG91bGQgcmVjZWl2ZSBhbiBlbWFpbCBGUk9NIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBob3VycyB3aXRoIG1vcmUgaW5mb3JtYXRpb24uIA0KDQp7e2NsaWVudF9ub3Rlc319DQoNClRoYW5rIFlvdS4NCg0KV2ViIEhvc3QgU3VwcG9ydA0KDQpUaGlzIG1lc3NhZ2Ugd2FzIGdlbmVyYXRlZCBvbjoge3tnZW5lcmF0ZV9kYXRlfX0={{break}}'),(2,0,'WorldPay Future Pay','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','0','','','','','','USD',0,'','','','','','','','','','','','',0,''),(8,1,'Authorize.net','authorize','TV2x6dXRXFi+Qc8=','TV2x6dGC7/c4EaJ9','USD','','','','',0,'','','','','','','','','','','',0,'','','','','','','','','','','','',0,'WzhdIFlvdXIgSG9zdGluZyBPUkRFUiBoYXMgYmVlbiByZWNlaXZlZCBmb3Ige3tkb21haW5fbmFtZX19{{break}}SGVsbG8sDQoNCldlIGhhdmUgcmVjZWl2ZWQgeW91ciBob3N0aW5nIE9SREVSIGFuZCB3aWxsIGJlIHByb2Nlc3NpbmcgaXQgc2hvcnRseS4NCg0KVGhlIGRldGFpbHMgb2YgdGhpcyBPUkRFUiBhcmUgYmVsb3c6DQoNCkZpcnN0IE5hbWU6IHt7Zmlyc3RfbmFtZX19IHt7bGFzdF9uYW1lfX0NCkVtYWlsOiB7e2VtYWlsX2FkZHJlc3N9fQ0KSG93IGRpZCB5b3UgZmluZCB1czoge3tob3dfZm91bmR9fQ0KRG9tYWluIE5hbWU6IHt7ZG9tYWluX25hbWV9fQ0KUGFja2FnZSBPcmRlcmVkOiB7e2hvc3RpbmdfcGFja2FnZX19DQp7e2FkZG9uc319e3twbnMxfX0NCnt7cG5zMn19DQpQYXltZW50IEdhdGV3YXk6IHt7cGF5bWVudF9nYXRld2F5fX0NCnt7Y291cG9ufX0NClRvdGFsIER1ZSBUb2RheToge3t0b3RhbF9kdWVfdG9kYXl9fQ0KDQpUaGlzIE9SREVSIHdpbGwgcmViaWxsIGF0IGEgcmF0ZSBvZiB7e3RvdGFsX3Jlb2NjdXJ9fSB7e3BheW1lbnRfdGVybX19DQoNCllvdSBzaG91bGQgcmVjZWl2ZSBhbiBlbWFpbCBGUk9NIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBob3VycyB3aXRoIG1vcmUgaW5mb3JtYXRpb24uIA0KDQp7e2NsaWVudF9ub3Rlc319DQoNClRoYW5rIFlvdS4NCg0KV2ViIEhvc3QgU3VwcG9ydA0KDQpUaGlzIG1lc3NhZ2Ugd2FzIGdlbmVyYXRlZCBvbjoge3tnZW5lcmF0ZV9kYXRlfX0={{break}}'),(9,0,'Internet Secure','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','0','','','English','','','',0,'','','','','','','','','','','','',0,''),(10,0,'LinkPoint','','SSC5LA==','SSC5LA==','','','','','',0,'','','PREAUTH','','0','','','','','','',0,'','','','','','','','','','','','',0,''),(11,0,'PSiGate','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','0','1','','','','','',0,'','','','','','','','','','','','',0,''),(12,0,'AlternatePalPay','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','','','','','','','',0,'','','','','','','','','','','','',0,''),(13,0,'WorldPay[2]','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','0','','','','','','USD',0,'','','','','','','','','','','','',0,''),(14,0,'CyberSourceHOP','','','','','','','','',0,'','','','','0','','','','','','',0,'','','','','','','','','','','','',0,''),(15,0,'Credit Card','','SSC5LA==','SSC5LA==','','','','','',0,'','','','','','','','','','','',0,'','','','','','ifrantic@bellsouth.net','','','','','','',0,'WzhdIFlvdXIgSG9zdGluZyBPUkRFUiBoYXMgYmVlbiByZWNlaXZlZCBmb3Ige3tkb21haW5fbmFtZX19{{break}}SGVsbG8sDQoNCldlIGhhdmUgcmVjZWl2ZWQgeW91ciBob3N0aW5nIE9SREVSIGFuZCB3aWxsIGJlIHByb2Nlc3NpbmcgaXQgc2hvcnRseS4NCg0KVGhlIGRldGFpbHMgb2YgdGhpcyBPUkRFUiBhcmUgYmVsb3c6DQoNCkZpcnN0IE5hbWU6IHt7Zmlyc3RfbmFtZX19IHt7bGFzdF9uYW1lfX0NCkVtYWlsOiB7e2VtYWlsX2FkZHJlc3N9fQ0KSG93IGRpZCB5b3UgZmluZCB1czoge3tob3dfZm91bmR9fQ0KRG9tYWluIE5hbWU6IHt7ZG9tYWluX25hbWV9fQ0KUGFja2FnZSBPcmRlcmVkOiB7e2hvc3RpbmdfcGFja2FnZX19DQp7e2FkZG9uc319e3twbnMxfX0NCnt7cG5zMn19DQpQYXltZW50IEdhdGV3YXk6IHt7cGF5bWVudF9nYXRld2F5fX0NCnt7Y291cG9ufX0NClRvdGFsIER1ZSBUb2RheToge3t0b3RhbF9kdWVfdG9kYXl9fQ0KDQpUaGlzIE9SREVSIHdpbGwgcmViaWxsIGF0IGEgcmF0ZSBvZiB7e3RvdGFsX3Jlb2NjdXJ9fSB7e3BheW1lbnRfdGVybX19DQoNCllvdSBzaG91bGQgcmVjZWl2ZSBhbiBlbWFpbCBGUk9NIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBob3VycyB3aXRoIG1vcmUgaW5mb3JtYXRpb24uIA0KDQp7e2NsaWVudF9ub3Rlc319DQoNClRoYW5rIFlvdS4NCg0KV2ViIEhvc3QgU3VwcG9ydA0KDQpUaGlzIG1lc3NhZ2Ugd2FzIGdlbmVyYXRlZCBvbjoge3tnZW5lcmF0ZV9kYXRlfX0={{break}}');
/*!40000 ALTER TABLE `payment_process` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plan_groups`
--

DROP TABLE IF EXISTS `plan_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `plan_groups` (
  `gid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `group_payment` varchar(255) NOT NULL DEFAULT '',
  `group_status` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Plan Group table.';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plan_groups`
--

LOCK TABLES `plan_groups` WRITE;
/*!40000 ALTER TABLE `plan_groups` DISABLE KEYS */;
INSERT INTO `plan_groups` VALUES (1,'whmap','1|6|8|',1);
/*!40000 ALTER TABLE `plan_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plan_specs`
--

DROP TABLE IF EXISTS `plan_specs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `plan_specs` (
  `pid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `gid` int(22) NOT NULL DEFAULT '0',
  `rid` bigint(22) NOT NULL DEFAULT '0',
  `addon_gid` bigint(22) NOT NULL DEFAULT '0',
  `whm_id` bigint(22) NOT NULL DEFAULT '0',
  `package_name` varchar(255) NOT NULL DEFAULT '',
  `whm_package_name` varchar(255) NOT NULL DEFAULT '',
  `plan_status` int(1) NOT NULL DEFAULT '0',
  `monthly_cost` float NOT NULL DEFAULT '0',
  `quarterly_cost` float NOT NULL DEFAULT '0',
  `semi_annual_cost` float NOT NULL DEFAULT '0',
  `annual_cost` float NOT NULL DEFAULT '0',
  `monthly_pid` varchar(32) NOT NULL DEFAULT '',
  `quarterly_pid` varchar(32) NOT NULL DEFAULT '',
  `semi_annual_pid` varchar(32) NOT NULL DEFAULT '',
  `annual_pid` varchar(32) NOT NULL DEFAULT '',
  `setup_cost` float NOT NULL DEFAULT '0',
  `web_space` int(10) NOT NULL DEFAULT '0',
  `shell_access` int(1) NOT NULL DEFAULT '0',
  `ftp` int(25) NOT NULL DEFAULT '0',
  `email` int(25) NOT NULL DEFAULT '0',
  `email_list` int(25) NOT NULL DEFAULT '0',
  `sql` int(25) NOT NULL DEFAULT '0',
  `sub_domain` int(25) NOT NULL DEFAULT '0',
  `parked_domain` int(25) NOT NULL DEFAULT '0',
  `addon_domain` int(25) NOT NULL DEFAULT '0',
  `unique_ip_activate` int(1) NOT NULL DEFAULT '0',
  `unique_ip_cost` float NOT NULL DEFAULT '0',
  `cgi_access` int(1) NOT NULL DEFAULT '0',
  `frontpage` int(1) NOT NULL DEFAULT '0',
  `bandwidth` int(20) NOT NULL DEFAULT '0',
  `cpanel_theme` varchar(255) NOT NULL DEFAULT '',
  `tpp_pro_period` int(20) NOT NULL DEFAULT '0',
  `com_type` int(1) NOT NULL DEFAULT '0',
  `com_rate_month` float NOT NULL DEFAULT '0',
  `com_rate_onetime` float NOT NULL DEFAULT '0',
  `free_trial` int(1) NOT NULL DEFAULT '0',
  `free_trial_length` int(2) NOT NULL DEFAULT '0',
  `ip_addresses` varchar(50) NOT NULL DEFAULT '',
  `memory` varchar(50) NOT NULL DEFAULT '',
  `processor` varchar(50) NOT NULL DEFAULT '',
  `os` varchar(50) NOT NULL DEFAULT '',
  `display_text` text NOT NULL,
  `dedicated` int(1) NOT NULL DEFAULT '0',
  `in_stock` int(5) NOT NULL DEFAULT '0',
  `internetsecure_period` int(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COMMENT='Plan Specifications';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plan_specs`
--

LOCK TABLES `plan_specs` WRITE;
/*!40000 ALTER TABLE `plan_specs` DISABLE KEYS */;
INSERT INTO `plan_specs` VALUES (1,1,0,0,2,'SuperValue','SuperValue',1,9.95,29.85,59.7,119.4,'','','','',0,50,0,-1,-1,-1,-1,-1,-1,-1,0,0,1,1,1000,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(2,1,0,0,2,'Value','Value',1,14.95,44.85,89.7,179.4,'','','','',0,100,0,-1,-1,-1,-1,-1,-1,-1,0,0,1,1,2000,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(3,1,0,0,-1,'Enhanced','Enhanced',1,19.95,59.85,119.7,239.4,'','','','',0,250,0,-1,-1,-1,-1,-1,-1,-1,0,0,1,1,3000,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(4,1,0,0,-1,'Sally','Sally',0,9.95,29.85,59.7,-1,'','','','',0,250,0,-1,-1,-1,-1,-1,-1,-1,0,0,1,1,3000,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(5,1,0,0,-1,'lite','lite',0,5,15,30,60,'','','','',0,10,0,-1,-1,-1,-1,-1,-1,-1,0,0,0,1,500,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(7,1,0,0,0,'Keith','keith',0,-1,-1,179.4,-1,'','','','',0,200,1,-1,-1,-1,-1,-1,-1,-1,0,0,0,1,200,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0),(6,1,0,1,0,'49.95monthly-Unisen sites','AllTag_Unisen',0,49.95,149.85,299.7,599.4,'','','','',0,150,1,-1,-1,-1,-1,-1,-1,-1,0,0,1,1,3000,'0',0,0,0,0,0,0,'','','','','{{web_space}} MB Web Space, {{bandwidth}} MB Transfer, {{email}} Email Addresses',0,0,0);
/*!40000 ALTER TABLE `plan_specs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `psigate_logging`
--

DROP TABLE IF EXISTS `psigate_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `psigate_logging` (
  `logid` tinyint(22) unsigned NOT NULL AUTO_INCREMENT,
  `oid` varchar(22) NOT NULL DEFAULT '',
  `iid` varchar(22) NOT NULL DEFAULT '',
  `sid` varchar(32) NOT NULL DEFAULT '',
  `raw_log` text NOT NULL,
  PRIMARY KEY (`logid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `psigate_logging`
--

LOCK TABLES `psigate_logging` WRITE;
/*!40000 ALTER TABLE `psigate_logging` DISABLE KEYS */;
/*!40000 ALTER TABLE `psigate_logging` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reseller_profile`
--

DROP TABLE IF EXISTS `reseller_profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reseller_profile` (
  `rid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `profile_name` varchar(255) NOT NULL DEFAULT '',
  `edit_ns` int(1) NOT NULL DEFAULT '0',
  `limit_type` int(1) NOT NULL DEFAULT '0',
  `resnumlimitamt` int(25) NOT NULL DEFAULT '0',
  `rslimit_disk` int(25) NOT NULL DEFAULT '0',
  `rsolimit_disk` int(25) NOT NULL DEFAULT '0',
  `rslimit_bw` int(25) NOT NULL DEFAULT '0',
  `rsolimit_bw` int(25) NOT NULL DEFAULT '0',
  `acl_list` text NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Reseller Profile Table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reseller_profile`
--

LOCK TABLES `reseller_profile` WRITE;
/*!40000 ALTER TABLE `reseller_profile` DISABLE KEYS */;
/*!40000 ALTER TABLE `reseller_profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `server_config`
--

DROP TABLE IF EXISTS `server_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `server_config` (
  `whm_id` int(22) unsigned NOT NULL AUTO_INCREMENT,
  `server_name` varchar(255) NOT NULL DEFAULT '',
  `server_ip` varchar(25) NOT NULL DEFAULT '',
  `primary_ns` varchar(255) NOT NULL DEFAULT '',
  `primary_ns_ip` varchar(255) NOT NULL DEFAULT '',
  `secondary_ns` varchar(255) NOT NULL DEFAULT '',
  `secondary_ns_ip` varchar(255) NOT NULL DEFAULT '',
  `max_accounts` int(25) NOT NULL DEFAULT '0',
  `install_order` int(5) NOT NULL DEFAULT '0',
  `reseller` int(1) NOT NULL DEFAULT '0',
  `active_server` int(1) NOT NULL DEFAULT '0',
  `manual_install_active` int(1) NOT NULL DEFAULT '0',
  `server_cost` float NOT NULL DEFAULT '0',
  `server_noclocal` varchar(255) NOT NULL DEFAULT '0',
  `ogcreate` int(40) DEFAULT NULL,
  PRIMARY KEY (`whm_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `server_config`
--

LOCK TABLES `server_config` WRITE;
/*!40000 ALTER TABLE `server_config` DISABLE KEYS */;
INSERT INTO `server_config` VALUES (2,'ewmhost.com','70.84.87.146','ns79.websitewelcome.com','70.84.87.146','ns80.websitewelcome.com','70.84.87.147',2000,0,1,1,0,0,'',0);
/*!40000 ALTER TABLE `server_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `session_history`
--

DROP TABLE IF EXISTS `session_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `session_history` (
  `sid` varchar(32) NOT NULL DEFAULT '',
  `pid` int(11) NOT NULL DEFAULT '0',
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `whm_id` bigint(22) NOT NULL DEFAULT '0',
  `payment_term` varchar(25) NOT NULL DEFAULT '',
  `payment_method` int(1) NOT NULL DEFAULT '0',
  `promotion_code` varchar(255) NOT NULL DEFAULT '',
  `referrer_id` varchar(255) NOT NULL DEFAULT '',
  `domain_name` varchar(255) NOT NULL DEFAULT '',
  `tld` varchar(23) NOT NULL DEFAULT '',
  `domain_registration` int(1) NOT NULL DEFAULT '0',
  `domain_expire` varchar(10) NOT NULL DEFAULT '',
  `addon_choices` text NOT NULL,
  `ogcreate` int(10) DEFAULT NULL,
  `first_name` varchar(255) NOT NULL DEFAULT '',
  `last_name` varchar(255) NOT NULL DEFAULT '',
  `organization_name` varchar(255) NOT NULL DEFAULT '',
  `street_address_1` varchar(255) NOT NULL DEFAULT '',
  `street_address_2` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `state` varchar(255) NOT NULL DEFAULT '',
  `zip_code` varchar(255) NOT NULL DEFAULT '',
  `country` varchar(255) NOT NULL DEFAULT '',
  `phone` varchar(255) NOT NULL DEFAULT '',
  `fax` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(255) NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `advert` varchar(255) NOT NULL DEFAULT '',
  `advert_other` varchar(255) NOT NULL DEFAULT '',
  `tos` int(1) NOT NULL DEFAULT '0',
  `whm_username` varchar(7) NOT NULL DEFAULT '',
  `whm_password` varchar(7) NOT NULL DEFAULT '',
  `total_due_today` float NOT NULL DEFAULT '0',
  `total_due_reoccur` float NOT NULL DEFAULT '0',
  `client_ip` varchar(25) NOT NULL DEFAULT '',
  `locked` int(11) NOT NULL DEFAULT '0',
  `client_notes` text NOT NULL,
  `pns1` varchar(25) NOT NULL DEFAULT 'ns1',
  `pns2` varchar(25) NOT NULL DEFAULT 'ns2',
  `server_hostname` varchar(255) NOT NULL DEFAULT '',
  `root_pw` varchar(255) NOT NULL DEFAULT '',
  `whois` int(1) NOT NULL DEFAULT '0',
  `sorp` int(1) NOT NULL DEFAULT '0',
  `fraudcall_api_response` varchar(25) NOT NULL DEFAULT '',
  `fraudcall_score` varchar(25) NOT NULL DEFAULT '',
  `bin_number` int(6) NOT NULL DEFAULT '0',
  `lpid` bigint(22) NOT NULL DEFAULT '0',
  `offcid` bigint(22) NOT NULL DEFAULT '0',
  `fg_call_info` longtext NOT NULL,
  KEY `sid` (`sid`),
  KEY `sid_2` (`sid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Session tracking for new orders';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `session_history`
--

LOCK TABLES `session_history` WRITE;
/*!40000 ALTER TABLE `session_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `session_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ticket`
--

DROP TABLE IF EXISTS `ticket`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ticket` (
  `id` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `uid` bigint(22) NOT NULL DEFAULT '0',
  `email` varchar(255) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `ogcreate` int(40) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT '0',
  `switch` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Trouble TIcket System';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ticket`
--

LOCK TABLES `ticket` WRITE;
/*!40000 ALTER TABLE `ticket` DISABLE KEYS */;
INSERT INTO `ticket` VALUES (1,14,'alfonzodon@earthlink.net','Editing and adding to website','Can you please give me the address to edit and add to this web site---\r\n\r\nThank you.',1149678647,0,0);
/*!40000 ALTER TABLE `ticket` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ticket_reply`
--

DROP TABLE IF EXISTS `ticket_reply`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ticket_reply` (
  `rid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `id` bigint(20) NOT NULL DEFAULT '0',
  `reply_status` int(1) NOT NULL DEFAULT '0',
  `reply` text NOT NULL,
  `ogcreate` int(40) DEFAULT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ticket_reply`
--

LOCK TABLES `ticket_reply` WRITE;
/*!40000 ALTER TABLE `ticket_reply` DISABLE KEYS */;
/*!40000 ALTER TABLE `ticket_reply` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tld_chart`
--

DROP TABLE IF EXISTS `tld_chart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tld_chart` (
  `tld_id` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `tld` varchar(8) NOT NULL DEFAULT '',
  `cost` float NOT NULL DEFAULT '0',
  `reg_period` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`tld_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tld_chart`
--

LOCK TABLES `tld_chart` WRITE;
/*!40000 ALTER TABLE `tld_chart` DISABLE KEYS */;
/*!40000 ALTER TABLE `tld_chart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user`
--

DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
  `uid` bigint(22) unsigned NOT NULL AUTO_INCREMENT,
  `sid` text NOT NULL,
  `rsid` varchar(32) NOT NULL DEFAULT '',
  `status` int(2) NOT NULL DEFAULT '0',
  `reseller` int(1) NOT NULL DEFAULT '0',
  `reseller_primary_domain` bigint(22) NOT NULL DEFAULT '0',
  `reseller_profile` bigint(22) NOT NULL DEFAULT '0',
  `first_name` varchar(255) NOT NULL DEFAULT '',
  `last_name` varchar(255) NOT NULL DEFAULT '',
  `organization_name` varchar(255) NOT NULL DEFAULT '',
  `street_address_1` varchar(255) NOT NULL DEFAULT '',
  `street_address_2` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  `zip_code` varchar(25) NOT NULL DEFAULT '',
  `country` varchar(255) NOT NULL DEFAULT '',
  `phone` varchar(35) NOT NULL DEFAULT '',
  `fax` varchar(35) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(255) NOT NULL DEFAULT '',
  `password` text NOT NULL,
  `advert` varchar(255) NOT NULL DEFAULT '',
  `advert_other` varchar(255) NOT NULL DEFAULT '',
  `tos` int(1) NOT NULL DEFAULT '0',
  `temp_pw` varchar(10) NOT NULL DEFAULT '',
  `ogcreate` int(40) DEFAULT NULL,
  `logged` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user`
--

LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,'3ec24dca4c2b4910591aa74debd1ffe7','',69,0,0,0,'admin','admin','','','','','','','','','','admin','admin','BWUILFwhUSAAOQs5D2QKPVEjXHNabVQ2ADoGYQ==','','',0,'',NULL,0),(2,'UGQBM1Q1ADxRNFZlDmMBPFNlVmEDe1BkAjVVJgVjAGcLIFBhXT5UdwJnDTALZlorBTQDfA==','',0,0,0,0,'asdfg','asdfg','asdfg','asdfg','asdfg','asdfg','AL','6862831','US','68399234892','34543554554','asdfg@asdfgasdfg.com','asdfg','UTVXJ1RgAGsFNg==','OTHER','Manually Created',1,'',1111162974,0),(3,'Cz8GNABhUW5VMAM0C2FabwI5Cj1ZIQM3BzlWJVE0A2dQZlF8VTRRaAdgAyhaNVxjU2hUK1hvAX8=','',0,0,0,0,'dewdf','dewdf','dewdf','dewdf','dewdf','dewdf','AL','45474455','US','55555647','445578966','dewdf@dewdfdewdf.com','dewdf','A2IMalVyDGVXZQ==','OTHER','Manually Created',1,'',1111163663,0),(4,'BDBRYFU0DTAAY1BsXjNaYlBqVG5SKgo/Cj5VJgFnVjQDMgcqAmANMQdhDSYNYQwxBnlTZAJ6','',0,0,0,0,'Sally','Lewis-Heims','SallyLewisMedia','P.O.Box 810984','','Boca Raton','FL','33481','US','(561) 627-6774','','sally@slewismedia.com','SallyLew','AjRRYAVsA2tRZ1I1W2E=','OTHER','Manually Created',1,'',1111212000,0),(18,'UGQCMF00BztXMVJiC2AKN1FqAjcCegI2BTYGdQdhA2RSeQ04VjENLlE0UW0JZwBxCjgLMFcv','',0,0,0,0,'Harry','Fischer','LEASETECH','15 South Main Street','','Marlboro','NJ','07746','US','732-780-0013','732-780-0053','apmharry@hotmail.com','carguy8','VjADYQclDGZRcFcrCmYIN1Nl','Friend/Family','',1,'carguy225',1116219600,0),(5,'UWVRY100DDZbOgE8AG8KNws8AzdQKFFlBTZVJlcxAmUHLAA0UDcCIVY2AjEBI1xkBHs=','',0,0,0,0,'Stuart','Seidel','Unisen/Etag','512 NW 77th Street','','Boca Raton','FL','33487','US','561-998-9983','','andy@unisen.com','unisen','AHBVOAE4B35SZ1c1','OTHER','Manually Created',1,'',1111212000,0),(6,'UmZXZgdjUWgBYgw/AW0LPgo9UWNVLVFlVGcCcQRrAnoHMwU3AmcAIwdiATcIYF4vBjMKdQ==','',0,0,0,0,'Mark','Lieb','Rockalnd Video','3002 Mainsail Circle','','Jupiter','FL','33477','US','1-866-323-5432','','mlieb@rocklandvideo.com','pbuplink','AGEDc1ZnDDVSMg08','OTHER','Manually Created',1,'',1111212000,0),(7,'UGQENgZlAT5UMA0/CmFeZQA2ATYAeFZiCjQFdlUwAGRWYFJ/UDFXbls8ACsIZ1pnCjlQLwAzAnw=','',0,0,0,0,'Mandy','Nepton','','36 Mentor Dr','','Naples','FL','34110','US','239-594-7208','','leducnepton@sympatico.ca','Manon','USVRJ1diBmlXZgxq','Friend/Family','',1,'quebec',1111212000,0),(9,'ATUHNVw6V20HZFZlCW4NOQcwAToEfAM2BzNWJVA2UzELOg0gAWNUaFM0BS4JZgwyATpTLFVoVig=','',0,0,0,0,'Lisa','Tishman','LLINC','13410 S.W. 16th Court','','Davie','FL','33325','US','954-472-6727','','designbylovelisa@bellsouth.net','LoveLisa','BE0GSQIbAENQRw==','OTHER','Manually Created',1,'',1112622522,0),(8,'UGQDMlI1ADpXMQMzXjcJMgUzUGBQKFZiBzQGdVc4UysGMlZkAGYDIFQxAjMPZgt6VG8DfA==','',0,0,0,0,'Beth','Levin','ClosetQueen','5 Island Ave #9C','','Miami Beach','FL','33139','US','305-674-1657','','closetqueen@bellsouth.net','closetqueen','VidWPFRgAnZUdVYj','OTHER','Manually Created',1,'',1112335200,0),(10,'UGQCM1QyBDxTMwQxD2ABPwI2ADFSKgs+U2FVJgVgVDEDNQEsUDIHO1IzBC9aMF1mUS4LOVVhUiw=','',0,0,0,0,'Stuart','Seidel','Unisen.com','512 NW 77th Street','','Boca Raton','FL','33487','US','561-998-9983','','andy@unisen.com','unisen1','BnYHagU8Vi9XYgNhAW4=','OTHER','Manually Created',1,'',1112590800,0),(11,'Cj4GNFw1UW1SMwc2DGMANFRhATVTKwE0AjZWJQBmUDILOgcqVTcGOgdhBS4LYw86A3wCMFVgA30=','',0,0,0,0,'Madison Square','Chiropractic & Wellness','Madison Square Chiropractic & Wellness','60 Madison Avenue','suite 1012','new york','NY','10010','US','212-696-9355','cell-   917-902-7413','norman.rush@msqchiro.com','chiro','BG9VM1VyUCRUb1cgW24ObQd9','OTHER','Manually Created',1,'',1112677200,0),(12,'ATVQYQBiADwCbww6CmQKMgIzVGMDews+BzMGdVcxA2BVY1J/XD0DOAV/BzMBaV4vATMLOgV9','',0,0,0,0,'Chantal','Mariani','I Chantal','167 77st','Apt. 11','New York','NY','10021','US','212-203-1979','','csmariani@msn.com','blue','A2MENgI3A2hXMA07DDA=','OTHER','Manually Created',1,'',1112850000,0),(13,'BjJSYAFoAz9UNVdjWzQKNFZhCz1YIFFkVmJRIlYwVDYKOwUoVzVWalA2BywAaAs+An1XZVRjVSs=','',0,0,0,0,'Cary','Malmud','Belmont Financial','4699 N. SR #7, Suite S','','Tamarac','FL','33319','US','888-368-2274','888-235-1707','cmalamud@aol.com','belmont','UDcMalBsVDQFPgxnCyE=','OTHER','Manually Created',1,'',1112936400,0),(15,'VWEGN1QyADkGZQwwWj0KN1dlUWFRKVZiBTZWJQxjVS0HMww+UDNRcgVgV2QJYw5/BTcEMgd/','',0,0,0,0,'Burt','Rappaport','Henrys of Boca LLC','16850 Jog Road','','Delray Beach','FL','33446','US','561-289-1959','561-638-1915','henryofboca@aol.com','henry','BWgEYgE/AH8CLw==','OTHER','Manually Created',1,'',1115701200,0),(14,'ADQENQFiUWRWNwA3CWRbYlNkBz1XL1FlVmVUJwVgUipWYVdjVCoHP1I/DHUJZlpjB3g=','',0,0,0,0,'Sherry','Yeland','MikeyYellandChadwellFoundation','123 main street','','Orlando','FL','11111','US','407-296-8439','','sherry@mikeysdream.org','dream','B2YGdwUwVzsFPAYyAGwJNw==','OTHER','Manually Created',1,'',1113541200,0),(16,'ATVRYwdiAjxUOQA3CGdeYQc8VGJZIVJnBjIGdQxqWTgHLAY0XTsANVIoATEPYA18CzkEMVMr','',0,0,0,0,'Monami Boca','Monami','Monami Boca Raton','1400 Glades Road','','Delray Beach','FL','33432','US','561-391-2428','561-394-2429','info@monamiboca.com','monami','UjoFaQI8BGgBOANv','OTHER','Manually Created',1,'',1115729194,0),(17,'ATVSY1Y0VGgBbFJkDGMJMFRmBzFYIFBlAjYGdQxqBGcBNw0gB2ZXbFUvVmIPZw9+UGIEMFgg','',0,0,0,0,'Cary','Maultasch','Saunders Engineering','4100 N. Powerline Road','','Pompano Beach','FL','33073','US','954-975-8003','','saunderse@aol.com','saund','AnRVN1VwDW5aag==','OTHER','Manually Created',1,'',1115730141,0),(19,'e291eb13611d76f830693de8f39402a8','',0,0,0,0,'Tracey','Hagen','Tracey Hagen Photography','1330 West Avenue # 2608','','Miami Beach','Florida','33139','US','305-532-8866','cell-305-586-3584','TEHagen@aol.com','tracey','827ccb0eea8a706c4c34a16891f84e7b','OTHER','Manually Created',1,'',1118151687,0),(20,'ADQBMwJhDTJUMFFjDmYOMws4Cj0Dewo+Az0BcgFkBGBXYQcqVTRWb1s8BS4Bbg8yBzQGeVFnBzUKcA==','',0,0,0,0,'Joey','Cowan','UShairsolutions.com','5177 Richmond Ave. Suite 255','','Houston','TX','77056','US','866-939-HAIR','','joedcowan@yahoo.com','nohair','AWoCbgU9VDgFOAVy','OTHER','Manually Created',1,'',1118120400,0),(21,'00b8197a8d79bca04a8cd1d023368063','',0,0,0,0,'Oyvind','Berg','Harmonix Corporation','141 NW 20th Street, Suite H-1','','Boca Raton','Florida','33431','US','561.447.7170','','oyvind@harmonixcorp.com','4hair','BzYDaAc2AmZWcA==','OTHER','Manually Created',1,'',1118433182,0),(22,'79e5cbe4690611519bfe13392a8174ad','',0,0,0,0,'Fran','Dubsky','EWMHOST','P.O.Box 480442','','Delray Beach','Florida','33498','US','561-4834837','','fd@extremewebmedia.com','fran','VjUFdFNiDW5VMAI1DGE=','OTHER','Manually Created',1,'',1121125412,0),(23,'VWEFNFM3UW0BZAUwCWYKNldiAjMFfQE1VGQAcwJkUDMENwUoUzEGOAVoASoNYl5gVmBUK1RiV2ZXLQ==','',0,0,0,0,'Brent','Bonner','RSVPDesignsInc.','123 main st.','','Coral Springs','FL','33333','US','954-752-6136','','julie_bonner@bellsouth.net','rsvpinc','AXZWJgYgBntUcFI2XXAJdw==','OTHER','Manually Created',1,'',1123131600,0),(24,'AjYGNAVmUW0HY1dmAW0NMwA0UWsFfQI2U2BXJAdpUioBPAU3AX8DP1o3BDAPLQs0BjEHeA==','',0,0,0,0,'Ann','Burgess','','1025 Hancock Street Apt. 7H','','Quincy','MA','02169','US','617-479-0334','','fitnessace@hotmail.com','burges','UTJRNlFpBXtbfAZw','OTHER','Manually Created',1,'',1123687119,0),(25,'6f6654e32ee475f3d311d70bd838f622','',0,0,0,0,'Jeff','Hill','TeamLaserPlus','6225 Corporate Drive','','Houston','Texas','77036','US','713-774-1222','713-774-2584','jeffhill@teamlaserplus.com','laserplus','A3JVMwAxBmY=','OTHER','Manually Created',1,'',1124984042,0),(26,'Cz8BM1w4AzxSNgcxXDJZbAE1BjYDewcyUGZTIAdhUjALOA0gVjENMgB6BDIJYVorU2IDNlUt','',0,0,0,0,'Mark','Parker','EastCoastFarms','6796 Lantana Rd','','Lake Worth','FL','33467','US','561 965-5400','','markparker@eastcoastfarms.com','mparker','AWlXJFVkUyxRblIyCiZdIAtpVydSJQ==','OTHER','Manually Created',1,'',1128706072,0),(27,'ADRVZ1E4AT1bOgE1DWINMAs9VGVQKFZjU2cHdFA2VDYENVZ7UTNUaFM1UXoPZ11oUC8FNAMwAnw=','',0,0,0,0,'Robert','DiLonardo','Retail Consulting','5124 White Pine Circle NE','','St. Petersburg','FL','33703','US','(727) 709-6961','','rdilonar@tampabay.rr.com','retail','UiUMalVxBmoFOAJrDGNcY1Zm','OTHER','Manually Created',1,'',1129834587,0),(28,'ADQAMVw4AzpTMFZlD2Jea1diCzAAeAYyBzQBcgJtVS1RZQY0UzYBIls+DTtdNQBxUGELMFEp','',0,0,0,0,'Bruce','Blum','Opus 5 LLC','5050 Town Center Circle','Suite 245','Boca Raton','FL','33486','US','561-289-3838','','bruce@rgbdesign.com','opus5','BGNRIVxuAzkBYg==','Friend/Family','Robert Blum',1,'bsb77',1130868319,0),(29,'2475b54dc28af894b2d0703f370e6826','',0,0,0,0,'Steven','Lankfer','Green Wing LLC','600 Monroe Ave. NW','slankfer@ldiinc.com','Grand Rapids','MI','49503','US','616-957-2573','','ifrantic@bellsouth.net','greenwingii','d41d8cd98f00b204e9800998ecf8427e','OTHER','Manually Created',1,'',1140043808,0),(30,'UmYBMwZjVGEAYQQ4CGcLNgU1BjQEfAA1V2FQI1cxUjBQY1F8UzQGOQd9ADQOZw86BHtRYVZiAH4=','',0,0,0,0,'Cowan','Joe','CNA','12946 Dairy Ashford, Ste. 265','','Sugar Land','TX','77478','US','281-494-2153','','joe@cna-hgh.com','cnahost98','BWMGawY3A34FMAJ0CSQBNVZkCjg=','OTHER','Manually Created',1,'',1141970400,0),(31,'4f267dbf8448935dc9616494f88f9bf0','',0,0,0,0,'CNA','HGH.com','cna-hgh.com','12946 Dairy Ashford, Ste. 265','','Sugar Land,','Texas','77478','US','281-494-2153','','monday@cna-hgh.com','cnamil8','BGINYFNiVitabwN1XnMPOwIwVmQ=','OTHER','Manually Created',1,'',1142283212,0),(34,'ATUMPlA0AjwGYAI2D2hbZwE1U2lWLlZjCj5UJ1A2UDIGNwcqB2VRbABtASoKYwE0AH8BMVRkUS8=','',0,0,0,0,'Howard','Listopad','Coral Springs Family Dentistry','10161 W Sample Rd','','Coral Springs','FL','FL 33065','US','954-255-7672','','hlisto@hotmail.com','csfdentistry','UW0COVYwUy5XcwRl','Friend/Family','',1,'986ppd',1142381000,0),(32,'BDAHNlE0UGwBbFdmCGZea1FlADMHf1BlAjAGdQVgAGVXYQUoVzYFOwVkV3wMYAo2AzBQL1FmBzdWLA==','',0,0,0,0,'Caroline','Karolinko','Palm Beach Coralytes','Seacrest Blvd','','Delray Beach','FL','33444','US','561-369-4623','','ifrantic@bellsouth.net','PBCoralytes','AXcHfVxiUz1SbgZxCTg=','OTHER','Manually Created',1,'',1142316000,0),(33,'71c896971e55cf2a1f38bc013b45e256','',0,0,0,0,'Beth','Delgado - do not use','Palm Beach Coralytes','9698 64TH WAY S','','Boynton Beach','Florida','33437','US','561-369-4623','','cdbdavis@bellsouth.net','coral','d41d8cd98f00b204e9800998ecf8427e','OTHER','Manually Created',1,'',1142380140,0),(35,'a65f8ca7db3cd416335be9da09ce9304','',0,0,0,0,'Harmonix','Corp','Harmonix Corp','1181 South Rogers Circle','Suite 22','Boca Raton','Florida','33487','US','561-447-7170','','birgit@harmonixcorp.com','harmonix','d41d8cd98f00b204e9800998ecf8427e','OTHER','Manually Created',1,'',1143140344,0),(36,'b6da9f5b21f10bc7d97c5e4767729683','',0,0,0,0,'David','Finkelstein','Alan James Group, LLC','2101 NW Corporate Blvd., Ste. 410','','Boca Raton','Florida','33431','US','561-939-2500','','davidf@alanjamesgroup.com','ajgroupftp','B2ZQMlJ0Uzdaagw7AG4JNAQx','OTHER','Manually Created',1,'',1145500714,0),(37,'BTEGN106UG5XOwU0AGkKM1BiCzxZIQUwU2FQI1E0UzZRZwMuUDECPFEwUHsBa1lkVCsCMgMwUC4=','',0,0,0,0,'Joseph','Rosen','','13514 NW 7th Street','','Plantation','FL','33325','US','(954) 560-7538','(954) 370-0006','jlawgator8@aol.com','jlawgato','ViIDdQI7UzVVZ1c+XmE=','OTHER','Manually Created',1,'',1148446800,0),(38,'VWEAMQJmADlTMAc0C2EINQY1BTYCegQwATJRIlY5VCwHMwQ2BWAAIwBlDDpeNg5/CzsLMAV9','',0,0,0,0,'Sam','Negri','International Security & Safety Group','9148 Bonita Beach Road','Suite 200','Bonita Springs','FL','34135','US','239.498.3961','239.495.2839','sam.negri@gmail.com','issgl','Uj4GdlZ1ATxVMlFmAGk=','','',1,'',1174971600,0),(39,'BTFRYwduADxTMlVhDWcKMQc9UGFVLQI3UGRVJlE3UTMDMgEsB2VQbFE3Bi1ZMQw5UC8LO1JvBng=','',0,0,0,0,'Mark','Streisfeld','Mediclip LLC','7785 Travelers Tree Drive','','Boca Raton','FL','33433','US','561-245-1032','','Marks1199@aol.com','mediclip','A2sCZFdjAmZTPgwxAWg=','','',1,'',1168885033,0),(40,'6fe6ab0ced72b11028ca2e583880c8b8','',0,0,0,0,'Rob','Streisfeld','phdpros','7785 Travelers Tree Dr','','Boca Raton','Florida','33433','US','561.309.8789','','docrob@phdpros.com','docrob','d41d8cd98f00b204e9800998ecf8427e','OTHER','Manually Created',1,'',1175568493,0),(41,'BjJSYwJkBzkFZAQ5AW4JNlNoV2RXLwE1ADNQIwNsVy8KPlBhAWJUd1A1DD5bPQBxCj0BM1gg','',0,0,0,0,'Greg','Buck','National Risk Experts, LLC','11380 Prosperity Farms Rd. Suite 113','','Palm Beach Gardens','FL','33410','US','561-775-2588','561-775-1596','fd@extremewebmedia.com','grpakr','AWpWJ1diBjlSNlJnWjNdIApoAnIDdA==','OTHER','Manually Created',1,'',1178427600,0),(42,'ADQDMgBhV29RMlZiAWsNNgM0AzRULFBkVmVWJQZgUjVQe1VhAWYHJAdiBDZbNl0sUGcDMlkh','',0,0,0,0,'Gregory','Buck','Employer Resource Solutions','11380 Prosperity Farms Rd. Suite 113','','Palm Beach Gardens','FL','33410','US','(561) 775-1928','561-775-1596','fran@extremewebmedia.com','emprs','CmoAcQEiU25XNVFkAGk=','OTHER','Manually Created',1,'',1181693522,0),(43,'65a75c0259dca80bf141594e73f68d94','',0,0,0,0,'test','testt','est','test','','safdafsd','AL','33333','US','3334443343','','fdubsky@gmail.com','dsf','UjYCcl1pDWY=','Everyone','',1,'asdf',1188246165,0),(44,'9e67e2efe9c0f28eed43d45bdfd5aade','',0,0,0,0,'Anthony','Mannarino','VIP International','9878 Clint Moore Road','','Boca Raton','Florida','33496','US','561-350-1035','','dr@bocalaser.com','ghrx','AmYGawYiBGRUYVA7Dj4NMVdmVGQ=','OTHER','Manually Created',1,'',1189782225,0),(45,'cf125228c8203f9e95b613c5e88d3557','',0,0,0,0,'LOME','MAHABIR','TIBA INTERNATIONAL','2724 Shawnee Ave.','','West Palm Beach','Florida','33409','US','(561) 686-3870','','tiba@BELLSOUTH.NET','tibaint','UiNXPVZkB2tTblU+WXMPcgpoBXUCdQ==','OTHER','Manually Created',1,'',1193708457,0),(46,'AzcAMVUyV2kFYFdmCWFaZAQ+U2RWLgI3AjABcgdiBWAFMwMuAGEFOwZnV3wJYws2UywEM1ZkBXs=','',0,0,0,0,'Mark','Streisfeld - IguanaRid','Marketable Marketing, Inc.','432 S. Military Trail','','Deerfield Bch','FL','33442','US','561 488 - 4863','561 488 - 1130','marks1199@aol.com','iguanari','A2MEfQUfB1IHYQBvDBFcJQR9AWpSAVZj','OTHER','Manually Created',1,'',1234677600,0),(47,'BjIHNgZmBzMBYAczXDFdZFdmVmJXLwE1U2AFdgVjUTYHLFdsVzJUd1YzBjFeNFsqAjVQZAB4','',0,0,0,0,'Leslie','Dolchin','Leslie Permanent Makeup','123 Main Street','','Washington','DC','12345','US','202-758-0644','','ldolchin@gmail.com','lesliego','VjkMYVRSDDNRXFUpDCsBWgs6','OTHER','Manually Created',1,'',1209513268,0),(48,'39685e19ecc6d6cfaeb1707da4f5b47f','',0,0,0,0,'Jennifer','Sichenzia','Project Life Works, Inc.','61 NE 3rd Ave','','Deerfield Beach','Florida','33441','US','(954)428-1118','(954)862-5992','projectlifeworksinc@yahoo.com','projectlifeworksinc','Cn8HaFZxDDIBZlVkAWsOMg==','OTHER','Manually Created',1,'',1253238215,0),(49,'Cz9XZlQyADsHYAE2CGULMws+CjxQKAY1BTFWOlEoBWEGNww5AX8EPFUyUHtZMgE5AX4DNFNuVyk=','',0,0,0,0,'Andrew','Davis','DreamJob.com.au','48 Golden Grove Ave','','Kellyville','NSW','2155','AU','0431902548','','sales@couponmeup.com','couponmeup','B2VVOQElVGgAZgUz','Other Web Site','',1,'',1266323545,0),(50,'8963fed81d06ffffa2961d125a7e3ffb','',0,0,0,0,'Pam','Finkelstein','RA Luxury Partners','16950 Job Road','Suite 102','Boca Raton','Florida','33446','US','561.866.3456','','pam@finkelstein.us','pamfinkelstein','AHUHd11rV29TMgc7WTU=','OTHER','Manually Created',1,'',1281293426,0);
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2011-06-14  2:03:25

