-- MySQL dump 9.11 -- -- Host: localhost Database: roofcalc_idevaffiliate -- ------------------------------------------------------ -- Server version 4.0.22-standard -- -- Table structure for table `idevaff_admin` -- DROP TABLE IF EXISTS idevaff_admin; CREATE TABLE idevaff_admin ( record tinyint(10) NOT NULL auto_increment, adminid varchar(64) NOT NULL default '', adminpass varchar(64) NOT NULL default '', super int(1) NOT NULL default '0', date date NOT NULL default '0000-00-00', time time NOT NULL default '00:00:00', PRIMARY KEY (record), KEY record (record) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_admin` -- /*!40000 ALTER TABLE idevaff_admin DISABLE KEYS */; LOCK TABLES idevaff_admin WRITE; INSERT INTO idevaff_admin VALUES (1,'roofcalc','s6234067',1,'2005-08-16','03:24:50'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_admin ENABLE KEYS */; -- -- Table structure for table `idevaff_ads` -- DROP TABLE IF EXISTS idevaff_ads; CREATE TABLE idevaff_ads ( id int(255) NOT NULL auto_increment, grp int(255) NOT NULL default '0', title varchar(64) NOT NULL default '', text text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_ads` -- /*!40000 ALTER TABLE idevaff_ads DISABLE KEYS */; LOCK TABLES idevaff_ads WRITE; INSERT INTO idevaff_ads VALUES (2,1,'Roofing Software - Roof Calculator 6.1','Roof estimating software computes roof size, labor and material cost and much more in minutes. Download: $89.50'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_ads ENABLE KEYS */; -- -- Table structure for table `idevaff_affiliates` -- DROP TABLE IF EXISTS idevaff_affiliates; CREATE TABLE idevaff_affiliates ( id int(10) NOT NULL auto_increment, username varchar(64) NOT NULL default '', password varchar(64) NOT NULL default '', approved int(1) NOT NULL default '0', payable varchar(64) NOT NULL default '', tax_id_ssn varchar(40) NOT NULL default '', f_name varchar(64) NOT NULL default '', l_name varchar(64) NOT NULL default '', email varchar(64) NOT NULL default '', address_1 varchar(64) NOT NULL default '', address_2 varchar(64) NOT NULL default '', city varchar(64) NOT NULL default '', state varchar(40) NOT NULL default '', zip varchar(20) NOT NULL default '', country varchar(64) NOT NULL default '', phone varchar(40) NOT NULL default '', fax varchar(40) NOT NULL default '', url varchar(128) NOT NULL default '', pp int(2) NOT NULL default '0', paypal varchar(64) NOT NULL default '', tier int(255) NOT NULL default '0', tagged int(1) NOT NULL default '0', hits_in int(255) NOT NULL default '0', sales int(255) NOT NULL default '0', tier_sales int(255) NOT NULL default '0', level int(5) NOT NULL default '0', PRIMARY KEY (id), KEY id (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_affiliates` -- /*!40000 ALTER TABLE idevaff_affiliates DISABLE KEYS */; LOCK TABLES idevaff_affiliates WRITE; INSERT INTO idevaff_affiliates VALUES (100,'gypzies','11171117',1,'Jacquolyn Rudd','453635184','Jacquolyn','Rudd','alsameta@yahoo.com','8201 Fair Oaks Crossing','#2080','Dallas','Texas','75231','US','214-221-3879','','http://www.contracttexas.com',1,'admin@alloftexas.com',0,0,44,0,0,1),(101,'aff1','af1zzz',1,'Richard White','127274526','Richard','White','newprogs@affiliatefirst.com','241 W. 97th St., 14K','','New York','New York','10025','US','212-202-8351','212-665-4324','http://www.affiliatefirst.com/',1,'payments@affiliatefirst.com',0,0,30,0,0,1),(102,'W4C123','9DEC3738',1,'Robert Helbig','526-47-5499','Robert','Helbig','w4c@sbcglobal.net','P.O. Box 4865','','Chatsworth','CA','91313-4865','US','818-773-0895','818-337-0487','http://www.websites4contractors.com',1,'support@websites4contractors.com',0,0,763,0,0,1),(103,'arhroofing','alanhenry',1,'alan henry','037538470','alan','henry','arhroofing@hotmail.com','59 tift rd','','n.smithfield','ri','02896','US','508-410-0286','','http://fixroof.4t.com',1,'jediroofwalker@yahoo.com',0,0,16,0,0,1),(104,'priceogre','davidjose',1,'Frank Daniel Pineiro Barcelo','International','Frank Daniel','Pineiro Barcelo','mrfori@yahoo.com','PO BOX 7195','','Bondi Beach','NSW','2026','AU','61410710180','612 9130 4472','http://www.priceogre.com',1,'mrfori@yahoo.com',0,0,0,0,0,1); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_affiliates ENABLE KEYS */; -- -- Table structure for table `idevaff_archive` -- DROP TABLE IF EXISTS idevaff_archive; CREATE TABLE idevaff_archive ( record int(100) NOT NULL auto_increment, id int(255) NOT NULL default '0', date date NOT NULL default '0000-00-00', time time NOT NULL default '00:00:00', payment decimal(10,2) NOT NULL default '0.00', tier int(255) NOT NULL default '0', top_tier_tag int(1) NOT NULL default '0', bonus int(1) NOT NULL default '0', stamp int(10) NOT NULL default '0', recurring int(255) NOT NULL default '0', tier_id int(255) NOT NULL default '0', KEY record (record) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_archive` -- /*!40000 ALTER TABLE idevaff_archive DISABLE KEYS */; LOCK TABLES idevaff_archive WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_archive ENABLE KEYS */; -- -- Table structure for table `idevaff_banners` -- DROP TABLE IF EXISTS idevaff_banners; CREATE TABLE idevaff_banners ( number int(3) NOT NULL auto_increment, grp int(10) NOT NULL default '0', size1 varchar(10) NOT NULL default '', size2 int(10) NOT NULL default '0', image varchar(64) NOT NULL default '', description text NOT NULL, PRIMARY KEY (number), KEY number (number) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_banners` -- /*!40000 ALTER TABLE idevaff_banners DISABLE KEYS */; LOCK TABLES idevaff_banners WRITE; INSERT INTO idevaff_banners VALUES (6,1,'120',120,'roof120.gif',''),(5,1,'468',60,'roofcalculator-468x60.gif',''),(4,1,'120',60,'roofcalculator-120x60.gif',''); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_banners ENABLE KEYS */; -- -- Table structure for table `idevaff_colors` -- DROP TABLE IF EXISTS idevaff_colors; CREATE TABLE idevaff_colors ( cp_head_back varchar(7) NOT NULL default '', cp_foot_back varchar(7) NOT NULL default '', page_border varchar(7) NOT NULL default '', light_cells varchar(7) NOT NULL default '', lighter_cells varchar(7) NOT NULL default '', mid_cells varchar(7) NOT NULL default '', left_column varchar(7) NOT NULL default '', top_bot_links varchar(7) NOT NULL default '', alt_links varchar(7) NOT NULL default '', top_bot_text varchar(7) NOT NULL default '', logged_menu varchar(7) NOT NULL default '', menu_links varchar(7) NOT NULL default '', page_back varchar(7) NOT NULL default '', page_links varchar(7) NOT NULL default '', red_text varchar(7) NOT NULL default '', white_back varchar(7) NOT NULL default '', section_head_txt varchar(7) NOT NULL default '', dim_font varchar(7) NOT NULL default '', tag_color varchar(7) NOT NULL default '' ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_colors` -- /*!40000 ALTER TABLE idevaff_colors DISABLE KEYS */; LOCK TABLES idevaff_colors WRITE; INSERT INTO idevaff_colors VALUES ('#003366','#003366','#003366','#D7E2FE','#E6EDFD','#C3D4FE','#D7E2FE','#FFFFFF','#DFE3EC','#FFFFFF','#F8FAFF','#0000FF','#FFFFFF','#0000FF','#CC0000','#FFFFFF','#FFFFFF','#808080','#FFFF00'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_colors ENABLE KEYS */; -- -- Table structure for table `idevaff_config` -- DROP TABLE IF EXISTS idevaff_config; CREATE TABLE idevaff_config ( sitename varchar(128) NOT NULL default '', siteurl varchar(255) NOT NULL default '', base_url varchar(255) NOT NULL default '', full_path varchar(255) NOT NULL default '', cookie_url varchar(128) NOT NULL default '', main_logo varchar(128) NOT NULL default '', admin_email varchar(64) NOT NULL default '', account_approval int(1) NOT NULL default '0', sale_approval int(1) NOT NULL default '0', welcome_email int(1) NOT NULL default '0', balance decimal(10,2) NOT NULL default '0.00', startnumber int(255) NOT NULL default '0', initialbalance decimal(10,2) NOT NULL default '0.00', paytype int(1) NOT NULL default '0', mailadmin int(1) NOT NULL default '0', currency varchar(10) NOT NULL default '', cur_sym char(2) NOT NULL default '', notify int(1) NOT NULL default '0', paypal int(1) NOT NULL default '0', force_paypal int(1) NOT NULL default '0', browse int(1) NOT NULL default '0', sale_notify int(1) NOT NULL default '0', sale_notify_affiliate int(1) NOT NULL default '0', payday varchar(5) NOT NULL default '', delay_minutes int(5) NOT NULL default '0', second_tier int(1) NOT NULL default '0', tier_payout decimal(10,2) NOT NULL default '0.00', max_size int(255) NOT NULL default '0', varname varchar(50) NOT NULL default '', lang int(10) NOT NULL default '1', ppc decimal(10,2) NOT NULL default '0.00', pps_fr decimal(10,2) NOT NULL default '0.00', ssn_req int(1) NOT NULL default '0', set_1 int(1) NOT NULL default '0', set_2 int(1) NOT NULL default '0', set_3 int(1) NOT NULL default '0', set_4 int(1) NOT NULL default '0', set_5 int(1) NOT NULL default '0', set_6 int(1) NOT NULL default '0', set_7 int(1) NOT NULL default '0', set_8 int(1) NOT NULL default '0', set_9 int(1) NOT NULL default '0', set_10 int(1) NOT NULL default '0', set_11 int(1) NOT NULL default '0', set_12 int(1) NOT NULL default '0', set_13 int(1) NOT NULL default '0', set_14 int(1) NOT NULL default '0', idev_tracking varchar(64) NOT NULL default '', use_tracking int(1) NOT NULL default '0', allow_rec int(10) NOT NULL default '0', aff_lock int(1) NOT NULL default '0', idev_return varchar(128) NOT NULL default '', use_return int(1) NOT NULL default '0', expire int(20) NOT NULL default '0', expire_type int(1) NOT NULL default '0', expire_stamp int(40) NOT NULL default '0', sessions int(1) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_config` -- /*!40000 ALTER TABLE idevaff_config DISABLE KEYS */; LOCK TABLES idevaff_config WRITE; INSERT INTO idevaff_config VALUES ('Roof Calculator 6.1','http://www.roofcalculator.com/','http://www.roofcalculator.com/idevaffiliate','http://www.roofcalculator.com/index.htm','.roofcalculator.com','http://www.roofer911.com/_borders/roofcalculator-468x60.gif','sales@roofcalculator.com',1,1,1,'50.00',100,'05.00',3,1,'USD','$',1,1,1,1,1,1,'1st',0,1,'0.25',1000000,'sale_amount',1,'0.02','20.00',1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,'order_id',1,1,1,'http://www.yoursite.com/thanks.html',0,50,3,4320000,0); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_config ENABLE KEYS */; -- -- Table structure for table `idevaff_email` -- DROP TABLE IF EXISTS idevaff_email; CREATE TABLE idevaff_email ( approved_subject text NOT NULL, approved_body text NOT NULL, approved_footer text NOT NULL, declined_subject text NOT NULL, declined_body text NOT NULL, declined_footer text NOT NULL, default_footer_aff text NOT NULL, welcome_subject text NOT NULL, welcome_body text NOT NULL, welcome_footer text NOT NULL, admin_acct_subject text NOT NULL, admin_acct_body text NOT NULL, admin_acct_footer text NOT NULL, admin_sale_subject text NOT NULL, admin_sale_footer text NOT NULL, admin_sale_body text NOT NULL, comm_subject text NOT NULL, comm_footer text NOT NULL, comm_body text NOT NULL, new_app_subject text NOT NULL, new_app_body text NOT NULL, new_app_footer text NOT NULL, friend_body text NOT NULL, friend_subject text NOT NULL, admin_rec_subject text NOT NULL, admin_rec_footer text NOT NULL, admin_rec_body text NOT NULL ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_email` -- /*!40000 ALTER TABLE idevaff_email DISABLE KEYS */; LOCK TABLES idevaff_email WRITE; INSERT INTO idevaff_email VALUES ('Roof Calculator 6.1 Affiliate Approval','We have approved your account! You can now login and get your banner linking code, check stats, etc.','','Roof Calculator 6.1 Affiliate Decline Notice','We are sorry to inform you that we have decided not to approve your affiliate account at this time. If you would like more information, please respond to this email and we would be happy to explain our decision in more detail.','','Sincerely,\r\n\r\nSteven Briesemeister\r\nhttp://www.roofcalculator.com','Welcome To The Sitename Affiliate Program!','Welcome to the Roof Calculator 6.1 affiliate program. Once we have approved your account, you can login and retrieve your banner linking code, check your sales and traffic stats and much more.','Sincerely,\r\n\r\nSteven Briesemeister\r\nhttp://www.roofcalculator.com','New Affiliate on Roof Calculator 6.1','You have a new affiliate on Roof Calculator 6.1. If you chose to approve new accounts, you will need to login to your admin center and either approve or decline this account.','-----------------------------------------\r\nAuto Message Sent By iDevAffiliate (v4.0)','New Affiliate SALE on Roof Calculator 6.1','-----------------------------------------\r\nAuto Message Sent By iDevAffiliate (v4.0)','You have a new affiliate SALE on Roof Calculator 6.1. If you chose to approve sales, you will need to login to your admin center and either approve or decline this sale.','Payment Notification - Roof Calculator 6.1 Affiliate Program','','We have sent your commission check for this month. Be sure to login and check your financial history as well as other important stats. We hope to continue building a strong partnership with you!','New Sale Notification - Roof Calculator 6.1 Affiliate Program','Congratulations! You have generated a sale on the Roof Calculator 6.1 affiliate program. Be sure to login to your account and check your accounting history and current stats.','','I came across a site that you might be interested in. Click the link below and let me know what you think.','I Found A Site You Might Be Interested In','New Recurring SALE on Roof Calculator 6.1','-----------------------------------------\r\nAuto Message Sent By iDevAffiliate (v4.0)','iDevAffiliate has automatically generated a new sale from your list of recurring sales. Please login to approve this recurring sale and manage your affiliates.'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_email ENABLE KEYS */; -- -- Table structure for table `idevaff_groups` -- DROP TABLE IF EXISTS idevaff_groups; CREATE TABLE idevaff_groups ( id int(255) NOT NULL auto_increment, name varchar(128) NOT NULL default '', contains int(10) NOT NULL default '0', ads int(10) NOT NULL default '0', links int(10) NOT NULL default '0', location varchar(128) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_groups` -- /*!40000 ALTER TABLE idevaff_groups DISABLE KEYS */; LOCK TABLES idevaff_groups WRITE; INSERT INTO idevaff_groups VALUES (1,'All Products',3,1,2,''),(2,'iDevAffiliate v4.0',0,0,2,'http://www.idevdirect.com/idevaffiliate.php'),(3,'iDevBanX v2.0',0,0,2,'http://www.idevdirect.com/idevbanx.php'),(4,'iDevAdMan v1.0',0,0,2,'http://www.idevdirect.com/idevadman.php'),(5,'Roof Calculator 6.1',0,0,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_groups ENABLE KEYS */; -- -- Table structure for table `idevaff_iptracking` -- DROP TABLE IF EXISTS idevaff_iptracking; CREATE TABLE idevaff_iptracking ( id int(255) NOT NULL auto_increment, acct_id int(255) NOT NULL default '0', ip varchar(64) NOT NULL default '', refer varchar(128) NOT NULL default '', stamp int(40) NOT NULL default '0', hit_time varchar(128) NOT NULL default '', hit_date varchar(128) NOT NULL default '', PRIMARY KEY (id), KEY record (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_iptracking` -- /*!40000 ALTER TABLE idevaff_iptracking DISABLE KEYS */; LOCK TABLES idevaff_iptracking WRITE; INSERT INTO idevaff_iptracking VALUES (1,100,'205.188.116.200','http://www.contracttexas.com/fortryce31.htm',1105490131,'5:35pm','01-11-05'),(2,101,'66.15.129.18','http://www.affiliatefirst.com/cgi-bin/page.cgi?g=New%2F2005-01-25.shtml&t=gr&d=1',1106961006,'6:10pm','01-28-05'),(3,100,'4.226.18.69','http://contracttexas.com/020505h.htm',1107629584,'11:53am','02-05-05'),(4,101,'65.214.44.35','',1107903609,'4:00pm','02-08-05'),(5,101,'68.45.134.41','http://www.affiliatefirst.com/cgi-bin/page.cgi?g=txt%2FHome_and_Garden%2FHome_Improvement%2Fmore2.shtml&t=gr&d=1',1108102981,'11:23pm','02-10-05'),(6,100,'209.237.238.172','',1108273358,'10:42pm','02-12-05'),(7,101,'195.92.67.76','http://www.affiliatefirst.com/cgi-bin/rate.cgi?ID=11987',1108499232,'1:27pm','02-15-05'),(8,101,'200.55.139.238','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/more2.shtml',1108619907,'10:58pm','02-16-05'),(9,101,'69.196.126.237','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/more2.shtml',1108870436,'8:33pm','02-19-05'),(10,102,'80.144.236.32','http://www.websites4contractors.com',1109145133,'12:52am','02-23-05'),(11,102,'221.148.44.112','//www.websites4contractors.com/',1109153364,'3:09am','02-23-05'),(12,102,'80.178.13.105','',1109157363,'4:16am','02-23-05'),(13,102,'209.237.238.172','',1109161042,'5:17am','02-23-05'),(14,102,'213.42.2.27','http://www.websites4contractors.com/',1109181019,'10:50am','02-23-05'),(15,102,'151.138.254.21','http://websites4contractors.com',1109254341,'7:12am','02-24-05'),(16,102,'207.68.146.56','',1109255000,'7:23am','02-24-05'),(17,102,'221.148.44.82','//www.websites4contractors.com/',1109281781,'2:49pm','02-24-05'),(18,100,'205.188.116.199','http://www.contracttexas.com/',1109301318,'8:15pm','02-24-05'),(19,102,'69.234.138.147','http://www.websites4contractors.com',1109397260,'10:54pm','02-25-05'),(20,102,'219.128.27.226','',1109421463,'5:37am','02-26-05'),(21,102,'221.148.44.109','//www.websites4contractors.com/',1109447656,'12:54pm','02-26-05'),(22,102,'221.148.44.77','//www.websites4contractors.com/',1109494942,'2:02am','02-27-05'),(23,102,'202.155.198.78','http://www.websites4contractors.com/',1109502419,'4:06am','02-27-05'),(24,102,'64.232.255.195','http://www.websites4contractors.com/',1109529796,'11:43am','02-27-05'),(25,102,'66.249.64.39','',1109618527,'12:22pm','02-28-05'),(26,102,'207.215.253.48','',1109621506,'1:11pm','02-28-05'),(27,102,'219.128.24.238','',1109778339,'8:45am','03-02-05'),(28,102,'69.246.6.251','http://www.websites4contractors.com/?source=overture',1109985913,'6:25pm','03-04-05'),(29,102,'207.46.98.132','',1110025930,'5:32am','03-05-05'),(30,102,'221.148.44.101','//www.websites4contractors.com/',1110050599,'12:23pm','03-05-05'),(31,101,'69.232.0.21','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/more2.shtml',1110067907,'5:11pm','03-05-05'),(32,102,'219.128.10.221','',1110256935,'9:42pm','03-07-05'),(33,102,'68.7.26.182','http://www.websites4contractors.com/',1110353259,'12:27am','03-09-05'),(34,102,'219.128.25.189','',1110456333,'5:05am','03-10-05'),(35,102,'66.249.64.55','',1110473732,'9:55am','03-10-05'),(36,102,'195.229.241.187','',1110643811,'9:10am','03-12-05'),(37,102,'195.229.241.183','',1110666238,'3:23pm','03-12-05'),(38,102,'69.234.149.230','http://www.websites4contractors.com/',1110782172,'11:36pm','03-13-05'),(39,102,'219.128.21.191','',1110881348,'3:09am','03-15-05'),(40,102,'81.169.135.237','',1110892318,'6:11am','03-15-05'),(41,102,'67.78.163.156','',1110915555,'12:39pm','03-15-05'),(42,102,'70.27.22.228','http://websites4contractors.com/',1110942246,'8:04pm','03-15-05'),(43,102,'64.124.85.203','http://www.websites4contractors.com/',1110945489,'8:58pm','03-15-05'),(44,102,'219.128.9.109','',1110995139,'10:45am','03-16-05'),(45,102,'207.68.146.62','',1111091325,'1:28pm','03-17-05'),(46,102,'81.129.99.86','',1111091738,'1:35pm','03-17-05'),(47,102,'66.215.14.195','http://www.websites4contractors.com/',1111102239,'4:30pm','03-17-05'),(48,103,'65.96.52.222','',1111106415,'5:40pm','03-17-05'),(49,102,'68.46.30.162','http://www.websites4contractors.com/',1111107252,'5:54pm','03-17-05'),(50,102,'64.124.85.207','http://www.websites4contractors.com/',1111274066,'4:14pm','03-19-05'),(51,102,'66.249.64.33','',1111324358,'6:12am','03-20-05'),(52,102,'207.46.98.133','',1111420674,'8:57am','03-21-05'),(53,102,'24.153.139.49','',1111437281,'1:34pm','03-21-05'),(54,102,'201.8.33.223','http://www.websites4contractors.com/',1111658513,'3:01am','03-24-05'),(55,102,'82.107.115.28','',1111748161,'3:56am','03-25-05'),(56,102,'69.234.148.100','http://www.websites4contractors.com/roofingBannerTest.htm',1111773398,'10:56am','03-25-05'),(57,102,'82.79.136.45','http://www.websites4contractors.com/',1111798283,'5:51pm','03-25-05'),(58,100,'4.226.24.220','http://contracttexas.com/texas30.html',1111816453,'10:54pm','03-25-05'),(59,102,'213.42.2.25','http://www.websites4contractors.com/',1111830675,'2:51am','03-26-05'),(60,102,'216.239.38.136','http://216.239.39.104/translate_c?hl=de&ie=UTF-8&oe=UTF-8&langpair=en%7Cde&u=http://www.websites4contractors.com/&prev=/language',1112020737,'7:38am','03-28-05'),(61,101,'209.237.238.172','',1112078833,'11:47pm','03-28-05'),(62,102,'24.197.123.194','http://www.websites4contractors.com/',1112118943,'10:55am','03-29-05'),(63,102,'219.95.24.32','',1112202970,'10:16am','03-30-05'),(64,102,'148.204.50.119','http://www.websites4contractors.com/',1112208658,'11:50am','03-30-05'),(65,102,'66.119.33.181','',1112284474,'8:54am','03-31-05'),(66,102,'66.249.64.28','',1112307390,'3:16pm','03-31-05'),(67,102,'69.234.111.168','http://www.roofhelper.com/',1112311056,'4:17pm','03-31-05'),(68,102,'24.68.63.111','http://www.websites4contractors.com/',1112381326,'11:48am','04-01-05'),(69,102,'69.92.203.218','http://www.websites4contractors.com/',1112385131,'12:52pm','04-01-05'),(70,102,'69.238.96.157','',1112409065,'7:31pm','04-01-05'),(71,101,'70.186.209.252','http://www.affiliatefirst.com/cgi-bin/search.cgi?search.x=0;isValidated=Yes;query=computer;search.y=0;catid=370&nh=3',1112467468,'11:44am','04-02-05'),(72,102,'222.50.100.240','',1112486999,'5:09pm','04-02-05'),(73,101,'24.69.255.242','',1112510973,'11:49pm','04-02-05'),(74,102,'12.222.59.10','http://www.websites4contractors.com/links/constructionestimating.htm',1112542243,'9:30am','04-03-05'),(75,102,'222.50.100.121','',1112546756,'10:45am','04-03-05'),(76,102,'81.133.165.192','http://www.websites4contractors.com/links/roofingproducts.htm',1112620674,'7:17am','04-04-05'),(77,102,'64.5.245.11','',1112673286,'9:54pm','04-04-05'),(78,102,'66.166.99.146','http://www.websites4contractors.com/links/roofingcontractorsinnewyork.htm',1112737619,'3:46pm','04-05-05'),(79,102,'4.230.123.45','',1112762010,'10:33pm','04-05-05'),(80,102,'82.107.87.74','',1112802857,'9:54am','04-06-05'),(81,102,'70.60.206.196','',1112903117,'1:45pm','04-07-05'),(82,102,'206.180.164.242','http://www.websites4contractors.com/links/constructionsoftware.htm',1112904641,'2:10pm','04-07-05'),(83,102,'70.107.230.216','http://www.websites4contractors.com/links/constructiontools.htm',1112919818,'6:23pm','04-07-05'),(84,102,'68.174.37.125','http://www.websites4contractors.com/',1112923420,'7:23pm','04-07-05'),(85,102,'70.19.68.156','http://www.websites4contractors.com/links/constructionestimating.htm',1112977987,'10:33am','04-08-05'),(86,102,'152.163.100.200','http://www.websites4contractors.com/links/roofingcontractorsinnewyork.htm',1112989896,'1:51pm','04-08-05'),(87,102,'222.50.102.188','',1113007846,'6:50pm','04-08-05'),(88,102,'81.174.247.125','http://www.websites4contractors.com/links/constructionsoftware.htm',1113032962,'1:49am','04-09-05'),(89,102,'209.52.82.24','http://www.websites4contractors.com/links/constructionestimating.htm',1113056912,'8:28am','04-09-05'),(90,102,'207.46.98.131','',1113072831,'12:53pm','04-09-05'),(91,102,'24.217.64.21','',1113079068,'2:37pm','04-09-05'),(92,102,'68.203.166.143','http://www.websites4contractors.com/links/constructionsoftware.htm',1113108873,'10:54pm','04-09-05'),(93,102,'66.249.71.72','',1113148605,'9:56am','04-10-05'),(94,102,'68.103.228.80','http://www.websites4contractors.com/links/constructionestimating.htm',1113213202,'3:53am','04-11-05'),(95,102,'84.148.60.203','',1113221267,'6:07am','04-11-05'),(96,102,'64.223.116.137','http://www.websites4contractors.com/links/constructionestimating.htm',1113231839,'9:03am','04-11-05'),(97,102,'65.80.116.191','http://www.websites4contractors.com/',1113234666,'9:51am','04-11-05'),(98,102,'65.45.205.180','http://www.websites4contractors.com/',1113235887,'10:11am','04-11-05'),(99,102,'81.156.171.123','http://www.websites4contractors.com/links/constructionsoftware.htm',1113240199,'11:23am','04-11-05'),(100,102,'70.240.89.183','',1113241987,'11:53am','04-11-05'),(101,102,'193.132.159.169','http://www.websites4contractors.com/links/resourcesforroofers.htm',1113249889,'2:04pm','04-11-05'),(102,101,'69.195.110.117','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/more2.shtml',1113261509,'5:18pm','04-11-05'),(103,102,'69.23.243.232','',1113266658,'6:44pm','04-11-05'),(104,102,'65.41.184.81','http://www.websites4contractors.com/links/constructionsoftware.htm',1113276405,'9:26pm','04-11-05'),(105,102,'192.204.0.7','http://www.websites4contractors.com',1113329463,'12:11pm','04-12-05'),(106,102,'131.204.118.161','http://www.websites4contractors.com/links/roofingcontractorsinalabama.htm',1113340335,'3:12pm','04-12-05'),(107,102,'156.34.232.137','http://www.websites4contractors.com/links/roofingcontractors.htm',1113344172,'4:16pm','04-12-05'),(108,102,'69.235.44.32','http://www.websites4contractors.com/',1113362931,'9:28pm','04-12-05'),(109,102,'205.188.117.6','http://www.websites4contractors.com/links/constructionestimating.htm',1113363457,'9:37pm','04-12-05'),(110,102,'80.58.0.237','http://www.websites4contractors.com/',1113384625,'3:30am','04-13-05'),(111,102,'68.238.63.186','http://www.websites4contractors.com/links/constructionsoftware.htm',1113392714,'5:45am','04-13-05'),(112,102,'12.46.94.194','http://www.websites4contractors.com/',1113393983,'6:06am','04-13-05'),(113,102,'12.223.65.183','',1113415050,'11:57am','04-13-05'),(114,102,'4.8.214.94','http://www.websites4contractors.com/links/roofingproducts.htm',1113415154,'11:59am','04-13-05'),(115,102,'68.158.3.27','',1113418504,'12:55pm','04-13-05'),(116,102,'24.2.167.63','http://www.websites4contractors.com/',1113418863,'1:01pm','04-13-05'),(117,102,'207.55.100.42','http://www.websites4contractors.com/links/constructionestimating.htm',1113429765,'4:02pm','04-13-05'),(118,102,'193.41.102.72','http://www.websites4contractors.com/links/constructionestimating.htm',1113489499,'8:38am','04-14-05'),(119,102,'65.33.168.207','http://www.websites4contractors.com/links/roofingcontractorsinflorida.htm',1113490141,'8:49am','04-14-05'),(120,102,'216.77.37.135','http://www.websites4contractors.com/links/constructionestimating.htm',1113490754,'8:59am','04-14-05'),(121,102,'66.56.33.225','http://www.websites4contractors.com/links/roofingcontractorsingeorgia.htm',1113499391,'11:23am','04-14-05'),(122,102,'151.205.194.28','http://www.websites4contractors.com/links/roofingcontractorsinpennsylvania.htm',1113505852,'1:10pm','04-14-05'),(123,102,'68.84.22.178','http://www.websites4contractors.com/links/remodeling.htm',1113510923,'2:35pm','04-14-05'),(124,102,'24.101.134.245','http://www.websites4contractors.com/',1113519571,'4:59pm','04-14-05'),(125,102,'84.233.148.22','',1113523769,'6:09pm','04-14-05'),(126,102,'80.58.4.174','http://www.websites4contractors.com/',1113559248,'4:00am','04-15-05'),(127,102,'68.239.180.209','http://www.websites4contractors.com/links/constructionestimating.htm',1113604754,'4:39pm','04-15-05'),(128,102,'81.199.73.29','http://www.websites4contractors.com/',1113609085,'5:51pm','04-15-05'),(129,102,'200.178.241.134','http://www.websites4contractors.com/',1113630799,'11:53pm','04-15-05'),(130,102,'195.218.107.89','http://www.websites4contractors.com/links/constructionestimating.htm',1113666224,'9:43am','04-16-05'),(131,102,'83.67.34.228','',1113683540,'2:32pm','04-16-05'),(132,102,'67.168.92.159','http://www.websites4contractors.com/links/constructionestimating.htm',1113711439,'10:17pm','04-16-05'),(133,102,'207.68.146.63','',1113713277,'10:47pm','04-16-05'),(134,102,'82.69.77.199','http://www.websites4contractors.com/links/constructionestimating.htm',1113740045,'6:14am','04-17-05'),(135,102,'61.5.8.74','http://www.websites4contractors.com/links/constructionestimating.htm',1113752116,'9:35am','04-17-05'),(136,102,'207.68.146.56','',1113794324,'9:18pm','04-17-05'),(137,102,'64.62.175.135','http://www.websites4contractors.com',1113838234,'9:30am','04-18-05'),(138,102,'65.112.226.2','http://www.websites4contractors.com/',1113851566,'1:12pm','04-18-05'),(139,102,'68.202.165.27','http://www.websites4contractors.com/links/roofingcontractorsinflorida.htm',1113856372,'2:32pm','04-18-05'),(140,102,'24.32.3.133','http://www.websites4contractors.com/links/constructionestimating.htm',1113857495,'2:51pm','04-18-05'),(141,102,'66.231.100.211','http://www.websites4contractors.com/links/roofingcontractorsinnorthdakota.htm',1113882733,'9:52pm','04-18-05'),(142,102,'69.174.99.177','http://search.msn.com/results.aspx?srch=105&FORM=AS5&q=roofing+software',1114012398,'9:53am','04-20-05'),(143,102,'4.42.151.204','http://www.websites4contractors.com/links/roofingcontractorsinmassachusetts.htm',1114015312,'10:41am','04-20-05'),(144,102,'68.109.255.194','http://www.websites4contractors.com/links/homeremodeling.htm',1114016005,'10:53am','04-20-05'),(145,102,'66.249.65.194','',1114019836,'11:57am','04-20-05'),(146,102,'64.12.116.200','http://www.websites4contractors.com/links/roofingproducts.htm',1114039913,'5:31pm','04-20-05'),(147,102,'68.18.248.72','http://www.websites4contractors.com/links/roofingproducts.htm',1114042613,'6:16pm','04-20-05'),(148,100,'70.241.75.237','http://www.contracttexas.com/',1114073236,'2:47am','04-21-05'),(149,102,'81.20.132.40','',1114074069,'3:01am','04-21-05'),(150,102,'220.130.145.70','',1114083379,'5:36am','04-21-05'),(151,102,'68.207.220.55','http://www.websites4contractors.com/links/constructionestimating.htm',1114090815,'7:40am','04-21-05'),(152,102,'64.242.88.10','',1114108090,'12:28pm','04-21-05'),(153,102,'70.48.54.131','http://search.sympatico.msn.ca/results.aspx?FORM=MSNH&cp=65001&q=roofing+calculator',1114126252,'5:30pm','04-21-05'),(154,102,'203.199.183.238','http://www.websites4contractors.com/links/constructionsoftware.htm',1114159154,'2:39am','04-22-05'),(155,102,'69.34.48.133','http://www.websites4contractors.com/links/roofingcontractorsinminnesota.htm',1114180854,'8:40am','04-22-05'),(156,102,'206.116.10.63','http://www.websites4contractors.com/links/constructionestimating.htm',1114186441,'10:14am','04-22-05'),(157,102,'66.82.9.27','http://www.websites4contractors.com/links/constructionestimating.htm',1114207534,'4:05pm','04-22-05'),(158,102,'69.239.100.101','http://www.websites4contractors.com/links/roofingproducts.htm',1114228488,'9:54pm','04-22-05'),(159,102,'198.54.202.234','http://search.msn.co.za/results.aspx?cp=1252&q=roof',1114243450,'2:04am','04-23-05'),(160,100,'66.17.15.164','',1114279980,'12:13pm','04-23-05'),(161,102,'66.36.243.229','',1114295146,'4:25pm','04-23-05'),(162,102,'64.124.85.206','http://www.websites4contractors.com/links/roofingproducts.htm',1114321849,'11:50pm','04-23-05'),(163,102,'64.62.175.138','http://www.websites4contractors.com',1114359748,'10:22am','04-24-05'),(164,102,'67.80.122.14','',1114390356,'6:52pm','04-24-05'),(165,102,'64.124.85.79','http://www.websites4contractors.com/links/roofingproducts.htm',1114394343,'7:59pm','04-24-05'),(166,101,'207.46.98.45','',1114395952,'8:25pm','04-24-05'),(167,102,'24.197.167.228','http://www.websites4contractors.com/links/resourcesforroofers.htm',1114396323,'8:32pm','04-24-05'),(168,102,'68.45.81.163','http://www.websites4contractors.com/links/roofingcontractorsinnewjersey.htm',1114456865,'1:21pm','04-25-05'),(169,102,'80.43.166.114','',1114458286,'1:44pm','04-25-05'),(170,102,'24.90.191.192','http://www.websites4contractors.com/',1114482226,'8:23pm','04-25-05'),(171,102,'68.246.239.28','http://www.websites4contractors.com/',1114483706,'8:48pm','04-25-05'),(172,102,'207.46.98.132','',1114483977,'8:52pm','04-25-05'),(173,102,'66.249.65.37','',1114495876,'12:11am','04-26-05'),(174,102,'64.62.175.137','http://www.websites4contractors.com/',1114534478,'10:54am','04-26-05'),(175,102,'66.176.245.67','http://www.websites4contractors.com/',1114538149,'11:55am','04-26-05'),(176,102,'82.128.1.169','http://www.websites4contractors.com/',1114549032,'2:57pm','04-26-05'),(177,102,'64.140.49.69','',1114559038,'5:43pm','04-26-05'),(178,102,'68.57.8.57','http://www.websites4contractors.com/links/constructionestimating.htm',1114562506,'6:41pm','04-26-05'),(179,102,'64.4.8.94','',1114658446,'9:20pm','04-27-05'),(180,102,'66.249.65.97','',1114677426,'2:37am','04-28-05'),(181,102,'67.159.3.190','',1114707401,'10:56am','04-28-05'),(182,102,'24.136.69.109','http://www.websites4contractors.com/links/constructionestimating.htm',1114714717,'12:58pm','04-28-05'),(183,102,'219.128.15.223','http://mamma42.mamma.com/Search?evid=CE006d2b527d&eng=Gigablast&cb=MammaRS&dest=http%3A%2F%2Fwww.websites4contractors.com%2F&eng',1114778741,'6:45am','04-29-05'),(184,102,'81.213.156.48','http://www.websites4contractors.com/links/constructionsoftware.htm',1114786829,'9:00am','04-29-05'),(185,102,'64.124.85.78','http://www.websites4contractors.com/',1114814284,'4:38pm','04-29-05'),(186,102,'64.132.19.25','http://www.websites4contractors.com/',1114829039,'8:43pm','04-29-05'),(187,102,'192.116.66.173','http://www.websites4contractors.com/',1114829184,'8:46pm','04-29-05'),(188,102,'4.238.22.186','http://www.websites4contractors.com/links/constructionestimating.htm',1114876913,'10:01am','04-30-05'),(189,102,'66.249.71.67','',1114882971,'11:42am','04-30-05'),(190,102,'67.140.140.96','http://www.websites4contractors.com/links/constructionestimating.htm',1114905035,'5:50pm','04-30-05'),(191,102,'217.172.186.195','',1114920776,'10:12pm','04-30-05'),(192,102,'68.101.22.29','http://www.websites4contractors.com/links/constructionestimating.htm',1114965653,'10:40am','05-01-05'),(193,102,'69.173.186.0','',1114967948,'11:19am','05-01-05'),(194,102,'216.110.107.84','http://www.websites4contractors.com/links/constructionestimating.htm',1114992202,'6:03pm','05-01-05'),(195,102,'66.32.120.188','http://www.websites4contractors.com/links/constructionestimating.htm',1114993978,'6:32pm','05-01-05'),(196,102,'212.179.207.124','http://www.websites4contractors.com/',1115061318,'1:15pm','05-02-05'),(197,102,'65.27.10.207','http://www.websites4contractors.com/links/constructionestimating.htm',1115076434,'5:27pm','05-02-05'),(198,102,'24.172.64.66','http://www.websites4contractors.com/links/constructionestimating.htm',1115146432,'12:53pm','05-03-05'),(199,102,'80.40.55.133','http://www.websites4contractors.com/links/constructionestimating.htm',1115151663,'2:21pm','05-03-05'),(200,102,'69.233.24.132','',1115160408,'4:46pm','05-03-05'),(201,102,'195.229.241.180','',1115199433,'3:37am','05-04-05'),(202,102,'68.192.57.89','http://www.websites4contractors.com/',1115247259,'4:54pm','05-04-05'),(203,102,'196.22.210.170','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1115291477,'5:11am','05-05-05'),(204,102,'216.190.232.170','http://www.websites4contractors.com/links/toolsforroofers.htm',1115316328,'12:05pm','05-05-05'),(205,102,'210.173.179.77','',1115320762,'1:19pm','05-05-05'),(206,102,'69.158.68.134','',1115330908,'4:08pm','05-05-05'),(207,102,'217.71.160.33','',1115365750,'1:49am','05-06-05'),(208,102,'216.184.0.26','http://www.websites4contractors.com/links/constructionestimating.htm',1115416802,'4:00pm','05-06-05'),(209,102,'12.162.129.14','http://www.websites4contractors.com/links/constructionestimating.htm',1115421992,'5:26pm','05-06-05'),(210,102,'207.101.231.74','http://www.websites4contractors.com/links/estimatingsoftware.htm',1115426430,'6:40pm','05-06-05'),(211,102,'64.124.85.201','http://www.websites4contractors.com/',1115442121,'11:02pm','05-06-05'),(212,102,'62.240.62.2','http://www.websites4contractors.com/links/constructiontools.htm',1115552055,'5:34am','05-08-05'),(213,102,'68.36.43.154','',1115553721,'6:02am','05-08-05'),(214,102,'209.94.199.139','',1115560570,'7:56am','05-08-05'),(215,102,'84.68.138.23','http://www.websites4contractors.com/links/constructionestimating.htm',1115570724,'10:45am','05-08-05'),(216,102,'69.170.220.152','http://www.websites4contractors.com/links/constructionestimating.htm',1115579341,'1:09pm','05-08-05'),(217,102,'222.50.102.131','',1115588495,'3:41pm','05-08-05'),(218,102,'68.228.157.3','http://www.websites4contractors.com/links/constructionestimating.htm',1115594899,'5:28pm','05-08-05'),(219,102,'68.50.119.167','http://www.websites4contractors.com/links/roofingcontractorsinmaryland.htm',1115606616,'8:43pm','05-08-05'),(220,101,'65.182.30.194','http://www.affiliatefirst.com/cgi-bin/page.cgi?g=txt%2FHome_and_Garden%2FHome_Improvement%2Fmore2.shtml&t=gr&d=1',1115616390,'11:26pm','05-08-05'),(221,102,'207.180.1.162','',1115640318,'6:05am','05-09-05'),(222,102,'63.111.142.66','http://www.websites4contractors.com/links/roofingcontractorsinvirginia.htm',1115652865,'9:34am','05-09-05'),(223,102,'24.218.228.39','http://www.websites4contractors.com/links/roofingcontractorsinmassachusetts.htm',1115658567,'11:09am','05-09-05'),(224,102,'69.249.31.77','http://www.websites4contractors.com/links/roofingcontractorsinpennsylvania.htm',1115665555,'1:05pm','05-09-05'),(225,102,'222.50.102.129','',1115668664,'1:57pm','05-09-05'),(226,102,'24.117.230.163','http://www.websites4contractors.com/links/projectmanagement.htm',1115676485,'4:08pm','05-09-05'),(227,102,'69.161.121.185','http://www.websites4contractors.com/links/roofingcontractors.htm',1115686193,'6:49pm','05-09-05'),(228,102,'217.218.98.5','http://www.websites4contractors.com/',1115716008,'3:06am','05-10-05'),(229,102,'216.248.177.131','',1115752983,'1:23pm','05-10-05'),(230,102,'83.146.10.55','http://www.websites4contractors.com/links/constructionestimating.htm',1115760327,'3:25pm','05-10-05'),(231,102,'209.219.123.20','http://www.websites4contractors.com/links/toolsforroofers.htm',1115764870,'4:41pm','05-10-05'),(232,102,'69.242.120.72','',1115766658,'5:10pm','05-10-05'),(233,102,'62.252.0.7','http://www.websites4contractors.com/links/constructiontools.htm',1115821212,'8:20am','05-11-05'),(234,102,'24.211.87.131','',1115827093,'9:58am','05-11-05'),(235,102,'68.230.154.56','http://www.websites4contractors.com/links/roofingcontractorsinconnecticut.htm',1115844987,'2:56pm','05-11-05'),(236,102,'69.182.124.147','',1115861804,'7:36pm','05-11-05'),(237,102,'24.69.255.242','http://www.websites4contractors.com/links/roofingproducts.htm',1115924199,'12:56pm','05-12-05'),(238,102,'209.44.57.200','http://www.websites4contractors.com/',1115924722,'1:05pm','05-12-05'),(239,102,'170.31.86.52','http://www.websites4contractors.com/links/constructionestimating.htm',1115932729,'3:18pm','05-12-05'),(240,102,'68.71.31.21','',1116007030,'11:57am','05-13-05'),(241,102,'69.115.135.243','',1116007652,'12:07pm','05-13-05'),(242,100,'207.46.98.131','',1116022845,'4:20pm','05-13-05'),(243,102,'64.62.168.67','',1116028557,'5:55pm','05-13-05'),(244,102,'24.255.52.222','',1116040231,'9:10pm','05-13-05'),(245,102,'70.241.94.122','http://www.websites4contractors.com/links/roofingcontractorsinalabama.htm',1116043827,'10:10pm','05-13-05'),(246,102,'24.20.28.93','http://www.websites4contractors.com/',1116089384,'10:49am','05-14-05'),(247,102,'66.249.64.30','',1116110880,'4:48pm','05-14-05'),(248,102,'195.218.107.131','http://www.websites4contractors.com/links/constructionestimating.htm',1116149487,'3:31am','05-15-05'),(249,102,'216.197.137.246','http://www.websites4contractors.com/links/constructionestimating.htm',1116174600,'10:30am','05-15-05'),(250,102,'80.191.11.17','http://www.websites4contractors.com/links/roofingproducts.htm',1116218017,'10:33pm','05-15-05'),(251,102,'68.56.49.141','http://www.websites4contractors.com/links/roofingproducts.htm',1116252497,'8:08am','05-16-05'),(252,102,'206.82.136.9','http://www.websites4contractors.com/links/constructionsoftware.htm',1116274504,'2:15pm','05-16-05'),(253,102,'63.233.7.169','http://www.websites4contractors.com/links/roofingcontractors.htm',1116305297,'10:48pm','05-16-05'),(254,102,'66.153.198.130','http://www.websites4contractors.com/links/constructionestimating.htm',1116333529,'6:38am','05-17-05'),(255,102,'209.132.168.58','http://www.websites4contractors.com/links/roofingcontractorsinindiana.htm',1116339464,'8:17am','05-17-05'),(256,102,'69.151.115.240','http://www.websites4contractors.com/links/roofingcontractors.htm',1116345875,'10:04am','05-17-05'),(257,102,'68.118.140.144','http://www.websites4contractors.com/links/roofingcontractorsinnebraska.htm',1116355247,'12:40pm','05-17-05'),(258,101,'65.8.22.186','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/more2.shtml',1116355673,'12:47pm','05-17-05'),(259,102,'12.223.206.186','http://www.websites4contractors.com/links/roofingproducts.htm',1116371490,'5:11pm','05-17-05'),(260,102,'207.69.137.205','http://www.websites4contractors.com/links/constructionestimating.htm',1116383456,'8:30pm','05-17-05'),(261,102,'202.96.140.119','',1116409009,'3:36am','05-18-05'),(262,102,'64.71.131.112','http://www.websites4contractors.com/',1116459966,'5:46pm','05-18-05'),(263,102,'202.72.148.102','http://www.websites4contractors.com/links/constructionestimating.htm',1116489546,'1:59am','05-19-05'),(264,102,'20.133.0.14','http://www.websites4contractors.com/links/constructionestimating.htm',1116504984,'6:16am','05-19-05'),(265,102,'12.222.25.147','',1116539473,'3:51pm','05-19-05'),(266,102,'82.32.130.201','http://www.websites4contractors.com/links/roofingcontractorsinmississippi.htm',1116611200,'11:46am','05-20-05'),(267,102,'68.164.150.164','http://www.websites4contractors.com/links/roofingcontractorsincalifornia.htm',1116649240,'10:20pm','05-20-05'),(268,102,'68.168.57.177','http://www.websites4contractors.com/links/toolsforroofers.htm',1116678086,'6:21am','05-21-05'),(269,102,'84.247.41.201','',1116690022,'9:40am','05-21-05'),(270,102,'70.144.22.247','http://www.websites4contractors.com/links/roofingcontractorsinalabama.htm',1116730578,'8:56pm','05-21-05'),(271,102,'80.96.254.206','http://www.websites4contractors.com/links/homeremodeling.htm',1116743174,'12:26am','05-22-05'),(272,102,'69.173.154.170','http://www.websites4contractors.com/links/roofingcontractorsinmaine.htm',1116791316,'1:48pm','05-22-05'),(273,102,'12.168.90.12','http://www.websites4contractors.com/links/roofingproducts.htm',1116791434,'1:50pm','05-22-05'),(274,100,'64.242.88.10','',1116796660,'3:17pm','05-22-05'),(275,101,'207.46.98.48','',1116859439,'8:43am','05-23-05'),(276,102,'216.69.59.22','http://www.websites4contractors.com/links/roofingcontractorsinkentucky.htm',1116871511,'12:05pm','05-23-05'),(277,102,'24.210.43.204','',1116888646,'4:50pm','05-23-05'),(278,103,'84.104.217.38','',1116889435,'5:03pm','05-23-05'),(279,102,'24.91.90.111','http://www.websites4contractors.com/links/constructionestimating.htm',1116895991,'6:53pm','05-23-05'),(280,102,'66.249.71.73','',1116900363,'8:06pm','05-23-05'),(281,102,'80.41.62.168','http://www.websites4contractors.com/links/estimatingsoftware.htm',1116958690,'12:18pm','05-24-05'),(282,102,'65.119.184.3','http://www.websites4contractors.com/links/roofingproducts.htm',1116959145,'12:25pm','05-24-05'),(283,102,'83.208.149.74','http://www.websites4contractors.com/links/constructionestimating.htm',1117018134,'4:48am','05-25-05'),(284,102,'198.68.195.93','http://www.websites4contractors.com/links/constructionestimating.htm',1117030901,'8:21am','05-25-05'),(285,102,'151.198.46.239','http://www.websites4contractors.com/',1117051981,'2:13pm','05-25-05'),(286,102,'172.171.79.155','http://www.websites4contractors.com/links/roofingcontractorsinindiana.htm',1117074398,'8:26pm','05-25-05'),(287,102,'65.19.169.244','http://www.websites4contractors.com',1117076347,'8:59pm','05-25-05'),(288,102,'65.19.169.232','http://www.websites4contractors.com',1117099487,'3:24am','05-26-05'),(289,102,'203.160.1.70','http://66.102.7.104/search?q=cache:cTCuA7pCytwJ:www.websites4contractors.com/links/constructiontools.htm+construction+tools+onli',1117100968,'3:49am','05-26-05'),(290,102,'65.19.169.242','http://www.websites4contractors.com',1117128654,'11:30am','05-26-05'),(291,102,'64.124.85.77','http://www.websites4contractors.com/links/constructiontools.htm',1117162715,'8:58pm','05-26-05'),(292,100,'207.46.98.132','',1117192201,'5:10am','05-27-05'),(293,102,'66.249.65.100','',1117230411,'3:46pm','05-27-05'),(294,102,'65.19.169.235','http://www.websites4contractors.com',1117275338,'4:15am','05-28-05'),(295,100,'66.249.65.100','',1117285578,'7:06am','05-28-05'),(296,100,'209.237.238.172','',1117292922,'9:08am','05-28-05'),(297,102,'70.85.116.229','',1117334938,'8:48pm','05-28-05'),(298,101,'68.142.250.101','',1117432142,'11:49pm','05-29-05'),(299,102,'151.138.18.21','',1117446975,'3:56am','05-30-05'),(300,102,'24.74.61.154','http://www.websites4contractors.com/links/roofingproducts.htm',1117471681,'10:48am','05-30-05'),(301,103,'68.142.249.193','',1117475869,'11:57am','05-30-05'),(302,102,'62.64.207.175','',1117484250,'2:17pm','05-30-05'),(303,102,'66.169.92.115','http://www.websites4contractors.com/links/toolsforroofers.htm',1117499082,'6:24pm','05-30-05'),(304,102,'205.188.116.195','http://www.websites4contractors.com/',1117500015,'6:40pm','05-30-05'),(305,102,'152.163.100.200','',1117505379,'8:09pm','05-30-05'),(306,102,'68.142.250.103','',1117526386,'1:59am','05-31-05'),(307,102,'64.157.224.119','http://www.websites4contractors.com/',1117534521,'4:15am','05-31-05'),(308,102,'80.248.64.59','http://www.websites4contractors.com/',1117545976,'7:26am','05-31-05'),(309,102,'217.42.184.84','',1117563494,'12:18pm','05-31-05'),(310,101,'66.180.113.142','http://affiliatefirst.com/all/txt/Home_and_Garden/Home_Improvement/',1117580927,'5:08pm','05-31-05'),(311,102,'68.41.121.221','http://www.websites4contractors.com/links/resourcesforroofers.htm',1117589110,'7:25pm','05-31-05'),(312,102,'216.86.178.45','',1117593702,'8:41pm','05-31-05'),(313,102,'65.16.17.62','http://www.websites4contractors.com/links/roofingproducts.htm',1117651439,'12:43pm','06-01-05'),(314,100,'68.142.250.134','',1117657847,'2:30pm','06-01-05'),(315,102,'64.62.161.12','',1117685687,'10:14pm','06-01-05'),(316,102,'64.71.131.113','http://www.websites4contractors.com',1117686465,'10:27pm','06-01-05'),(317,102,'66.196.101.90','',1117707230,'4:13am','06-02-05'),(318,100,'65.119.57.24','http://www.contracttexas.com/',1117726681,'9:38am','06-02-05'),(319,102,'64.71.131.109','http://www.websites4contractors.com',1117754114,'5:15pm','06-02-05'),(320,102,'216.237.85.202','http://www.websites4contractors.com/links/constructionestimating.htm',1117763280,'7:48pm','06-02-05'),(321,102,'62.13.25.219','',1117772429,'10:20pm','06-02-05'),(322,102,'66.152.219.133','http://www.websites4contractors.com/links/roofingcontractorsinvermont.htm',1117798920,'5:42am','06-03-05'),(323,102,'66.82.9.23','http://www.websites4contractors.com/links/constructionestimating.htm',1117806390,'7:46am','06-03-05'),(324,102,'66.249.64.68','',1117806698,'7:51am','06-03-05'),(325,102,'70.183.237.148','http://www.websites4contractors.com/links/roofingcontractorsinlouisiana.htm',1117816309,'10:31am','06-03-05'),(326,102,'24.200.180.123','http://www.websites4contractors.com/links/constructionestimating.htm',1117855270,'9:21pm','06-03-05'),(327,102,'216.161.140.197','',1117860855,'10:54pm','06-03-05'),(328,102,'12.151.28.125','http://www.websites4contractors.com/links/roofingcontractorsinpennsylvania.htm',1117895906,'8:38am','06-04-05'),(329,102,'62.65.192.20','http://www.websites4contractors.com/links/constructionestimating.htm',1117898969,'9:29am','06-04-05'),(330,102,'68.97.162.52','',1118022651,'7:50pm','06-05-05'),(331,102,'24.13.143.65','http://www.websites4contractors.com/links/constructionestimating.htm',1118030167,'9:56pm','06-05-05'),(332,102,'71.28.70.218','http://www.websites4contractors.com/links/roofingcontractorsinnorthcarolina.htm',1118076183,'10:43am','06-06-05'),(333,102,'204.94.131.180','http://www.websites4contractors.com/links/resourcesforroofers.htm',1118091556,'2:59pm','06-06-05'),(334,102,'65.9.117.6','http://www.websites4contractors.com/links/roofingcontractorsinnewmexico.htm',1118164929,'11:22am','06-07-05'),(335,102,'213.151.68.62','http://www.websites4contractors.com/links/projectmanagement.htm',1118171057,'1:04pm','06-07-05'),(336,2,'83.117.191.71','',1118199689,'9:01pm','06-07-05'),(337,102,'64.140.49.66','',1118199966,'9:06pm','06-07-05'),(338,102,'68.207.177.35','',1118230179,'5:29am','06-08-05'),(339,102,'24.13.190.197','http://www.websites4contractors.com/links/constructionestimating.htm',1118258589,'1:23pm','06-08-05'),(340,102,'71.32.195.104','http://websites4contractors.com/links/roofingproducts.htm',1118264770,'3:06pm','06-08-05'),(341,102,'207.46.98.131','',1118280518,'7:28pm','06-08-05'),(342,102,'68.102.65.140','http://www.websites4contractors.com/links/constructionestimating.htm',1118282022,'7:53pm','06-08-05'),(343,102,'24.163.119.170','http://www.websites4contractors.com/links/constructionsoftware.htm',1118364376,'6:46pm','06-09-05'),(344,102,'141.20.35.71','',1118388515,'1:28am','06-10-05'),(345,102,'65.19.150.208','http://www.websites4contractors.com',1118462288,'9:58pm','06-10-05'),(346,102,'195.218.107.155','http://www.websites4contractors.com/links/estimatingsoftware.htm',1118482450,'3:34am','06-11-05'),(347,102,'24.166.238.234','http://www.websites4contractors.com/links/homeremodeling.htm',1118507784,'10:36am','06-11-05'),(348,102,'66.167.46.97','http://www.websites4contractors.com/links/roofingcontractorsinarizona.htm',1118515734,'12:48pm','06-11-05'),(349,102,'159.134.156.246','http://www.websites4contractors.com/links/remodeling.htm',1118520209,'2:03pm','06-11-05'),(350,102,'69.192.85.143','http://www.websites4contractors.com/links/constructionsoftware.htm',1118528848,'4:27pm','06-11-05'),(351,102,'65.9.175.166','http://www.websites4contractors.com/links/constructionestimating.htm',1118534092,'5:54pm','06-11-05'),(352,102,'68.42.94.194','http://www.websites4contractors.com/links/constructionestimating.htm',1118540855,'7:47pm','06-11-05'),(353,102,'24.91.170.120','http://www.websites4contractors.com/links/roofingcontractorsinnewjersey.htm',1118549331,'10:08pm','06-11-05'),(354,102,'213.42.2.23','http://www.websites4contractors.com/',1118663344,'5:49am','06-13-05'),(355,102,'68.58.129.49','',1118692929,'2:02pm','06-13-05'),(356,102,'198.22.131.50','http://www.websites4contractors.com/links/constructionsoftware.htm',1118696763,'3:06pm','06-13-05'),(357,102,'24.230.96.28','',1118714480,'8:01pm','06-13-05'),(358,102,'203.162.3.146','http://www.websites4contractors.com/links/constructiontools.htm',1118738151,'2:35am','06-14-05'),(359,102,'204.94.131.184','http://www.websites4contractors.com/links/constructionestimating.htm',1118762579,'9:22am','06-14-05'),(360,102,'66.249.71.69','',1118771234,'11:47am','06-14-05'),(361,102,'63.169.129.226','http://www.websites4contractors.com/links/roofingproducts.htm',1118798768,'7:26pm','06-14-05'),(362,102,'65.19.150.206','http://www.websites4contractors.com',1118822981,'2:09am','06-15-05'),(363,102,'66.203.175.49','http://www.websites4contractors.com/links/roofingproducts.htm',1118844290,'8:04am','06-15-05'),(364,102,'64.12.116.200','http://www.websites4contractors.com/links/roofingcontractorsinalabama.htm',1118925787,'6:43am','06-16-05'),(365,102,'69.230.191.127','http://www.websites4contractors.com/links/roofingcontractorsincalifornia.htm',1118929804,'7:50am','06-16-05'),(366,102,'66.68.156.123','http://www.websites4contractors.com/links/roofingcontractorsintexas.htm',1118937373,'9:56am','06-16-05'),(367,102,'68.122.224.69','http://www.websites4contractors.com/links/constructionestimating.htm',1118957214,'3:26pm','06-16-05'),(368,102,'168.209.98.35','http://www.websites4contractors.com/',1118967877,'6:24pm','06-16-05'),(369,102,'69.245.248.43','',1118976758,'8:52pm','06-16-05'),(370,102,'151.138.18.20','',1118978438,'9:20pm','06-16-05'),(371,102,'64.157.224.129','http://www.websites4contractors.com/',1118983787,'10:49pm','06-16-05'),(372,102,'67.33.170.233','',1119055196,'6:39pm','06-17-05'),(373,102,'67.53.104.33','',1119058660,'7:37pm','06-17-05'),(374,102,'67.53.104.33','',1119058660,'7:37pm','06-17-05'),(375,102,'205.188.117.6','',1119059029,'7:43pm','06-17-05'),(376,102,'219.93.174.107','http://www.websites4contractors.com/links/constructionsoftware.htm',1119068429,'10:20pm','06-17-05'),(377,102,'212.137.30.173','http://www.websites4contractors.com/links/roofingproducts.htm',1119085997,'3:13am','06-18-05'),(378,102,'70.189.133.110','',1119205588,'12:26pm','06-19-05'),(379,102,'24.9.220.77','http://www.websites4contractors.com/links/constructionestimating.htm',1119234854,'8:34pm','06-19-05'),(380,102,'216.127.245.122','',1119238688,'9:38pm','06-19-05'),(381,102,'63.72.211.158','http://www.websites4contractors.com/links/constructionsoftware.htm',1119281333,'9:28am','06-20-05'),(382,102,'138.89.18.170','http://www.websites4contractors.com/links/roofingcontractorsinnewjersey.htm',1119321691,'8:41pm','06-20-05'),(383,102,'194.154.149.198','http://www.websites4contractors.com/links/toolsforroofers.htm',1119381203,'1:13pm','06-21-05'),(384,102,'24.124.38.26','http://www.websites4contractors.com/links/constructionestimating.htm',1119389976,'3:39pm','06-21-05'),(385,102,'209.86.122.188','',1119395497,'5:11pm','06-21-05'),(386,102,'209.176.194.2','',1119435228,'4:13am','06-22-05'),(387,102,'64.4.8.94','',1119466113,'12:48pm','06-22-05'),(388,102,'208.27.111.132','http://www.websites4contractors.com/links/constructionestimating.htm',1119467173,'1:06pm','06-22-05'),(389,103,'65.96.52.222','',1119492372,'8:06pm','06-22-05'),(390,102,'24.22.11.225','',1119504745,'11:32pm','06-22-05'),(391,102,'198.65.161.88','',1119520660,'3:57am','06-23-05'),(392,100,'65.19.150.211','',1119547797,'11:29am','06-23-05'),(393,102,'207.200.116.138','http://www.websites4contractors.com/links/remodeling.htm',1119606476,'3:47am','06-24-05'),(394,102,'69.27.78.177','http://www.websites4contractors.com/',1119643951,'2:12pm','06-24-05'),(395,102,'196.3.60.17','http://www.websites4contractors.com/',1119651656,'4:20pm','06-24-05'),(396,102,'216.108.193.188','http://www.websites4contractors.com/links/roofingcontractorsinpennsylvania.htm',1119728530,'1:42pm','06-25-05'),(397,102,'60.240.167.68','http://www.websites4contractors.com/links/roofingproducts.htm',1119791653,'7:14am','06-26-05'),(398,102,'66.249.64.66','',1119865495,'3:44am','06-27-05'),(399,102,'196.6.214.115','http://www.websites4contractors.com/links/projectmanagement.htm',1119883881,'8:51am','06-27-05'),(400,102,'68.185.81.10','',1119888056,'10:00am','06-27-05'),(401,102,'66.90.159.120','http://www.websites4contractors.com/links/roofingproducts.htm',1119902713,'2:05pm','06-27-05'),(402,102,'24.144.144.75','http://www.websites4contractors.com/links/estimatingsoftware.htm',1119903161,'2:12pm','06-27-05'),(403,102,'207.68.146.56','',1119931353,'10:02pm','06-27-05'),(404,102,'65.60.190.146','http://www.websites4contractors.com/links/estimatingsoftware.htm',1119961995,'6:33am','06-28-05'),(405,102,'211.30.177.245','http://www.websites4contractors.com/links/constructionestimating.htm',1119965139,'7:25am','06-28-05'),(406,102,'66.224.14.211','http://www.websites4contractors.com/links/roofingproducts.htm',1119980026,'11:33am','06-28-05'),(407,102,'65.35.13.130','http://www.websites4contractors.com/links/constructionestimating.htm',1119985855,'1:10pm','06-28-05'),(408,102,'71.96.66.220','',1119988515,'1:55pm','06-28-05'),(409,102,'69.198.7.205','http://www.websites4contractors.com/links/resourcesforroofers.htm',1120007845,'7:17pm','06-28-05'),(410,102,'194.17.26.18','http://www.websites4contractors.com/links/constructionestimating.htm',1120033033,'2:17am','06-29-05'),(411,102,'198.54.202.250','http://www.websites4contractors.com/links/constructionestimating.htm',1120063792,'10:49am','06-29-05'),(412,102,'38.113.135.196','http://www.websites4contractors.com/links/roofingcontractorsinnorthdakota.htm',1120079408,'3:10pm','06-29-05'),(413,102,'67.95.143.34','http://www.websites4contractors.com/links/estimatingsoftware.htm',1120085949,'4:59pm','06-29-05'),(414,102,'64.71.148.70','',1120094882,'7:28pm','06-29-05'),(415,102,'65.41.20.236','http://www.websites4contractors.com/links/projectmanagement.htm',1120100852,'9:07pm','06-29-05'),(416,102,'12.226.98.121','http://search.yahoo.com/search?ei=utf-8&fr=slv1-msgr&p=making+roofing+proposals',1120102388,'9:33pm','06-29-05'),(417,102,'195.93.21.71','',1120138142,'7:29am','06-30-05'),(418,102,'67.81.134.67','',1120176164,'6:02pm','06-30-05'),(419,102,'65.244.168.163','',1120182656,'7:50pm','06-30-05'),(420,102,'72.40.32.237','http://www.websites4contractors.com/links/roofingproducts.htm',1120184422,'8:20pm','06-30-05'),(421,102,'65.75.71.45','http://www.websites4contractors.com/links/constructionestimating.htm',1120302772,'5:12am','07-02-05'),(422,102,'65.9.240.213','http://mamma28.mamma.com/Search?evid=CE008ee93288&eng=Looksmart-Wisenut&cb=MammaRS&dest=http%3A%2F%2Fwww.websites4contractors.co',1120321492,'10:24am','07-02-05'),(423,102,'81.205.39.64','',1120325129,'11:25am','07-02-05'),(424,102,'80.136.53.83','',1120341694,'4:01pm','07-02-05'),(425,100,'207.46.98.131','',1120374979,'1:16am','07-03-05'),(426,102,'68.90.147.252','http://www.websites4contractors.com/links/resourcesforroofers.htm',1120403855,'9:17am','07-03-05'),(427,102,'161.16.0.51','http://search.yahoo.com/search?p=calculate+roof+shingles+for+a+hip+roof&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt',1120417506,'1:05pm','07-03-05'),(428,101,'65.214.44.35','',1120494567,'10:29am','07-04-05'),(429,102,'194.213.194.201','',1120511039,'3:03pm','07-04-05'),(430,102,'66.235.68.161','http://www.websites4contractors.com/links/constructionestimating.htm',1120541432,'11:30pm','07-04-05'),(431,102,'64.233.106.133','http://www.websites4contractors.com/links/roofingcontractorsinoregon.htm',1120565504,'6:11am','07-05-05'),(432,102,'85.100.189.10','http://www.websites4contractors.com/',1120566141,'6:22am','07-05-05'),(433,100,'63.241.61.8','',1120572561,'8:09am','07-05-05'),(434,102,'63.241.61.8','',1120572831,'8:13am','07-05-05'),(435,102,'65.175.222.178','http://search.yahoo.com/search?p=roof+calculator&fr=FP-tab-web-t&toggle=1&cop=&ei=UTF-8',1120576365,'9:12am','07-05-05'),(436,102,'132.197.253.4','http://www.websites4contractors.com/links/roofingcontractorsinmassachusetts.htm',1120590054,'1:00pm','07-05-05'),(437,102,'68.229.28.46','http://www.websites4contractors.com',1120665481,'9:58am','07-06-05'),(438,102,'68.170.194.111','http://www.websites4contractors.com/links/homeremodeling.htm',1120669359,'11:02am','07-06-05'),(439,100,'64.12.116.200','http://www.contracttexas.com/',1120681595,'2:26pm','07-06-05'),(440,102,'71.12.15.21','http://www.websites4contractors.com/links/roofingcontractorsinsouthcarolina.htm',1120692268,'5:24pm','07-06-05'),(441,102,'192.234.159.5','http://www.websites4contractors.com/links/constructionestimating.htm',1120694761,'6:06pm','07-06-05'),(442,102,'204.11.33.154','',1120698414,'7:06pm','07-06-05'),(443,102,'66.249.66.178','',1120698967,'7:16pm','07-06-05'),(444,102,'207.46.98.132','',1120728788,'3:33am','07-07-05'),(445,102,'66.65.101.71','http://www.websites4contractors.com/links/roofingcontractorsinnewyork.htm',1120766200,'1:56pm','07-07-05'),(446,102,'24.5.7.184','http://www.websites4contractors.com/links/estimatingsoftware.htm',1120804866,'12:41am','07-08-05'),(447,102,'61.3.240.181','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1120806754,'1:12am','07-08-05'),(448,102,'66.249.71.29','',1120825882,'6:31am','07-08-05'),(449,102,'200.108.15.57','http://www.websites4contractors.com/links/projectmanagement.htm',1120827875,'7:04am','07-08-05'),(450,102,'151.198.49.43','http://www.websites4contractors.com/links/constructionestimating.htm',1120844202,'11:36am','07-08-05'),(451,102,'24.99.186.22','http://www.websites4contractors.com/links/toolsforroofers.htm',1120908934,'5:35am','07-09-05'),(452,102,'67.123.175.144','http://www.websites4contractors.com/links/constructionestimating.htm',1120926669,'10:31am','07-09-05'),(453,102,'172.135.92.18','http://www.websites4contractors.com/links/constructionsoftware.htm',1120951616,'5:26pm','07-09-05'),(454,102,'84.254.188.2','http://www.websites4contractors.com/',1120959164,'7:32pm','07-09-05'),(455,102,'68.202.141.164','',1121012755,'10:25am','07-10-05'),(456,102,'24.161.239.245','',1121029095,'2:58pm','07-10-05'),(457,102,'12.152.242.135','http://search.yahoo.com/search?p=calculator+hip+roof&prssweb=Search&ei=UTF-8&fl=0&xargs=0&pstart=1&fr=FP-tab-web-t&b=11',1121105098,'12:04pm','07-11-05'),(458,102,'71.111.178.127','',1121105240,'12:07pm','07-11-05'),(459,102,'24.161.159.160','http://www.websites4contractors.com/links/roofingcontractorsinhawaii.htm',1121122506,'4:55pm','07-11-05'),(460,102,'71.113.22.4','http://www.websites4contractors.com/links/roofingcontractorsinwashington.htm',1121135708,'8:35pm','07-11-05'),(461,102,'139.168.225.18','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1121152979,'1:22am','07-12-05'),(462,102,'70.104.109.135','http://www.websites4contractors.com/links/constructionestimating.htm',1121177013,'8:03am','07-12-05'),(463,102,'206.53.70.77','http://www.websites4contractors.com/links/constructionsoftware.htm',1121177515,'8:11am','07-12-05'),(464,102,'65.19.150.224','',1121185628,'10:27am','07-12-05'),(465,102,'212.67.79.120','',1121194474,'12:54pm','07-12-05'),(466,102,'68.159.199.249','http://www.websites4contractors.com/links/constructionestimating.htm',1121208416,'4:46pm','07-12-05'),(467,102,'69.22.101.159','',1121223328,'8:55pm','07-12-05'),(468,102,'64.154.26.251','http://www.websites4contractors.com/links/resourcesforroofers.htm',1121225983,'9:39pm','07-12-05'),(469,102,'213.42.2.22','http://www.websites4contractors.com/',1121256753,'6:12am','07-13-05'),(470,102,'198.16.9.10','http://www.websites4contractors.com/links/roofingcontractorsinpennsylvania.htm',1121273502,'10:51am','07-13-05'),(471,102,'166.82.30.113','http://www.websites4contractors.com/links/constructionestimating.htm',1121285898,'2:18pm','07-13-05'),(472,102,'24.210.169.54','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1121308812,'8:40pm','07-13-05'),(473,102,'194.213.194.205','',1121313356,'9:55pm','07-13-05'),(474,102,'152.2.149.190','http://search.yahoo.com/search?p=roof+calculator&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt',1121345042,'6:44am','07-14-05'),(475,102,'65.19.150.241','',1121355235,'9:33am','07-14-05'),(476,102,'68.215.78.136','http://search.yahoo.com/search?p=ROOF+CALCULATOR&fr=FP-tab-web-t&toggle=1&cop=&ei=UTF-8',1121359024,'10:37am','07-14-05'),(477,102,'65.19.150.223','',1121384690,'5:44pm','07-14-05'),(478,102,'24.173.13.183','http://www.websites4contractors.com/links/roofingcontractors.htm',1121434306,'7:31am','07-15-05'),(479,102,'204.249.212.115','http://search.yahoo.com/search?ei=utf-8&fr=slv1-sbc&p=Roof+Calculator',1121443431,'10:03am','07-15-05'),(480,102,'209.217.220.36','http://search.yahoo.com/search?p=roof+calculator&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt',1121448937,'11:35am','07-15-05'),(481,102,'68.35.244.64','http://www.websites4contractors.com/links/constructionsoftware.htm',1121469970,'5:26pm','07-15-05'),(482,102,'66.249.66.97','',1121512409,'5:13am','07-16-05'),(483,102,'67.70.202.234','http://www.websites4contractors.com/links/roofingproducts.htm',1121539144,'12:39pm','07-16-05'),(484,102,'212.138.47.14','http://www.websites4contractors.com/',1121603963,'6:39am','07-17-05'),(485,102,'68.41.118.155','http://www.websites4contractors.com/links/roofingproducts.htm',1121636072,'3:34pm','07-17-05'),(486,100,'65.19.150.224','',1121642151,'5:15pm','07-17-05'),(487,100,'65.19.150.246','',1121682746,'4:32am','07-18-05'),(488,101,'68.201.205.83','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/index.shtml',1121728815,'5:20pm','07-18-05'),(489,100,'66.249.65.43','',1121742092,'9:01pm','07-18-05'),(490,103,'66.249.65.43','',1121742223,'9:03pm','07-18-05'),(491,102,'66.249.71.28','',1121793433,'11:17am','07-19-05'),(492,102,'65.19.150.245','',1121805915,'2:45pm','07-19-05'),(493,102,'67.83.0.63','http://www.websites4contractors.com/',1121816477,'5:41pm','07-19-05'),(494,102,'129.78.64.101','',1121823297,'7:34pm','07-19-05'),(495,102,'69.196.47.70','',1121906962,'6:49pm','07-20-05'),(496,102,'68.142.250.103','',1121953530,'7:45am','07-21-05'),(497,102,'24.118.94.114','http://www.websites4contractors.com/links/roofingcontractorsinminnesota.htm',1121959191,'9:19am','07-21-05'),(498,101,'12.163.231.34','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/index.shtml',1121964260,'10:44am','07-21-05'),(499,102,'71.113.140.167','http://www.websites4contractors.com/links/roofingcontractorsinillinois.htm',1121964501,'10:48am','07-21-05'),(500,102,'38.114.34.194','http://www.websites4contractors.com/links/constructiontools.htm',1121976309,'2:05pm','07-21-05'),(501,103,'68.142.249.193','',1121993512,'6:51pm','07-21-05'),(502,102,'65.94.244.119','http://www.websites4contractors.com/links/constructionsoftware.htm',1121996891,'7:48pm','07-21-05'),(503,102,'201.25.246.8','',1122035462,'6:31am','07-22-05'),(504,100,'68.142.250.134','',1122048096,'10:01am','07-22-05'),(505,102,'66.177.212.149','http://www.websites4contractors.com/links/roofingcontractorsinflorida.htm',1122060731,'1:32pm','07-22-05'),(506,102,'24.90.61.160','http://www.websites4contractors.com/links/roofingcontractorsinnewjersey.htm',1122128631,'8:23am','07-23-05'),(507,102,'68.91.208.21','',1122133029,'9:37am','07-23-05'),(508,102,'82.152.182.16','',1122150925,'2:35pm','07-23-05'),(509,102,'65.19.150.211','',1122158657,'4:44pm','07-23-05'),(510,100,'207.46.98.132','',1122193906,'2:31am','07-24-05'),(511,102,'68.190.33.154','http://www.websites4contractors.com/links/roofingproducts.htm',1122217751,'9:09am','07-24-05'),(512,102,'66.56.96.52','',1122223238,'10:40am','07-24-05'),(513,102,'152.163.100.200','http://www.websites4contractors.com/links/constructionestimating.htm',1122324202,'2:43pm','07-25-05'),(514,102,'65.19.150.250','',1122366750,'2:32am','07-26-05'),(515,102,'82.148.97.68','http://www.websites4contractors.com/links/constructionestimating.htm',1122393030,'9:50am','07-26-05'),(516,102,'65.19.150.238','',1122394193,'10:09am','07-26-05'),(517,102,'69.226.99.2','http://www.websites4contractors.com/links/roofingproducts.htm',1122411242,'2:54pm','07-26-05'),(518,102,'69.105.30.18','http://www.websites4contractors.com/links/roofingcontractorsincalifornia.htm',1122435226,'9:33pm','07-26-05'),(519,102,'64.242.88.10','',1122450527,'1:48am','07-27-05'),(520,100,'64.242.88.10','',1122482758,'10:45am','07-27-05'),(521,102,'64.124.85.71','http://www.websites4contractors.com/',1122500451,'3:40pm','07-27-05'),(522,102,'156.34.148.170','http://www.websites4contractors.com/links/roofingproducts.htm',1122560107,'8:15am','07-28-05'),(523,102,'68.47.87.229','',1122564866,'9:34am','07-28-05'),(524,102,'213.78.218.186','http://www.websites4contractors.com/links/constructionestimating.htm',1122571156,'11:19am','07-28-05'),(525,102,'63.232.229.28','http://www.websites4contractors.com/links/homeremodeling.htm',1122606506,'9:08pm','07-28-05'),(526,101,'68.142.250.101','',1122616176,'11:49pm','07-28-05'),(527,102,'67.32.36.230','http://www.websites4contractors.com/links/roofingcontractorsintennessee.htm',1122653382,'10:09am','07-29-05'),(528,102,'131.110.88.232','http://www.websites4contractors.com/links/roofingcontractorsinmississippi.htm',1122663111,'12:51pm','07-29-05'),(529,102,'207.46.98.131','',1122703111,'11:58pm','07-29-05'),(530,102,'193.68.28.144','http://www.websites4contractors.com/links/constructionestimating.htm',1122716785,'3:46am','07-30-05'),(531,102,'24.231.146.146','http://www.websites4contractors.com/links/roofingproducts.htm',1122722989,'5:29am','07-30-05'),(532,102,'196.1.177.10','http://www.websites4contractors.com/',1122726628,'6:30am','07-30-05'),(533,102,'70.85.116.229','',1122784102,'10:28pm','07-30-05'),(534,102,'64.124.85.77','http://www.websites4contractors.com/links/constructiontools.htm',1122807226,'4:53am','07-31-05'),(535,102,'24.46.151.60','http://www.websites4contractors.com/links/roofingcontractors.htm',1122836919,'1:08pm','07-31-05'),(536,102,'202.163.97.100','http://www.websites4contractors.com/links/constructionestimating.htm',1122840519,'2:08pm','07-31-05'),(537,102,'66.180.173.43','',1122848539,'4:22pm','07-31-05'),(538,102,'164.100.193.54','http://www.websites4contractors.com/links/constructionestimating.htm',1122888909,'3:35am','08-01-05'),(539,102,'69.163.51.44','http://www.websites4contractors.com/links/constructionestimating.htm',1122930995,'3:16pm','08-01-05'),(540,102,'200.109.63.50','http://www.websites4contractors.com/links/constructionsoftware.htm',1122996630,'9:30am','08-02-05'),(541,102,'67.138.247.10','',1123038113,'9:01pm','08-02-05'),(542,102,'66.249.64.33','',1123082072,'9:14am','08-03-05'),(543,102,'207.46.98.130','',1123122895,'8:34pm','08-03-05'),(544,102,'67.175.206.36','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1123128324,'10:05pm','08-03-05'),(545,102,'68.237.223.171','',1123172463,'10:21am','08-04-05'),(546,102,'64.185.176.23','http://www.websites4contractors.com/links/constructionestimating.htm',1123209142,'8:32pm','08-04-05'),(547,102,'83.235.112.148','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1123234781,'3:39am','08-05-05'),(548,102,'69.210.69.23','http://www.websites4contractors.com/links/constructionestimating.htm',1123311969,'1:06am','08-06-05'),(549,102,'64.62.136.197','',1123342466,'9:34am','08-06-05'),(550,102,'71.113.18.27','http://www.websites4contractors.com/',1123403245,'2:27am','08-07-05'),(551,102,'70.85.193.178','',1123425341,'8:35am','08-07-05'),(552,102,'24.197.120.103','http://www.websites4contractors.com/',1123430076,'9:54am','08-07-05'),(553,102,'64.251.14.113','',1123514653,'9:24am','08-08-05'),(554,102,'207.194.110.28','http://www.websites4contractors.com/links/roofingproducts.htm',1123514753,'9:25am','08-08-05'),(555,102,'66.219.99.179','',1123516288,'9:51am','08-08-05'),(556,102,'68.84.246.56','http://www.websites4contractors.com/links/projectmanagement.htm',1123522647,'11:37am','08-08-05'),(557,102,'68.59.168.178','http://www.websites4contractors.com/links/constructionestimating.htm',1123529166,'1:26pm','08-08-05'),(558,102,'65.240.20.163','http://search.yahoo.com/search?p=roof+calculator+diagram....information+store&sm=Yahoo%21+Search&fr=FP-tab-web-t-281&toggle=1&co',1123559005,'9:43pm','08-08-05'),(559,102,'80.58.4.174','http://www.Websites4Contractors.com/',1123596803,'8:13am','08-09-05'),(560,102,'64.156.190.188','http://www.websites4contractors.com/links/roofingcontractorsinoregon.htm',1123628849,'5:07pm','08-09-05'),(561,102,'12.226.48.108','http://www.websites4contractors.com/links/constructionestimating.htm',1123649488,'10:51pm','08-09-05'),(562,100,'207.46.98.130','',1123649950,'10:59pm','08-09-05'),(563,102,'69.219.231.94','http://www.websites4contractors.com/links/constructionsoftware.htm',1123654437,'12:13am','08-10-05'),(564,102,'80.255.40.202','http://www.Websites4Contractors.com/',1123667662,'3:54am','08-10-05'),(565,102,'144.131.28.6','http://www.websites4contractors.com/links/innovativeconstructiontools.htm',1123758959,'5:15am','08-11-05'),(566,101,'216.13.156.124','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/index.shtml',1123768467,'7:54am','08-11-05'),(567,101,'70.17.119.45','http://www.affiliatefirst.com/txt/Home_and_Garden/Home_Improvement/index.shtml',1123768511,'7:55am','08-11-05'),(568,102,'66.180.175.46','',1123779422,'10:57am','08-11-05'),(569,102,'70.104.228.179','http://www.websites4contractors.com/links/constructionestimating.htm',1123787353,'1:09pm','08-11-05'),(570,102,'64.94.163.156','',1123827526,'12:18am','08-12-05'),(571,102,'141.129.1.98','http://www.websites4contractors.com/links/toolsforroofers.htm',1123870181,'12:09pm','08-12-05'),(572,102,'213.136.127.5','http://www.websites4contractors.com/',1123874109,'1:15pm','08-12-05'),(573,102,'68.45.192.142','',1123876307,'1:51pm','08-12-05'),(574,102,'24.172.131.55','http://www.websites4contractors.com/links/roofingcontractorsinkentucky.htm',1123876974,'2:02pm','08-12-05'),(575,102,'67.168.201.15','http://www.websites4contractors.com/links/resourcesforroofers.htm',1123898389,'7:59pm','08-12-05'),(576,102,'62.103.191.28','http://www.websites4contractors.com/links/constructionsoftware.htm',1124030905,'8:48am','08-14-05'),(577,102,'217.198.224.13','http://www.websites4contractors.com/links/roofingcontractors.htm',1124129652,'12:14pm','08-15-05'),(578,100,'64.5.245.10','',1124142364,'3:46pm','08-15-05'),(579,102,'84.185.19.212','http://www.websites4contractors.com/links/homeremodeling.htm',1124174007,'12:33am','08-16-05'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_iptracking ENABLE KEYS */; -- -- Table structure for table `idevaff_links` -- DROP TABLE IF EXISTS idevaff_links; CREATE TABLE idevaff_links ( id int(255) NOT NULL auto_increment, grp int(255) NOT NULL default '0', linktext text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_links` -- /*!40000 ALTER TABLE idevaff_links DISABLE KEYS */; LOCK TABLES idevaff_links WRITE; INSERT INTO idevaff_links VALUES (1,1,'Software For Webmasters'),(2,1,'iDevDirect.com - Inexpensive Software'),(3,3,'Run Your Own Banner Exchange!'),(4,3,'Banner Exchange Software'),(5,2,'Affiliate Tracking Software'),(6,4,'Ad Management Software'),(7,2,'iDevAffiliate - Affiliate Software'),(8,4,'iDevAdMan - $99.00 Ad Management'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_links ENABLE KEYS */; -- -- Table structure for table `idevaff_paylevels` -- DROP TABLE IF EXISTS idevaff_paylevels; CREATE TABLE idevaff_paylevels ( id int(255) NOT NULL auto_increment, level int(100) NOT NULL default '0', amt decimal(10,2) NOT NULL default '0.00', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_paylevels` -- /*!40000 ALTER TABLE idevaff_paylevels DISABLE KEYS */; LOCK TABLES idevaff_paylevels WRITE; INSERT INTO idevaff_paylevels VALUES (1,1,'0.20'),(2,2,'0.30'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_paylevels ENABLE KEYS */; -- -- Table structure for table `idevaff_payments` -- DROP TABLE IF EXISTS idevaff_payments; CREATE TABLE idevaff_payments ( record int(100) NOT NULL auto_increment, id varchar(64) NOT NULL default '', date date NOT NULL default '0000-00-00', amount decimal(10,2) NOT NULL default '0.00', stamp int(10) NOT NULL default '0', PRIMARY KEY (record), KEY record (record) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_payments` -- /*!40000 ALTER TABLE idevaff_payments DISABLE KEYS */; LOCK TABLES idevaff_payments WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_payments ENABLE KEYS */; -- -- Table structure for table `idevaff_recurring` -- DROP TABLE IF EXISTS idevaff_recurring; CREATE TABLE idevaff_recurring ( id int(255) NOT NULL auto_increment, aff_id int(255) NOT NULL default '0', aff_name varchar(255) NOT NULL default '', amount decimal(10,2) NOT NULL default '0.00', tracking varchar(64) NOT NULL default '', rec_stamp int(10) NOT NULL default '0', rec_now int(10) NOT NULL default '0', orig_date date NOT NULL default '0000-00-00', orig_time time NOT NULL default '00:00:00', pending int(1) NOT NULL default '0', time_stamp int(20) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_recurring` -- /*!40000 ALTER TABLE idevaff_recurring DISABLE KEYS */; LOCK TABLES idevaff_recurring WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_recurring ENABLE KEYS */; -- -- Table structure for table `idevaff_sales` -- DROP TABLE IF EXISTS idevaff_sales; CREATE TABLE idevaff_sales ( record int(100) NOT NULL auto_increment, id int(255) NOT NULL default '0', date date NOT NULL default '0000-00-00', time time NOT NULL default '00:00:00', payment decimal(10,2) NOT NULL default '0.00', tier int(255) NOT NULL default '0', top_tier_tag int(1) NOT NULL default '0', bonus int(1) NOT NULL default '0', approved int(1) NOT NULL default '0', ip varchar(64) NOT NULL default '', code bigint(255) NOT NULL default '0', tracking varchar(64) NOT NULL default '', recurring int(255) NOT NULL default '0', tier_id int(255) NOT NULL default '0', rec_id int(255) NOT NULL default '0', PRIMARY KEY (record), KEY record (record) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_sales` -- /*!40000 ALTER TABLE idevaff_sales DISABLE KEYS */; LOCK TABLES idevaff_sales WRITE; INSERT INTO idevaff_sales VALUES (1,100,'2005-01-04','22:20:40','05.00',0,0,1,1,'4.226.27.23',20053222040,'',0,0,0),(2,101,'2005-01-25','07:36:56','05.00',0,0,1,1,'69.160.23.109',200524073656,'',0,0,0),(3,102,'2005-02-16','16:18:32','05.00',0,0,1,1,'69.234.121.23',200546161832,'',0,0,0),(4,103,'2005-03-16','19:33:56','05.00',0,0,1,1,'65.96.52.222',200574193356,'',0,0,0),(5,104,'2005-04-25','23:17:18','05.00',0,0,1,1,'200.55.169.133',2005114231718,'',0,0,0); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_sales ENABLE KEYS */; -- -- Table structure for table `idevaff_terms` -- DROP TABLE IF EXISTS idevaff_terms; CREATE TABLE idevaff_terms ( display int(1) NOT NULL default '0', forced int(1) NOT NULL default '0', terms text NOT NULL ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_terms` -- /*!40000 ALTER TABLE idevaff_terms DISABLE KEYS */; LOCK TABLES idevaff_terms WRITE; INSERT INTO idevaff_terms VALUES (0,0,'To be an authorized affiliate of Roof Calculator 6.1, you agree to abide by the terms and conditions contained in this agreement.\r\n\r\nPlease read this agreement carefully before registering and using the Roof Calculator 6.1 service as an affiliate. By signing up for the Roof Calculator 6.1 affiliate program, you indicate your acceptance of this agreement and its terms and conditions.\r\n\r\nEnter Your Terms & Conditions Here'); UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_terms ENABLE KEYS */; -- -- Table structure for table `idevaff_tlog` -- DROP TABLE IF EXISTS idevaff_tlog; CREATE TABLE idevaff_tlog ( id int(255) NOT NULL auto_increment, ta int(255) NOT NULL default '0', ti varchar(64) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `idevaff_tlog` -- /*!40000 ALTER TABLE idevaff_tlog DISABLE KEYS */; LOCK TABLES idevaff_tlog WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE idevaff_tlog ENABLE KEYS */;