forked from TheRestartProject/RepairDirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
restart.sql
126 lines (111 loc) · 116 KB
/
restart.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
-- MySQL dump 10.13 Distrib 5.7.19, for Win64 (x86_64)
--
-- Host: localhost Database: restart
-- ------------------------------------------------------
-- Server version 5.7.19-log
/*!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 `businesses`
--
DROP TABLE IF EXISTS `businesses`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `businesses` (
`uid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`address` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`postcode` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`geolocation` point DEFAULT NULL,
`description` longtext COLLATE utf8_unicode_ci NOT NULL,
`landline` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`mobile` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`website` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`local_area` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`products_repaired` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)',
`qualifications` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`positive_review_pc` int(11) DEFAULT NULL,
`warranty` longtext COLLATE utf8_unicode_ci,
`pricing_information` longtext COLLATE utf8_unicode_ci,
`city` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`review_source` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`average_score` double DEFAULT NULL,
`number_of_reviews` int(11) DEFAULT NULL,
`warranty_offered` tinyint(1) DEFAULT NULL,
`categories` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)',
`authorised_brands` longtext COLLATE utf8_unicode_ci NOT NULL COMMENT '(DC2Type:array)',
`community_endorsement` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`publishing_status` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`review_source_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`uid`),
UNIQUE KEY `business_unique_idx` (`name`,`address`)
) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `businesses`
--
LOCK TABLES `businesses` WRITE;
/*!40000 ALTER TABLE `businesses` DISABLE KEYS */;
INSERT INTO `businesses` VALUES (1,'Knowhow at Curry\'s PC World','Unit A, Eastern Ave W','RM7 7JN','\0\0\0\0\0\0\0˜N\ë6¨\Å?õ-sº\ÊI@','Repair service for computers, laptops, TVs, washing machines, dryers, dishwashers, fridge freezers and cookers.','0344 561 1234',NULL,'https://www.knowhow.com',NULL,'Havering','a:9:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"Netbook\";i:3;s:2:\"TV\";i:4;s:15:\"Washing Machine\";i:5;s:5:\"Dryer\";i:6;s:10:\"Dishwasher\";i:7;s:14:\"Fridge Freezer\";i:8;s:6:\"Cooker\";}','',11,'\"3 month repair guarantee\" from website','\"Free consultation then £60 plus parts for PC repair, £95 for TV, Fixed price from £109 for Washing machine/dryer/fridge freezer, from £99 for Cooker, from £119 for dishwasher. Refundable if non-reparable.\" from website','Romford','Trustpilot',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(2,'Knowhow at Curry\'s PC World','Unit 5 Goodmayes Retail Park, High Rd, Chadwell','RM6 4HX','\0\0\0\0\0\0\0°«\ÉSVÓ½?\ì†m‹\ÈI@','Repair service for computers, laptops, TVs, washing machines, dryers, dishwashers, fridge freezers and cookers.','0344 561 1234',NULL,'https://www.knowhow.com',NULL,'Redbridge','a:9:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"Netbook\";i:3;s:2:\"TV\";i:4;s:15:\"Washing Machine\";i:5;s:5:\"Dryer\";i:6;s:10:\"Dishwasher\";i:7;s:14:\"Fridge Freezer\";i:8;s:6:\"Cooker\";}','',11,'\"3 month repair guarantee\" from website','\"Free consultation then £60 plus parts for PC repair, £95 for TV, Fixed price from £109 for Washing machine/dryer/fridge freezer, from £99 for Cooker, from £119 for dishwasher. Refundable if non-reparable.\" from website','Heath','Trustpilot',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(3,'Knowhow at Curry\'s PC World','24 Westfield Stratford City, Montfichet Rd','E20 1EH','\0\0\0\0\0\0\0Aš±h:;y¿\Ö ˜£\ÅI@','Repair service for computers, laptops, TVs, washing machines, dryers, dishwashers, fridge freezers and cookers.','0344 561 1234',NULL,'https://www.knowhow.com',NULL,'Newham','a:9:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"Netbook\";i:3;s:2:\"TV\";i:4;s:15:\"Washing Machine\";i:5;s:5:\"Dryer\";i:6;s:10:\"Dishwasher\";i:7;s:14:\"Fridge Freezer\";i:8;s:6:\"Cooker\";}','',11,'\"3 month repair guarantee\" from website','\"Free consultation then £60 plus parts for PC repair, £95 for TV, Fixed price from £109 for Washing machine/dryer/fridge freezer, from £99 for Cooker, from £119 for dishwasher. Refundable if non-reparable.\" from website','Stratford','Trustpilot',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(4,'Save','The, Arcade, Westfield, Stratford, City','E20 1EJ','\0\0\0\0\0\0\0\Ð\ÖÁÁ\ÞÄ€¿Hø\Þß \ÅI@','Smartphone and tablet while-you-wait repair service',NULL,NULL,'www.save.co',NULL,'Newham','a:8:{i:0;s:12:\"Phone (Apple\";i:1;s:7:\"Samsung\";i:2;s:5:\"Sony)\";i:3;s:13:\"tablet (Apple\";i:4;s:8:\"Samsung)\";i:5;s:14:\"laptop (Apple)\";i:6;s:18:\"smartwatch (Apple)\";i:7;s:18:\"console (Nintendo)\";}','',17,'\"Your device benefits from a one year warranty no matter what repairs have been done!\" from website','See website','London','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(5,'City Connect Ltd','Unit 32, Middle Level, The Exchange, High Road','IG1 1AS','\0\0\0\0\0\0\0z\áÎ…‘²?Ž’\ÇI@','Gadget exchange','020 8514 3322',NULL,NULL,NULL,'Redbridge','a:1:{i:0;s:5:\"Phone\";}','',20,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(6,'Samsung Support Centre','Unit 1a, Tollgate House, 96 Market Pl','RM1 3ER','\0\0\0\0\0\0\0K̳’V|\Ç?‘\ncA\ÊI@','Samsung Support Centre','01798 607999',NULL,'http://www.samsung.com/uk/support/support-centres/',NULL,'Havering','a:2:{i:0;s:5:\"Phone\";i:1;s:6:\"tablet\";}','',26,NULL,'No data','Romford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(7,'Timpson (Barking)','Unit 21b, Vicarage Field','IG11 8DG','\0\0\0\0\0\0\0§Î£\âÿŽ´?¼Z\î\Ì\ÄI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8594 3419',NULL,'https://www.timpson.co.uk/stores/barking-ripple-road/',NULL,'Barking and Dagenham','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Ripple Road','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(8,'Timpson (Barkingside)','Tesco','!G6 1HY','\0\0\0\0\0\0\0\錼´?`\ÊÀ\ËI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8551 0340',NULL,'https://www.timpson.co.uk/stores/barkingside-cranbrook-road/',NULL,'Redbridge','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','769 Cranbrook Road','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(9,'Timpson (Becton)','Asda, Tollgate Road','E6 5JP','\0\0\0\0\0\0\0ñ.ñ˜?¹ü‡ô\ÛÁI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 7473 0114',NULL,'https://www.timpson.co.uk/stores/beckton-toll-gate-road/',NULL,'Newham','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Becton','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(10,'Timpson (Chadwell Heath)','Sainsburys','RM6 6BP','\0\0\0\0\0\0\0p²\rÜ:Á?it±3\ÉI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8599 3267',NULL,'https://www.timpson.co.uk/stores/chadwell-heath-high-road/',NULL,'Barking and Dagenham','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','97-131 High Road','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(11,'Timpson (Dagenham, The Mall)','24 The Mall, Heathway','RM10 8RE','\0\0\0\0\0\0\0S±1¯#\Ã?[˜…vN\ÅI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8595 5810',NULL,'https://www.timpson.co.uk/stores/dagenham-the-mall/',NULL,'Barking and Dagenham','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Dagenham','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(12,'Timpson (Gallows Corner)','Tesco','RM3 0LL','\0\0\0\0\0\0\0Ç»#cµù\Ë?\Æ5>“ý\ËI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','01708 370833',NULL,'https://www.timpson.co.uk/stores/romford-gallows-bryant-avenue/',NULL,'Havering','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Bryant Avenue','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(13,'Timpson (Hornchurch Road)','Tesco','RM11 1PY','\0\0\0\0\0\0\0§Î£\âÿŽ\È?4¡l\ÈI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','01708 769336',NULL,'https://www.timpson.co.uk/stores/romford-hornchurch-road/',NULL,'Havering','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','300 Hornchurch Road','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(14,'Timpson (Romford High Road)','Tesco, 822 High Road','RM6 4HY','\0\0\0\0\0\0\0!\çýœ¼?O\É9±‡\ÈI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8599 3517',NULL,'https://www.timpson.co.uk/stores/romford-high-road/',NULL,'Redbridge','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Romford','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(15,'Timpson (Romford)','Kiosk 1, Laurie Walk','RM1 3RT','\0\0\0\0\0\0\0XXp?\à\Ç?Y‹O0\ÊI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','01708 760374',NULL,'https://www.timpson.co.uk/stores/romford-laurie-walk/',NULL,'Havering','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Romford Shopping Centre','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(16,'Timpson (South Woodford)','Sainsbury\'s','E18 1AY','\0\0\0\0\0\0\0O崧䜘?\ì\ÛIDø\ËI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8989 6295',NULL,'https://www.timpson.co.uk/stores/sainsbury\'s-south-woodford/',NULL,'Redbridge','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','176 George Lane','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(17,'Timpson (Stratford Westfield)','7 Lower Ground Floor, Westfield','E15 1QA','\0\0\0\0\0\0\0¹ß¡(\Ð\'‚¿›”¢\ÅI@','Shoe care booths offering on-site phone repairs (screen and battery replacement) and off-site tablet repairs. At least 10 locations in the area.','020 8534 1509',NULL,'https://www.timpson.co.uk/stores/stratford-westfield/',NULL,'Newham','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:47:\"Samsung S3-S6) (screen and battery replacement)\";i:2;s:13:\"Tablet (iPad)\";}','',26,'\"All of our repairs are completed using top quality parts and come with a 12 month guarantee.\" from website','No data. Each branch sets own pricing','Stratford City','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(18,'AND Sales Repairs','530 Chigwell Rd, Woodford','IG8 8PA','\0\0\0\0\0\0\0§“lu9%¨?d“üˆ_\ÍI@','Domestic Appliance Services - Sales & Repairs','020 8505 5777',NULL,'http://www.andsalesrepairs.co.uk/','[email protected]','Redbridge','a:10:{i:0;s:15:\"Washing machine\";i:1;s:12:\"tumble dryer\";i:2;s:10:\"dishwasher\";i:3;s:6:\"fridge\";i:4;s:7:\"freezer\";i:5;s:6:\"cooker\";i:6;s:3:\"hob\";i:7;s:9:\"microwave\";i:8;s:14:\"waste disposal\";i:9;s:14:\"vaccum cleaner\";}','',40,'\"Our labour is guaranteed for 3 months from the date of repair\"','No data','Green','Google Map Search',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(19,'Colourvision Colourtronics','123-125 Ley Street, Ilford','IG1 4BH','\0\0\0\0\0\0\0\ÜH\Ù\"i³?ŪA˜\Û\ÇI@','Electronic repair centre','020 8478 8580',NULL,'http://www.colourtronics.com/','[email protected]','Redbridge','a:12:{i:0;s:2:\"TV\";i:1;s:3:\"VCR\";i:2;s:3:\"DVD\";i:3;s:4:\"HiFi\";i:4;s:15:\"Audio Equipment\";i:5;s:9:\"Microwave\";i:6;s:7:\"Desktop\";i:7;s:6:\"Laptop\";i:8;s:6:\"Phones\";i:9;s:7:\"Cameras\";i:10;s:10:\"Camcorders\";i:11;s:11:\"MP3 players\";}','',50,'\"We offer a guarantee on all work carried out by our engineers\" from website','No data','Essex','Google Map Search',NULL,NULL,1,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(20,'Apple Store, Stratford, Genius Bar','Westfield Stratford City, The Arcade, Westfield Stratford City','E20 1EQ','\0\0\0\0\0\0\0\å\Åoò{¿R\nº½¤\ÅI@','Genius bar is repair/advice service','020 8277 2200',NULL,'http://www.apple.com/uk/retail/stratfordcity/',NULL,'Newham','a:5:{i:0;s:14:\"Computer (Mac)\";i:1;s:14:\"Phone (iPhone)\";i:2;s:13:\"Tablet (iPad)\";i:3;s:4:\"iPod\";i:4;s:2:\"TV\";}','',60,'\"Apple warrants (1) that the service will be performed with all reasonable skill and care and (2) that, for a period of ninety (90) days from the date of service, all parts used to service your product will be free from defects in materials and workmanship, unless otherwise specified by Apple. Apple further warrants, to the extent permitted by law, that batteries installed as part of Apple’s battery replacement service for Apple portable Mac computers will be free from defects in materials and workmanship for one (1) year from the date of service. In the event of breach of the warranty in this section 5, Apple will either (i) re-perform the service, (ii) repair or replace the part, or (iii) refund the cost of the service provided. In order to claim under the warranty you must return your product to the store where you left your product for service.\" From website see http://www.apple.com/uk/legal/sales-support/terms/repair/Retail_Repair_UK_Terms_Conditions.html','No data','London','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(21,'Talk & Surf','126 Cranbrook Rd','IG1 4LZ','\0\0\0\0\0\0\0Å1w±?½Â‚û\ÇI@','Internet cafe','020 8554 1400',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',60,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(22,'Instant iPhone repair','175 Cranbrook Road','IG1 4TA','\0\0\0\0\0\0\0[^¹\Þ6S±?–±¡›ý\ÇI@','Repair specialist: Apple iPhone, Samsung Phone, Apple iPad, Apple iPod','020 7998 9338','07553 874876','http://www.instantiphonerepair.co.uk/','[email protected]','Redbridge','a:4:{i:0;s:13:\"Phone (iPhone\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";i:3;s:10:\"Apple iPod\";}','',66,'\"All our repairs are covered by a 3 month warranty.\" from website','See website','Ilford','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(23,'Stormfront, Romford','11 East Mall, Liberty Shopping Centre','RM1 3RL','\0\0\0\0\0\0\0–²q¬‹\Ç?\\!¬\Æ\ÊI@','Apple repairs','01708 764890',NULL,'https://www.stormfront.co.uk/contact/store/Romford','[email protected]','Havering','a:5:{i:0;s:14:\"Computer (Mac)\";i:1;s:14:\"Phone (iPhone)\";i:2;s:13:\"Tablet (iPad)\";i:3;s:4:\"iPod\";i:4;s:2:\"TV\";}','',70,'\"Fully accredited to carry out warranty repairs for all Apple computers\"','\"£50 diagnosis charge, £90 fixed labour charge for Mac repairs\" from website','Romford','Facebook Reviews',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(24,'MCX','9 South St','RM1 1NJ','\0\0\0\0\0\0\0d${„š!\Ç?¡+¨þ\ÉI@','Mobile and Computer Exchange','01708 755099',NULL,'http://www.webuysellrepair.com/',NULL,'Havering','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:5:\"Phone\";}','',72,'\"30 days warranty\" by phone','No data','Romford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(25,'Geek Squad Tech Agent East Ham','2-3 Station Parade, East','E6 1JD','\0\0\0\0\0\0\0ù*8¼ ª?ù£¨3÷\ÄI@','Mobile phone repairs, off-site','0843 538 0427',NULL,'http://www.geeksquad.co.uk/',NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',76,'\"90 day guarantee\" from website','\"No obligation quotes\" from website','Ham','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(26,'Geek Squad Tech Agent Ilford','Unit 36, The Exchange Mall, High Road','','\0\0\0\0\0\0\0íš\Öt²?¨n.þ¶\ÇI@','Mobile phone repairs, off-site','0843 538 0167',NULL,'http://www.geeksquad.co.uk/',NULL,'Redbridge','a:1:{i:0;s:5:\"Phone\";}','',76,'\"90 day guarantee\" from website','\"No obligation quotes\" from website','Ilford IG1 1DS','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(27,'Geek Squad Tech Agent Stratford Centre','Stratford Centre, 81 The Mall','E15 1XQ','\0\0\0\0\0\0\0nùHJzH?´¯<HO\ÅI@','Mobile phone repairs, off-site','0843 538 1450',NULL,'http://www.geeksquad.co.uk/',NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',76,'\"90 day guarantee\" from website','\"No obligation quotes\" from website','Stratford','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(28,'Geek Squad Tech Hub Westfield Stratford City','Westfield Stratford City','E15 2JU','\0\0\0\0\0\0\0‹jQL~¿X\ÇñC¥\ÅI@','Mobile phone repairs, on-site','0843 538 1950',NULL,'http://www.geeksquad.co.uk/',NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',76,'\"90 day guarantee\" from website','\"No obligation quotes\" from website','Stratford','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(29,'Geek Squad, Carphone Warehouse, Romford','The Liberty, Mercury Gardens, Unit 21, The Liberty','RM1 3RL','\0\0\0\0\0\0\0´fñ}\Ç?“m\à\ÊI@','Mobile phone repairs, off-site','0843 538 0349',NULL,'http://www.geeksquad.co.uk/',NULL,'Havering','a:1:{i:0;s:5:\"Phone\";}','',76,'\"90 day guarantee\" from website','\"No obligation quotes\" from website','Romford','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(30,'Shen Computer Solution Ltd','155 North Street','RM1 1ED','\0\0\0\0\0\0\0&\ßlscz\Æ?To\rl•\ÊI@','Computer sales and repairs','01708 750046',NULL,'http://www.scscomputer.co.uk/','scs@ scscomputer.co.uk','Havering','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:9:\"Apple Mac\";}','',77,'\"At least 3 months warranty, up to 1 year on some items depnding on manufacturers warranty\" by phone','No data','Romford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(31,'A & G Appliance Services','21 Hartington Rd','E16 3NP','\0\0\0\0\0\0\0¸\Ê;Åš?\ënž\êÁI@','Domestic appliance repair','020 7476 8725','07540 852102','http://ag-repairs.co.uk/','[email protected]','Newham','a:7:{i:0;s:15:\"Washing machine\";i:1;s:10:\"dishwasher\";i:2;s:12:\"elecric oven\";i:3;s:12:\"tumble dryer\";i:4;s:6:\"fridge\";i:5;s:7:\"freezer\";i:6;s:9:\"microwave\";}','',80,'\"6 months warranty on the repair\" from website','Some prices shown on website','London','Google Map Search',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(32,'Click @','103 Corbets Tey Rd','RM14 2AH','\0\0\0\0\0\0\0‡ûÈI·\Ï?¿¶~ú\Ï\ÆI@','Computer shop, repairs and service','01708 641098',NULL,NULL,NULL,'Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',80,'\"We offer 6 months warranty\" phone call.','No data','Upminster','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(33,'Edwards Office Supplies (Romford Computer Repairs)','128 New North Road, Hainault','IG6 2XW','\0\0\0\0\0\0\0\Ý$•C·?—\ÄY5\ÍI@','Electronic repairs, on site service, collect and repair service, bring service','020 8500 4466',NULL,'http://edwardsoffice.co.uk/','[email protected]','Redbridge','a:9:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"Printer\";i:3;s:7:\"Console\";i:4;s:13:\"Apple Macbook\";i:5;s:10:\"Apple iPad\";i:6;s:12:\"Apple iPhone\";i:7;s:7:\"Tablets\";i:8;s:2:\"TV\";}','',84,'\"3 months warranty on labour, manufacturer\'s warranty on parts 3 months to 1 year\" by phone','\"No fix, no fee, free quotations\" from website','Essex','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(34,'Ron\'s Repairs','31 Upper Rainham Rd','RM12 4BE','\0\0\0\0\0\0\0/÷\ÉQ€(\È?1е/\ÈI@','Washing machine and tumble dryer repairs','01708 475770',NULL,'Hacked http://www.ronsrepairs.co.uk',NULL,'Havering','a:2:{i:0;s:15:\"Washing machine\";i:1;s:12:\"tumble dryer\";}','',86,NULL,'No data','Hornchurch','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(35,'Dr Gadgets','4, Brewery Shopping Centre','RM1 1BG','\0\0\0\0\0\0\0\Þ\È<ò\Ç?\Ððf\r\Þ\ÉI@','Mobile phone repairs','01708 756600',NULL,'http://www.doctorgadgets.co.uk/','Contact form','Havering','a:1:{i:0;s:5:\"Phone\";}','',87,'\"2 months warranty on repairs\" by phone','No data','Romford','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(36,'Gadcet Chadwell Heath','102, -, 104, High, Road, Chadwell, Heath, Romford','RM6 6NX','\0\0\0\0\0\0\0:W”‚UÁ?V¸\å#)\ÉI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','020 8599 9601',NULL,'http://www.gadcet.com/221-repair','[email protected]','Barking and Dagenham','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',89,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Essex','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(37,'Gadgets World','709 Romford Road','E125AW','\0\0\0\0\0\0\0ºó\Äs¶€¨?£W”†\ÆI@','Gadget exchange','020 8911 0911',NULL,'http://farhan39.wixsite.com/gadgetsworld','[email protected]','Newham','a:5:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";i:3;s:4:\"iPad\";i:4;s:7:\"Console\";}','',89,'\"3 months warranty on repairs\" by phone','No data','Manor Park','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(38,'Quick Mobile Fix','41-43 Roebuck Road, Hainault Business Park','IG6 3TU','\0\0\0\0\0\0\0Hm\â\ä~‡¾?C’Y½\Ã\ÍI@','Phone repair specialist','020 8500 0308',NULL,'https://www.quickmobilefix.com/','[email protected]','Redbridge','a:10:{i:0;s:18:\"Smartphones: Apple\";i:1;s:7:\"Samsung\";i:2;s:4:\"Sony\";i:3;s:5:\"Nokia\";i:4;s:3:\"HTC\";i:5;s:2:\"LG\";i:6;s:5:\"Nexus\";i:7;s:8:\"Motorola\";i:8;s:10:\"Blackberry\";i:9;s:6:\"Huawei\";}','',90,'\"All repairs (with the exception of software related, battery and water damaged devices) come with a 12 month warranty. Battery related repairs comes with 3 months warranty. This excludes faults relating to physical or accidental damage or if the device is opened whilst in your possession. If the nature of the repair falls outside the terms of your warranty or guarantee, then you may incur a charge for the repair. Our warranty does not cover repairs on Wifi Faults on the iPhone 4 and 4S.\" From website','See website, payment in advance','Ilford','Trustpilot',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(39,'KDS Appliances','33-35 Beehive Lane','IG1 3RG','\0\0\0\0\0\0\0‰š\èóQF°?ù\Ü ö_\ÉI@','Repair service for all domestic appliances','020 8518 1988',NULL,'http://www.kdsappliances.co.uk/','[email protected]','Redbridge','a:2:{i:0;s:31:\"Electrically powered appliances\";i:1;s:43:\"not refrigerators or gas-powered appliances\";}','',92,'\"3 months to 1 year depending on manufacturer\" by phone','No data','Ilford','Google Map Search',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(40,'Computer Clinic','990 Eastern Avenue, Newbury Park Ilford','IG2 7JD.','\0\0\0\0\0\0\0%¯\Î1 {¹?|œi\Âö\ÉI@','Computer repairs, screen replacement','020 8597 9764','07985 700199','http://www.computerclinicuk.com/',NULL,'Redbridge','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:32:\"Tablet (iPad screen replacement)\";}','',93,'\"I year on new parts, no warranty for used parts\" by phone','\"No fix no fee\" from website','Essex','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(41,'Compushop','101 Cranbrook Rd','IG1 4PU','\0\0\0\0\0\0\0/\ßú°Þ¨±?†W’<\×\ÇI@','Computer shop','020 8553 3362',NULL,'thecompushop.com','[email protected]','Redbridge','a:6:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:17:\"Phone (Apple iMac\";i:3;s:7:\"Macbook\";i:4;s:6:\"iPhone\";i:5;s:5:\"iPad)\";}','',100,'\"At least 3 months warranty, up to 1 year on some items depnding on manufacturers warranty\" by phone','No data','Ilford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(42,'Computer Repair Ltd','','E18 1AD','\0\0\0\0\0\0\0\Û$¶›?n\Þ8)\Ì\ËI@','Computer repairs','020 7018 1470','07904 638378','http://www.computerrepairltd.co.uk/','[email protected]','Redbridge','a:5:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:9:\"Apple Mac\";i:3;s:7:\"Macbook\";i:4;s:4:\"iMac\";}','',100,'\"Warranty depends on the part, minimum 3 months\" by phone','\"Free, no obligation quote.\" from website','96 George Lane','Freeindex',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(43,'Console Clinic','6 Tadworth Parade','RM12 5AS','\0\0\0\0\0\0\0\0qW¯\"£\É?\Ð)\È\ÏF\ÆI@','Games console repairs',NULL,'07851 610895','http://www.console-clinic.com/','[email protected]','Havering','a:6:{i:0;s:13:\"Console (Xbox\";i:1;s:11:\"Playstation\";i:2;s:9:\"Nintendo)\";i:3;s:4:\"iPad\";i:4;s:6:\"iPhone\";i:5;s:4:\"iPod\";}','',100,'\"3 months on most repairs, 6 months on bought second hand items. 1 year warranty on genuine parts. 2 years on items bought from certain companies via console clinic limited.\" by email','No data','Elm Park','Freeindex',NULL,NULL,1,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(44,'Cranham Computer Centre','89 Front Lane, Cranham','RM14 1XN.','\0\0\0\0\0\0\0¿Gýõ\n\Ñ?’.§\ÈI@','Computer and phone repairs','01708 250296',NULL,'http://www.cranhamcomputercentre.co.uk/','[email protected]','Havering','a:8:{i:0;s:13:\"Desktop (Mac)\";i:1;s:6:\"Laptop\";i:2;s:13:\"Phone (iPhone\";i:3;s:8:\"Samsung)\";i:4;s:13:\"Tablet (iPad)\";i:5;s:13:\"Console (Xbox\";i:6;s:12:\"Playstation)\";i:7;s:10:\"Apple iPod\";}','',100,NULL,'\"Repairs from £25\" from website','Essex','Facebook Reviews',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(45,'Essex PC Fix','33 Cromer Road','RM11 1EY','\0\0\0\0\0\0\0¸uÊ£\Ë?!\äK¨\ÈI@','PC and Laptop repairs, mobile service, collect and repair service','01708 444480','07866 395831','http://www.essexpcfix.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:16:\"Laptop (not Mac)\";}','',100,'\"Warranty depends on the part, minimum 3 months\" by phone','\"Free quotations. Pricing based on agreed estimate at £25/hour. Some fixed-fee prices. Diagnosis fee £30 or call-out fee £50 chargeable if repair declined. No visit fee for home repairs within 8 miles of Hornchurch.\" from website','Hornchurcch','Yell',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(46,'Hans Electric','','RM12 4RW','\0\0\0\0\0\0\0þ\Ó\rx\É?%”¾r\ÆI@','Vacuum cleaner servicing and repairs, family-run business since 1966','01708 446060',NULL,'http://www.hanselectric.co.uk/','[email protected]','Havering','a:1:{i:0;s:14:\"Vacuum cleaner\";}','',100,'\"6 months warranty on all parts and labour\" by phone','\"£5 deposit, agreed price limit\" from website','22 The Broadway','Facebook Reviews',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(47,'Harold Hill Computer Repairs','70 Petersfield Avenue','RM3 9PD','\0\0\0\0\0\0\0瓼\Ç\Í?\î>\ÇG‹\ÍI@','Computer repairs',NULL,'07931 300301','http://www.haroldhillcomputerrepairs.co.uk/','[email protected]','Havering','a:1:{i:0;s:7:\"Desktop\";}','',100,NULL,'\"Fixed price repairs from £30. No fix, no fee\" from website','Harold Hill','Freeindex',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(48,'Havering Computer Services','22 Pettits Boulevard','RM1 4PL','\0\0\0\0\0\0\0Ž<»|\Ç?#h\Ì$\ê\ËI@','Computer and laptop repairs, mobile service','01708 874935','07870 490080','http://www.hcs-uk.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',100,NULL,'See website','Romford','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(49,'Ill IT Solutions Ltd','1 Tolworth Parade, East Road, Chadwell Heath','RM6 6YU','\0\0\0\0\0\0\0\Ð}9³]Á?\Û$\ÊI@','Computer and laptop repairs','020 8599 7771',NULL,'http://www.illit.co.uk/','[email protected]','Barking and Dagenham','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',100,'\"Manufacturer\'s guarantee on parts, 3 months to 1 year. 3 month\'s warranty on labour\" by email.','\"Quotation service\" from website','Romford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(50,'Link Computer Services','203 Mawney Road','RM7 8BX','\0\0\0\0\0\0\0sÛ¾Gýõ\Ä?3Œ»A´\ÊI@','Laptop, PC, and Netbook repairs, mobile service.',NULL,'07971 289547','http://www.linkhelp.co.uk/','[email protected]','Havering','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"Netbook\";}','',100,'\"One years warranty on parts\" by phone','\"Free, no obligation quote. No fix no fee, no callout charge\" from website','Romford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(51,'M Maintenance','11 Spearpoint Gardens, Aldborough, Road North, Ilford','IG2 7SX','\0\0\0\0\0\0\0MM‚7¤Q¹?7¨ý\ÖN\ÊI@','Appliance repairs, handyman',NULL,'07958 654271','http://www.m-maintenance.co.uk/','[email protected]','Redbridge','a:5:{i:0;s:16:\"Washing machines\";i:1;s:13:\"Tumble Dryers\";i:2;s:4:\"Hobs\";i:3;s:11:\"Dishwashers\";i:4;s:5:\"Ovens\";}','',100,NULL,'No data','Essex',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(52,'Mind the Mac Ltd','Unit 135, First Floor, Romford Shopping Hall','RM1 3AB','\0\0\0\0\0\0\0‚V`\È\êV\Ç?Ñ‘\\þC\ÊI@','Repair services for Apple devices','01708 755 855','07486 355999','http://www.mindthemac.co.uk/','[email protected]','Havering','a:4:{i:0;s:13:\"Desktop (Mac)\";i:1;s:16:\"Laptop (Macbook)\";i:2;s:13:\"Tablet (iPad)\";i:3;s:10:\"Apple iPad\";}','Qualified technicians',100,'\"2 months on repair, up to 1 year on parts\" by phone','\"No fix no fee\" from website','43 Market Place','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(53,'PC First Aid Ltd','Unit 32A GSR Self-Storage, Chequers Lane','RM9 6PS','\0\0\0\0\0\0\0 %vmo·\Â?\ãm¥\×f\ÃI@','PC, laptop, Apple desktop and laptop, mobile phone, tablet and satnav repairs','020 8593 7143','07956 525477','https://www.facebook.com/pc1staid/','[email protected]','Barking and Dagenham','a:1:{i:0;s:7:\"Desktop\";}','',100,NULL,'\"£40 fixed price for repairs at premises plus parts\" from website','Dagenham','Facebook Reviews',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(54,'PJC Technologies Ltd','','RM5 2QT','\0\0\0\0\0\0\0b/°Œ\Ä?>\çn\×K\ÍI@','Laptop and PC repair service','01708 662779 (not in service)','07725 501063','http://www.pjctechnologies.com/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',100,'\"6 months to 1 year parts and labour, depending on the part\" by phone','\"Fixed prices for some services from £25\" from website','106 Lynwoood Drive','Freeindex',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(55,'R J Electrical','112 Mill Lane','RM6 6UU','\0\0\0\0\0\0\0¦)œ\Þ\ÅÁ?F?\ZN™\ÉI@','Cooker repair specialst, mobile service','020 8599 2841','07836 677836','https://www.facebook.com/rjelectricalessex/','[email protected]','Barking and Dagenham','a:3:{i:0;s:15:\"Electric cooker\";i:1;s:14:\"storage heater\";i:2;s:42:\"electrical repairs (qualified electrician)\";}','http://www.checkatrade.com/RJElectrical315992/Checks.aspx',100,'\"3-6 months for cooker repairs depending on the manufacturer\'s warranty\" by phone','No data','Romford','Checkatrade',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(56,'Richer Sounds','73 Main Rd','RM2 5EL','\0\0\0\0\0\0\0Eb‚\Z¾…\É?‰#D\ËI@','Repair service for Hi-Fi, DVD, Audio-Visual products, TV','0333 900 0041',NULL,'http://www.richersounds.com/information/service',NULL,'Havering','a:4:{i:0;s:2:\"TV\";i:1;s:5:\"Hi-Fi\";i:2;s:3:\"DVD\";i:3;s:21:\"Audio-Visual products\";}','',100,'\"90 day guarantee on repair\" from websie','See website. Initial charge £40 then quote to complete. Fixed prices for some repairs plus specialist parts.','Romford','Google Map Search',NULL,NULL,1,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(57,'S R Domestic Repairs','267 Longbridge Road, Barking','IG11 9DJ','\0\0\0\0\0\0\0\Ü\Ì\n¹?X:ž%\ÆI@','Domestic appliance repair, mobile service','07737 235620',NULL,NULL,NULL,'Redbridge','a:5:{i:0;s:15:\"Washing Machine\";i:1;s:12:\"Washer Dryer\";i:2;s:6:\"Fridge\";i:3;s:7:\"Freezer\";i:4;s:15:\"electric cooker\";}','City and Guilds',100,'\"3 months warranty\" Yell listing page','\"No fix, no charge, no call-out charge\" from website','Essex','Yell',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(58,'Standard Appliances','130 Barking Road','E6 3BD','\0\0\0\0\0\0\0û¯s\Ófœ¦?h•™\Òú\ÃI@','Domestic appliance repair','020 8472 0622','07956 537374',NULL,NULL,'Newham','a:7:{i:0;s:15:\"Washing machine\";i:1;s:10:\"Dishwasher\";i:2;s:6:\"Fridge\";i:3;s:7:\"Freezer\";i:4;s:12:\"Tumble dryer\";i:5;s:6:\"Cooker\";i:6;s:5:\"Stove\";}','',100,'\"We provide 1 year guarantee\" by phone','No data','London','Yell',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(59,'Techright London','2 Carey Road, Dagenham','RM9 5HT','\0\0\0\0\0\0\07ÿ¯:r¤Á?¹\Æg²\ÆI@','PC and Laptop repairs, mobile service, free home visits, bring service.','020 8593 2339',NULL,'http://techright-london.co.uk/','Contact form','Barking and Dagenham','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',100,NULL,'\"£49.99 fixed charge plus parts, plus specialist services which incur additional charge\" from website','Greater London','Freeindex',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(60,'Tomo Solutions Ltd','17 St Leonards Close','RM17 6GT','\0\0\0\0\0\0\0R\×\ÚûTJ?›<e5]\ÅI@','Computer and PC repairs, mobile service','0800 246 5828','07876 344 433','http://www.tomosolutions.co.uk/about-us/',NULL,'Newham','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',100,'\"Everyone should offer warranty\" by phone','See website','Grays','Facebook Reviews',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(61,'WG-IT Computers and Consoles','83 Primrose Ave, Chadwell Heath','RM6 4PS','\0\0\0\0\0\0\0´fñ½?Ÿ’sb\ÉI@','Computer, games console and iPhone repairs. Mobile service.','020 8262 0472','07880 622600','http://www.computersconsoles.co.uk/','[email protected]','Redbridge','a:6:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:8:\"Netbooks\";i:3;s:20:\"Games Consoles (Xbox\";i:4;s:12:\"Playstation)\";i:5;s:7:\"iPhones\";}','ComptTIA technicians see https://certification.comptia.org/certifications/a',100,'\"90 days on repair, up to 1 year on parts depending on manufacturer\'s warranty\" by phone','\"No fix no fee, but diagnostic fee may be charged if repair refused\" from website','Romford','Freeindex',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(62,'A Ali Appliances','','IG1 1TE','\0\0\0\0\0\0\0ñ¼Tl\Ì\ë´? þ³\æ\Ç\ÇI@','Appliance shop',NULL,'07574 321041',NULL,NULL,'Redbridge','a:3:{i:0;s:15:\"Washing machine\";i:1;s:6:\"Fridge\";i:2;s:7:\"Freezer\";}','',0,NULL,'No data','335 High Road',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(63,'ARCO Appliances and Furniture','1085-1087 High Road','RM6 4AB','\0\0\0\0\0\0\0Á©$\ïÀ?nO\Ø\î\ÈI@','Appliance shop','020 3417 0150',NULL,NULL,NULL,'Redbridge','a:1:{i:0;s:7:\"No data\";}','',0,NULL,'No data','Chadwell Heath',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(64,'Atom 1','23 The Broadway','RM12 4RW','\0\0\0\0\0\0\0Ÿ«\Ø_v\É?µTÞŽp\ÆI@','Computer, PC and Phone repairs','01708 472 644',NULL,NULL,NULL,'Havering','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:5:\"Phone\";}','',0,NULL,'No data','Hornchurch',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(65,'Audio Vision','691 Cranbrook Rd','IG2 6SY','\0\0\0\0\0\0\0\0\È F³²?\0‘~û:\ÊI@','Audio-visual equipment repair shop','020 8550 6220',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:2:\"TV\";i:1;s:5:\"Radio\";i:2;s:9:\"Amplifier\";}','',0,NULL,'No data','Ilford',NULL,NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(66,'Auto Vac Services','6 Penrith Rd, Romford','RM3 9NS','\0\0\0\0\0\0\0,¹Š\Åo\Î?Œ-9(\ÍI@','Domestic appliance servicing, mobile service',NULL,'07976 871543',NULL,NULL,'Havering','a:4:{i:0;s:15:\"Washing machine\";i:1;s:12:\"tumble dryer\";i:2;s:10:\"dishwasher\";i:3;s:13:\"electric oven\";}','',0,NULL,'No data','Essex',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(67,'Computer Bits','Unit 51, Market Village','E15 1XQ','\0\0\0\0\0\0\0\Í\"[A\Ób?&c`\ÅI@','Phone, laptop and computer repairs','020 8221 1873',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(68,'Connect','Unit 43, Market Village','E15 1XQ','\0\0\0\0\0\0\0\Ð\îb€Dc?n¥\×fc\ÅI@','Phone repairs',NULL,NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(69,'Dander Appliance Services Ltd','8 St Marys Lane','RM14 2QT','\0\0\0\0\0\0\0NbX9´\Î?]¿`7l\ÇI@','Repair, sales and service of domestic appliances.','01708 228156',NULL,'http://danderappliances.co.uk/','[email protected]','Havering','a:5:{i:0;s:15:\"Washing machine\";i:1;s:15:\"electric cooker\";i:2;s:14:\"vacuum cleaner\";i:3;s:10:\"dishwasher\";i:4;s:12:\"tumble dryer\";}','',0,NULL,'No data','Upminster',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(70,'e-Touch Mobile','9 Mulberry Way','E8 1EB','\0\0\0\0\0\0\0Dˆ+g\ïœ?V\ÓõD\×\ËI@','Phone shop','020 8518 8384',NULL,NULL,NULL,'Redbridge','a:2:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','South Woodford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(71,'First Stop Computer Repairs','34 Hutchinson Court, Padnall road','RM6 5ET','\0\0\0\0\0\0\0\n+TTýÀ?ôlV}\ÊI@','Computer repairs','020 3759 6226','07958 495419','http://www.firststopcomputers.com/','[email protected]','Barking and Dagenham','a:5:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:7:\"(Screen\";i:3;s:8:\"Keyboard\";i:4;s:13:\"Charger port)\";}','',0,NULL,'\"Free quote\"from website','Romford',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(72,'Gadcet Collier Row','7-9 Clockhouse Ln','RM5 3PH','\0\0\0\0\0\0\0ó\ÆIa\Þ\ã\Ä?PŽDÁ\ÌI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','01708 767666',NULL,'http://www.gadcet.com/221-repair','[email protected]','Havering','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',0,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Romford',NULL,NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(73,'Gadget Store (Stratford)','Unit 35, Market Village','E15 1XQ','\0\0\0\0\0\0\0‹\à+Ù±Q?0º¼9\\\ÅI@','Gadget exchange',NULL,NULL,'http://gadget-buy.co.uk/',NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(74,'GS Innovative Tech','248 Heathway','RM10 8QS','\0\0\0\0\0\0\0ƒL2rö\Â?\èL\ÚT\ÅI@','Repair booth','020 8984 9043',NULL,NULL,NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Dagenham',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(75,'GT Mobile','Unit 46, Market Village','E15 1XQ','\0\0\0\0\0\0\0š^b,\Ó/a?Yj½\ßh\ÅI@','Phone repairs',NULL,NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(76,'Hi-Vision','43 Station Rd','E12 5BP','\0\0\0\0\0\0\0”\Ûö=\ê§?Xá–¤\ÆI@','TV Repair shop','020 8478 6628',NULL,NULL,NULL,'Newham','a:3:{i:0;s:2:\"TV\";i:1;s:3:\"DVD\";i:2;s:5:\"Video\";}','',0,NULL,'No data','London',NULL,NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(77,'iFixStore','175 Cranbrook Road, Ilford','IG1 4TA','\0\0\0\0\0\0\0[^¹\Þ6S±?–±¡›ý\ÇI@','Repair specialist: Apple iPhone, Samsung Phone, Apple iPad, Apple iPod walk-in, mail-in, call-out services','020 7998 9338',NULL,'http://ifixstore.co.uk/',NULL,'Redbridge','a:4:{i:0;s:13:\"Phone (iPhone\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";i:3;s:10:\"Apple iPod\";}','',0,'\"iFix Store Smartphone Repair (\"iFix Store\") warrants all repairs and parts free of defects in materials and workmanship for a period of 90 days from the date of purchase.\" From website','See prices and refund and replacement policy on website','Essex',NULL,NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(78,'Ink Link','82 Longbridge Rd','IG11 8SF','\0\0\0\0\0\0\0Á;ùôØ–µ?±\Â-I\ÅI@','Computer repair shop and cartridge refill','020 8594 6315',NULL,'inklink.co.uk','[email protected]','Barking and Dagenham','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'\"No fix, no fee, free quotation\" from website','Barking',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(79,'Jaky Mobile','','IG1 4DU','\0\0\0\0\0\0\0.;\Ä?l\é±?AJ˜\ÇI@','Mobile phone shop',NULL,'07404 040840',NULL,NULL,'Redbridge','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','21 Cranbrook Road',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(80,'Jo Hussein','Based in Upminster','not given','\0\0\0\0\0\0\0C\å_\Ë+\×\Ï?ü8š#+\ÇI@','iPad and iPhone screen repairs',NULL,'07961 876418',NULL,NULL,'Havering','a:2:{i:0;s:14:\"Phone (iPhone)\";i:1;s:30:\"Tablet (iPad) (screen repairs)\";}','',0,NULL,'See Facebook link for example prices','address',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(81,'LCD Refurb','9 Muirhead Quay, Freshwharf Estate, Highbridge Road','IG11 7BW','\0\0\0\0\0\0\0YO¾º²?O\Üóü\ÃI@','LCD repair','020 8591 0707',NULL,'http://lcdrefurb.com/','[email protected]','Barking and Dagenham','a:2:{i:0;s:13:\"Phone (iPhone\";i:1;s:25:\"Samsung) (screen repairs)\";}','',0,NULL,'See website','Barking',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(82,'Liberty Mobiles','The Liberty, Laurie Walk','RM1 3RT','\0\0\0\0\0\0\0P\âs\'\Ø\Ç?\Ú\×3\ÊI@','Mobile phone accessories and repair',NULL,NULL,NULL,NULL,'Havering','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','Romford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(83,'Liberty News','94 Market Place','RM1 3ER','\0\0\0\0\0\0\0¢a1\êZ{\Ç?¯(\r5\ÊI@','Newsagent offering phone repairs','01798 741899',NULL,NULL,NULL,'Havering','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','Romford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(84,'MA Electronics','746A Romford Rd','E12 6BU','\0\0\0\0\0\0\0‘\ÑIØ·«?÷ÿq\Â\ÆI@','Electronics repair shop','020 8553 3441',NULL,NULL,NULL,'Newham','a:1:{i:0;s:16:\"Electrical goods\";}','',0,NULL,'No data','London',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(85,'Marl Tech','','E7 8AF','\0\0\0\0\0\0\0uu\Çb›T¤?\Ù|\\*\ÆI@','Phone shop','020 8552 2030',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','561 Romford Road',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(86,'Mr Mobiles','','E6 2JA','\0\0\0\0\0\0\0\è…;Fª?3‹Pl\ÅI@','Phone shop','020 8552 0205',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','194A High St N',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(87,'Mr Technician UK Ltd','42 Ripple Road, Barking, Essex','IG11 7PG','\0\0\0\0\0\0\0\\\ֵ´?p&¦±\ÄI@','Phone shop','020 8591 4724',NULL,NULL,NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','United Kingdom',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(88,'Multimobile','','E6 1NW','\0\0\0\0\0\0\0mª\î‘\ÍU«?Gw;S\ÄI@','Phone shop','020 3729 4281',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','2 St. John\'s Road',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(89,'N Khabir (R) IT Solutions','15 Leytonstone Rd','E15 1JA','\0\0\0\0\0\0\0YÀn\Ý\Ís?‰•\Ñ\È\ç\ÅI@','Internet cafe offering computer repair','020 8555 5203',NULL,'http://nkitsolutions.co.uk',NULL,'Newham','a:1:{i:0;s:7:\"Desktop\";}','',0,NULL,'No data','London',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(90,'Narula Enterprises','311A Green Street','E13 9AR','\0\0\0\0\0\0\0 *˜\Ù\ç¡?§ ?¹\ÄI@','Phone shop',NULL,NULL,NULL,NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','LONDON',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(91,'Not known (previously Mystical Headshop)','Unit 1, Market Village','E15 1XQ','\0\0\0\0\0\0\0Xr‹\ßD?°È¯b\ÅI@','Phone, laptop and computer repairs',NULL,NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(92,'Phoneit Systems Ltd','567 Cranbrook Rd','IG2 6JZ','\0\0\0\0\0\0\0Ç›ü,±?s¸V{\Ø\ÉI@','Internet cafe offering computer repair','020 8550 3554',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Ilford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(93,'Planet Exchange','752 Romford Rd','E12 6BU','\0\0\0\0\0\0\0)yuŽÙ«?|Bv\Þ\Æ\ÆI@','TV Repair shop','020 8478 1919',NULL,'https://www.facebook.com/PlanetExchange',NULL,'Newham','a:5:{i:0;s:2:\"TV\";i:1;s:5:\"Phone\";i:2;s:6:\"Laptop\";i:3;s:7:\"Desktop\";i:4;s:7:\"Console\";}','',0,NULL,'No data','London',NULL,NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(94,'PS Phone shop','Unit 57, Market Village','E15 1XQ','\0\0\0\0\0\0\0>[{c?¦¶\ÔA^\ÅI@','Phone repairs',NULL,NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(95,'Quality Apppliances','','IG1 1TE','\0\0\0\0\0\0\0CqÇ›üµ?€I*S\Ì\ÇI@','Appliance shop',NULL,NULL,NULL,NULL,'Redbridge','a:1:{i:0;s:7:\"No data\";}','',0,NULL,'No data','357 High Road',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(96,'R-Tech Accessories','','E16 1AD','\0\0\0\0\0\0\07§’ ¢?\èøhq\Æ\ÄI@','Phone accessories','020 3417 7048',NULL,NULL,NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','49-51 Plashet Grove',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(97,'Safe Handz domestic','446 Lodge Avenue, Dagenham','RM9 4QS','\0\0\0\0\0\0\0‹¨‰>e¼?g\Ô|•|\ÄI@','Domestic appliance sales and repairs','020 8517 0272',NULL,'http://safehandz-domestix.co.uk/','[email protected]','Barking and Dagenham','a:4:{i:0;s:15:\"Washing machine\";i:1;s:5:\"dryer\";i:2;s:6:\"fridge\";i:3;s:7:\"freezer\";}','',0,NULL,'No data','Essex',NULL,NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(98,'Tech Fumes','','Romford RM11RX','\0\0\0\0\0\0\0—®`ñd\Ç?HÅ«¬\ÉI@','Phone repair shop','01708 572501',NULL,'techfumes.co.uk','[email protected]','Havering','a:3:{i:0;s:13:\"Phone (iPhone\";i:1;s:28:\"Samsung Galaxy) Tablet (iPad\";i:2;s:6:\"other)\";}','',0,NULL,'No data','104 South St',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(99,'Technoheavan','8 North St','RM1 1BH','\0\0\0\0\0\0\0”i4¹\Ç?ŽYö$\ÊI@','Mobile, laptop, tablet, console','01708 752800',NULL,NULL,NULL,'Havering','a:4:{i:0;s:5:\"Phone\";i:1;s:6:\"laptop\";i:2;s:6:\"tablet\";i:3;s:7:\"console\";}','',0,NULL,'No data','Romford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(100,'The Cell City London','72 The Broadway','E15 1NG','\0\0\0\0\0\0\0³™CR%c?¾\Þýñ^\ÅI@','Phone and PC repairs',NULL,NULL,NULL,NULL,'Newham','a:2:{i:0;s:5:\"Phone\";i:1;s:7:\"Desktop\";}','',0,NULL,'No data','Stratford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(101,'The IT Point','','E12 6EA','\0\0\0\0\0\0\0Q\ØE\Ñ«?\æ?¤ß¾\ÆI@','Phone shop','020 8514 7068',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','827 Romford Road',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(102,'The Net Store','','RM8 1UU.','\0\0\0\0\0\0\0›”¢•¿?£®µ÷\ÇI@','Phone, laptop and computer repairs','020 8597 7026',NULL,'http://www.thenetstore.co.uk/',NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','701 Green Lane',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(103,'Topgift','The Mercury Shopping Centre, Mercury Gardens','RM1 3EE','\0\0\0\0\0\0\0\àe†²~\Ç?¼\é–\â\ÉI@','Phone accesories kiosk and screen repairs',NULL,NULL,'http://top-gift.co.uk/',NULL,'Havering','a:1:{i:0;s:14:\"Phone (screen)\";}','',0,NULL,'No data','Romford',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(104,'Trit Ventures','309 Heathway','RM9 5AQ','\0\0\0\0\0\0\0|*§=%\ç\Â?ÅŽÆ¡~\ÅI@','Internet Cafe','020 8517 4558',NULL,NULL,NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Dagenham',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(105,'Tusker Technology','57 Argyle Gardens','RM14 3HH','\0\0\0\0\0\0\0\Æú&7Š\Ð?ó =E\ÇI@','Computer repairs','01708 222192','07948 251761','http://www.tusker.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'\"£25 for investigation and quotation\" from website','Upminster',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(106,'Urban Tech','','E7 8BD','\0\0\0\0\0\0\0¥¼VBwIœ?¡\Ú\àDô\ÅI@','Repair shop','020 8553 3441',NULL,'urbantec.co.uk',NULL,'Newham','a:5:{i:0;s:13:\"Phone (iPhone\";i:1;s:7:\"Samsung\";i:2;s:5:\"Sony)\";i:3;s:13:\"Tablet (iPad)\";i:4;s:6:\"Laptop\";}','',0,NULL,'No data','320 Romford Road',NULL,NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(107,'A E G Stellison','317 Hornchurch Road','RM12 4TQ','\0\0\0\0\0\0\0\ÇF ^\×/\È?}\ì.PR\ÈI@','Local branch of Euronics appliance chain.','01268 756276',NULL,'http://www.stellisonselectrical.co.uk/your-local-electrical-store/hornchurch.html','[email protected]','Havering','a:1:{i:0;s:7:\"No data\";}','',0,NULL,'No data','Hornchurch','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(108,'A-Tech','Unit 23, Market Village','E15 1XQ','\0\0\0\0\0\0\0F%ušK?\Û\Ã^(`\ÅI@','Phone repairs','0208 555 5807',NULL,'https://www.facebook.com/AtechStratford/','[email protected]','Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(109,'Britesa','206 Hornchurch Rd','RM11 1QJ','\0\0\0\0\0\0\0Š«Ê¾+‚\É?©lXSY\ÈI@','Domestic appliance repair','01708 473277',NULL,NULL,NULL,'Havering','a:5:{i:0;s:15:\"Washing Machine\";i:1;s:6:\"cooker\";i:2;s:5:\"stove\";i:3;s:10:\"dishwasher\";i:4;s:13:\"tumble drier.\";}','',0,NULL,'No data','Hornchurch','Yell',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(110,'Bunty Kainth','Address, in, Elm, Park','on Streetlife','\0\0\0\0\0\0\0<\Äy8\É?‚\ÆL¢^\ÆI@','Mobile IT Engineer',NULL,'07841 645111',NULL,NULL,'Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','verified',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(111,'City Electronic Services','Unit 22, River Road Business Park, River Road','IG11 0EA','\0\0\0\0\0\0\0.5#ƒ¸?P—n\ÃI@','TV, DVD, Audio and Microwave repair','020 8507 9797',NULL,'http://www.cityelectronicservices.co.uk/','[email protected]','Barking and Dagenham','a:3:{i:0;s:2:\"TV\";i:1;s:3:\"DVD\";i:2;s:26:\"Audio and Microwave repair\";}','',0,NULL,'No data','Barking','Google Map Search',NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(112,'Computer Concern','45 Alloa Rd','IG3 9SW','\0\0\0\0\0\0\0³”,\'¡¼?þµ¼r½\ÇI@','Computer repair service',NULL,'07930 500979','http://www.computerconcern.co.uk/','[email protected]','Redbridge','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'\"No fix no fee\" from website','Ilford','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(113,'D & C Repairs','269 Stamford Rd','RM9 4EH','\0\0\0\0\0\0\0¥†6\0½?-[ë‹„\ÄI@','Commercial and Domestic appliance repairs in and around Dagenham.','01798 545278','07850 167 362','http://www.dandcrepairs.co.uk/','[email protected]','Barking and Dagenham','a:4:{i:0;s:15:\"Washing machine\";i:1;s:12:\"Tumble dryer\";i:2;s:15:\"Electric cooker\";i:3;s:5:\"Ovens\";}','',0,NULL,'No data','Dagenham','Yell',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(114,'Easylink','Unit 34, Market Village','E15 1XQ','\0\0\0\0\0\0\0_´\Ç\éðP?³˜\Ø|\\\ÅI@','Phone repairs','020 8534 9988',NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre','Yell',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(115,'Electronics Geek','25 Woodford Ave','IG2 6UF','\0\0\0\0\0\0\0rN\ì¡}¬°?6;R}\ç\ÉI@','Mobile phone, computer and laptop repairs','020 3601 4117','07435 358888','http://www.electronicsgeek.co.uk/','[email protected]','Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'See website','Ilford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(116,'Gadcet Barkingside','56 High St','IG6 2DQ','\0\0\0\0\0\0\0qVDMôù´?B°ª^~\ËI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','020 8550 1110',NULL,'http://www.gadcet.com/221-repair','[email protected]','Redbridge','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',0,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Ilford','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(117,'Gadcet Dagenham','249 Heathway','RM9 5AN','\0\0\0\0\0\0\0.\æ熦\ì\Â?\èN°ÿ:\ÅI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','020 8526 6299',NULL,'http://www.gadcet.com/221-repair','[email protected]','Barking and Dagenham','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',0,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Dagenham','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(118,'Gadcet Hornchurch','47 High St','RM11 1TP','\0\0\0\0\0\0\0³³\è\n¸\Ë?_˜L\ÈI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','01708 454545',NULL,'http://www.gadcet.com/221-repair','[email protected]','Havering','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',0,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Hornchurch','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(119,'Gadcet Stratford','Unit 78','E15 1NG','\0\0\0\0\0\0\0\Þ\03\ßÁO<?LnY\ÅI@','Gadget Exchange. Apple and Samsung phone repairs. Apple iPad repair','020 8555 2258',NULL,'http://www.gadcet.com/221-repair','[email protected]','Newham','a:3:{i:0;s:12:\"Phone (Apple\";i:1;s:8:\"Samsung)\";i:2;s:13:\"Tablet (iPad)\";}','',0,'\"All repairs carried out by us and our repair centres come with a 4 weeks to 3 months warranty dependant on the repair. This excludes any damage caused by the user. Any repair warranty becomes void if you cannot show us the repair receipt.\" from website','\"All repairs quoted online are estimated based on the information you provide us. If there are any further problems discovered, your repair price may increase. We will contact you by phone or email for further verification. No Fix No Fee: If your repair could not be carried out or cannot be completed, you will not be charged.\" From website','Stratford Centre','Google Map Search',NULL,NULL,1,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(120,'Gadget 4 Exchange (Fone Fix Ilford)','','IG3 8LA','\0\0\0\0\0\0\0@0G\ßÛ¸?ùŸü\Ý;\ÈI@','Gadget exchange and phone repair','020 3441 7781','07930 905251','https://www.facebook.com/fonefix.ilfordbranch/',NULL,'Redbridge','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','10 Cameron Road','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(121,'Gadget Solution','163 South St','RM1 1PL','\0\0\0\0\0\0\0©\ÙÀ\Ç?\ë\0ˆ»z\ÉI@','Computer, laptop and phone sales and repairs','01708 743222',NULL,'http://gadgetssolution.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,'\"90 day warranty of all repaired product and parts\" from website','No data','Romford','Google Map Search',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(122,'Gadget Store (Barking)','4, Barking Railway Station, Station Parade','IG11 8TU','\0\0\0\0\0\0\0g&\Î5Ì´?#\Ù#\Ô\ÅI@','Gadget exchange','020 8594 0111',NULL,'http://gadget-buy.co.uk/',NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Barking','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(123,'Hoffmans Pride','115 George Ln','E18 1AN','\0\0\0\0\0\0\0õ\Úl¬\Ä<›?%³z‡\Û\ËI@','Office supplies, phone and computer repair','020 8989 5164',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','London','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(124,'Home PC Doctor (Havering)','163 Upper Rainham Road','RM12 4EY','\0\0\0\0\0\0\0\ãüM(\È?–\çÁ\ÝY\ÇI@','Mobile computer repairs','01708 455150','07888 678653','http://www.computerrepairhavering.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','Hornchurch','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(125,'HP Electronics','','E12 6PY','\0\0\0\0\0\0\0•¹ùFtϪ?,d®ª\ÅI@','TV and Audio repairs, mobile service','020 8470 7127','07956 517 176','http://www.hpelectronics.co.uk/','[email protected]','Newham','a:7:{i:0;s:2:\"TV\";i:1;s:3:\"DVD\";i:2;s:5:\"Video\";i:3;s:9:\"Camcorder\";i:4;s:7:\"Console\";i:5;s:5:\"Hi-Fi\";i:6;s:5:\"Audio\";}','',0,NULL,'No data','57 Rosebery Avenue','Google Map Search',NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(126,'Ilford Phone Shop','215 High Road','IG1 1LX','\0\0\0\0\0\0\0&\Å\Ç\'d³?\è»[Y¢\ÇI@','Mobile phone shop',NULL,'07833 444799',NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Ilford','Yell',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(127,'iPlayNTalk','Kiosk, K22, The, Arcade, Westfield, Stratford, City','E20 1EJ','\0\0\0\0\0\0\0„‚R´r/€¿0œk˜¡\ÅI@','Phone accessories, screen repairs',NULL,'07868 031623','http://www.ipnt.co.uk/','[email protected]','Newham','a:1:{i:0;s:14:\"Phone (screen)\";}','',0,NULL,'No data','London','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(128,'iRepairs','10 High Street','IG6 2DF','\0\0\0\0\0\0\09¼Z\îÌ´?\Ö:q9^\ËI@','iPhones, iPods, iPads and Samsung Smartphone repairs. Walk in, mail in service',NULL,'07977 770007','http://www.irepairs.co/','[email protected]','Redbridge','a:7:{i:0;s:14:\"Desktop (iMac)\";i:1;s:16:\"Laptop (Macbook)\";i:2;s:13:\"Phone (iPhone\";i:3;s:7:\"Samsung\";i:4;s:12:\"Sony Xperia)\";i:5;s:13:\"Tablet (iPad)\";i:6;s:10:\"Apple iPod\";}','',0,NULL,'See website','Barkingside','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(129,'J&J Computers','17 Upminster Rd S','RM13 9YS','\0\0\0\0\0\0\0ž{—w\È?\ÜN^\ÂI@','Computer shop','01708 525205',NULL,NULL,NULL,'Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','Rainham','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(130,'Jacksons VTRA','59 Laurel Crescent, Romford','RM7 0RU','\0\0\0\0\0\0\0£W”†\Z\Ç?ƒ\ÞC\0\ÈI@','TV repairman, mobile or bring-in service','020 8592 0797','07779 538336','http://www.jacksonsvtra.co.uk/','[email protected]','Barking and Dagenham','a:5:{i:0;s:2:\"TV\";i:1;s:5:\"Radio\";i:2;s:5:\"Audio\";i:3;s:3:\"DVD\";i:4;s:7:\"Desktop\";}','',0,'\"All work that is carried out is ensured with a 3 month guarantee.\" from website','\"Quotation service\" from website','Essex','Yell',NULL,NULL,1,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(131,'Khan Communication','7 Cranbrook Road','IG1 4DU','\0\0\0\0\0\0\0¸\ÍTˆG\â±?‰(&o€\ÇI@','Mobile phone shop','020 8278 1304',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Ilford','Yell',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(132,'Megatek IT Services','96A, Ilford Lane','IG1 2LD','\0\0\0\0\0\0\0±Pkšwœ²?\ÚV³\Îø\ÆI@','Mobile phone, computer and laptop repairs, on-site, remote or drop-in service',NULL,'07459 638196','http://megatek.co.uk/','[email protected]','Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(133,'MMA Mobiles','Unit 48, Market Village','E15 1XQ','\0\0\0\0\0\0\0~oÓŸýHa?Z\Öýc\ÅI@','Phone repairs',NULL,NULL,NULL,NULL,'Newham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','70-73 Stratford Centre','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(134,'Mobile and Laptop Care Centre','52 Station Parade','IG11 8EA','\0\0\0\0\0\0\02s\ËcÍ´?u®(%\ÅI@','Repair shop',NULL,'07919 221307',NULL,NULL,'Barking and Dagenham','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Barking','Yell',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(135,'Mobile City','31 Ripple Road','!G11 7NT','\0\0\0\0\0\0\0–\ê^fØ´?Ô·\Ì\é²\ÄI@','Internet Cafe','020 8507 2798',NULL,NULL,NULL,'Barking and Dagenham','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','Barking','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(136,'Mobile Link','723 Romford Rd','E12 5AW','\0\0\0\0\0\0\0I\Ù\"i7ú¨?õf\Ô|•\ÆI@','Phone shop','020 8553 3060',NULL,NULL,NULL,'Newham','a:5:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";i:3;s:4:\"iPad\";i:4;s:6:\"Tablet\";}','',0,NULL,'No data','London','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(137,'Omega Computers','685 Cranbrook Rd','IG2 6SY','\0\0\0\0\0\0\0¶h\ÚV³²?%@7\ÊI@','Computer shop with free WEEE recycling service','020 8550 9295',NULL,'http://www.omegacomputers.co.uk/',NULL,'Redbridge','a:2:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(138,'PC Evo','Rush Green Road','RM7 0PX','\0\0\0\0\0\0\0¢í˜º+»\Æ?\æWs€`\ÈI@','Mobile PC and laptop repairs',NULL,'07599 500697','http://www.pcevo.co.uk/','[email protected]','Havering','a:2:{i:0;s:7:\"Desktop\";i:1;s:16:\"Laptop (not Mac)\";}','',0,'\"We guarantee all the work we carry out. All of the components that we use for repairs and upgrades are guaranteed for 30 days, however, the components themselves actually come with much longer manufactures warranty\'s, normally 1 - 3 years. We always guarantee all of our work, it being the case that we have no control over what happens to the machine, accidentally or otherwise, from the moment it leaves our possession.\" from website','\"Mobile service charges from £0 to £30. Fixed fees for some jobs\" from website','Romford','Freeindex',NULL,NULL,1,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(139,'Peter Neal TV - Audio (Est 1968)','Electric House, Suttons Lane, Hornchurch','RM12 6RJ','\0\0\0\0\0\0\0‚rÛ¾Gý\Ë?\ìöYe¦\ÆI@','TV and Audio repairs','01708 845011',NULL,'http://peterneal.net/','[email protected]','Havering','a:6:{i:0;s:2:\"TV\";i:1;s:3:\"DVD\";i:2;s:7:\"Blu-ray\";i:3;s:5:\"Hi-Fi\";i:4;s:5:\"Audio\";i:5;s:9:\"Microwave\";}','',0,NULL,'No data','Essex','Google Map Search',NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(140,'Redbridge Appliances Ltd','757 High Rd','IG3 8RN','\0\0\0\0\0\0\0\Íh†¬º?¯zÀ<d\ÈI@','Appliance shop with repair service','020 8590 4611',NULL,'http://www.redbridgeappliances.co.uk/','[email protected]','Redbridge','a:6:{i:0;s:15:\"Washing machine\";i:1;s:12:\"tumble dryer\";i:2;s:10:\"dishwasher\";i:3;s:6:\"fridge\";i:4;s:7:\"freezer\";i:5;s:10:\"gas cooker\";}','',0,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(141,'Repairforce','1b North Crescent','E16 4TG','\0\0\0\0\0\0\0Í®{+3¿uF^\Ö\ÂI@','Mobile domestic repair service','020 7055 5300',NULL,'http://www.repairforce.co.uk/','[email protected]','Newham','a:10:{i:0;s:15:\"Washing Machine\";i:1;s:9:\"Microwave\";i:2;s:14:\"Waste disposal\";i:3;s:14:\"Extractor Hood\";i:4;s:4:\"Oven\";i:5;s:6:\"Cooker\";i:6;s:6:\"Fridge\";i:7;s:7:\"Freezer\";i:8;s:10:\"Dishwasher\";i:9;s:12:\"Tumble Dryer\";}','',0,'\"All our repairs are covered with a 3 month parts and labour warranty\" from website','See website, fixed labour charges for some repairs','Cody Road Business Park','Google Map Search',NULL,NULL,1,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(142,'Sthira Global Cell','105 High St','IG6 2AH','\0\0\0\0\0\0\0TŸ\\7µ?\å\Ô\Î0µ\ËI@','Mobile phone shop','020 8551 0066',NULL,NULL,NULL,'Redbridge','a:3:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";}','',0,NULL,'No data','Ilford','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(143,'Stratford Computer Fair','','E15 2HU','\0\0\0\0\0\0\0\Òo_\Îq¿eÁ\Ä\ÅI@','Sunday Fair with several independant stallholders offering PC, laptop, games console and phone repair services','020 8534 7347','07958 428 447','http://www.stratfordcomputerfair.net/',NULL,'Newham','a:4:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:6:\"Tablet\";i:3;s:7:\"Console\";}','',0,NULL,'No data','98 Gibbins Road',NULL,NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(144,'Tech House','The Mercury Shopping Centre, Mercury Gardens','RM1 3EE','\0\0\0\0\0\0\0\îx“ߢ“\Ç?Y4\ÊI@','Phone accessories and screen replacement','01708 733620',NULL,'http://techhouse.com/store-locator/',NULL,'Havering','a:1:{i:0;s:14:\"Phone (screen)\";}','',0,NULL,'\"£49.99 for screen repair\" from website','Romford','Facebook Reviews',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(145,'Technobiz','19 East Street, Barking','IG11 8ER','\0\0\0\0\0\0\0/\á\Ð[<¼³?´\å\\Š«\ÄI@','Phone shop','020 8591 5566',NULL,NULL,NULL,'Barking and Dagenham','a:4:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";i:2;s:7:\"Desktop\";i:3;s:4:\"iPad\";}','',0,NULL,'No data','Essex','Yell',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(146,'Teem Communications','275 Heathway','RM9 5AQ','\0\0\0\0\0\0\0Ý•]0¸\æ\Â?\\:\æ<c\ÅI@','Internet Cafe','020 8595 2887',NULL,NULL,NULL,'Barking and Dagenham','a:2:{i:0;s:5:\"Phone\";i:1;s:6:\"Laptop\";}','',0,NULL,'No data','Dagenham','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(147,'The Computer Hospital','78 Rainham Rd','RM13 7RL','\0\0\0\0\0\0\0_D\Û1uW\È?ø§T‰²\ÃI@','Computer, PC and Phone repairs','01708 553310',NULL,NULL,NULL,'Havering','a:3:{i:0;s:7:\"Desktop\";i:1;s:6:\"Laptop\";i:2;s:5:\"Phone\";}','',0,NULL,'No data','Rainham','Google Map Search',NULL,NULL,0,'a:4:{i:0;s:16:\"Desktop computer\";i:1;s:6:\"Laptop\";i:2;s:14:\"Paper shredder\";i:3;s:15:\"Printer/scanner\";}','a:0:{}',NULL,NULL,'Published',NULL),(148,'Tucker Bros. Ltd','32 Station Lane','RM12 6JR','\0\0\0\0\0\0\0Å’r÷9>\Ì?V‚\Å\á\Ì\ÇI@','Appliance shop and repairs','01708 443462',NULL,'http://www.euronics.co.uk/retailer/tucker-brothers-limited-10085a',NULL,'Havering','a:1:{i:0;s:9:\"Not clear\";}','',0,NULL,'No data','Hornchurch','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(149,'Vac Doctors','','RM8 2UR','\0\0\0\0\0\0\0\äM~‹N–¾?G:#/\ÇI@','Vacuum cleaner centre','020 8590 7711',NULL,'http://www.vacdoc.co.uk/','[email protected]','Barking and Dagenham','a:1:{i:0;s:14:\"Vacuum cleaner\";}','',0,NULL,'No data','191 Becontree Avenue','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL),(150,'W H TV & Video','470 Green Street, Upton Park','E13 9DB','\0\0\0\0\0\0\0“«Xü¦°¢?I\Ù\"i7\ÄI@','Television and Video repair','020 8471 0461',NULL,'http://whtvandvideo.co.uk/','[email protected]','Newham','a:15:{i:0;s:2:\"TV\";i:1;s:6:\"LCD TV\";i:2;s:6:\"LED TV\";i:3;s:3:\"DVD\";i:4;s:12:\"DVD Recorder\";i:5;s:5:\"Hi-Fi\";i:6;s:24:\"Portable Audio Equipment\";i:7;s:5:\"VCR\'s\";i:8;s:26:\"Digital Satellite Receiver\";i:9;s:12:\"Sky Digi Box\";i:10;s:3:\"TFT\";i:11;s:19:\"LCD & Plasma Screen\";i:12;s:14:\"Remote Control\";i:13;s:14:\"Microwave Oven\";i:14;s:8:\"Desktop.\";}','',0,NULL,'\"Diagnostic prices from £5-£40\" fromwebsite','London','Google Map Search',NULL,NULL,0,'a:8:{i:0;s:11:\"Flat screen\";i:1;s:5:\"Hi-Fi\";i:2;s:18:\"Musical instrument\";i:3;s:16:\"Nintendo console\";i:4;s:19:\"Playstation console\";i:5;s:9:\"Projector\";i:6;s:2:\"TV\";i:7;s:12:\"Xbox console\";}','a:0:{}',NULL,NULL,'Published',NULL),(151,'Walk & Talk Mobile Ltd','4 Station Parade','E13 9AT','\0\0\0\0\0\0\0ˆ½PÀv0¢?>^H‡‡\ÄI@','Phone shop','020 8552 7700',NULL,NULL,NULL,'Newham','a:1:{i:0;s:5:\"Phone\";}','',0,NULL,'No data','Upton Park','Google Map Search',NULL,NULL,0,'a:10:{i:0;s:12:\"Apple iPhone\";i:1;s:10:\"Apple iPad\";i:2;s:14:\"Digital Camera\";i:3;s:12:\"Video Camera\";i:4;s:29:\"Handheld entertainment device\";i:5;s:10:\"Headphones\";i:6;s:17:\"Mobile/Smartphone\";i:7;s:12:\"PC Accessory\";i:8;s:14:\"Portable radio\";i:9;s:6:\"Tablet\";}','a:0:{}',NULL,NULL,'Published',NULL),(152,'Warren Domestics','168 Collier Row Ln','RM5 3EA','\0\0\0\0\0\0\00)>>!;\Å?öó\å\ËI@','Domestic appliance servicing','01708 765370','07929 115 665','http://www.warrendomestics.co.uk/','[email protected]','Havering','a:2:{i:0;s:15:\"Washing machine\";i:1;s:6:\"Cooker\";}','',0,NULL,'No data','Romford','Google Map Search',NULL,NULL,0,'a:12:{i:0;s:19:\"Aircon/Dehumidifier\";i:1;s:27:\"Decorative or safety lights\";i:2;s:3:\"Fan\";i:3;s:18:\"Hair & Beauty item\";i:4;s:6:\"Kettle\";i:5;s:4:\"Lamp\";i:6;s:10:\"Power tool\";i:7;s:18:\"Small kitchen item\";i:8;s:7:\"Toaster\";i:9;s:3:\"Toy\";i:10;s:6:\"Vacuum\";i:11;s:11:\"White goods\";}','a:0:{}',NULL,NULL,'Published',NULL);
/*!40000 ALTER TABLE `businesses` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `migrations`
--
DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `migrations` (
`version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `migrations`
--
LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES ('20170803165548'),('20170809101734'),('20170816114552'),('20170816123822'),('20170816124452'),('20170817111739'),('20170822132907'),('20170901112954');
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggestions`
--
DROP TABLE IF EXISTS `suggestions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suggestions` (
`uid` int(11) NOT NULL AUTO_INCREMENT,
`field` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`uid`),
UNIQUE KEY `suggestion_unique_idx` (`field`,`value`)
) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggestions`
--
LOCK TABLES `suggestions` WRITE;
/*!40000 ALTER TABLE `suggestions` DISABLE KEYS */;
INSERT INTO `suggestions` VALUES (95,'productsRepaired','(Screen'),(93,'productsRepaired','Amplifier'),(47,'productsRepaired','Apple iPad'),(48,'productsRepaired','Apple iPhone'),(41,'productsRepaired','Apple iPod'),(42,'productsRepaired','Apple Mac'),(46,'productsRepaired','Apple Macbook'),(108,'productsRepaired','Audio'),(106,'productsRepaired','Audio and Microwave repair'),(33,'productsRepaired','Audio Equipment'),(85,'productsRepaired','Audio-Visual products'),(58,'productsRepaired','Blackberry'),(111,'productsRepaired','Blu-ray'),(107,'productsRepaired','Camcorder'),(36,'productsRepaired','Camcorders'),(35,'productsRepaired','Cameras'),(97,'productsRepaired','Charger port)'),(38,'productsRepaired','Computer (Mac)'),(45,'productsRepaired','Console'),(17,'productsRepaired','console (Nintendo)'),(68,'productsRepaired','Console (Xbox'),(9,'productsRepaired','Cooker'),(1,'productsRepaired','Desktop'),(109,'productsRepaired','Desktop (iMac)'),(71,'productsRepaired','Desktop (Mac)'),(127,'productsRepaired','Desktop.'),(121,'productsRepaired','Digital Satellite Receiver'),(7,'productsRepaired','Dishwasher'),(78,'productsRepaired','Dishwashers'),(6,'productsRepaired','Dryer'),(31,'productsRepaired','DVD'),(118,'productsRepaired','DVD Recorder'),(43,'productsRepaired','elecric oven'),(81,'productsRepaired','Electric cooker'),(94,'productsRepaired','electric oven'),(101,'productsRepaired','Electrical goods'),(83,'productsRepaired','electrical repairs (qualified electrician)'),(60,'productsRepaired','Electrically powered appliances'),(113,'productsRepaired','Extractor Hood'),(25,'productsRepaired','freezer'),(24,'productsRepaired','fridge'),(8,'productsRepaired','Fridge Freezer'),(89,'productsRepaired','Games Consoles (Xbox'),(112,'productsRepaired','gas cooker'),(84,'productsRepaired','Hi-Fi'),(32,'productsRepaired','HiFi'),(26,'productsRepaired','hob'),(77,'productsRepaired','Hobs'),(54,'productsRepaired','HTC'),(59,'productsRepaired','Huawei'),(67,'productsRepaired','iMac'),(50,'productsRepaired','iPad'),(66,'productsRepaired','iPad)'),(65,'productsRepaired','iPhone'),(90,'productsRepaired','iPhones'),(40,'productsRepaired','iPod'),(96,'productsRepaired','Keyboard'),(2,'productsRepaired','Laptop'),(15,'productsRepaired','laptop (Apple)'),(80,'productsRepaired','Laptop (Macbook)'),(73,'productsRepaired','Laptop (not Mac)'),(124,'productsRepaired','LCD & Plasma Screen'),(116,'productsRepaired','LCD TV'),(117,'productsRepaired','LED TV'),(55,'productsRepaired','LG'),(64,'productsRepaired','Macbook'),(27,'productsRepaired','microwave'),(126,'productsRepaired','Microwave Oven'),(57,'productsRepaired','Motorola'),(37,'productsRepaired','MP3 players'),(3,'productsRepaired','Netbook'),(88,'productsRepaired','Netbooks'),(56,'productsRepaired','Nexus'),(70,'productsRepaired','Nintendo)'),(91,'productsRepaired','No data'),(53,'productsRepaired','Nokia'),(115,'productsRepaired','Not clear'),(61,'productsRepaired','not refrigerators or gas-powered appliances'),(103,'productsRepaired','other)'),(114,'productsRepaired','Oven'),(79,'productsRepaired','Ovens'),(18,'productsRepaired','Phone'),(10,'productsRepaired','Phone (Apple'),(63,'productsRepaired','Phone (Apple iMac'),(20,'productsRepaired','Phone (iPhone'),(39,'productsRepaired','Phone (iPhone)'),(104,'productsRepaired','Phone (screen)'),(34,'productsRepaired','Phones'),(69,'productsRepaired','Playstation'),(72,'productsRepaired','Playstation)'),(119,'productsRepaired','Portable Audio Equipment'),(44,'productsRepaired','Printer'),(92,'productsRepaired','Radio'),(125,'productsRepaired','Remote Control'),(11,'productsRepaired','Samsung'),(102,'productsRepaired','Samsung Galaxy) Tablet (iPad'),(21,'productsRepaired','Samsung S3-S6) (screen and battery replacement)'),(14,'productsRepaired','Samsung)'),(100,'productsRepaired','Samsung) (screen repairs)'),(122,'productsRepaired','Sky Digi Box'),(51,'productsRepaired','Smartphones: Apple'),(16,'productsRepaired','smartwatch (Apple)'),(52,'productsRepaired','Sony'),(110,'productsRepaired','Sony Xperia)'),(12,'productsRepaired','Sony)'),(82,'productsRepaired','storage heater'),(87,'productsRepaired','Stove'),(19,'productsRepaired','tablet'),(13,'productsRepaired','tablet (Apple'),(62,'productsRepaired','Tablet (iPad screen replacement)'),(22,'productsRepaired','Tablet (iPad)'),(99,'productsRepaired','Tablet (iPad) (screen repairs)'),(49,'productsRepaired','Tablets'),(123,'productsRepaired','TFT'),(105,'productsRepaired','tumble drier.'),(23,'productsRepaired','tumble dryer'),(76,'productsRepaired','Tumble Dryers'),(4,'productsRepaired','TV'),(29,'productsRepaired','vaccum cleaner'),(74,'productsRepaired','Vacuum cleaner'),(30,'productsRepaired','VCR'),(120,'productsRepaired','VCR\'s'),(98,'productsRepaired','Video'),(86,'productsRepaired','Washer Dryer'),(5,'productsRepaired','Washing Machine'),(75,'productsRepaired','Washing machines'),(28,'productsRepaired','waste disposal');
/*!40000 ALTER TABLE `suggestions` 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 2017-09-05 15:10:59