SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 05.03.2014 15:52:11

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Проблема с Базой

Здравствуйте, забанили мою базу данных из-за превышения нагрузки.
Прислали лог и сказали Вам следует проанализировать приведенную информацию, логи веб-сервера и устранить причину нагрузки на сервер баз данных., но я в этом не соображаю помогите пожалуйста....

Лог медленных запросов к базе:

# 556.6s user time, 3.1s system time, 69.99M rss, 248.82M vsz
# Current date: Wed Mar 5 15:31:26 2014
# Hostname: mysql4.ihc.ru
# Files: /var/log/mysql-slow.log-20140304
# Overall: 9.55k total, 10 unique, 0.11 QPS, 0.00x concurrency ___________
# Time range: 2014-03-03 04:02:04 to 2014-03-04 04:01:47
# Attribute total min max avg 95% stddev median
# ============ ======= ======= ======= ======= ======= ======= =======
# Exec time 122s 397us 2s 13ms 33ms 37ms 11ms
# Lock time 12s 22us 1s 1ms 725us 22ms 66us
# Rows sent 4.78M 0 1.84k 525.12 1.78k 513.37 719.66
# Rows examine 62.00M 1.83k 25.94k 6.65k 12.50k 3.71k 6.31k
# Rows affecte 0 0 0 0 0 0 0
# Rows read 62.00M 1.83k 25.94k 6.65k 12.50k 3.71k 6.31k
# Bytes sent 849.62M 79 174.79k 91.13k 174.27k 82.85k 165.97k
# Query size 815.02k 44 346 87.42 246.02 52.58 69.19

# Profile
# Rank Query ID Response time Calls R/Call V/M Item
# ==== ================== ============= ===== ====== ===== ===============
# 1 0x92F3B1B361FB0E5B 79.5006 65.0% 4885 0.0163 0.10 SELECT wp_options
# 2 0xDB4A4C488625A780 28.0592 22.9% 752 0.0373 0.00 SELECT wp_term_relationships wp_posts
# 3 0xAAE0EC5B83F665CE 4.8005 3.9% 720 0.0067 0.17 SELECT wp_wpsd_trends
# 4 0xC06D9613DB8AD977 4.3256 3.5% 720 0.0060 0.00 SELECT wp_wpsd_trends
# MISC 0xMISC 5.6378 4.6% 2470 0.0023 0.0 <6 ITEMS>

# Query 1: 0.06 QPS, 0.00x concurrency, ID 0x92F3B1B361FB0E5B at byte 1193878024
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.10
# Time range: 2014-03-03 04:02:04 to 2014-03-04 04:01:47
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 51 4885
# Exec time 64 80s 9ms 2s 16ms 18ms 40ms 12ms
# Lock time 88 10s 24us 1s 2ms 761us 31ms 159us
# Rows sent 71 3.42M 734 736 735.02 719.66 0 719.66
# Rows examine 49 30.85M 6.46k 6.47k 6.47k 6.31k 0 6.31k
# Rows affecte 0 0 0 0 0 0 0 0
# Rows read 49 30.85M 6.46k 6.47k 6.47k 6.31k 0 6.31k
# Bytes sent 97 831.26M 165.70k 174.79k 174.25k 174.27k 4.03k 165.97k
# Query size 41 338.71k 71 71 71 71 0 71
# String:
# Databases p158994_db
# Hosts
# Last errno 0
# Users p158994_db
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms #
# 10ms ################################################################
# 100ms #
# 1s #
# 10s+
# Tables
# SHOW TABLE STATUS FROM `p158994_db` LIKE 'wp_options'\G
# SHOW CREATE TABLE `p158994_db`.`wp_options`\G
# EXPLAIN /*!50100 PARTITIONS*/
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'\G

# Query 2: 0.01 QPS, 0.00x concurrency, ID 0xDB4A4C488625A780 at byte 882065697
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: 2014-03-03 04:04:54 to 2014-03-04 04:01:26
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 7 752
# Exec time 22 28s 30ms 91ms 37ms 51ms 8ms 34ms
# Lock time 1 127ms 50us 50ms 168us 301us 2ms 63us
# Rows sent 28 1.35M 1.83k 1.84k 1.83k 1.78k 0 1.78k
# Rows examine 14 8.78M 11.96k 11.96k 11.96k 11.96k 0 11.96k
# Rows affecte 0 0 0 0 0 0 0 0
# Rows read 14 8.78M 11.96k 11.96k 11.96k 11.96k 0 11.96k
# Bytes sent 2 17.11M 16.00k 23.35k 23.30k 22.45k 242.41 22.45k
# Query size 23 189.47k 258 258 258 258 0 258
# String:
# Databases p158994_db
# Hosts
# Last errno 0 (751/99%), 1160 (1/0%)
# Users p158994_db
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms ################################################################
# 100ms
# 1s
# 10s+
# Tables
# SHOW TABLE STATUS FROM `p158994_db` LIKE 'wp_term_relationships'\G
# SHOW CREATE TABLE `p158994_db`.`wp_term_relationships`\G
# SHOW TABLE STATUS FROM `p158994_db` LIKE 'wp_posts'\G
# SHOW CREATE TABLE `p158994_db`.`wp_posts`\G
# EXPLAIN /*!50100 PARTITIONS*/
SELECT object_id, term_taxonomy_id FROM wp_term_relationships INNER JOIN wp_posts ON object_id = ID WHERE term_taxonomy_id IN (45,1283,911,583,46,47,48,16,672,681,17,101,909,914,1,309,702,910,913,912,908) AND post_type IN ('post') AND post_status = 'publish'\G

# Query 3: 0.01 QPS, 0.00x concurrency, ID 0xAAE0EC5B83F665CE at byte 1866133520
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.17
# Time range: 2014-03-03 04:17:38 to 2014-03-04 03:17:25
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 7 720
# Exec time 3 5s 5ms 912ms 7ms 7ms 33ms 5ms
# Lock time 0 95ms 25us 56ms 131us 113us 2ms 30us
# Rows sent 0 690 0 1 0.96 0.99 0.20 0.99
# Rows examine 14 8.88M 12.60k 12.63k 12.63k 12.50k 0 12.50k
# Rows affecte 0 0 0 0 0 0 0 0
# Rows read 14 8.88M 12.60k 12.63k 12.63k 12.50k 0 12.50k
# Bytes sent 0 80.90k 109 122 115.06 112.70 1.49 112.70
# Query size 10 88.38k 125 126 125.70 124.25 0 124.25
# String:
# Databases p158994_db
# Hosts
# Last errno 0
# Users p158994_db
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms ################################################################
# 10ms #
# 100ms #
# 1s
# 10s+
# Tables
# SHOW TABLE STATUS FROM `p158994_db` LIKE 'wp_wpsd_trends'\G
# SHOW CREATE TABLE `p158994_db`.`wp_wpsd_trends`\G
# EXPLAIN /*!50100 PARTITIONS*/
SELECT wpsd_trends_stats as stats FROM wp_wpsd_trends where wpsd_trends_type = 19 and wpsd_trends_date = '2014-03-03 00:00:00'\G

# Query 4: 0.01 QPS, 0.00x concurrency, ID 0xC06D9613DB8AD977 at byte 1964872375
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: 2014-03-03 04:17:38 to 2014-03-04 03:17:25
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 7 720
# Exec time 3 4s 5ms 111ms 6ms 8ms 4ms 5ms
# Lock time 0 80ms 24us 12ms 111us 131us 632us 35us
# Rows sent 0 690 0 1 0.96 0.99 0.20 0.99
# Rows examine 14 8.88M 12.60k 12.63k 12.63k 12.50k 0 12.50k
# Rows affecte 0 0 0 0 0 0 0 0
# Rows read 14 8.88M 12.60k 12.63k 12.63k 12.50k 0 12.50k
# Bytes sent 0 79.16k 103 113 112.58 112.70 2.09 112.70
# Query size 10 84.16k 119 120 119.70 118.34 0.00 118.34
# String:
# Databases p158994_db
# Hosts
# Last errno 0
# Users p158994_db
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms ################################################################
# 10ms #
# 100ms #
# 1s
# 10s+
# Tables
# SHOW TABLE STATUS FROM `p158994_db` LIKE 'wp_wpsd_trends'\G
# SHOW CREATE TABLE `p158994_db`.`wp_wpsd_trends`\G
# EXPLAIN /*!50100 PARTITIONS*/
SELECT wpsd_trends_id as id FROM wp_wpsd_trends where wpsd_trends_type = 1 and wpsd_trends_date = '2014-03-03 00:00:00'\G

Неактивен

 

#2 05.03.2014 18:25:49

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

Покажите результаты последних двух команд из каждого блока
SHOW CREATE TABLE ...
EXPLAIN SELECT ...

Неактивен

 

#3 05.03.2014 18:40:31

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

vasya написал:

Покажите результаты последних двух команд из каждого блока
SHOW CREATE TABLE ...
EXPLAIN SELECT ...

Можно поподробнее

Неактивен

 

#4 05.03.2014 18:42:33

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

Посмотрел внимательней. Мне одному кажется, что служба поддержки чудит?

# Query 2:
# Attribute pct total min max avg 95% stddev median
# Exec time 22 28s 30ms 91ms 37ms 51ms 8ms 34ms

Неактивен

 

#5 05.03.2014 18:46:19

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

vasya написал:

Посмотрел внимательней. Мне одному кажется, что служба поддержки чудит?

# Query 2:
# Attribute pct total min max avg 95% stddev median
# Exec time 22 28s 30ms 91ms 37ms 51ms 8ms 34ms

Что это значит?

Неактивен

 

#6 05.03.2014 18:49:18

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

Даниил написал:

vasya написал:

Покажите результаты последних двух команд из каждого блока
SHOW CREATE TABLE ...
EXPLAIN SELECT ...

Можно поподробнее

Например, выполните эти две команды и покажите результат их выполнения

SHOW CREATE TABLE `p158994_db`.`wp_wpsd_trends`\G

EXPLAIN /*!50100 PARTITIONS*/
SELECT wpsd_trends_stats as stats FROM wp_wpsd_trends where wpsd_trends_type = 19 and wpsd_trends_date = '2014-03-03 00:00:00'\G

Неактивен

 

#7 05.03.2014 18:52:00

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

Даниил написал:

vasya написал:

Посмотрел внимательней. Мне одному кажется, что служба поддержки чудит?

# Query 2:
# Attribute pct total min max avg 95% stddev median
# Exec time 22 28s 30ms 91ms 37ms 51ms 8ms 34ms

Что это значит?

Это значит, что запрос в среднем выполняется 37ms, а максимальное время 91ms. Можно ли его считать медленным - вопрос.

Что у вас за хостинг?

Неактивен

 

#8 05.03.2014 18:54:20

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

vasya написал:

Даниил написал:

vasya написал:

Покажите результаты последних двух команд из каждого блока
SHOW CREATE TABLE ...
EXPLAIN SELECT ...

Можно поподробнее

Например, выполните эти две команды и покажите результат их выполнения

SHOW CREATE TABLE `p158994_db`.`wp_wpsd_trends`\G

EXPLAIN /*!50100 PARTITIONS*/
SELECT wpsd_trends_stats as stats FROM wp_wpsd_trends where wpsd_trends_type = 19 and wpsd_trends_date = '2014-03-03 00:00:00'\G

Выдаёт ошибку
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\G' at line 2

Неактивен

 

#9 05.03.2014 18:54:54

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

vasya написал:

Даниил написал:

vasya написал:

Посмотрел внимательней. Мне одному кажется, что служба поддержки чудит?

# Query 2:
# Attribute pct total min max avg 95% stddev median
# Exec time 22 28s 30ms 91ms 37ms 51ms 8ms 34ms

Что это значит?

Это значит, что запрос в среднем выполняется 37ms, а максимальное время 91ms. Можно ли его считать медленным - вопрос.

Что у вас за хостинг?

ihc.ru

Неактивен

 

#10 05.03.2014 18:57:47

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

У вас пхпадмин?
Вместо \G используйте ;

Неактивен

 

#11 05.03.2014 19:00:30

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

vasya написал:

У вас пхпадмин?
Вместо \G используйте ;

Понял спасибо

Неактивен

 

#12 05.03.2014 19:07:30

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

Сделал запрос:
SHOW CREATE TABLE `p158994_db`.`wp_posts`
Получилось:
SHOW CREATE TABLE `p158994_db`.`wp_posts`
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsign...

Тоже самое вылазиет



id     select_type     table     partitions     type     possible_keys     key     key_len     ref     rows     Extra    
1     SIMPLE     wp_wpsd_trends     NULL    ALL     NULL    NULL    NULL    NULL    13301     Using where

Отредактированно Даниил (05.03.2014 19:08:14)

Неактивен

 

#13 05.03.2014 19:15:46

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5840

Re: Проблема с Базой

Даниил написал:

Получилось:
SHOW CREATE TABLE `p158994_db`.`wp_posts`
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsign...

Это обрезанный вывод, вместо троеточия должно быть продолжение. Там на что-то кликнуть нужно.

Неактивен

 

#14 06.03.2014 09:40:56

Даниил
Участник
Зарегистрирован: 05.03.2014
Сообщений: 8

Re: Проблема с Базой

Администрация сегодня прислала:
К сайту осуществляется большое количество запросов с IP 193.232.121.220
Лог запросов с IP 193.232.121.220:

193.232.121.220 - - [23/Feb/2014:18:25:47 +0400] "GET /lovis-rybka/ HTTP/1.1" 200 13074 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:49 +0400] "GET /massazh-pri-pomoshhi-yablok-dlya-sozdaniya-idealnoj-kozhi/ HTTP/1.1" 200 13873 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:50 +0400] "GET /page/7/ HTTP/1.1" 200 13524 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:51 +0400] "GET /sarafan-baon/ HTTP/1.1" 200 12278 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:53 +0400] "GET /ps_catalog/kupalnik-marc-amp-andre-l1228-702/ HTTP/1.1" 200 12224 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:54 +0400] "GET /kak-zamaskirovat-shram/ HTTP/1.1" 200 14761 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:55 +0400] "GET /ps_catalog/top-kupalnii-imec-58157-0w5b/ HTTP/1.1" 200 11943 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:25:57 +0400] "GET /karta-sajta/ HTTP/1.1" 200 50720 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:01 +0400] "GET /kakim-dolzhen-byt-fotograf-na-svadbu/ HTTP/1.1" 200 13451 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:02 +0400] "GET /osobennosti-shopinga/ HTTP/1.1" 200 12774 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:03 +0400] "GET /romanticheskij-uzhin-doma/ HTTP/1.1" 200 14657 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:04 +0400] "GET /ps_catalog/plavki-cotton-club-6lf/ HTTP/1.1" 200 12064 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:05 +0400] "GET /ps_catalog/plavki-true-religion-2su176/ HTTP/1.1" 200 12133 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:06 +0400] "GET /ps_catalog/plavki-elizabeth-hurley-beach-slbb-sea/ HTTP/1.1" 200 12131 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:08 +0400] "GET /ps_catalog/kupalnik-cotton-club-4cp/ HTTP/1.1" 200 12139 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:08 +0400] "GET /kak-razzhech-strast/ HTTP/1.1" 200 14466 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:09 +0400] "GET /krasivyj-zagar-pravila-priema-solnechnyx-vann/ HTTP/1.1" 200 16511 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:11 +0400] "GET /krasivye-i-zdorovye-volosy/ HTTP/1.1" 200 16116 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:13 +0400] "GET /uxod-za-dlinnymi-volosami/ HTTP/1.1" 200 15634 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:15 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50162t1/ HTTP/1.1" 200 11959 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:16 +0400] "GET /ps_catalog/mom2mom-1138/ HTTP/1.1" 200 11782 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:17 +0400] "GET /dieta-s-ananasom/ HTTP/1.1" 200 10383 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:18 +0400] "GET /plate-pois/ HTTP/1.1" 200 16495 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:19 +0400] "GET /priznanie-brachnogo-dogovora-nedejstvitelnym/ HTTP/1.1" 200 13037 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:20 +0400] "GET /igra-ostrova/ HTTP/1.1" 200 13545 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:21 +0400] "GET /shopping-v-londone/ HTTP/1.1" 200 13392 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:21 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50352t1/ HTTP/1.1" 200 12064 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:22 +0400] "GET /persikovoe-maslo-dlya-kozhi/ HTTP/1.1" 200 13508 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:23 +0400] "GET /page/6/ HTTP/1.1" 200 13004 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:25 +0400] "GET /uprazhneniya-dlya-krasivoj-shei/ HTTP/1.1" 200 12977 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:27 +0400] "GET /ps_catalog/top-kupalnii-gianfranco-ferre-beachwear-rgd-22010/ HTTP/1.1" 200 12188 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:28 +0400] "GET /ps_catalog/plavki-heidi-klein-lille-fold-over/ HTTP/1.1" 200 11977 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:30 +0400] "GET /dieta-dietologa-dyukana/ HTTP/1.1" 200 9557 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:30 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-7ld/ HTTP/1.1" 200 12159 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:32 +0400] "GET /onlajn-igra-war-thunder/ HTTP/1.1" 200 12789 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:35 +0400] "GET /principy-grudnogo-vskarmlivaniya/ HTTP/1.1" 200 13483 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:36 +0400] "GET /ps_catalog/plavki-true-religion-2su176-2/ HTTP/1.1" 200 12092 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:37 +0400] "GET /kak-povysit-seksualnoe-zhelanie/ HTTP/1.1" 200 15597 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:38 +0400] "GET /ps_catalog/top-kupalnii-elizabeth-hurley-beach-eh5-june/ HTTP/1.1" 200 12088 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:39 +0400] "GET /ps_catalog/plavki-cotton-club-6lf-3/ HTTP/1.1" 200 12252 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:40 +0400] "GET /zhenskij-sonnik/ HTTP/1.1" 200 12912 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:41 +0400] "GET /ps_catalog/plavki-true-religion-2su176-3/ HTTP/1.1" 200 12079 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:43 +0400] "GET /metodika-25-j-kadr-strojnoe-telo/ HTTP/1.1" 200 20396 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:45 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-0r6d/ HTTP/1.1" 200 11945 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:45 +0400] "GET /kak-uxazhivat-za-gubami/ HTTP/1.1" 200 13545 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:46 +0400] "GET /ps_catalog/plavki-cotton-club-6lf-2/ HTTP/1.1" 200 12039 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:47 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-1d1c/ HTTP/1.1" 200 11955 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:48 +0400] "GET /kak-izmenit-cvet-glaz/ HTTP/1.1" 200 13537 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:49 +0400] "GET /o-womens22/ HTTP/1.1" 200 10522 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:49 +0400] "GET / HTTP/1.1" 200 12798 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:52 +0400] "GET /shopping-v-tajlande/ HTTP/1.1" 200 13374 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:53 +0400] "GET /kak-najti-svoyu-dietu/ HTTP/1.1" 200 14921 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:54 +0400] "GET /francuzskaya-dieta/ HTTP/1.1" 200 10406 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:56 +0400] "GET /dvustoronnee-bikini/ HTTP/1.1" 200 12352 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:57 +0400] "GET /vypryamlenie-volos-v-domashnix-usloviyax/ HTTP/1.1" 200 18426 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:58 +0400] "GET /kak-preodolet-stress/ HTTP/1.1" 200 14112 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:26:59 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08vtn3/ HTTP/1.1" 200 12140 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:01 +0400] "GET /dieta-inny-volovichevoj/ HTTP/1.1" 200 9558 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:02 +0400] "GET /kak-podderzhat-muzhchinu/ HTTP/1.1" 200 13334 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:03 +0400] "GET /page/16/ HTTP/1.1" 200 12245 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:05 +0400] "GET /reklamnye-ulovki-ostorozhnee-v-magazine/ HTTP/1.1" 200 12909 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:07 +0400] "GET /ps_catalog/top-kupalnii-taka-11sksw911/ HTTP/1.1" 200 12128 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:10 +0400] "GET /igra-blood-and-soul/ HTTP/1.1" 200 14286 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:13 +0400] "GET /interesnye-fakty-o-shoppinge/ HTTP/1.1" 200 12858 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:16 +0400] "GET /shopping-v-turcii/ HTTP/1.1" 200 13570 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:18 +0400] "GET /ps_catalog/plavki-heidi-klein-laguna-u-bar/ HTTP/1.1" 200 12172 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:19 +0400] "GET /ps_catalog/pareo-raffaela-daposangelo-prd11amz1/ HTTP/1.1" 200 12032 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:20 +0400] "GET /ps_catalog/top-kupalnii-dampg-dolce-amp-gabbana-m91210-omo61/ HTTP/1.1" 200 12141 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:21 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-9dd/ HTTP/1.1" 200 12068 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:22 +0400] "GET /vegetarianskaya-dieta-ot-doktora-ornisha/ HTTP/1.1" 200 9570 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:22 +0400] "GET /kak-stat-xoroshej-zhenoj/ HTTP/1.1" 200 14414 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:23 +0400] "GET /belosnezhnaya-ulybka/ HTTP/1.1" 200 16651 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:24 +0400] "GET /ps_catalog/kupalnik-maaji-ms626/ HTTP/1.1" 200 12090 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:25 +0400] "GET /ps_catalog/kupalnik-paphia-t601/ HTTP/1.1" 200 11965 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:25 +0400] "GET /ps_catalog/plavki-gianfranco-ferre-beachwear-sld-21020/ HTTP/1.1" 200 12066 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:26 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08amz1-2/ HTTP/1.1" 200 12240 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:27 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2633-s09-2/ HTTP/1.1" 200 11954 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:28 +0400] "GET /sposoby-opredeleniya-beremennosti/ HTTP/1.1" 200 14182 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:29 +0400] "GET /ps_catalog/plavki-elizabeth-hurley-beach-hhbb-hothouse/ HTTP/1.1" 200 12042 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:30 +0400] "GET /ps_catalog/kupalnik-paphia-b114/ HTTP/1.1" 200 12130 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:31 +0400] "GET /shopping-v-oae/ HTTP/1.1" 200 14225 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:31 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-11502/ HTTP/1.1" 200 11760 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:32 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2613-s09/ HTTP/1.1" 200 11950 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:33 +0400] "GET /world-of-tanks/ HTTP/1.1" 200 13457 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:34 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-11501-3/ HTTP/1.1" 200 11754 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:34 +0400] "GET /ps_catalog/top-kupalnii-elizabeth-hurley-beach-eh5-june-2/ HTTP/1.1" 200 12089 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:36 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2607-s09/ HTTP/1.1" 200 12033 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:37 +0400] "GET /sekrety-kunilingusa-kak-sdelat-zhenshhinu-schastlivoj/ HTTP/1.1" 200 16658 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:38 +0400] "GET /kak-uznat-svoj-tip-kozhi/ HTTP/1.1" 200 15069 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:38 +0400] "GET /kak-vybrat-professionalnyj-fen/ HTTP/1.1" 200 14157 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:40 +0400] "GET /kak-krasivo-oformit-nogti/ HTTP/1.1" 200 13866 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:41 +0400] "GET /ps_catalog/plavki-gianfranco-ferre-beachwear-sld-21022/ HTTP/1.1" 200 12045 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:43 +0400] "GET /ps_catalog/kupalnik-miss-bikini-1104/ HTTP/1.1" 200 11970 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:44 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08amz1/ HTTP/1.1" 200 12247 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:46 +0400] "GET /page/15/ HTTP/1.1" 200 12200 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:48 +0400] "GET /vozdejstvie-shopinga-na-psixiku-pokupatelya/ HTTP/1.1" 200 12958 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:48 +0400] "GET /kak-vernut-formu-grudi-posle-rodov/ HTTP/1.1" 200 14596 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:50 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd41vtn3/ HTTP/1.1" 200 12154 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:51 +0400] "GET /kak-perekrasit-krasnye-volosy/ HTTP/1.1" 200 13659 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:52 +0400] "GET /ps_catalog/top-kupalnii-heidi-klein-bali-padded/ HTTP/1.1" 200 12128 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:55 +0400] "GET /braslet-die-blonde/ HTTP/1.1" 200 15309 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:56 +0400] "GET /pozdnie-rody/ HTTP/1.1" 200 13427 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:57 +0400] "GET /shopping-v-gonkonge/ HTTP/1.1" 200 13208 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:27:58 +0400] "GET /portmone-lacoste/ HTTP/1.1" 200 12065 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:00 +0400] "GET /massazh-dlya-grudi/ HTTP/1.1" 200 13266 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:01 +0400] "GET /kak-otpugnut-muzhchinu/ HTTP/1.1" 200 14475 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:02 +0400] "GET /kak-miritsya-posle-ssory/ HTTP/1.1" 200 12978 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:03 +0400] "GET /vygodnyj-shoping-%e2%80%93-obdumannye-pokupki/ HTTP/1.1" 200 12729 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:05 +0400] "GET /page/14/ HTTP/1.1" 200 12203 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:07 +0400] "GET /palto-incity/ HTTP/1.1" 200 12802 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:08 +0400] "GET /kak-ubrat-zhivot-posle-rodov/ HTTP/1.1" 200 13945 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:09 +0400] "GET /endever-ip-12/ HTTP/1.1" 200 12474 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:10 +0400] "GET /ps_catalog/top-kupalnii-elizabeth-hurley-beach-eh5-june-3/ HTTP/1.1" 200 12171 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:11 +0400] "GET /plyusy-i-minusy-v-narashhivanii-resnic/ HTTP/1.1" 200 17433 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:12 +0400] "GET /kak-sozdat-krepkuyu-semyu/ HTTP/1.1" 200 14221 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:13 +0400] "GET /pochemu-lyudi-razvodyatsya/ HTTP/1.1" 200 13974 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:13 +0400] "GET /ps_catalog/pareo-raffaela-daposangelo-prd11amz1-2/ HTTP/1.1" 200 12027 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:15 +0400] "GET /salat-caesar-kury-recept/ HTTP/1.1" 200 14278 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:15 +0400] "GET /kak-pravilno-nanosit-pudru/ HTTP/1.1" 200 14307 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:17 +0400] "GET /kak-nachat-sereznye-otnosheniya-s-devushkoj/comment-page-1/ HTTP/1.1" 200 14430 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:17 +0400] "GET /kak-perestat-rugatsya-s-muzhem/ HTTP/1.1" 200 14620 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:18 +0400] "GET /ps_catalog/kupalnik-paphia-p183/ HTTP/1.1" 200 12071 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:19 +0400] "GET /ps_catalog/top-kupalnii-true-religion-2su175-3/ HTTP/1.1" 200 12094 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:19 +0400] "GET /promokody-ekspediciya/ HTTP/1.1" 200 11478 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:21 +0400] "GET /ps_catalog/plavki-cotton-club-5lc-2/ HTTP/1.1" 200 12040 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:22 +0400] "GET /onlajn-igra-rift/ HTTP/1.1" 200 13793 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:25 +0400] "GET /ps_catalog/kupalnik-paphia-p401/ HTTP/1.1" 200 11897 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:26 +0400] "GET /kak-uvelichit-malenkie-glaza/ HTTP/1.1" 200 13714 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:28 +0400] "GET /ps_catalog/kupalnik-paphia-b112/ HTTP/1.1" 200 12116 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:29 +0400] "GET /ps_catalog/kupalnik-les-copains-beachwear-196659/ HTTP/1.1" 200 12045 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:30 +0400] "GET /chistka-lica/ HTTP/1.1" 200 16034 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:31 +0400] "GET /ploskij-zhivotik/ HTTP/1.1" 200 12945 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:33 +0400] "GET /ps_catalog/kupalnik-paphia-b113/ HTTP/1.1" 200 12102 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:34 +0400] "GET /sonnik-frejda/ HTTP/1.1" 200 15539 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:34 +0400] "GET /sonnik-xasse/ HTTP/1.1" 200 14953 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:35 +0400] "GET /ps_catalog/kupalnik-margherita-mazzei-je06-2/ HTTP/1.1" 200 12137 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:37 +0400] "GET /page/10/ HTTP/1.1" 200 12578 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:39 +0400] "GET /ps_catalog/kupalnik-paphia-p182/ HTTP/1.1" 200 12106 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:41 +0400] "GET /page/9/ HTTP/1.1" 200 12953 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:42 +0400] "GET /promokody-e5/ HTTP/1.1" 200 11465 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:43 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50052t1/ HTTP/1.1" 200 12006 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:45 +0400] "GET /ps_catalog/kupalnik-paphia-p402/ HTTP/1.1" 200 11977 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:45 +0400] "GET /ps_catalog/shorti-raffaela-daposangelo-shd01vtn3/ HTTP/1.1" 200 12169 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:46 +0400] "GET /ps_catalog/plavki-fendi-beachwear-fxx547/ HTTP/1.1" 200 12095 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:47 +0400] "GET /shoping-glazami-uchenyx/ HTTP/1.1" 200 13350 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:48 +0400] "GET /drakensang-online/ HTTP/1.1" 200 16478 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:49 +0400] "GET /sonnik-loffa/ HTTP/1.1" 200 15088 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:51 +0400] "GET /sonnik-nostradamusa/ HTTP/1.1" 200 15010 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:52 +0400] "GET /romantika-v-seme/ HTTP/1.1" 200 13484 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:28:56 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50422g1/ HTTP/1.1" 200 12014 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:02 +0400] "GET /kak-vybrat-kachestvennuyu-kosmetiku/ HTTP/1.1" 200 14429 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:07 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-11501-4/ HTTP/1.1" 200 11757 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:15 +0400] "GET /kak-vyjti-zamuzh/ HTTP/1.1" 200 14621 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:17 +0400] "GET /kak-uspokoit-serdcebienie/ HTTP/1.1" 200 16780 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:19 +0400] "GET /semejnye-tradicii-narodov-mira/ HTTP/1.1" 200 13780 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:21 +0400] "GET /ps_catalog/kupalnik-paphia-p181/ HTTP/1.1" 200 12111 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:23 +0400] "GET /kak-pravilno-prikrepit-nakladnye-volosy/ HTTP/1.1" 200 14083 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:24 +0400] "GET /igra-dark-age/ HTTP/1.1" 200 13379 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:25 +0400] "GET /sonnik-vangi/ HTTP/1.1" 200 15413 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:25 +0400] "GET /ps_catalog/top-kupalnii-true-religion-2su175/ HTTP/1.1" 200 12064 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:26 +0400] "GET /sonnik-menegetti/ HTTP/1.1" 200 14964 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:27 +0400] "GET /byustgalter-lascana/ HTTP/1.1" 200 17910 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:28 +0400] "GET /page/13/ HTTP/1.1" 200 12249 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:30 +0400] "GET /shopping-v-polshe/ HTTP/1.1" 200 13302 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:31 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50042g1/ HTTP/1.1" 200 12044 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:31 +0400] "GET /igra-tanki-online/ HTTP/1.1" 200 13875 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:18:29:32 +0400] "GET /shoping-polza-ili-vred/ HTTP/1.1" 200 12887 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:20:39 +0400] "GET /robots.txt HTTP/1.1" 200 223 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:20:39 +0400] "GET /pervaya-vstrecha/ HTTP/1.1" 200 13106 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:20:49 +0400] "GET /kak-nachat-sereznye-otnosheniya-s-devushkoj/ HTTP/1.1" 200 14551 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:20:56 +0400] "GET /ps_catalog/top-kupalnii-calvin-klein-underwear-53669y2/ HTTP/1.1" 200 12019 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:07 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-1137/ HTTP/1.1" 200 11771 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:18 +0400] "GET /ps_catalog/plavki-carine-gilson-ff2709-s10/ HTTP/1.1" 200 11965 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:22 +0400] "GET /ps_catalog/top-kupalnii-calvin-klein-underwear-53624y2/ HTTP/1.1" 200 12225 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:24 +0400] "GET /kompleks-uprazhnenij-na-fitbole/ HTTP/1.1" 200 18600 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:28 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2633-s09/ HTTP/1.1" 200 11985 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:31 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-8lf/ HTTP/1.1" 200 12123 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:36 +0400] "GET /ps_catalog/kupalnik-miss-bikini-1128/ HTTP/1.1" 200 11933 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:43 +0400] "GET /skolko-stoit-vypusknoj/ HTTP/1.1" 200 14696 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:21:54 +0400] "GET /xoroshaya-osanka/ HTTP/1.1" 200 13065 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:04 +0400] "GET /ps_catalog/kupalnik-paphia-o201/ HTTP/1.1" 200 12050 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:11 +0400] "GET /my-lands/ HTTP/1.1" 200 13584 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:17 +0400] "GET /kupit-zelenyj-kofe-s-imbirem/ HTTP/1.1" 200 13620 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:23 +0400] "GET /ps_catalog/kupalnik-marc-amp-andre-l1239-102/ HTTP/1.1" 200 12174 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:29 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-0w5c/ HTTP/1.1" 200 12041 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:33 +0400] "GET /razdor/ HTTP/1.1" 200 13612 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:38 +0400] "GET /might-magic-duel-of-champions/ HTTP/1.1" 200 13828 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:22:49 +0400] "GET /puxovik-guess-by-marciano/ HTTP/1.1" 200 12346 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:03 +0400] "GET /akcii-i-skidki-internet-magazinov/ HTTP/1.1" 200 9578 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:07 +0400] "GET /ps_catalog/top-kupalnii-imec-58157-1d1v/ HTTP/1.1" 200 11986 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:12 +0400] "GET /ps_catalog/top-kupalnii-imec-58157-0w5s/ HTTP/1.1" 200 11992 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:15 +0400] "GET /ps_catalog/kupalnik-cotton-club-5fl/ HTTP/1.1" 200 12077 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:23 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50652g1/ HTTP/1.1" 200 11998 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:33 +0400] "GET /plate-joe-browns/ HTTP/1.1" 200 13612 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:40 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-0w5b/ HTTP/1.1" 200 11882 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:45 +0400] "GET /ps_catalog/kupalnik-marc-amp-andre-l1209-702/ HTTP/1.1" 200 12140 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:23:56 +0400] "GET /effektivnye-maski-dlya-lica/ HTTP/1.1" 200 13668 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:00 +0400] "GET /ps_catalog/kupalnik-les-copains-beachwear-196660-2/ HTTP/1.1" 200 12010 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:07 +0400] "GET /ps_catalog/kupalnik-les-copains-beachwear-196660/ HTTP/1.1" 200 11985 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:17 +0400] "GET /shopping-v-xelsinki/ HTTP/1.1" 200 13297 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:20 +0400] "GET /page/18/ HTTP/1.1" 200 12559 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:22 +0400] "GET /ps_catalog/kupalnik-marc-amp-andre-l1233-502/ HTTP/1.1" 200 12161 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:26 +0400] "GET /ps_catalog/plavki-heidi-klein-lille-u-bar/ HTTP/1.1" 200 12042 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:36 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50222t1/ HTTP/1.1" 200 12093 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:42 +0400] "GET /page/3/ HTTP/1.1" 200 13250 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:43 +0400] "GET /ps_catalog/plavki-cotton-club-5lc/ HTTP/1.1" 200 11994 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:44 +0400] "GET /ps_catalog/kupalnik-margherita-mazzei-je06/ HTTP/1.1" 200 12141 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:45 +0400] "GET /uxazhivaem-za-gubami-kak-uxazhivat-za-gubami/ HTTP/1.1" 200 13656 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:46 +0400] "GET /kak-proverit-podlinnost-tualetnoj-vody/ HTTP/1.1" 200 14110 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:48 +0400] "GET /metody-planirovaniya-pola-rebenka/ HTTP/1.1" 200 16893 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:49 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50082t1/ HTTP/1.1" 200 12065 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:50 +0400] "GET /ps_catalog/kupalnik-paphia-o202/ HTTP/1.1" 200 12080 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:51 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2607-s09-2/ HTTP/1.1" 200 11934 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:52 +0400] "GET /voda-dlya-krasoty-i-zdorovya/ HTTP/1.1" 200 14628 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:53 +0400] "GET /ps_catalog/kupalnik-cesare-paciotti-underwear-amp-beachwear-m12bk05gr/ HTTP/1.1" 200 12140 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:55 +0400] "GET /kak-uzhitsya-so-svekrovyu/ HTTP/1.1" 200 14779 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:56 +0400] "GET /ploskij-zhivotik-za-30-dnej/ HTTP/1.1" 200 16778 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:24:59 +0400] "GET /kedy-lacoste/ HTTP/1.1" 200 12048 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:00 +0400] "GET /ps_catalog/kupalnik-margherita-mazzei-ap07/ HTTP/1.1" 200 12154 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:01 +0400] "GET /kak-perezhit-razryv/ HTTP/1.1" 200 14132 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:02 +0400] "GET /modnye-tendencii-dlya-sozdaniya-muzhskoj-kurtki-2013/ HTTP/1.1" 200 13960 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:03 +0400] "GET /strojnaya-figura-s-dietoj-ot-aktrisy-nikol-kidman/ HTTP/1.1" 200 10532 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:04 +0400] "GET /plate-bebe/ HTTP/1.1" 200 13748 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:05 +0400] "GET /lyubitelyam-shopinga/ HTTP/1.1" 200 12682 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:06 +0400] "GET /kak-promyt-glaza-chaem/ HTTP/1.1" 200 16512 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:08 +0400] "GET /king-of-kings-3/ HTTP/1.1" 200 13674 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:10 +0400] "GET /ustrojstvo-dlya-rasslableniya-mozga/ HTTP/1.1" 200 12880 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:11 +0400] "GET /tvoj-lichnyj-onlajn-goroskop/ HTTP/1.1" 200 14318 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:11 +0400] "GET /kak-delat-depilyaciyu/ HTTP/1.1" 200 13750 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:12 +0400] "GET /kak-sekonomit-na-mode/ HTTP/1.1" 200 12866 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:15 +0400] "GET /kupit-zelenyj-kofe-dlya-poxudeniya/ HTTP/1.1" 200 13487 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:21 +0400] "GET /page/2/ HTTP/1.1" 200 12972 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:23 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-8lf-2/ HTTP/1.1" 200 12117 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:25 +0400] "GET /100-luchshix-serialov/ HTTP/1.1" 200 18771 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:29 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-8ld/ HTTP/1.1" 200 12086 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:31 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-0r6c/ HTTP/1.1" 200 12040 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:34 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-3lm/ HTTP/1.1" 200 12090 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:36 +0400] "GET /krasivye-pricheski-na-dlinnye-volosy/ HTTP/1.1" 200 13944 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:39 +0400] "GET /grand-prix-racing-online/ HTTP/1.1" 200 13298 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:41 +0400] "GET /ps_catalog/kupalnik-paphia-o203/ HTTP/1.1" 200 12161 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:42 +0400] "GET /oformit-kreditnuyu-kartu-onlajn/ HTTP/1.1" 200 17684 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:43 +0400] "GET /vzyat-kredit-onlajn/ HTTP/1.1" 200 20838 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:44 +0400] "GET /sonnik-cvetkova/ HTTP/1.1" 200 13310 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:45 +0400] "GET /kak-nanosit-krasku/ HTTP/1.1" 200 13976 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:47 +0400] "GET /lovis-rybka/ HTTP/1.1" 200 13102 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:48 +0400] "GET /massazh-pri-pomoshhi-yablok-dlya-sozdaniya-idealnoj-kozhi/ HTTP/1.1" 200 13894 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:49 +0400] "GET /page/7/ HTTP/1.1" 200 13578 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:51 +0400] "GET /sarafan-baon/ HTTP/1.1" 200 12321 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:54 +0400] "GET /ps_catalog/kupalnik-marc-amp-andre-l1228-702/ HTTP/1.1" 200 12239 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:25:58 +0400] "GET /kak-zamaskirovat-shram/ HTTP/1.1" 200 14843 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:03 +0400] "GET /ps_catalog/top-kupalnii-imec-58157-0w5b/ HTTP/1.1" 200 11991 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:06 +0400] "GET /karta-sajta/ HTTP/1.1" 200 50779 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:11 +0400] "GET /kakim-dolzhen-byt-fotograf-na-svadbu/ HTTP/1.1" 200 13470 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:14 +0400] "GET /osobennosti-shopinga/ HTTP/1.1" 200 12816 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:16 +0400] "GET /romanticheskij-uzhin-doma/ HTTP/1.1" 200 14658 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:18 +0400] "GET /ps_catalog/plavki-cotton-club-6lf/ HTTP/1.1" 200 12131 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:19 +0400] "GET /ps_catalog/plavki-true-religion-2su176/ HTTP/1.1" 200 12094 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:20 +0400] "GET /ps_catalog/plavki-elizabeth-hurley-beach-slbb-sea/ HTTP/1.1" 200 12125 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:21 +0400] "GET /ps_catalog/kupalnik-cotton-club-4cp/ HTTP/1.1" 200 12176 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:22 +0400] "GET /kak-razzhech-strast/ HTTP/1.1" 200 14413 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:23 +0400] "GET /krasivyj-zagar-pravila-priema-solnechnyx-vann/ HTTP/1.1" 200 16483 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:24 +0400] "GET /krasivye-i-zdorovye-volosy/ HTTP/1.1" 200 16155 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:25 +0400] "GET /uxod-za-dlinnymi-volosami/ HTTP/1.1" 200 15622 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:27 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50162t1/ HTTP/1.1" 200 11933 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:30 +0400] "GET /ps_catalog/mom2mom-1138/ HTTP/1.1" 200 11787 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:32 +0400] "GET /dieta-s-ananasom/ HTTP/1.1" 200 10403 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:35 +0400] "GET /plate-pois/ HTTP/1.1" 200 16466 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:38 +0400] "GET /priznanie-brachnogo-dogovora-nedejstvitelnym/ HTTP/1.1" 200 13005 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:41 +0400] "GET /igra-ostrova/ HTTP/1.1" 200 13587 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:44 +0400] "GET /shopping-v-londone/ HTTP/1.1" 200 13361 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:47 +0400] "GET /ps_catalog/kupalnik-agua-bendita-af50352t1/ HTTP/1.1" 200 12124 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:48 +0400] "GET /persikovoe-maslo-dlya-kozhi/ HTTP/1.1" 200 13545 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:49 +0400] "GET /page/6/ HTTP/1.1" 200 13061 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:50 +0400] "GET /uprazhneniya-dlya-krasivoj-shei/ HTTP/1.1" 200 12992 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:52 +0400] "GET /ps_catalog/top-kupalnii-gianfranco-ferre-beachwear-rgd-22010/ HTTP/1.1" 200 12189 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:54 +0400] "GET /ps_catalog/plavki-heidi-klein-lille-fold-over/ HTTP/1.1" 200 12027 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:55 +0400] "GET /dieta-dietologa-dyukana/ HTTP/1.1" 200 9571 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:56 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-7ld/ HTTP/1.1" 200 12096 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:57 +0400] "GET /onlajn-igra-war-thunder/ HTTP/1.1" 200 12805 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:58 +0400] "GET /principy-grudnogo-vskarmlivaniya/ HTTP/1.1" 200 13509 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:26:59 +0400] "GET /ps_catalog/plavki-true-religion-2su176-2/ HTTP/1.1" 200 12157 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:00 +0400] "GET /kak-povysit-seksualnoe-zhelanie/ HTTP/1.1" 200 15619 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:06 +0400] "GET /ps_catalog/top-kupalnii-elizabeth-hurley-beach-eh5-june/ HTTP/1.1" 200 12134 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:09 +0400] "GET /ps_catalog/plavki-cotton-club-6lf-3/ HTTP/1.1" 200 12277 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:16 +0400] "GET /zhenskij-sonnik/ HTTP/1.1" 200 12928 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:18 +0400] "GET /ps_catalog/plavki-true-religion-2su176-3/ HTTP/1.1" 200 12070 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:21 +0400] "GET /metodika-25-j-kadr-strojnoe-telo/ HTTP/1.1" 200 20405 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:26 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-0r6d/ HTTP/1.1" 200 11892 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:30 +0400] "GET /kak-uxazhivat-za-gubami/ HTTP/1.1" 200 13673 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:32 +0400] "GET /ps_catalog/plavki-cotton-club-6lf-2/ HTTP/1.1" 200 12113 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:35 +0400] "GET /ps_catalog/top-kupalnii-imec-58159-1d1c/ HTTP/1.1" 200 11971 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:36 +0400] "GET /kak-izmenit-cvet-glaz/ HTTP/1.1" 200 13540 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:38 +0400] "GET /o-womens22/ HTTP/1.1" 200 10543 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:39 +0400] "GET / HTTP/1.1" 200 12815 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:41 +0400] "GET /shopping-v-tajlande/ HTTP/1.1" 200 13338 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:42 +0400] "GET /kak-najti-svoyu-dietu/ HTTP/1.1" 200 14921 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:43 +0400] "GET /francuzskaya-dieta/ HTTP/1.1" 200 10424 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:44 +0400] "GET /dvustoronnee-bikini/ HTTP/1.1" 200 12341 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:45 +0400] "GET /vypryamlenie-volos-v-domashnix-usloviyax/ HTTP/1.1" 200 18489 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:46 +0400] "GET /kak-preodolet-stress/ HTTP/1.1" 200 14111 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:47 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08vtn3/ HTTP/1.1" 200 12223 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:48 +0400] "GET /dieta-inny-volovichevoj/ HTTP/1.1" 200 9572 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:49 +0400] "GET /kak-podderzhat-muzhchinu/ HTTP/1.1" 200 13383 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:50 +0400] "GET /page/16/ HTTP/1.1" 200 12273 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:51 +0400] "GET /reklamnye-ulovki-ostorozhnee-v-magazine/ HTTP/1.1" 200 12899 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:52 +0400] "GET /ps_catalog/top-kupalnii-taka-11sksw911/ HTTP/1.1" 200 12087 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:54 +0400] "GET /igra-blood-and-soul/ HTTP/1.1" 200 14296 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:56 +0400] "GET /interesnye-fakty-o-shoppinge/ HTTP/1.1" 200 12828 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:57 +0400] "GET /shopping-v-turcii/ HTTP/1.1" 200 13596 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:58 +0400] "GET /ps_catalog/plavki-heidi-klein-laguna-u-bar/ HTTP/1.1" 200 12189 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:27:59 +0400] "GET /ps_catalog/pareo-raffaela-daposangelo-prd11amz1/ HTTP/1.1" 200 12034 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:00 +0400] "GET /ps_catalog/top-kupalnii-dampg-dolce-amp-gabbana-m91210-omo61/ HTTP/1.1" 200 12151 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:01 +0400] "GET /ps_catalog/top-kupalnii-cotton-club-9dd/ HTTP/1.1" 200 12106 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:02 +0400] "GET /vegetarianskaya-dieta-ot-doktora-ornisha/ HTTP/1.1" 200 9585 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:02 +0400] "GET /kak-stat-xoroshej-zhenoj/ HTTP/1.1" 200 14477 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:04 +0400] "GET /belosnezhnaya-ulybka/ HTTP/1.1" 200 16621 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:04 +0400] "GET /ps_catalog/kupalnik-maaji-ms626/ HTTP/1.1" 200 12091 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:06 +0400] "GET /ps_catalog/kupalnik-paphia-t601/ HTTP/1.1" 200 11954 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:07 +0400] "GET /ps_catalog/plavki-gianfranco-ferre-beachwear-sld-21020/ HTTP/1.1" 200 12035 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:09 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08amz1-2/ HTTP/1.1" 200 12267 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:09 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2633-s09-2/ HTTP/1.1" 200 11967 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:10 +0400] "GET /sposoby-opredeleniya-beremennosti/ HTTP/1.1" 200 14171 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:11 +0400] "GET /ps_catalog/plavki-elizabeth-hurley-beach-hhbb-hothouse/ HTTP/1.1" 200 12022 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:12 +0400] "GET /ps_catalog/kupalnik-paphia-b114/ HTTP/1.1" 200 12166 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:13 +0400] "GET /shopping-v-oae/ HTTP/1.1" 200 14249 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:13 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-11502/ HTTP/1.1" 200 11766 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:14 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2613-s09/ HTTP/1.1" 200 11983 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:16 +0400] "GET /world-of-tanks/ HTTP/1.1" 200 13461 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:17 +0400] "GET /ps_catalog/bluza-dlya-beremennih-mom2mom-11501-3/ HTTP/1.1" 200 11773 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:19 +0400] "GET /ps_catalog/top-kupalnii-elizabeth-hurley-beach-eh5-june-2/ HTTP/1.1" 200 12081 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:22 +0400] "GET /ps_catalog/top-kupalnii-carine-gilson-sw2607-s09/ HTTP/1.1" 200 11992 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:26 +0400] "GET /sekrety-kunilingusa-kak-sdelat-zhenshhinu-schastlivoj/ HTTP/1.1" 200 16771 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:28 +0400] "GET /kak-uznat-svoj-tip-kozhi/ HTTP/1.1" 200 15160 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:30 +0400] "GET /kak-vybrat-professionalnyj-fen/ HTTP/1.1" 200 14165 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:32 +0400] "GET /kak-krasivo-oformit-nogti/ HTTP/1.1" 200 13885 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:34 +0400] "GET /ps_catalog/plavki-gianfranco-ferre-beachwear-sld-21022/ HTTP/1.1" 200 12094 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:35 +0400] "GET /ps_catalog/kupalnik-miss-bikini-1104/ HTTP/1.1" 200 11959 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:36 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd08amz1/ HTTP/1.1" 200 12307 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:37 +0400] "GET /page/15/ HTTP/1.1" 200 12253 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:39 +0400] "GET /vozdejstvie-shopinga-na-psixiku-pokupatelya/ HTTP/1.1" 200 12998 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:40 +0400] "GET /kak-vernut-formu-grudi-posle-rodov/ HTTP/1.1" 200 14687 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:41 +0400] "GET /ps_catalog/kupalnik-raffaela-daposangelo-rgd41vtn3/ HTTP/1.1" 200 12162 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:42 +0400] "GET /kak-perekrasit-krasnye-volosy/ HTTP/1.1" 200 13649 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:43 +0400] "GET /ps_catalog/top-kupalnii-heidi-klein-bali-padded/ HTTP/1.1" 200 12179 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:44 +0400] "GET /braslet-die-blonde/ HTTP/1.1" 200 15346 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:46 +0400] "GET /pozdnie-rody/ HTTP/1.1" 200 13412 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:47 +0400] "GET /shopping-v-gonkonge/ HTTP/1.1" 200 13255 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"
193.232.121.220 - - [23/Feb/2014:20:28:48 +0400] "GET /portmone-lacoste/ HTTP/1.1" 200 12029 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)"


Доступ закрыл в .htaccess

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson