Projekt

Allgemein

Profil

GX-Bug #67967 » 9209a55cd81114ccf5ab6f180285007a.sql

Till Tepelmann, 26.11.2020 15:28

 
1
-- Adminer 4.7.1 MySQL dump
2

    
3
SET NAMES utf8;
4
SET time_zone = '+00:00';
5
SET foreign_key_checks = 0;
6
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
7

    
8
DROP TABLE IF EXISTS `gm_counter_extern_search`;
9
CREATE TABLE `gm_counter_extern_search` (
10
  `gm_counter_extern_search_id` int(10) NOT NULL AUTO_INCREMENT,
11
  `gm_counter_extern_search_name` varchar(255) DEFAULT NULL,
12
  `gm_counter_extern_search_engine` varchar(255) DEFAULT NULL,
13
  `gm_counter_extern_search_hits` int(10) NOT NULL DEFAULT '0',
14
  PRIMARY KEY (`gm_counter_extern_search_id`)
15
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
16

    
17

    
18
DROP TABLE IF EXISTS `gm_counter_info`;
19
CREATE TABLE `gm_counter_info` (
20
  `gm_counter_info_id` int(10) NOT NULL AUTO_INCREMENT,
21
  `gm_counter_info_type_id` int(10) NOT NULL DEFAULT '0',
22
  `gm_counter_info_hits` int(10) NOT NULL DEFAULT '0',
23
  `gm_counter_info_name` varchar(255) NOT NULL DEFAULT '',
24
  PRIMARY KEY (`gm_counter_info_id`),
25
  KEY `gm_counter_info_type_id` (`gm_counter_info_type_id`,`gm_counter_info_name`)
26
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
27

    
28
INSERT INTO `gm_counter_info` (`gm_counter_info_id`, `gm_counter_info_type_id`, `gm_counter_info_hits`, `gm_counter_info_name`) VALUES
29
(157,	1,	20,	'UNKNOWN'),
30
(158,	2,	20,	'UNKNOWN'),
31
(159,	5,	21,	''),
32
(160,	1,	9,	'Safari 537.3'),
33
(161,	2,	10,	'Windows NT'),
34
(162,	5,	6,	'fr'),
35
(163,	3,	6,	'1536x864'),
36
(164,	4,	7,	'24'),
37
(165,	5,	3,	'en-US'),
38
(166,	3,	2,	'1280x960'),
39
(167,	4,	2,	'UNKNOWN'),
40
(168,	3,	1,	'1920x1080'),
41
(169,	1,	1,	'Gecko based');
42

    
43
DROP TABLE IF EXISTS `gm_counter_info_type`;
44
CREATE TABLE `gm_counter_info_type` (
45
  `gm_counter_info_type_id` int(10) NOT NULL AUTO_INCREMENT,
46
  `gm_counter_info_type_name` varchar(255) DEFAULT NULL,
47
  PRIMARY KEY (`gm_counter_info_type_id`)
48
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
49

    
50
INSERT INTO `gm_counter_info_type` (`gm_counter_info_type_id`, `gm_counter_info_type_name`) VALUES
51
(1,	'browser'),
52
(2,	'platform'),
53
(3,	'resolution'),
54
(4,	'color_depth'),
55
(5,	'origin');
56

    
57
DROP TABLE IF EXISTS `gm_counter_intern_search`;
58
CREATE TABLE `gm_counter_intern_search` (
59
  `gm_counter_intern_search_id` int(10) NOT NULL AUTO_INCREMENT,
60
  `gm_counter_intern_search_name` varchar(255) DEFAULT NULL,
61
  `gm_counter_intern_search_hits` int(10) NOT NULL DEFAULT '0',
62
  PRIMARY KEY (`gm_counter_intern_search_id`)
63
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
64

    
65

    
66
DROP TABLE IF EXISTS `gm_counter_ip`;
67
CREATE TABLE `gm_counter_ip` (
68
  `gm_ip_id` int(10) NOT NULL AUTO_INCREMENT,
69
  `gm_ip_value` varchar(255) DEFAULT NULL,
70
  `gm_ip_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
71
  PRIMARY KEY (`gm_ip_id`),
72
  KEY `gm_ip_date` (`gm_ip_date`)
73
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74

    
75
INSERT INTO `gm_counter_ip` (`gm_ip_id`, `gm_ip_value`, `gm_ip_date`) VALUES
76
(257,	'9c869c5b6ea65ee8fd6e26cbc98f593a',	'2020-11-26 07:48:41'),
77
(258,	'4574ee99ffd2624787cfe3ef4b346987',	'2020-11-26 07:49:17'),
78
(259,	'6795156a1fb17521883410f86ff5351b',	'2020-11-26 09:11:01'),
79
(260,	'f513ae1fb4d063b60a61cda872de2a7e',	'2020-11-26 15:17:02'),
80
(261,	'4c4f4b64b98b434e65a959d397438272',	'2020-11-26 15:17:02'),
81
(262,	'5b67cf582dcacb865d7dcdc08cf7a62b',	'2020-11-26 15:17:13'),
82
(263,	'24023b51ca2a6f814d3ae70d8dbaa077',	'2020-11-26 15:18:33');
83

    
84
DROP TABLE IF EXISTS `gm_counter_page`;
85
CREATE TABLE `gm_counter_page` (
86
  `gm_counter_page_id` int(10) NOT NULL AUTO_INCREMENT,
87
  `gm_counter_page_name` varchar(255) DEFAULT NULL,
88
  `gm_counter_page_type` varchar(255) DEFAULT NULL,
89
  `gm_counter_page_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
90
  PRIMARY KEY (`gm_counter_page_id`),
91
  KEY `gm_counter_page_date` (`gm_counter_page_date`)
92
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
93

    
94
INSERT INTO `gm_counter_page` (`gm_counter_page_id`, `gm_counter_page_name`, `gm_counter_page_type`, `gm_counter_page_date`) VALUES
95
(18603,	'index.php',	'content',	'2020-11-25 00:01:02'),
96
(18604,	'index.php',	'content',	'2020-11-25 00:11:06'),
97
(18605,	'index.php',	'content',	'2020-11-25 00:21:01'),
98
(18606,	'index.php',	'content',	'2020-11-25 00:31:01'),
99
(18607,	'index.php',	'content',	'2020-11-25 00:41:01'),
100
(18608,	'index.php',	'content',	'2020-11-25 00:51:02'),
101
(18609,	'index.php',	'content',	'2020-11-25 01:01:01'),
102
(18610,	'index.php',	'content',	'2020-11-25 01:11:02'),
103
(18611,	'index.php',	'content',	'2020-11-25 01:21:01'),
104
(18612,	'index.php',	'content',	'2020-11-25 01:31:02'),
105
(18613,	'index.php',	'content',	'2020-11-25 01:41:01'),
106
(18614,	'index.php',	'content',	'2020-11-25 01:51:02'),
107
(18615,	'index.php',	'content',	'2020-11-25 02:01:01'),
108
(18616,	'index.php',	'content',	'2020-11-25 02:11:01'),
109
(18617,	'index.php',	'content',	'2020-11-25 02:21:02'),
110
(18618,	'index.php',	'content',	'2020-11-25 02:31:03'),
111
(18619,	'index.php',	'content',	'2020-11-25 02:41:01'),
112
(18620,	'index.php',	'content',	'2020-11-25 02:51:02'),
113
(18621,	'index.php',	'content',	'2020-11-25 03:01:01'),
114
(18622,	'index.php',	'content',	'2020-11-25 03:11:01'),
115
(18623,	'index.php',	'content',	'2020-11-25 03:21:02'),
116
(18624,	'index.php',	'content',	'2020-11-25 03:31:02'),
117
(18625,	'index.php',	'content',	'2020-11-25 03:41:01'),
118
(18626,	'index.php',	'content',	'2020-11-25 03:51:02'),
119
(18627,	'index.php',	'content',	'2020-11-25 04:01:01'),
120
(18628,	'index.php',	'content',	'2020-11-25 04:11:01'),
121
(18629,	'index.php',	'content',	'2020-11-25 04:21:01'),
122
(18630,	'index.php',	'content',	'2020-11-25 04:31:01'),
123
(18631,	'index.php',	'content',	'2020-11-25 04:41:01'),
124
(18632,	'index.php',	'content',	'2020-11-25 04:51:01'),
125
(18633,	'index.php',	'content',	'2020-11-25 05:01:02'),
126
(18634,	'index.php',	'content',	'2020-11-25 05:11:01'),
127
(18635,	'index.php',	'content',	'2020-11-25 05:21:01'),
128
(18636,	'index.php',	'content',	'2020-11-25 05:31:02'),
129
(18637,	'index.php',	'content',	'2020-11-25 05:41:01'),
130
(18638,	'index.php',	'content',	'2020-11-25 05:51:02'),
131
(18639,	'index.php',	'content',	'2020-11-25 06:01:01'),
132
(18640,	'index.php',	'content',	'2020-11-25 06:11:01'),
133
(18641,	'index.php',	'content',	'2020-11-25 06:11:19'),
134
(18642,	'index.php',	'content',	'2020-11-25 06:11:24'),
135
(18643,	'2',	'coid',	'2020-11-25 06:11:28'),
136
(18644,	'2',	'coid',	'2020-11-25 06:17:46'),
137
(18645,	'index.php',	'content',	'2020-11-25 06:21:01'),
138
(18646,	'2',	'coid',	'2020-11-25 06:24:06'),
139
(18647,	'2',	'coid',	'2020-11-25 06:30:03'),
140
(18648,	'2',	'coid',	'2020-11-25 06:30:52'),
141
(18649,	'index.php',	'content',	'2020-11-25 06:31:01'),
142
(18650,	'2',	'coid',	'2020-11-25 06:31:33'),
143
(18651,	'2',	'coid',	'2020-11-25 06:35:48'),
144
(18652,	'index.php',	'content',	'2020-11-25 06:36:03'),
145
(18653,	'index.php',	'content',	'2020-11-25 06:36:24'),
146
(18654,	'index.php',	'content',	'2020-11-25 06:36:30'),
147
(18655,	'index.php',	'content',	'2020-11-25 06:37:45'),
148
(18656,	'3',	'cat',	'2020-11-25 06:37:47'),
149
(18657,	'3',	'cat',	'2020-11-25 06:37:48'),
150
(18658,	'3',	'cat',	'2020-11-25 06:38:09'),
151
(18659,	'3',	'cat',	'2020-11-25 06:38:09'),
152
(18660,	'3',	'cat',	'2020-11-25 06:40:21'),
153
(18661,	'3',	'cat',	'2020-11-25 06:40:21'),
154
(18662,	'3',	'cat',	'2020-11-25 06:40:45'),
155
(18663,	'3',	'cat',	'2020-11-25 06:40:45'),
156
(18664,	'index.php',	'content',	'2020-11-25 06:41:01'),
157
(18665,	'3',	'cat',	'2020-11-25 06:52:23'),
158
(18666,	'3',	'cat',	'2020-11-25 06:52:24'),
159
(18667,	'3',	'cat',	'2020-11-25 06:52:36'),
160
(18668,	'3',	'cat',	'2020-11-25 06:52:37'),
161
(18669,	'3',	'cat',	'2020-11-25 06:53:24'),
162
(18670,	'3',	'cat',	'2020-11-25 06:54:26'),
163
(18671,	'3',	'cat',	'2020-11-25 06:54:54'),
164
(18672,	'3',	'cat',	'2020-11-25 06:55:22'),
165
(18673,	'3',	'cat',	'2020-11-25 06:56:47'),
166
(18674,	'index.php',	'content',	'2020-11-25 07:01:02'),
167
(18675,	'index.php',	'content',	'2020-11-25 07:11:02'),
168
(18676,	'index.php',	'content',	'2020-11-25 07:21:02'),
169
(18677,	'index.php',	'content',	'2020-11-25 07:31:01'),
170
(18678,	'3',	'cat',	'2020-11-25 07:34:10'),
171
(18679,	'3',	'cat',	'2020-11-25 07:34:11'),
172
(18680,	'index.php',	'content',	'2020-11-25 07:34:15'),
173
(18681,	'2',	'cat',	'2020-11-25 07:34:24'),
174
(18682,	'2',	'cat',	'2020-11-25 07:34:30'),
175
(18683,	'2',	'cat',	'2020-11-25 07:34:36'),
176
(18684,	'login.php',	'content',	'2020-11-25 07:34:40'),
177
(18685,	'2',	'cat',	'2020-11-25 07:35:19'),
178
(18686,	'2',	'cat',	'2020-11-25 07:35:40'),
179
(18687,	'2',	'cat',	'2020-11-25 07:35:51'),
180
(18688,	'2',	'cat',	'2020-11-25 07:36:26'),
181
(18689,	'index.php',	'content',	'2020-11-25 07:41:01'),
182
(18690,	'2',	'cat',	'2020-11-25 07:41:04'),
183
(18691,	'2',	'cat',	'2020-11-25 07:41:09'),
184
(18692,	'3',	'cat',	'2020-11-25 07:42:03'),
185
(18693,	'3',	'cat',	'2020-11-25 07:42:03'),
186
(18694,	'3',	'cat',	'2020-11-25 07:43:43'),
187
(18695,	'3',	'cat',	'2020-11-25 07:43:43'),
188
(18696,	'index.php',	'content',	'2020-11-25 07:51:01'),
189
(18697,	'3',	'cat',	'2020-11-25 07:55:04'),
190
(18698,	'3',	'cat',	'2020-11-25 07:55:05'),
191
(18699,	'index.php',	'content',	'2020-11-25 07:55:23'),
192
(18700,	'index.php',	'content',	'2020-11-25 07:55:31'),
193
(18701,	'1',	'cat',	'2020-11-25 07:56:31'),
194
(18702,	'1',	'cat',	'2020-11-25 07:56:32'),
195
(18703,	'3',	'cat',	'2020-11-25 07:56:37'),
196
(18704,	'3',	'cat',	'2020-11-25 07:56:37'),
197
(18705,	'index.php',	'content',	'2020-11-25 08:01:02'),
198
(18706,	'3',	'cat',	'2020-11-25 08:09:35'),
199
(18707,	'1',	'cat',	'2020-11-25 08:09:40'),
200
(18708,	'1',	'cat',	'2020-11-25 08:09:40'),
201
(18709,	'1',	'cat',	'2020-11-25 08:10:16'),
202
(18710,	'1',	'cat',	'2020-11-25 08:10:17'),
203
(18711,	'1',	'cat',	'2020-11-25 08:10:38'),
204
(18712,	'1',	'cat',	'2020-11-25 08:10:38'),
205
(18713,	'index.php',	'content',	'2020-11-25 08:11:02'),
206
(18714,	'1',	'cat',	'2020-11-25 08:11:24'),
207
(18715,	'1',	'cat',	'2020-11-25 08:11:24'),
208
(18716,	'1',	'cat',	'2020-11-25 08:12:26'),
209
(18717,	'1',	'cat',	'2020-11-25 08:12:27'),
210
(18718,	'1',	'cat',	'2020-11-25 08:15:02'),
211
(18719,	'1',	'cat',	'2020-11-25 08:15:02'),
212
(18720,	'1',	'cat',	'2020-11-25 08:15:09'),
213
(18721,	'1',	'cat',	'2020-11-25 08:15:09'),
214
(18722,	'1',	'cat',	'2020-11-25 08:15:22'),
215
(18723,	'1',	'cat',	'2020-11-25 08:15:23'),
216
(18724,	'1',	'cat',	'2020-11-25 08:15:48'),
217
(18725,	'1',	'cat',	'2020-11-25 08:15:49'),
218
(18726,	'11',	'cat',	'2020-11-25 08:16:01'),
219
(18727,	'index.php',	'content',	'2020-11-25 08:21:02'),
220
(18728,	'index.php',	'content',	'2020-11-25 08:31:01'),
221
(18729,	'11',	'cat',	'2020-11-25 08:36:01'),
222
(18730,	'index.php',	'content',	'2020-11-25 08:41:01'),
223
(18731,	'index.php',	'content',	'2020-11-25 08:51:01'),
224
(18732,	'11',	'cat',	'2020-11-25 08:51:21'),
225
(18733,	'1',	'cat',	'2020-11-25 08:51:34'),
226
(18734,	'1',	'cat',	'2020-11-25 08:51:35'),
227
(18735,	'12',	'cat',	'2020-11-25 08:51:38'),
228
(18736,	'13',	'cat',	'2020-11-25 08:51:49'),
229
(18737,	'13',	'cat',	'2020-11-25 08:53:59'),
230
(18738,	'106',	'prd',	'2020-11-25 08:54:05'),
231
(18739,	'index.php',	'content',	'2020-11-25 09:01:01'),
232
(18740,	'index.php',	'content',	'2020-11-25 09:11:01'),
233
(18741,	'106',	'prd',	'2020-11-25 09:13:43'),
234
(18742,	'106',	'prd',	'2020-11-25 09:15:17'),
235
(18743,	'13',	'cat',	'2020-11-25 09:15:40'),
236
(18744,	'1',	'cat',	'2020-11-25 09:15:54'),
237
(18745,	'1',	'cat',	'2020-11-25 09:15:55'),
238
(18746,	'13',	'cat',	'2020-11-25 09:16:07'),
239
(18747,	'113',	'prd',	'2020-11-25 09:16:11'),
240
(18748,	'13',	'cat',	'2020-11-25 09:16:15'),
241
(18749,	'index.php',	'content',	'2020-11-25 09:21:02'),
242
(18750,	'index.php',	'content',	'2020-11-25 09:31:02'),
243
(18751,	'index.php',	'content',	'2020-11-25 09:41:01'),
244
(18752,	'index.php',	'content',	'2020-11-25 09:51:02'),
245
(18753,	'index.php',	'content',	'2020-11-25 10:01:02'),
246
(18754,	'index.php',	'content',	'2020-11-25 10:11:01'),
247
(18755,	'index.php',	'content',	'2020-11-25 10:21:02'),
248
(18756,	'index.php',	'content',	'2020-11-25 10:31:02'),
249
(18757,	'index.php',	'content',	'2020-11-25 10:41:02'),
250
(18758,	'index.php',	'content',	'2020-11-25 10:51:02'),
251
(18759,	'index.php',	'content',	'2020-11-25 11:01:02'),
252
(18760,	'index.php',	'content',	'2020-11-25 11:11:01'),
253
(18761,	'index.php',	'content',	'2020-11-25 11:21:01'),
254
(18762,	'index.php',	'content',	'2020-11-25 11:31:01'),
255
(18763,	'index.php',	'content',	'2020-11-25 11:41:01'),
256
(18764,	'index.php',	'content',	'2020-11-25 11:51:01'),
257
(18765,	'index.php',	'content',	'2020-11-25 12:01:01'),
258
(18766,	'index.php',	'content',	'2020-11-25 12:11:01'),
259
(18767,	'index.php',	'content',	'2020-11-25 12:21:01'),
260
(18768,	'index.php',	'content',	'2020-11-25 12:31:01'),
261
(18769,	'index.php',	'content',	'2020-11-25 12:41:01'),
262
(18770,	'index.php',	'content',	'2020-11-25 12:51:02'),
263
(18771,	'index.php',	'content',	'2020-11-25 13:01:03'),
264
(18772,	'index.php',	'content',	'2020-11-25 13:11:01'),
265
(18773,	'index.php',	'content',	'2020-11-25 13:21:02'),
266
(18774,	'index.php',	'content',	'2020-11-25 13:31:01'),
267
(18775,	'index.php',	'content',	'2020-11-25 13:41:01'),
268
(18776,	'index.php',	'content',	'2020-11-25 13:51:02'),
269
(18777,	'index.php',	'content',	'2020-11-25 14:01:01'),
270
(18778,	'index.php',	'content',	'2020-11-25 14:11:01'),
271
(18779,	'index.php',	'content',	'2020-11-25 14:21:01'),
272
(18780,	'index.php',	'content',	'2020-11-25 14:31:01'),
273
(18781,	'index.php',	'content',	'2020-11-25 14:41:01'),
274
(18782,	'index.php',	'content',	'2020-11-25 15:01:01'),
275
(18783,	'index.php',	'content',	'2020-11-25 15:11:01'),
276
(18784,	'index.php',	'content',	'2020-11-25 15:21:02'),
277
(18785,	'index.php',	'content',	'2020-11-25 15:31:01'),
278
(18786,	'index.php',	'content',	'2020-11-25 15:41:03'),
279
(18787,	'index.php',	'content',	'2020-11-25 15:51:01'),
280
(18788,	'index.php',	'content',	'2020-11-25 16:01:02'),
281
(18789,	'index.php',	'content',	'2020-11-25 16:11:01'),
282
(18790,	'index.php',	'content',	'2020-11-25 16:21:02'),
283
(18791,	'index.php',	'content',	'2020-11-25 16:31:01'),
284
(18792,	'index.php',	'content',	'2020-11-25 16:41:01'),
285
(18793,	'index.php',	'content',	'2020-11-25 16:51:02'),
286
(18794,	'index.php',	'content',	'2020-11-25 17:01:01'),
287
(18795,	'index.php',	'content',	'2020-11-25 17:11:01'),
288
(18796,	'index.php',	'content',	'2020-11-25 17:21:02'),
289
(18797,	'index.php',	'content',	'2020-11-25 17:31:01'),
290
(18798,	'index.php',	'content',	'2020-11-25 17:41:01'),
291
(18799,	'index.php',	'content',	'2020-11-25 17:51:02'),
292
(18800,	'index.php',	'content',	'2020-11-25 18:01:02'),
293
(18801,	'index.php',	'content',	'2020-11-25 18:11:01'),
294
(18802,	'index.php',	'content',	'2020-11-25 18:21:02'),
295
(18803,	'index.php',	'content',	'2020-11-25 18:31:02'),
296
(18804,	'index.php',	'content',	'2020-11-25 18:41:01'),
297
(18805,	'index.php',	'content',	'2020-11-25 18:51:02'),
298
(18806,	'index.php',	'content',	'2020-11-25 19:01:01'),
299
(18807,	'index.php',	'content',	'2020-11-25 19:11:01'),
300
(18808,	'index.php',	'content',	'2020-11-25 19:21:01'),
301
(18809,	'index.php',	'content',	'2020-11-25 19:31:01'),
302
(18810,	'index.php',	'content',	'2020-11-25 19:41:01'),
303
(18811,	'index.php',	'content',	'2020-11-25 19:51:02'),
304
(18812,	'index.php',	'content',	'2020-11-25 20:01:02'),
305
(18813,	'index.php',	'content',	'2020-11-25 20:11:01'),
306
(18814,	'index.php',	'content',	'2020-11-25 20:21:02'),
307
(18815,	'index.php',	'content',	'2020-11-25 20:31:02'),
308
(18816,	'index.php',	'content',	'2020-11-25 20:41:01'),
309
(18817,	'index.php',	'content',	'2020-11-25 20:51:02'),
310
(18818,	'index.php',	'content',	'2020-11-25 21:01:01'),
311
(18819,	'index.php',	'content',	'2020-11-25 21:11:01'),
312
(18820,	'index.php',	'content',	'2020-11-25 21:21:01'),
313
(18821,	'index.php',	'content',	'2020-11-25 21:31:02'),
314
(18822,	'index.php',	'content',	'2020-11-25 21:41:01'),
315
(18823,	'index.php',	'content',	'2020-11-25 21:51:02'),
316
(18824,	'index.php',	'content',	'2020-11-25 22:01:01'),
317
(18825,	'index.php',	'content',	'2020-11-25 22:11:01'),
318
(18826,	'index.php',	'content',	'2020-11-25 22:21:01'),
319
(18827,	'index.php',	'content',	'2020-11-25 22:31:01'),
320
(18828,	'index.php',	'content',	'2020-11-25 22:41:01'),
321
(18829,	'index.php',	'content',	'2020-11-25 23:01:02'),
322
(18830,	'index.php',	'content',	'2020-11-25 23:11:01'),
323
(18831,	'index.php',	'content',	'2020-11-25 23:21:02'),
324
(18832,	'index.php',	'content',	'2020-11-25 23:31:01'),
325
(18833,	'index.php',	'content',	'2020-11-25 23:41:01'),
326
(18834,	'index.php',	'content',	'2020-11-25 23:51:02'),
327
(18835,	'index.php',	'content',	'2020-11-26 00:01:01'),
328
(18836,	'index.php',	'content',	'2020-11-26 00:11:04'),
329
(18837,	'index.php',	'content',	'2020-11-26 00:21:02'),
330
(18838,	'index.php',	'content',	'2020-11-26 00:31:02'),
331
(18839,	'index.php',	'content',	'2020-11-26 00:41:01'),
332
(18840,	'index.php',	'content',	'2020-11-26 00:51:02'),
333
(18841,	'index.php',	'content',	'2020-11-26 01:01:01'),
334
(18842,	'index.php',	'content',	'2020-11-26 01:11:01'),
335
(18843,	'index.php',	'content',	'2020-11-26 01:21:02'),
336
(18844,	'index.php',	'content',	'2020-11-26 01:31:01'),
337
(18845,	'index.php',	'content',	'2020-11-26 01:41:01'),
338
(18846,	'index.php',	'content',	'2020-11-26 01:51:01'),
339
(18847,	'index.php',	'content',	'2020-11-26 02:01:02'),
340
(18848,	'index.php',	'content',	'2020-11-26 02:11:01'),
341
(18849,	'index.php',	'content',	'2020-11-26 02:21:02'),
342
(18850,	'index.php',	'content',	'2020-11-26 02:31:01'),
343
(18851,	'index.php',	'content',	'2020-11-26 02:41:01'),
344
(18852,	'index.php',	'content',	'2020-11-26 02:51:02'),
345
(18853,	'index.php',	'content',	'2020-11-26 03:01:02'),
346
(18854,	'index.php',	'content',	'2020-11-26 03:11:01'),
347
(18855,	'index.php',	'content',	'2020-11-26 03:21:02'),
348
(18856,	'index.php',	'content',	'2020-11-26 03:31:01'),
349
(18857,	'index.php',	'content',	'2020-11-26 03:41:02'),
350
(18858,	'index.php',	'content',	'2020-11-26 03:51:02'),
351
(18859,	'index.php',	'content',	'2020-11-26 04:01:02'),
352
(18860,	'index.php',	'content',	'2020-11-26 04:11:01'),
353
(18861,	'index.php',	'content',	'2020-11-26 04:21:02'),
354
(18862,	'index.php',	'content',	'2020-11-26 04:31:02'),
355
(18863,	'index.php',	'content',	'2020-11-26 04:41:02'),
356
(18864,	'index.php',	'content',	'2020-11-26 04:51:01'),
357
(18865,	'index.php',	'content',	'2020-11-26 05:01:02'),
358
(18866,	'index.php',	'content',	'2020-11-26 05:11:01'),
359
(18867,	'index.php',	'content',	'2020-11-26 05:21:02'),
360
(18868,	'index.php',	'content',	'2020-11-26 05:31:01'),
361
(18869,	'index.php',	'content',	'2020-11-26 05:41:01'),
362
(18870,	'index.php',	'content',	'2020-11-26 05:51:02'),
363
(18871,	'index.php',	'content',	'2020-11-26 06:01:02'),
364
(18872,	'index.php',	'content',	'2020-11-26 06:11:01'),
365
(18873,	'index.php',	'content',	'2020-11-26 06:21:02'),
366
(18874,	'index.php',	'content',	'2020-11-26 06:31:02'),
367
(18875,	'index.php',	'content',	'2020-11-26 06:41:01'),
368
(18876,	'index.php',	'content',	'2020-11-26 07:01:01'),
369
(18877,	'index.php',	'content',	'2020-11-26 07:11:01'),
370
(18878,	'index.php',	'content',	'2020-11-26 07:21:01'),
371
(18879,	'index.php',	'content',	'2020-11-26 07:31:01'),
372
(18880,	'index.php',	'content',	'2020-11-26 07:41:01'),
373
(18881,	'index.php',	'content',	'2020-11-26 07:48:42'),
374
(18882,	'index.php',	'content',	'2020-11-26 07:49:04'),
375
(18883,	'index.php',	'content',	'2020-11-26 07:49:17'),
376
(18884,	'index.php',	'content',	'2020-11-26 07:49:17'),
377
(18885,	'14',	'cat',	'2020-11-26 07:50:30'),
378
(18886,	'shopping_cart.php',	'content',	'2020-11-26 07:50:36'),
379
(18887,	'checkout_shipping.php',	'content',	'2020-11-26 07:50:52'),
380
(18888,	'checkout_shipping_address.php',	'content',	'2020-11-26 07:50:56'),
381
(18889,	'index.php',	'content',	'2020-11-26 07:51:01'),
382
(18890,	'checkout_shipping.php',	'content',	'2020-11-26 07:51:05'),
383
(18891,	'checkout_payment.php',	'content',	'2020-11-26 07:51:08'),
384
(18892,	'checkout_confirmation.php',	'content',	'2020-11-26 07:51:13'),
385
(18893,	'checkout_confirmation.php',	'content',	'2020-11-26 07:53:47'),
386
(18894,	'checkout_success.php',	'content',	'2020-11-26 07:54:05'),
387
(18895,	'checkout_success.php',	'content',	'2020-11-26 07:54:21'),
388
(18896,	'16',	'cat',	'2020-11-26 07:54:24'),
389
(18897,	'29',	'cat',	'2020-11-26 07:54:28'),
390
(18898,	'29',	'cat',	'2020-11-26 07:54:49'),
391
(18899,	'29',	'cat',	'2020-11-26 07:54:54'),
392
(18900,	'116',	'prd',	'2020-11-26 07:55:04'),
393
(18901,	'11',	'cat',	'2020-11-26 07:57:46'),
394
(18902,	'99',	'prd',	'2020-11-26 07:57:50'),
395
(18903,	'99',	'prd',	'2020-11-26 07:58:43'),
396
(18904,	'29',	'cat',	'2020-11-26 07:59:10'),
397
(18905,	'29',	'cat',	'2020-11-26 08:00:22'),
398
(18906,	'11',	'cat',	'2020-11-26 08:00:25'),
399
(18907,	'99',	'prd',	'2020-11-26 08:00:28'),
400
(18908,	'index.php',	'content',	'2020-11-26 08:01:01'),
401
(18909,	'99',	'prd',	'2020-11-26 08:01:37'),
402
(18910,	'11',	'cat',	'2020-11-26 08:02:30'),
403
(18911,	'100',	'prd',	'2020-11-26 08:02:32'),
404
(18912,	'29',	'cat',	'2020-11-26 08:04:08'),
405
(18913,	'116',	'prd',	'2020-11-26 08:04:10'),
406
(18914,	'29',	'cat',	'2020-11-26 08:04:46'),
407
(18915,	'115',	'prd',	'2020-11-26 08:04:50'),
408
(18916,	'11',	'cat',	'2020-11-26 08:05:00'),
409
(18917,	'100',	'prd',	'2020-11-26 08:05:02'),
410
(18918,	'29',	'cat',	'2020-11-26 08:08:03'),
411
(18919,	'12',	'cat',	'2020-11-26 08:10:06'),
412
(18920,	'102',	'prd',	'2020-11-26 08:10:10'),
413
(18921,	'index.php',	'content',	'2020-11-26 08:11:01'),
414
(18922,	'102',	'prd',	'2020-11-26 08:11:05'),
415
(18923,	'29',	'cat',	'2020-11-26 08:11:09'),
416
(18924,	'114',	'prd',	'2020-11-26 08:11:13'),
417
(18925,	'29',	'cat',	'2020-11-26 08:12:27'),
418
(18926,	'115',	'prd',	'2020-11-26 08:12:30'),
419
(18927,	'20',	'cat',	'2020-11-26 08:19:30'),
420
(18928,	'20',	'cat',	'2020-11-26 08:19:34'),
421
(18929,	'index.php',	'content',	'2020-11-26 08:21:02'),
422
(18930,	'20',	'cat',	'2020-11-26 08:22:12'),
423
(18931,	'account.php',	'content',	'2020-11-26 08:22:15'),
424
(18932,	'index.php',	'content',	'2020-11-26 08:26:24'),
425
(18933,	'index.php',	'content',	'2020-11-26 08:31:02'),
426
(18934,	'index.php',	'content',	'2020-11-26 08:41:01'),
427
(18935,	'index.php',	'content',	'2020-11-26 08:51:01'),
428
(18936,	'index.php',	'content',	'2020-11-26 09:01:01'),
429
(18937,	'login.php',	'content',	'2020-11-26 09:07:48'),
430
(18938,	'index.php',	'content',	'2020-11-26 09:11:01'),
431
(18939,	'login.php',	'content',	'2020-11-26 09:11:06'),
432
(18940,	'index.php',	'content',	'2020-11-26 09:21:01'),
433
(18941,	'login.php',	'content',	'2020-11-26 09:23:36'),
434
(18942,	'index.php',	'content',	'2020-11-26 09:31:01'),
435
(18943,	'index.php',	'content',	'2020-11-26 09:41:01'),
436
(18944,	'index.php',	'content',	'2020-11-26 09:51:02'),
437
(18945,	'30',	'cat',	'2020-11-26 09:54:51'),
438
(18946,	'index.php',	'content',	'2020-11-26 10:01:01'),
439
(18947,	'index.php',	'content',	'2020-11-26 10:11:01'),
440
(18948,	'index.php',	'content',	'2020-11-26 10:21:02'),
441
(18949,	'index.php',	'content',	'2020-11-26 10:31:01'),
442
(18950,	'index.php',	'content',	'2020-11-26 10:41:01'),
443
(18951,	'index.php',	'content',	'2020-11-26 10:51:01'),
444
(18952,	'index.php',	'content',	'2020-11-26 11:01:02'),
445
(18953,	'index.php',	'content',	'2020-11-26 11:11:01'),
446
(18954,	'index.php',	'content',	'2020-11-26 11:15:54'),
447
(18955,	'index.php',	'content',	'2020-11-26 11:16:31'),
448
(18956,	'index.php',	'content',	'2020-11-26 11:17:20'),
449
(18957,	'index.php',	'content',	'2020-11-26 11:19:30'),
450
(18958,	'index.php',	'content',	'2020-11-26 11:21:02'),
451
(18959,	'shopping_cart.php',	'content',	'2020-11-26 11:26:37'),
452
(18960,	'checkout_shipping.php',	'content',	'2020-11-26 11:26:39'),
453
(18961,	'checkout_payment.php',	'content',	'2020-11-26 11:26:44'),
454
(18962,	'checkout_payment.php',	'content',	'2020-11-26 11:26:53'),
455
(18963,	'checkout_confirmation.php',	'content',	'2020-11-26 11:26:58'),
456
(18964,	'checkout_confirmation.php',	'content',	'2020-11-26 11:27:10'),
457
(18965,	'checkout_payment.php',	'content',	'2020-11-26 11:30:49'),
458
(18966,	'index.php',	'content',	'2020-11-26 11:31:02'),
459
(18967,	'checkout_payment.php',	'content',	'2020-11-26 11:32:50'),
460
(18968,	'checkout_payment.php',	'content',	'2020-11-26 11:33:40'),
461
(18969,	'checkout_confirmation.php',	'content',	'2020-11-26 11:33:47'),
462
(18970,	'checkout_confirmation.php',	'content',	'2020-11-26 11:34:07'),
463
(18971,	'checkout_success.php',	'content',	'2020-11-26 11:34:23'),
464
(18972,	'index.php',	'content',	'2020-11-26 11:41:02'),
465
(18973,	'index.php',	'content',	'2020-11-26 11:51:01'),
466
(18974,	'index.php',	'content',	'2020-11-26 12:01:01'),
467
(18975,	'index.php',	'content',	'2020-11-26 12:11:01'),
468
(18976,	'index.php',	'content',	'2020-11-26 12:21:02'),
469
(18977,	'index.php',	'content',	'2020-11-26 12:31:02'),
470
(18978,	'index.php',	'content',	'2020-11-26 12:41:01'),
471
(18979,	'index.php',	'content',	'2020-11-26 12:51:02'),
472
(18980,	'index.php',	'content',	'2020-11-26 13:01:01'),
473
(18981,	'index.php',	'content',	'2020-11-26 13:11:01'),
474
(18982,	'index.php',	'content',	'2020-11-26 13:21:02'),
475
(18983,	'index.php',	'content',	'2020-11-26 13:31:02'),
476
(18984,	'index.php',	'content',	'2020-11-26 13:41:01'),
477
(18985,	'index.php',	'content',	'2020-11-26 13:51:02'),
478
(18986,	'index.php',	'content',	'2020-11-26 14:01:02'),
479
(18987,	'index.php',	'content',	'2020-11-26 14:11:01'),
480
(18988,	'index.php',	'content',	'2020-11-26 14:21:02'),
481
(18989,	'index.php',	'content',	'2020-11-26 14:31:01'),
482
(18990,	'index.php',	'content',	'2020-11-26 14:41:01'),
483
(18991,	'index.php',	'content',	'2020-11-26 15:01:02'),
484
(18992,	'index.php',	'content',	'2020-11-26 15:11:01'),
485
(18993,	'index.php',	'content',	'2020-11-26 15:17:02'),
486
(18994,	'index.php',	'content',	'2020-11-26 15:17:02'),
487
(18995,	'password_double_opt.php',	'content',	'2020-11-26 15:17:12'),
488
(18996,	'index.php',	'content',	'2020-11-26 15:17:13'),
489
(18997,	'password_double_opt.php',	'content',	'2020-11-26 15:17:24'),
490
(18998,	'password_double_opt.php',	'content',	'2020-11-26 15:18:33'),
491
(18999,	'password_double_opt.php',	'content',	'2020-11-26 15:18:33'),
492
(19000,	'login.php',	'content',	'2020-11-26 15:18:47'),
493
(19001,	'account.php',	'content',	'2020-11-26 15:19:01'),
494
(19002,	'index.php',	'content',	'2020-11-26 15:21:04');
495

    
496
DROP TABLE IF EXISTS `gm_counter_page_history`;
497
CREATE TABLE `gm_counter_page_history` (
498
  `gm_counter_page_history_id` int(10) NOT NULL AUTO_INCREMENT,
499
  `gm_counter_page_history_name` varchar(255) DEFAULT NULL,
500
  `gm_counter_page_history_type` varchar(255) DEFAULT NULL,
501
  `gm_counter_page_history_hits` int(10) DEFAULT NULL,
502
  `gm_counter_page_history_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
503
  PRIMARY KEY (`gm_counter_page_history_id`)
504
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
505

    
506
INSERT INTO `gm_counter_page_history` (`gm_counter_page_history_id`, `gm_counter_page_history_name`, `gm_counter_page_history_type`, `gm_counter_page_history_hits`, `gm_counter_page_history_date`) VALUES
507
(685,	'index.php',	'content',	621,	'2020-11-20 00:00:00'),
508
(686,	'account.php',	'content',	2,	'2020-11-20 00:00:00'),
509
(687,	'26',	'cat',	1,	'2020-11-20 00:00:00'),
510
(688,	'shopping_cart.php',	'content',	3,	'2020-11-20 00:00:00'),
511
(689,	'checkout_shipping.php',	'content',	3,	'2020-11-20 00:00:00'),
512
(690,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
513
(691,	'checkout_shipping.php',	'content',	1,	'2020-11-20 00:00:00'),
514
(692,	'checkout_payment.php',	'content',	4,	'2020-11-20 00:00:00'),
515
(693,	'checkout_payment.php',	'content',	1,	'2020-11-20 00:00:00'),
516
(694,	'checkout_confirmation.php',	'content',	4,	'2020-11-20 00:00:00'),
517
(695,	'checkout_confirmation.php',	'content',	1,	'2020-11-20 00:00:00'),
518
(696,	'checkout_success.php',	'content',	1,	'2020-11-20 00:00:00'),
519
(697,	'account.php',	'content',	1,	'2020-11-20 00:00:00'),
520
(698,	'account.php',	'content',	1,	'2020-11-20 00:00:00'),
521
(699,	'account_history_info.php',	'content',	1,	'2020-11-20 00:00:00'),
522
(700,	'account_history_info.php',	'content',	1,	'2020-11-20 00:00:00'),
523
(701,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
524
(702,	'account.php',	'content',	1,	'2020-11-20 00:00:00'),
525
(703,	'account_history_info.php',	'content',	1,	'2020-11-20 00:00:00'),
526
(704,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
527
(705,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
528
(706,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
529
(707,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
530
(708,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
531
(709,	'logoff.php',	'content',	1,	'2020-11-20 00:00:00'),
532
(710,	'shop.php',	'content',	1,	'2020-11-20 00:00:00'),
533
(711,	'shop.php',	'content',	1,	'2020-11-20 00:00:00'),
534
(712,	'shop.php',	'content',	1,	'2020-11-20 00:00:00'),
535
(713,	'shop.php',	'content',	1,	'2020-11-20 00:00:00'),
536
(714,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
537
(715,	'wish_list.php',	'content',	1,	'2020-11-20 00:00:00'),
538
(716,	'wish_list.php',	'content',	1,	'2020-11-20 00:00:00'),
539
(717,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
540
(718,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
541
(719,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
542
(720,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
543
(721,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
544
(722,	'12',	'cat',	3,	'2020-11-20 00:00:00'),
545
(723,	'105',	'prd',	2,	'2020-11-20 00:00:00'),
546
(724,	'105',	'prd',	1,	'2020-11-20 00:00:00'),
547
(725,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
548
(726,	'105',	'prd',	1,	'2020-11-20 00:00:00'),
549
(727,	'3',	'cat',	51,	'2020-11-20 00:00:00'),
550
(728,	'1',	'cat',	9,	'2020-11-20 00:00:00'),
551
(729,	'2',	'cat',	9,	'2020-11-20 00:00:00'),
552
(730,	'1',	'cat',	1,	'2020-11-20 00:00:00'),
553
(731,	'1',	'cat',	1,	'2020-11-20 00:00:00'),
554
(732,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
555
(733,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
556
(734,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
557
(735,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
558
(736,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
559
(737,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
560
(738,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
561
(739,	'login.php',	'content',	18,	'2020-11-20 00:00:00'),
562
(740,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
563
(741,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
564
(742,	'3',	'cat',	1,	'2020-11-20 00:00:00'),
565
(743,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
566
(744,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
567
(745,	'11',	'cat',	4,	'2020-11-20 00:00:00'),
568
(746,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
569
(747,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
570
(748,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
571
(749,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
572
(750,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
573
(751,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
574
(752,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
575
(753,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
576
(754,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
577
(755,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
578
(756,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
579
(757,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
580
(758,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
581
(759,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
582
(760,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
583
(761,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
584
(762,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
585
(763,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
586
(764,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
587
(765,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
588
(766,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
589
(767,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
590
(768,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
591
(769,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
592
(770,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
593
(771,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
594
(772,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
595
(773,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
596
(774,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
597
(775,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
598
(776,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
599
(777,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
600
(778,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
601
(779,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
602
(780,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
603
(781,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
604
(782,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
605
(783,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
606
(784,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
607
(785,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
608
(786,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
609
(787,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
610
(788,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
611
(789,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
612
(790,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
613
(791,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
614
(792,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
615
(793,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
616
(794,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
617
(795,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
618
(796,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
619
(797,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
620
(798,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
621
(799,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
622
(800,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
623
(801,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
624
(802,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
625
(803,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
626
(804,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
627
(805,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
628
(806,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
629
(807,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
630
(808,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
631
(809,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
632
(810,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
633
(811,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
634
(812,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
635
(813,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
636
(814,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
637
(815,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
638
(816,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
639
(817,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
640
(818,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
641
(819,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
642
(820,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
643
(821,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
644
(822,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
645
(823,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
646
(824,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
647
(825,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
648
(826,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
649
(827,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
650
(828,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
651
(829,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
652
(830,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
653
(831,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
654
(832,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
655
(833,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
656
(834,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
657
(835,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
658
(836,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
659
(837,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
660
(838,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
661
(839,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
662
(840,	'index.php',	'content',	1,	'2020-11-20 00:00:00'),
663
(841,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
664
(842,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
665
(843,	'6',	'cat',	1,	'2020-11-23 00:00:00'),
666
(844,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
667
(845,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
668
(846,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
669
(847,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
670
(848,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
671
(849,	'127',	'prd',	1,	'2020-11-23 00:00:00'),
672
(850,	'99',	'prd',	1,	'2020-11-23 00:00:00'),
673
(851,	'99',	'prd',	1,	'2020-11-23 00:00:00'),
674
(852,	'99',	'prd',	1,	'2020-11-23 00:00:00'),
675
(853,	'99',	'prd',	1,	'2020-11-23 00:00:00'),
676
(854,	'99',	'prd',	1,	'2020-11-23 00:00:00'),
677
(855,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
678
(856,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
679
(857,	'28',	'prd',	1,	'2020-11-23 00:00:00'),
680
(858,	'28',	'prd',	1,	'2020-11-23 00:00:00'),
681
(859,	'28',	'prd',	1,	'2020-11-23 00:00:00'),
682
(860,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
683
(861,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
684
(862,	'6',	'cat',	1,	'2020-11-23 00:00:00'),
685
(863,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
686
(864,	'6',	'cat',	1,	'2020-11-23 00:00:00'),
687
(865,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
688
(866,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
689
(867,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
690
(868,	'13',	'prd',	1,	'2020-11-23 00:00:00'),
691
(869,	'36',	'cat',	1,	'2020-11-23 00:00:00'),
692
(870,	'127',	'prd',	1,	'2020-11-23 00:00:00'),
693
(871,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
694
(872,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
695
(873,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
696
(874,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
697
(875,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
698
(876,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
699
(877,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
700
(878,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
701
(879,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
702
(880,	'3',	'coid',	23,	'2020-11-23 00:00:00'),
703
(881,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
704
(882,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
705
(883,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
706
(884,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
707
(885,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
708
(886,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
709
(887,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
710
(888,	'7',	'coid',	1,	'2020-11-23 00:00:00'),
711
(889,	'4',	'coid',	12,	'2020-11-23 00:00:00'),
712
(890,	'4',	'coid',	1,	'2020-11-23 00:00:00'),
713
(891,	'4',	'coid',	1,	'2020-11-23 00:00:00'),
714
(892,	'4',	'coid',	1,	'2020-11-23 00:00:00'),
715
(893,	'4',	'coid',	1,	'2020-11-23 00:00:00'),
716
(894,	'36',	'cat',	1,	'2020-11-23 00:00:00'),
717
(895,	'37',	'cat',	1,	'2020-11-23 00:00:00'),
718
(896,	'38',	'cat',	1,	'2020-11-23 00:00:00'),
719
(897,	'38',	'cat',	1,	'2020-11-23 00:00:00'),
720
(898,	'password_double_opt.php',	'content',	1,	'2020-11-23 00:00:00'),
721
(899,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
722
(900,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
723
(901,	'10',	'cat',	1,	'2020-11-23 00:00:00'),
724
(902,	'10',	'cat',	1,	'2020-11-23 00:00:00'),
725
(903,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
726
(904,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
727
(905,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
728
(906,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
729
(907,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
730
(908,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
731
(909,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
732
(910,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
733
(911,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
734
(912,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
735
(913,	'5',	'cat',	1,	'2020-11-23 00:00:00'),
736
(914,	'6',	'cat',	1,	'2020-11-23 00:00:00'),
737
(915,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
738
(916,	'7',	'cat',	1,	'2020-11-23 00:00:00'),
739
(917,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
740
(918,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
741
(919,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
742
(920,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
743
(921,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
744
(922,	'24',	'cat',	1,	'2020-11-23 00:00:00'),
745
(923,	'9',	'cat',	1,	'2020-11-23 00:00:00'),
746
(924,	'24',	'cat',	1,	'2020-11-23 00:00:00'),
747
(925,	'24',	'cat',	1,	'2020-11-23 00:00:00'),
748
(926,	'73',	'prd',	1,	'2020-11-23 00:00:00'),
749
(927,	'24',	'cat',	1,	'2020-11-23 00:00:00'),
750
(928,	'24',	'cat',	1,	'2020-11-23 00:00:00'),
751
(929,	'24',	'prd',	1,	'2020-11-23 00:00:00'),
752
(930,	'25',	'cat',	1,	'2020-11-23 00:00:00'),
753
(931,	'21',	'cat',	1,	'2020-11-23 00:00:00'),
754
(932,	'20',	'cat',	1,	'2020-11-23 00:00:00'),
755
(933,	'22',	'cat',	1,	'2020-11-23 00:00:00'),
756
(934,	'22',	'cat',	1,	'2020-11-23 00:00:00'),
757
(935,	'23',	'cat',	1,	'2020-11-23 00:00:00'),
758
(936,	'23',	'cat',	1,	'2020-11-23 00:00:00'),
759
(937,	'23',	'cat',	1,	'2020-11-23 00:00:00'),
760
(938,	'14',	'cat',	1,	'2020-11-23 00:00:00'),
761
(939,	'13',	'cat',	1,	'2020-11-23 00:00:00'),
762
(940,	'14',	'cat',	1,	'2020-11-23 00:00:00'),
763
(941,	'15',	'cat',	1,	'2020-11-23 00:00:00'),
764
(942,	'16',	'cat',	1,	'2020-11-23 00:00:00'),
765
(943,	'16',	'cat',	1,	'2020-11-23 00:00:00'),
766
(944,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
767
(945,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
768
(946,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
769
(947,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
770
(948,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
771
(949,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
772
(950,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
773
(951,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
774
(952,	'3889891',	'coid',	1,	'2020-11-24 00:00:00'),
775
(953,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
776
(954,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
777
(955,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
778
(956,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
779
(957,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
780
(958,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
781
(959,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
782
(960,	'14',	'coid',	1,	'2020-11-24 00:00:00'),
783
(961,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
784
(962,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
785
(963,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
786
(964,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
787
(965,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
788
(966,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
789
(967,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
790
(968,	'2',	'coid',	1,	'2020-11-24 00:00:00'),
791
(969,	'2',	'coid',	1,	'2020-11-24 00:00:00');
792

    
793
DROP TABLE IF EXISTS `gm_counter_visits`;
794
CREATE TABLE `gm_counter_visits` (
795
  `gm_counter_id` int(10) NOT NULL AUTO_INCREMENT,
796
  `gm_counter_visits_total` int(10) NOT NULL DEFAULT '0',
797
  `gm_counter_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
798
  PRIMARY KEY (`gm_counter_id`),
799
  KEY `gm_counter_date` (`gm_counter_date`)
800
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
801

    
802
INSERT INTO `gm_counter_visits` (`gm_counter_id`, `gm_counter_visits_total`, `gm_counter_date`) VALUES
803
(1,	1,	'2008-08-25 00:00:00'),
804
(58,	2,	'2020-11-20 09:11:01'),
805
(59,	3,	'2020-11-21 00:11:02'),
806
(60,	3,	'2020-11-22 00:11:02'),
807
(61,	5,	'2020-11-23 00:11:03'),
808
(62,	5,	'2020-11-24 00:11:02'),
809
(63,	4,	'2020-11-25 00:11:01'),
810
(64,	8,	'2020-11-26 00:11:01');
811

    
812
-- 2020-11-26 14:26:26
(2-2/2)