Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 583 Ответов
  • 277723 Просмотров
*

jefex

  • Новичок
  • 1
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #330 : 03.05.2014, 16:54:59 »
После обновления Joomla белый экран на сайте и в админке.


Notice: Constant _JEXEC already defined in /home/u657628568/public_html/index.php on line 21

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/u657628568/public_html/index.php:21) in /home/u657628568/public_html/libraries/joomla/session/session.php on line 658

Notice: Use of undefined constant DS - assumed 'DS' in /home/u657628568/public_html/plugins/system/jxtcxmenu/jxtcxmenu.php on line 44

Notice: Use of undefined constant DS - assumed 'DS' in /home/u657628568/public_html/plugins/system/jxtcxmenu/jxtcxmenu.php on line 44

Notice: Use of undefined constant DS - assumed 'DS' in /home/u657628568/public_html/plugins/system/jxtcxmenu/jxtcxmenu.php on line 44

Notice: Use of undefined constant DS - assumed 'DS' in /home/u657628568/public_html/plugins/system/jxtcxmenu/jxtcxmenu.php on line 44

Fatal error: Call to a member function isAdmin() on a non-object in /home/u657628568/public_html/plugins/system/remember/remember.php on line 42
*

Jokerrs

  • Захожу иногда
  • 94
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #331 : 26.05.2014, 14:42:12 »
Проще  попросить бэкап на хостинге, чем заниматься такой фигней.
*

Fedor Vlasenko

  • Живу я здесь
  • 3845
  • 733 / 7
  • https://fedor-vlasenko.web.app
Re: Читать всем у кого белый экран!
« Ответ #332 : 26.05.2014, 19:05:52 »
jefex залейте поверх дистрибутив Joomla кроме папки Instaliation
Не забудьте перед этим сделать бекап файлов
*

Tapi1945

  • Новичок
  • 6
  • 0 / 0
Тоже заимел белый экран домен
« Ответ #333 : 05.06.2014, 13:30:55 »
Тоже заимел белый экран домен
вот ошибка
Notice: Constant _JEXEC already defined in /var/www/archiplastica/archiplastica.com/index.php on line 55
*

AlekVolsk

  • Гуру
  • 6915
  • 415 / 4
Re: Читать всем у кого белый экран!
« Ответ #334 : 05.06.2014, 13:36:59 »
Notice - это не ошибка, а замечание, уберите _JEXEC из 55 строки указанного файла - дубляж. Если имеет место быть белый экран - то явно не из-за этого.
*

Tapi1945

  • Новичок
  • 6
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #335 : 05.06.2014, 14:01:36 »
Notice - это не ошибка, а замечание, уберите _JEXEC из 55 строки указанного файла - дубляж. Если имеет место быть белый экран - то явно не из-за этого.

Вот новое сообщение. после вставки кода в index.php
ini_set('display_errors',1);
error_reporting(E_ALL);
define('_JEXEC', 1);

-----------------------------------
вот что выдает

Notice: Constant _JEXEC already defined in /var/www/archiplastica/archiplastica.com/index.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/archiplastica/archiplastica.com/index.php:14) in /var/www/archiplastica/archiplastica.com/libraries/joomla/session/session.php on line 532

Warning: Cannot modify header information - headers already sent by (output started at /var/www/archiplastica/archiplastica.com/index.php:14) in /var/www/archiplastica/archiplastica.com/plugins/system/languagefilter/languagefilter.php on line 87
*

passer

  • Завсегдатай
  • 1013
  • 75 / 3
Re: Читать всем у кого белый экран!
« Ответ #336 : 05.06.2014, 14:50:15 »
Ну сделай так
Код: php
defined('_JEXEC') or define('_JEXEC', 1);
*

Tapi1945

  • Новичок
  • 6
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #337 : 05.06.2014, 15:25:30 »
Ну сделай так
Код: php
defined('_JEXEC') or define('_JEXEC', 1);
туго все и бекапа уже не найти (
я так и не понял это что разве не лог ошибки был?


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/archiplastica/archiplastica.com/index.php:14) in /var/www/archiplastica/archiplastica.com/libraries/joomla/session/session.php on line 532

Warning: Cannot modify header information - headers already sent by (output started at /var/www/archiplastica/archiplastica.com/index.php:14) in /var/www/archiplastica/archiplastica.com/plugins/system/languagefilter/languagefilter.php on line 87
*

passer

  • Завсегдатай
  • 1013
  • 75 / 3
Re: Читать всем у кого белый экран!
« Ответ #338 : 05.06.2014, 16:01:20 »
Ищи Fatal error. Всякие Notice и Warning не катят.
*

Tapi1945

  • Новичок
  • 6
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #339 : 05.06.2014, 17:10:43 »
Ищи Fatal error. Всякие Notice и Warning не катят.
в админку доступ получил путем
комментирования одной строки № 671 в файле, который находится по адресу: корень сайта/libraries/joomla/html/html/behavior.php. Строка выглядит так: $document->addStyleDeclaration('html { display:none }');.

но увы кнопки сохранить и закрыть в материалах не активны.
*

passer

  • Завсегдатай
  • 1013
  • 75 / 3
Re: Читать всем у кого белый экран!
« Ответ #340 : 05.06.2014, 19:40:50 »
$document->addStyleDeclaration('html { display:none }');
 :laugh:
Вирус у вас. Или пошутил кто-то.
*

germes-811

  • Новичок
  • 3
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #341 : 15.06.2014, 15:24:14 »
Помогите мне тоже пожалуйста устранить ошибки
1.Undefined property: VirtueMartViewVirtueMart::$product in
2.Trying to get property of non-object in
код:
<!-- <label for="quantity<?php echo $this->product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label> -->


Ошибки указывает на 2 файла, на сайте появляется белый экран, загружается только после нажатия обновить.
Что не так здесь?
*

passer

  • Завсегдатай
  • 1013
  • 75 / 3
Re: Читать всем у кого белый экран!
« Ответ #342 : 15.06.2014, 16:13:57 »
Если все равно HTML за комментирован, сделайте так
<!-- <label for="quantity<?php //echo $this->product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label> -->
*

germes-811

  • Новичок
  • 3
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #343 : 15.06.2014, 18:01:44 »
Если все равно HTML за комментирован, сделайте так
<!-- <label for="quantity<?php //echo $this->product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label> -->
Не помагает( все строку комментировала, не помогает...
*

draff

  • Гуру
  • 5803
  • 434 / 7
  • ищу работу
Re: Читать всем у кого белый экран!
« Ответ #344 : 15.06.2014, 18:13:29 »
Помогите мне тоже пожалуйста устранить ошибки
1.Undefined property: VirtueMartViewVirtueMart::$product in
2.Trying to get property of non-object in
код:
<!-- <label for="quantity<?php echo $this->product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label> -->

Удали вообще эту строку .Или так
Код
<!-- <label for="quantity<?php echo $product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label> -->
*

passer

  • Завсегдатай
  • 1013
  • 75 / 3
Re: Читать всем у кого белый экран!
« Ответ #345 : 15.06.2014, 21:42:04 »
6. КОПИРУЙТЕ сообщение об ошибке в свой пост, и КОПИРУЙТЕ небольшой - 3-5 строк - кусок кода, на который указывает ошибка. Повторяю - КОПИРУЙТЕ! никакой отсебятины!
Пока не будет ошибки целиком, а не каких-то огрызков, гадать не стоит.
*

had

  • Осваиваюсь на форуме
  • 26
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #346 : 01.07.2014, 21:19:10 »
Помогите!

Хостер проводил "миграцию" на новое оборудование.

После этого сайт работает как обычно. Но: невозможно залогиниться (белый экран). Логин на сайт совмещен с входом на форум (Кунена).
То же самое при входе в админ-панель.

У других (моих) сайтов а том же хостинге такой проблемы нет. Но там нет и форума..
« Последнее редактирование: 01.07.2014, 21:36:55 от had »
*

had

  • Осваиваюсь на форуме
  • 26
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #347 : 01.07.2014, 23:40:21 »
Цитировать
[Tue Jul 01 20:20:12 2014] [error] [client 190.116.20.46] ModSecurity: Access denied with code 403 (phase 2). Pattern match "/images/stories/.+\\\\.php" at REQUEST_URI. [file "/etc/apache2/modsec2/50_asl_rootkits.conf"] [line "70"] [id "318812"] [rev "1"] [msg "Atomicorp.com WAF Rules: Possible Attempt to Access unauthorized shell or exploit in Joomla images directory"] [data "/images/stories/3xp.php"] [severity "CRITICAL"] [hostname "novoe.de"] [uri "/images/stories/3xp.php"] [unique_id "U7L73E6KWagAADS2q-4AAABd"] [Tue Jul 01 20:20:12 2014] [error] [client 190.116.20.46] ModSecurity: Access denied with code 403 (phase 2). Pattern match "/images/stories/.+\\\\.php" at REQUEST_URI. [file "/etc/apache2/modsec2/50_asl_rootkits.conf"] [line "70"] [id "318812"] [rev "1"] [msg "Atomicorp.com WAF Rules: Possible Attempt to Access unauthorized shell or exploit in Joomla images directory"] [data "/images/stories/food.php"] [severity "CRITICAL"] [hostname "novoe.de"] [uri "/images/stories/food.php"] [unique_id "U7L73E6KWagAADSUZMEAAABK"] [Tue Jul 01 20:20:13 2014] [error] [client 190.116.20.46] ModSecurity: Access denied with code 403 (phase 2). Match of "eq 0" against "REQBODY_ERROR" required. [file "/etc/apache2/modsec2/00_asl_z_antievasion.conf"] [line "36"] [id "330791"] [msg "Failed to parse request body. This may be an impedence mismatch attack, a broken application or a broken connection. This is not a false positive. Check your application or client for errors."] [data "Multipart parsing error: Multipart: Final boundary missing."] [severity "CRITICAL"] [tag "no_ar"] [hostname "novoe.de"] [uri "/index.php"] [unique_id "U7L73U6KWagAADYSP94AAAA6"] [Tue Jul 01 20:20:21 2014] [error] [client 190.116.20.46] File does not exist: /var/www/web467/html/moistraubing.de/images/stories/petx.gif
*

mina77

  • Новичок
  • 7
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #348 : 02.07.2014, 11:10:05 »
Доброго времени суток! А что это значит и белый экран
[Wed Jul 02 05:25:48 2014] [error] [client 66.249.78.4] File does not exist: /hosting/b9-19297/data/www/wedluxe.com.ua/images/Wedding2.jpg
[Wed Jul 02 05:25:50 2014] [error] [client 66.249.78.67] File does not exist: /hosting/b9-19297/data/www/wedluxe.com.ua/images/Alex-birthday/childe_00002.jpg
[Wed Jul 02 09:12:05 2014] [warn] [client 5.255.253.14] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131
[Wed Jul 02 09:12:45 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131, referer: http://wedluxe.com.ua/blog.html
[Wed Jul 02 09:12:46 2014] [warn] [client 66.249.78.67] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131
[Wed Jul 02 09:13:03 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131, referer: http://wedluxe.com.ua/blog.html
[Wed Jul 02 09:13:53 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131
[Wed Jul 02 09:14:14 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected '<' in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1131
[Wed Jul 02 09:19:29 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:19:36 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:19:37 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:20:12 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:21:19 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:21:48 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:21:58 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:22:10 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:26:04 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:33:30 2014] [warn] [client 66.249.78.4] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:36:01 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:37:16 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 09:46:53 2014] [warn] [client 207.46.13.125] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:46:59 2014] [warn] [client 66.249.78.4] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 09:54:09 2014] [warn] [client 46.202.205.215] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://wedluxe.com.ua/kontakty/tp=1.html
[Wed Jul 02 10:02:01 2014] [warn] [client 66.249.78.60] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 10:09:55 2014] [warn] [client 89.185.31.247] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=372.Mx08uSimR6fB48gOLkIigsinJSU8QVX-mWGO4oVTv4eAcDrE6wM1fvAEk32vL7rfVJVwptb0zgcm1zeC9cR89hZ8u8XXYUCa_pcadDKtz8hJ-scP2qbZiN6Tp1YXEvpHgYZA6q92xwDgU732IkPU8SF5T5ScwKyd4lF-Eu9iKIn6lWDiJTYu7d_27Zez4sJrOMthIi3UoL8_klLfKfo2wpfLg5m3q5f47TvF8AonQWgkKF0tHCfR4LTSgzqWoTkTmTQJKaXEHjDAn0vfuFpG1R8v5JZmiDZsNZ04-roWGuZh4rQNxBAbLn9Bk-ntN_-Ak7jSIoZSt3_7SmoTfM0vRQ.c429aed9b79e5c9918c96dee09df9ef1298ae08b&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW99KUdgowt9XsMCv5TMMN9UTQSQbnFqxRfy1qNK6_no62IQhifUSWYiSyI-r_MfFeY-UWLGGhcco6zTBQwoYwXNlQ7AA6jrzKfjz7alEt4XForT9Og5dEnWsSJ0LzfYwIHDSQM50SvjZpkslYbBVti9BZHn95smrcHcMOCtmTUEQG4y6DoApzMEVd6Qhv2PYCMKDQu7R9SQ6nFuh-N3zzhfsFxAm86uYAwsVsswhsF9iHFBnb5MftfojVWXnOIT_76&data=UlNrNmk5WktYejR0eWJFYk1LdmtxakpicnIzQnZGNGp2a0xRVTA3N3FVRnVoSW1QSy1MOHkwRlNXOUJDLTVQcXU4eEFfaXBQSFJGclZXQ0FnaVpwa2JSWWNNbEJENDNBb1JPYnh1ZDhpejNmY1ZDa3hFLVJXdw&b64e=2&sign=c11764a345fa424e3022ab4fd88f25bf&keyno=0&l10n=ru
[Wed Jul 02 10:09:55 2014] [error] [client 89.185.31.247] File does not exist: /hosting/b9-19297/data/www/wedluxe.com.ua/favicon.ico
[Wed Jul 02 10:10:55 2014] [warn] [client 66.249.78.67] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 10:11:28 2014] [warn] [client 66.249.78.4] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722
[Wed Jul 02 10:13:32 2014] [warn] [client 89.185.31.247] mod_fcgid: stderr: PHP Parse error:  syntax error, unexpected $end, expecting T_FUNCTION in /hosting/b9-19297/data/www/wedluxe.com.ua/components/com_k2/models/item.php on line 1722, referer: http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=372.Mx08uSimR6fB48gOLkIigsinJSU8QVX-mWGO4oVTv4eAcDrE6wM1fvAEk32vL7rfVJVwptb0zgcm1zeC9cR89hZ8u8XXYUCa_pcadDKtz8hJ-scP2qbZiN6Tp1YXEvpHgYZA6q92xwDgU732IkPU8SF5T5ScwKyd4lF-Eu9iKIn6lWDiJTYu7d_27Zez4sJrOMthIi3UoL8_klLfKfo2wpfLg5m3q5f47TvF8AonQWgkKF0tHCfR4LTSgzqWoTkTmTQJKaXEHjDAn0vfuFpG1R8v5JZmiDZsNZ04-roWGuZh4rQNxBAbLn9Bk-ntN_-Ak7jSIoZSt3_7SmoTfM0vRQ.c429aed9b79e5c9918c96dee09df9ef1298ae08b&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW99KUdgowt9XsMCv5TMMN9UTQSQbnFqxRfy1qNK6_no62IQhifUSWYiSyI-r_MfFeY-UWLGGhcco6zTBQwoYwXNlQ7AA6jrzKfjz7alEt4XForT9Og5dEnWsSJ0LzfYwIHDSQM50SvjZpkslYbBVti9BZHn95smrcHcMOCtmTUEQG4y6DoApzMEVd6Qhv2PYCMKDQu7R9SQ6nFuh-N3zzhfsFxAm86uYAwsVsswhsF9iHFBnb5MftfojVWXnOIT_76&data=UlNrNmk5WktYejR0eWJFYk1LdmtxakpicnIzQnZGNGp2a0xRVTA3N3FVRnVoSW1QSy1MOHkwRlNXOUJDLTVQcXU4eEFfaXBQSFJGclZXQ0FnaVpwa2JSWWNNbEJENDNBb1JPYnh1ZDhpejNmY1ZDa3hFLVJXdw&b64e=2&sign=c11764a345fa424e3022ab4fd88f25bf&keyno=0&l10n=ru
*

draff

  • Гуру
  • 5803
  • 434 / 7
  • ищу работу
Re: Читать всем у кого белый экран!
« Ответ #349 : 02.07.2014, 11:32:14 »

Чисти сайт от вирусов/шелл
Хостинг отказывает в доступе,ModSecurity: Access denied with code 403,  к файлам PHP в папке с картинками /images/stories
*

Katran

  • Захожу иногда
  • 53
  • 2 / 0
Re: Читать всем у кого белый экран!
« Ответ #350 : 03.07.2014, 13:11:29 »
Как то мне скинули бекап сайта инет-магазина для его дальнейшей модификации. Joomla 1.5 Денвер PHP 5.2, вроде все нормально, но при установке у себя на компе вместо сайта появился белый экран, хотя админка сайта открывалась и работала нормально. Причиной оказался роутер (файл router.php) находящийся в \components\com_virtuemart Его временное удаление или переименование решило проблему.
 
*

germes-811

  • Новичок
  • 3
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #351 : 08.07.2014, 14:18:41 »
Помогите пожалуйста решить проблему с белым экраном, никак не могу разобраться ((
*

PresliLVS

  • Новичок
  • 4
  • 0 / 1
Re: Читать всем у кого белый экран!
« Ответ #352 : 09.07.2014, 12:18:53 »
Друзья помогите пожалуйста. К сайту привязано 2 домена и хостер создает 2 error-лога:

[Wed Jul 09 00:41:42 2014] [error] [client 188.234.48.15] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.paverst.ru%2Fup%2Fphotos%2Falbum%2Fsrub_doma%2Fthumb_45.jpg&uinfo=sw-1280-sh-1024-ww-1255-wh-886-pd-1-wp-5x4_1280x1024&_=1404852179476&p=95&text=%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D1%8C%D0%B5%D1%80%D1%8B%20%D0%B1%D1%80%D1%83%D1%81%D0%BE%D0%B2%D1%8B%D1%85%20%D0%B4%D0%BE%D0%BC%D0%BE%D0%B2&noreask=1&pos=2874&rpt=simage&lr=43&pin=1
[Wed Jul 09 00:41:42 2014] [error] [client 188.234.48.15] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.paverst.ru%2Fup%2Fphotos%2Falbum%2Fsrub_doma%2Fthumb_45.jpg&uinfo=sw-1280-sh-1024-ww-1255-wh-886-pd-1-wp-5x4_1280x1024&_=1404852179476&p=95&text=%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D1%8C%D0%B5%D1%80%D1%8B%20%D0%B1%D1%80%D1%83%D1%81%D0%BE%D0%B2%D1%8B%D1%85%20%D0%B4%D0%BE%D0%BC%D0%BE%D0%B2&noreask=1&pos=2874&rpt=simage&lr=43&pin=1
[Wed Jul 09 00:51:31 2014] [error] [client 178.67.91.171] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=9&text=%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8%20%D0%B2%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B5&img_url=http%3A%2F%2Fimg1.liveinternet.ru%2Fimages%2Fattach%2Fb%2F3%2F28%2F395%2F28395903_1215175610_Fsbikate200610082031168.jpg&pos=283&uinfo=sw-1366-sh-768-ww-1349-wh-667-pd-1-wp-16x9_1366x768&rpt=simage&_=1404852581086&pin=1
[Wed Jul 09 00:54:38 2014] [error] [client 89.222.164.238] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.prosvadbu62.ru%2Fadmin%2Fgal%2Fupload%2Ftmp%2Fc8ac49670d3b51b30fcc181805356760.jpg&uinfo=sw-1280-sh-1024-ww-1263-wh-901-pd-1-wp-5x4_1280x1024&_=1404852671481&p=2&text=%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BA%D1%83%D1%85%D0%BD%D1%8F-%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B1%D0%B0%D0%BD%D0%BA%D0%B5%D1%82%D0%BD%D1%8B%D1%85%20%D0%B1%D0%BB%D1%8E%D0%B4&noreask=1&pos=62&rpt=simage&lr=10748&pin=1
[Wed Jul 09 00:54:38 2014] [error] [client 89.222.164.238] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.prosvadbu62.ru%2Fadmin%2Fgal%2Fupload%2Ftmp%2Fc8ac49670d3b51b30fcc181805356760.jpg&uinfo=sw-1280-sh-1024-ww-1263-wh-901-pd-1-wp-5x4_1280x1024&_=1404852671481&p=2&text=%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BA%D1%83%D1%85%D0%BD%D1%8F-%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B1%D0%B0%D0%BD%D0%BA%D0%B5%D1%82%D0%BD%D1%8B%D1%85%20%D0%B1%D0%BB%D1%8E%D0%B4&noreask=1&pos=62&rpt=simage&lr=10748&pin=1
[Wed Jul 09 00:54:50 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 00:54:50 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 00:54:50 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 00:54:51 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 00:54:51 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 00:54:51 2014] [error] [client 212.188.16.114] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs417516.vk.me%2Fv417516620%2F196d%2FpMMgug0Z8l0.jpg&uinfo=sw-1440-sh-900-ww-1423-wh-775-pd-1-wp-16x10_1440x900&text=%D0%BE%D1%85%D0%BE%D1%82%D0%B0%20%D0%BD%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%BA%D0%B0%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&noreask=1&pos=2&lr=1107&rpt=simage
[Wed Jul 09 01:10:28 2014] [error] [client 188.123.237.168] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.volgacaspiy2009.ru%2Fuploads%2Fphotos%2F8aa7d3cca65aab082d7ed84b653fa0e9_random.jpg&uinfo=sw-1280-sh-1024-ww-1236-wh-962-pd-1-wp-5x4_1280x1024&_=1404853693547&p=3&text=%D0%BE%D1%82%D0%B4%D1%8B%D1%85%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8%20%D0%BD%D0%B0%20%D0%BA%D0%B0%D1%81%D0%BF%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%BC%20%D0%BC%D0%BE%D1%80%D0%B5%20%D1%84%D0%BE%D1%82%D0%BE&noreask=1&pos=117&rpt=simage&lr=213&pin=1
[Wed Jul 09 01:14:37 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:16:37 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:16:49 2014] [error] [client 5.45.203.202] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:16:49 2014] [error] [client 5.45.203.202] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:19:17 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:21:38 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:29:54 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:30:05 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:37:00 2014] [error] [client 65.55.215.40] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:45:05 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:45:18 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:52:46 2014] [error] [client 65.55.215.40] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:52:52 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:54:50 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:54:59 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:55:48 2014] [error] [client 65.55.215.40] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:57:14 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:57:28 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:58:35 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 01:59:48 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:01:27 2014] [error] [client 37.54.218.24] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=15&text=%D0%BA%D1%80%D0%B0%D1%81%D0%B8%D0%B2%D1%8B%D0%B5%20%D1%81%D1%82%D0%B8%D1%85%D0%B8%20%D0%B2%20%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0%D1%85%20%D0%BF%D1%80%D0%BE%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D1%83&img_url=http%3A%2F%2Flightnet.obninsk.ru%2FReview%2FImages%2Fjumor.JPG&pos=461&uinfo=sw-1366-sh-768-ww-1350-wh-624-pd-1-wp-16x9_1366x768&rpt=simage&_=1404856871849&pin=1
[Wed Jul 09 02:02:39 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:03:14 2014] [error] [client 131.253.24.4] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:04:05 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:10:29 2014] [error] [client 65.55.215.38] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:17:01 2014] [error] [client 65.55.215.40] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:19:06 2014] [error] [client 199.30.20.23] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:20:07 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:20:12 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:21:39 2014] [error] [client 65.55.215.39] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:22:23 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:22:26 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:23:53 2014] [error] [client 65.55.215.39] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:26:37 2014] [error] [client 91.204.255.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.ebftour.ru%2Fimages%2Fload%2F2013%2F05%2F944133_191014267718193_2027989301_n.jpg&uinfo=sw-1366-sh-768-ww-1349-wh-664-pd-1-wp-16x9_1366x768&_=1404858343135&p=23&text=%D0%B3%D1%80%D1%83%D0%B7%D0%B0%20%D0%B4%D0%BB%D1%8F%20%D0%BF%D0%BE%D0%B4%D0%B2%D0%BE%D0%B4%D0%BD%D0%BE%D0%B9%20%D0%BE%D1%85%D0%BE%D1%82%D1%8B&noreask=1&pos=716&rpt=simage&lr=10747&pin=1
[Wed Jul 09 02:33:54 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:33:59 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:34:26 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:49:02 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:52:16 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:52:19 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:56:04 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:57:36 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 02:59:13 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:04:01 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:05:34 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:09:17 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:12:10 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:25:29 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:25:35 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:30:53 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:32:41 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:38:41 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:41:33 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:41:40 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:41:48 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:53:37 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:56:22 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 03:59:25 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:01:46 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:08:01 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:11:09 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:14:16 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:17:16 2014] [error] [client 66.249.69.208] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:17:52 2014] [error] [client 66.249.69.240] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:18:08 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:18:24 2014] [error] [client 66.249.69.224] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:19:45 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:25:37 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:26:16 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:30:28 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:30:30 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:35:11 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:38:38 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:40:57 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:43:11 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:47:33 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:50:50 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 04:58:32 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:01:39 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:09:13 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:10:48 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:17:07 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:18:50 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:20:24 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:21:56 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:23:26 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:26:38 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:28:29 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:30:34 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:36:55 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:37:00 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:42:06 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:43:49 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:45:27 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:50:30 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:50:50 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 05:57:14 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:01:08 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:04:15 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:06:04 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/files
[Wed Jul 09 06:07:45 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:07:46 2014] [error] [client 95.189.99.71] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fimagecache.te3p.com%2Fimgcache%2F51e44822638b5f6980e28c14772f47fd.jpg&uinfo=sw-1280-sh-720-ww-1263-wh-623-pd-1-wp-2x3_640x960&_=1404871324078&p=28&text=%D1%84%D0%BE%D1%82%D0%BE%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B8%202014&noreask=1&pos=860&rpt=simage&lr=68&pin=1
[Wed Jul 09 06:10:59 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:14:28 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:22:24 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:26:00 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:26:02 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:26:04 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:55:04 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 06:59:41 2014] [error] [client 95.79.113.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.koolinar.ru%2Fall_image%2Frecipes%2F60%2F60689%2Fr60689_large.jpg&uinfo=sw-1280-sh-720-ww-1280-wh-601-pd-1-wp-2x3_640x960&text=%D1%80%D0%B5%D1%87%D0%BD%D0%B0%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%20%D1%82%D0%BE%D0%BB%D1%81%D1%82%D0%BE%D0%BB%D0%BE%D0%B1%D0%B8%D0%BA%20%D1%84%D0%BE%D1%82%D0%BE&noreask=1&pos=1&lr=47&rpt=simage&pin=1
[Wed Jul 09 07:00:35 2014] [error] [client 91.205.241.119] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fvsaunah.ru%2Fcache%2Ffiles%2Ffile_9fa359539d90020041e8dd402c8f78a2.jpg&uinfo=sw-1280-sh-1024-ww-1264-wh-869-pd-1-wp-5x4_1280x1024&_=1404874705103&p=2&text=%D1%83%D0%B1%D1%80%D0%B0%D0%BD%D1%81%D1%82%D0%B2%D0%BE%20%D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%B3%D0%BE%20%D1%8D%D1%82%D0%B0%D0%B6%D0%B0%20%D0%B1%D0%B0%D0%BD%D0%B8%20%D1%84%D0%BE%D1%82%D0%BE&noreask=1&pos=80&rpt=simage&lr=68&pin=1
[Wed Jul 09 07:03:47 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:08:37 2014] [error] [client 37.1.64.249] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/favicon.ico
[Wed Jul 09 07:10:05 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:16:12 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:16:31 2014] [error] [client 185.8.234.6] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.kz/images/search?source=wiz&img_url=http%3A%2F%2Ftest.fisher.spb.ru%2Fforums%2Ffile.php%3Fa%3Dpreview%26fid%3D18923&uinfo=sw-1280-sh-1024-ww-1264-wh-891-pd-1-wp-5x4_1280x1024&_=1404875767505&p=46&text=%D0%BA%D0%B2%D0%BE%D0%BA%20%D0%BD%D0%B0%20%D1%81%D0%BE%D0%BC%D0%B0&noreask=1&pos=1405&rpt=simage&lr=162&pin=1
[Wed Jul 09 07:19:00 2014] [error] [client 176.59.232.46] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:12 2014] [error] [client 37.9.88.76] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:24 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:26 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:29 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:31 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:34 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:37 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:39 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:39:42 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:43:29 2014] [error] [client 87.250.253.74] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 07:56:20 2014] [error] [client 176.193.90.165] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:17:16 2014] [error] [client 82.145.208.113] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.rybalka-tour.ru%2Ffiles%2Fpgallery%2Fphoca_thumb_l_fishing01.jpg&uinfo=sw-1024-sh-768-ww-968-wh-655-pd-1-wp-4x3_1024x768&_=1404879369975&p=5&text=%D0%BA%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%B4%D0%BE%D0%BC%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8%20%D0%BD%D0%B0%20%D0%B1%D0%B5%D1%80%D0%B5%D0%B3%D1%83%20%D0%B2%D0%BE%D0%BB%D0%B3%D0%B8%20%D1%81%20%D1%84%D0%BE%D1%82%D0%BE&noreask=1&pos=154&rpt=simage&lr=197&pin=1
[Wed Jul 09 08:18:17 2014] [error] [client 217.118.79.18] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.fishingural.ru%2Fuploads%2Fposts%2F2013-10%2F1381507262_img_3309.jpg&uinfo=sw-1024-sh-768-ww-1007-wh-677-pd-1-wp-4x3_1024x768&_=1404879413182&p=13&text=%D0%BB%D0%BE%D0%B2%D0%BB%D1%8F%20%D1%81%D0%B0%D0%B7%D0%B0%D0%BD%D0%B0&noreask=1&pos=418&rpt=simage&lr=65&pin=1
[Wed Jul 09 08:20:21 2014] [error] [client 80.244.45.238] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fcs9966.userapi.com%2Fu159259386%2F154379944%2Fs_28b9fd0b.jpg&uinfo=sw-1280-sh-960-ww-1263-wh-847-pd-1-wp-4x3_1280x960&_=1404879577433&p=4&text=%D0%B7%D0%B0%D0%BB%20%D1%81%20%D0%BA%D1%83%D1%85%D0%BD%D0%B5%D0%B9%20%D0%B1%D0%B0%D1%80%D0%BD%D0%B0%D1%8F%20%D1%81%D1%82%D0%BE%D0%B9%D0%BA%D0%B0&noreask=1&pos=125&rpt=simage&lr=235&pin=1
[Wed Jul 09 08:20:35 2014] [error] [client 188.17.192.174] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%BA%D0%BB%D1%83%D0%BC%D0%B1%D1%8B%20%D0%B2%20%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%B5%D0%BD%D1%81%D0%BA%D0%BE%D0%BC%20%D1%81%D1%82%D0%B8%D0%BB%D0%B5&stype=image&lr=54&noreask=1&source=wiz&uinfo=sw-1366-sh-768-ww-1349-wh-673-pd-1-wp-16x9_1366x768
[Wed Jul 09 08:28:46 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:28:49 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:28:51 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:28:54 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:28:56 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:28:58 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:01 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:03 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:06 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:08 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:10 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:29:13 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:31:15 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 08:47:41 2014] [error] [client 84.22.137.14] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=8&text=%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0%20%D0%BD%D0%B0%20%D0%BA%D1%80%D1%83%D0%B6%D0%BA%D0%B8%20%D0%BB%D0%B5%D1%82%D0%BE%D0%BC&img_url=http%3A%2F%2Fanimal-industries.ru%2Fi%2Fc%2Ffish%2F29.jpg&pos=267&uinfo=sw-1280-sh-960-ww-1260-wh-788-pd-0.800000011920929-wp-4x3_1024x768&rpt=simage&_=1404881176814&pin=1
[Wed Jul 09 08:59:58 2014] [error] [client 85.173.198.143] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fimg0.liveinternet.ru%2Fimages%2Ffoto%2Fb%2F3%2F776%2F2872776%2Ff_16547088_small.jpg&uinfo=sw-1680-sh-1050-ww-1663-wh-948-pd-1-wp-16x10_1680x1050&_=1404881896176&p=1&text=%D0%BA%D0%B0%D1%81%D0%BF%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B5%20%D0%BC%D0%BE%D1%80%D0%B5%20%D0%BE%D1%82%D0%B4%D1%8B%D1%85%20%20%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C&noreask=1&pos=50&rpt=simage&lr=38
[Wed Jul 09 08:59:58 2014] [error] [client 85.173.198.143] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fimg0.liveinternet.ru%2Fimages%2Ffoto%2Fb%2F3%2F776%2F2872776%2Ff_16547088_small.jpg&uinfo=sw-1680-sh-1050-ww-1663-wh-948-pd-1-wp-16x10_1680x1050&_=1404881896176&p=1&text=%D0%BA%D0%B0%D1%81%D0%BF%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B5%20%D0%BC%D0%BE%D1%80%D0%B5%20%D0%BE%D1%82%D0%B4%D1%8B%D1%85%20%20%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C&noreask=1&pos=50&rpt=simage&lr=38
[Wed Jul 09 08:59:58 2014] [error] [client 85.173.198.143] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fimg0.liveinternet.ru%2Fimages%2Ffoto%2Fb%2F3%2F776%2F2872776%2Ff_16547088_small.jpg&uinfo=sw-1680-sh-1050-ww-1663-wh-948-pd-1-wp-16x10_1680x1050&_=1404881896176&p=1&text=%D0%BA%D0%B0%D1%81%D0%BF%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B5%20%D0%BC%D0%BE%D1%80%D0%B5%20%D0%BE%D1%82%D0%B4%D1%8B%D1%85%20%20%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C&noreask=1&pos=50&rpt=simage&lr=38
[Wed Jul 09 09:02:58 2014] [error] [client 91.105.177.50] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fsupercook.ru%2Fdecoration%2Fimages-decoration%2Fsalat-kally.jpg&uinfo=sw-1600-sh-900-ww-1583-wh-785-pd-1-wp-16x9_1600x900&_=1404892956371&p=36&text=%D0%B7%D0%B0%D0%BA%D1%83%D1%81%D0%BA%D0%B8%20%D0%BD%D0%B0%20%D0%BF%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D1%87%D0%BD%D1%8B%D0%B9%20%D1%81%D1%82%D0%BE%D0%BB&noreask=1&pos=1100&rpt=simage&lr=64&pin=1
[Wed Jul 09 09:02:59 2014] [error] [client 91.105.177.50] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fapelcinchik.ru%2Fwp-content%2Fuploads%2F2013%2F04%2F%25D0%25A4%25D0%25B0%25D1%2581%25D0%25BE%25D0%25BB%25D0%25B5%25D0%25B2%25D0%25B0%25D1%258F-%25D0%25B7%25D0%25B0%25D0%25BA%25D1%2583%25D1%2581%25D0%25BA%25D0%25B0.jpg&uinfo=sw-1600-sh-900-ww-1583-wh-785-pd-1-wp-16x9_1600x900&_=1404892956371&p=36&text=%D0%B7%D0%B0%D0%BA%D1%83%D1%81%D0%BA%D0%B8%20%D0%BD%D0%B0%20%D0%BF%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D1%87%D0%BD%D1%8B%D0%B9%20%D1%81%D1%82%D0%BE%D0%BB&noreask=1&pos=1101&rpt=simage&lr=64&pin=1
[Wed Jul 09 09:10:02 2014] [error] [client 93.177.2.204] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.pskopora.com.ua%2Fupload%2Ffile33.jpg&uinfo=sw-1152-sh-864-ww-1135-wh-773-pd-1-wp-4x3_1152x864&_=1404882583376&p=3&text=%D0%B1%D0%B0%D1%80%D0%BD%D1%8B%D0%B5%20%D1%81%D1%82%D0%BE%D0%B9%D0%BA%D0%B8%20%D0%B2%20%D0%BA%D0%BE%D0%BC%D0%BD%D0%B0%D1%82%D0%B5%20%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B8&noreask=1&pos=91&rpt=simage&lr=80&pin=1
[Wed Jul 09 09:12:42 2014] [error] [client 95.215.148.174] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?cbir_id=DL4MPUULRWFCM8Kes1UiPw&img_url=http%3A%2F%2Fwww.top4man.ru%2FUserFiles%2FVanishes%2Fspring-karas-klev.jpg&uinfo=sw-1440-sh-900-ww-1393-wh-756-pd-1-wp-16x10_1440x900&_=1404882647195&p=3&text=%D0%BA%D0%B0%D0%BA%20%D0%B8%20%D0%BA%D0%B0%D0%BA%D0%BE%D0%B9%20%D1%81%D0%BD%D0%B0%D1%81%D1%82%D1%8C%D1%8E%20%D0%BB%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%20%D1%81%D0%B0%D0%B7%D0%B0%D0%BD%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8%20%D0%B8%20%D0%BD%D0%B0%20%D1%87%D1%82%D0%BE%20%D1%84%D0%BE%D1%82%D0%BE&url=http%3A%2F%2Fcontent.foto.mail.ru%2Finbox%2Fra-harahti%2F_animated%2Fi-963.gif&pos=110&rpt=simage&pin=1
[Wed Jul 09 09:17:40 2014] [error] [client 92.101.167.69] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.outdoors.ru%2Ffoto%2Falbum_a%2F34811.jpg&uinfo=sw-1280-sh-1024-ww-1263-wh-920-pd-1-wp-5x4_1280x1024&_=1404883011632&p=3&text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%20%20%20%20%D0%BB%D0%B8%D0%BC%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B9%20%20%D1%80%D0%B0%D0%B9%D0%BE%D0%BD%20%D0%BD%D0%B0%20%D0%BA%D0%B0%D1%80%D1%82%D0%B5&noreask=1&pos=95&rpt=simage&lr=21&pin=1
[Wed Jul 09 09:18:04 2014] [error] [client 94.233.190.81] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=1&text=%D1%80%D0%B0%D0%B7%D0%B2%D0%BB%D0%B5%D0%BA%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%20%D0%BC%D0%B5%D1%81%D1%82%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&img_url=http%3A%2F%2Fasip.ru%2Fdatas%2Fthumbs%2F1-astoria_01.jpg&pos=39&uinfo=sw-1280-sh-800-ww-1263-wh-702-pd-1-wp-16x10_1280x800&rpt=simage&_=1404883036840&pin=1
[Wed Jul 09 09:18:04 2014] [error] [client 94.233.190.81] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=1&text=%D1%80%D0%B0%D0%B7%D0%B2%D0%BB%D0%B5%D0%BA%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%20%D0%BC%D0%B5%D1%81%D1%82%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&img_url=http%3A%2F%2Fasip.ru%2Fdatas%2Fthumbs%2F1-astoria_01.jpg&pos=39&uinfo=sw-1280-sh-800-ww-1263-wh-702-pd-1-wp-16x10_1280x800&rpt=simage&_=1404883036840&pin=1
[Wed Jul 09 09:18:04 2014] [error] [client 94.233.190.81] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=1&text=%D1%80%D0%B0%D0%B7%D0%B2%D0%BB%D0%B5%D0%BA%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%20%D0%BC%D0%B5%D1%81%D1%82%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&img_url=http%3A%2F%2Fasip.ru%2Fdatas%2Fthumbs%2F1-astoria_01.jpg&pos=39&uinfo=sw-1280-sh-800-ww-1263-wh-702-pd-1-wp-16x10_1280x800&rpt=simage&_=1404883036840&pin=1
[Wed Jul 09 09:20:51 2014] [error] [client 91.207.137.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B0%20%D0%BD%D0%B0%20%D0%B4%D0%B5%D0%BD%D1%8C%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BA%D0%B0&isize=large&uinfo=sw-1920-sh-1200-ww-1081-wh-749-pd-1-wp-16x10_1920x1200
[Wed Jul 09 09:20:51 2014] [error] [client 91.207.137.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B0%20%D0%BD%D0%B0%20%D0%B4%D0%B5%D0%BD%D1%8C%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BA%D0%B0&isize=large&uinfo=sw-1920-sh-1200-ww-1081-wh-749-pd-1-wp-16x10_1920x1200
[Wed Jul 09 09:20:54 2014] [error] [client 91.207.137.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B0%20%D0%BD%D0%B0%20%D0%B4%D0%B5%D0%BD%D1%8C%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BA%D0%B0&isize=large&uinfo=sw-1920-sh-1200-ww-1081-wh-749-pd-1-wp-16x10_1920x1200
[Wed Jul 09 09:23:44 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 09:24:06 2014] [error] [client 66.249.69.208] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 09:25:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:25:39 2014] [error] [client 176.15.3.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 09:25:39 2014] [error] [client 176.15.3.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 09:26:11 2014] [error] [client 176.15.3.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 09:26:11 2014] [error] [client 176.15.3.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 09:26:22 2014] [error] [client 176.15.3.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 09:28:19 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:20 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 09:28:40 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/favicon.ico
[Wed Jul 09 09:29:08 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:29:08 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:29:08 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:29:08 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:29:08 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/detskij-otdykh
[Wed Jul 09 09:38:55 2014] [error] [client 85.26.150.209] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?p=10&text=%D1%84%D0%BE%D1%82%D0%BE%20%D0%BF%D0%BE%D0%B4%D0%B2%D0%BE%D0%B4%D0%BD%D0%BE%D0%B3%D0%BE%20%D0%BE%D1%85%D0%BE%D1%82%D0%BD%D0%B8%D0%BA%D0%B0&img_url=http%3A%2F%2Fi.i.ua%2Fphoto%2Fimages%2Fpic%2F5%2F3%2F5732935_6e87e3b7.jpg&pos=317&uinfo=sw-1280-sh-1024-ww-1263-wh-872-pd-1-wp-5x4_1280x1024&rpt=simage&_=1404884273760&pin=1
[Wed Jul 09 09:53:34 2014] [error] [client 176.194.215.117] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B4%D0%BE%D0%BC+%D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%B9+%D1%8D%D1%82%D0%B0%D0%B6+%D0%B8%D0%B7+%D1%81%D1%80%D1%83%D0%B1%D0%B0
[Wed Jul 09 09:53:34 2014] [error] [client 176.194.215.117] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B4%D0%BE%D0%BC+%D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%B9+%D1%8D%D1%82%D0%B0%D0%B6+%D0%B8%D0%B7+%D1%81%D1%80%D1%83%D0%B1%D0%B0
[Wed Jul 09 10:15:39 2014] [error] [client 213.221.17.130] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B1%D1%83%D0%B4%D0%B0%D1%80%D0%BA%D0%B0%20%D0%BB%D0%BE%D0%B4%D0%BA%D0%B0&img_url=http%3A%2F%2Fwww.astoriaclub.ru%2Fupload-files%2F3budarka_vp710.jpg&pos=0&rpt=simage&stype=image&lr=213&noreask=1&source=wiz&uinfo=sw-1600-sh-900-ww-1503-wh-694-pd-1-wp-16x9_1600x900
[Wed Jul 09 10:18:12 2014] [error] [client 89.222.164.189] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.prosvadbu62.ru%2Fadmin%2Fgal%2Fupload%2Ftmp%2Fc8ac49670d3b51b30fcc181805356760.jpg&uinfo=sw-1280-sh-1024-ww-1263-wh-901-pd-1-wp-5x4_1280x1024&_=1404886582382&p=2&text=%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BA%D1%83%D1%85%D0%BD%D1%8F-%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B1%D0%B0%D0%BD%D0%BA%D0%B5%D1%82%D0%BD%D1%8B%D1%85%20%D0%B1%D0%BB%D1%8E%D0%B4&noreask=1&pos=62&rpt=simage&lr=10748&pin=1
[Wed Jul 09 10:18:12 2014] [error] [client 89.222.164.189] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.prosvadbu62.ru%2Fadmin%2Fgal%2Fupload%2Ftmp%2Fc8ac49670d3b51b30fcc181805356760.jpg&uinfo=sw-1280-sh-1024-ww-1263-wh-901-pd-1-wp-5x4_1280x1024&_=1404886582382&p=2&text=%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BA%D1%83%D1%85%D0%BD%D1%8F-%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B1%D0%B0%D0%BD%D0%BA%D0%B5%D1%82%D0%BD%D1%8B%D1%85%20%D0%B1%D0%BB%D1%8E%D0%B4&noreask=1&pos=62&rpt=simage&lr=10748&pin=1
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:19:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/turizm_i_ekskursii
[Wed Jul 09 10:21:54 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:26:11 2014] [error] [client 78.36.251.35] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0%20%D0%B2%20%D0%BF%D1%81%D0%BA%D0%BE%D0%B2%D1%81%D0%BA%D0%BE%D0%B9%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D0%B8%202014&img_url=http%3A%2F%2Fwww.woodtour.ru%2F_mod_files%2Fce_images%2Fblog%2Fozero4.jpg&pos=2&rpt=simage&stype=image&lr=25&noreask=1&source=wiz&uinfo=sw-1344-sh-840-ww-1161-wh-569-pd-1.25-wp-16x10_1680x1050
[Wed Jul 09 10:37:47 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:37:49 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:37:51 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:37:54 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:37:56 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:37:58 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:00 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:02 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:04 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:06 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:09 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:13 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:38:15 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 10:39:49 2014] [error] [client 79.126.111.71] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.tvs-spa.ru%2Fimages%2Fphotos%2Fimg-sauna52.jpg&uinfo=sw-1280-sh-720-ww-1263-wh-595-pd-1-wp-2x3_640x960&_=1404887952964&p=92&text=%D1%84%D0%BE%D1%82%D0%BE%20%D0%BF%D0%B0%D1%80%D0%B8%D0%BB%D0%BA%D0%B8%20%D0%B2%20%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B9%20%D0%B1%D0%B0%D0%BD%D0%B5&noreask=1&pos=2774&rpt=simage&lr=194&pin=1
[Wed Jul 09 11:00:27 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/images/ 1-4.jpg, referer: http://www.astoriaclub.ru/hotel/nomera-lyuks/nom-lux
[Wed Jul 09 11:01:18 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:03:58 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://www.astoriaclub.ru/otdyh/vidy-otdykha/plyazhnyj-otdykh
[Wed Jul 09 11:12:08 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:09 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:11 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:12 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:13 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:13 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:12:15 2014] [error] [client 93.185.192.68] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%20%D1%81%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%BA%D0%B0%20%D0%B0%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F%20%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0&img_url=http%3A%2F%2Fi4.otzovik.com%2Fproduct%2F2012%2F03%2F67123.png&pos=0&rpt=simage&stype=image&lr=10750&noreask=1&source=wiz&uinfo=sw-1920-sh-1080-ww-1841-wh-994-pd-1-wp-16x9_1920x1080
[Wed Jul 09 11:15:54 2014] [error] [client 46.167.123.220] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/
[Wed Jul 09 11:29:27 2014] [error] [client 213.176.248.0] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/favicon.ico
[Wed Jul 09 11:29:31 2014] [error] [client 37.147.3.210] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/favicon.ico, referer: http://www.astoriaclub.ru/vakansii
[Wed Jul 09 11:37:48 2014] [error] [client 93.124.61.113] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?text=%D1%84%D0%BE%D1%82%D0%BE%20%D0%B2%D0%BE%D0%B4%D0%BE%D1%91%D0%BC%D1%8B%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&img_url=http%3A%2F%2Fwww.kuda.ua%2Flenta%2Fwp-content%2Fimages%2F2011%2F05%2F15%2F20110414_astrakhan_060_web.jpg&pos=2&rpt=simage&stype=image&lr=49&noreask=1&source=wiz&uinfo=sw-1600-sh-900-ww-1583-wh-799-pd-1-wp-16x9_1600x900
[Wed Jul 09 11:42:17 2014] [error] [client 95.86.241.124] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.unassvadba.ru%2Fwatermark%2Fagent_4329%2Falbum_30364%2ForiginalFile%2F1348696823287.jpg&uinfo=sw-1280-sh-1024-ww-1264-wh-873-pd-1-wp-5x4_1280x1024&_=1404891565087&p=3&text=%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B7%D0%B0%D0%BB%D0%B0%20%D0%B2%20%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%BC%20%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D0%BE%D0%BC%20%D1%81%D1%82%D0%B8%D0%BB%D0%B5&noreask=1&pos=118&rpt=simage&lr=16&pin=1
[Wed Jul 09 11:45:23 2014] [error] [client 213.87.141.108] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fs42.radikal.ru%2Fi095%2F1104%2F5a%2F884989bc94cc.jpg&uinfo=sw-1366-sh-768-ww-1338-wh-645-pd-1-wp-16x9_1366x768&_=1404891886264&p=11&text=%D0%B4%D0%B5%D0%BB%D1%8C%D1%82%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%B3%D0%B8&noreask=1&pos=351&rpt=simage&lr=213&pin=1
[Wed Jul 09 11:49:01 2014] [error] [client 213.87.141.108] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fwww.all-fishing.ru%2Fuploads%2Fall%2Fimage%2Fpybolleg%2Fzer.jpg&uinfo=sw-1366-sh-768-ww-1338-wh-645-pd-1-wp-16x9_1366x768&_=1404892040224&p=14&text=%D0%B4%D0%B5%D0%BB%D1%8C%D1%82%D0%B0%20%D0%B2%D0%BE%D0%BB%D0%B3%D0%B8&noreask=1&pos=428&rpt=simage&lr=213&pin=1
[Wed Jul 09 11:49:15 2014] [error] [client 195.54.40.15] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Flifeglobe.net%2Fmedia%2Fentry%2F1430%2F4.jpg&uinfo=sw-1280-sh-1024-ww-1264-wh-896-pd-1-wp-5x4_1280x1024&text=%D1%84%D0%BE%D1%82%D0%BE%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%8C%20%D0%BF%D1%80%D0%B8%D1%80%D0%BE%D0%B4%D0%B0&noreask=1&pos=12&lr=37&rpt=simage&pin=1
[Wed Jul 09 11:50:39 2014] [error] [client 195.54.40.15] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&img_url=http%3A%2F%2Fimg-fotki.yandex.ru%2Fget%2F4422%2F139215199.0%2F0_66f61_7b86025_XL&uinfo=sw-1280-sh-1024-ww-1264-wh-896-pd-1-wp-5x4_1280x1024&_=1404892690542&p=2&text=%D1%84%D0%BE%D1%82%D0%BE%20%D0%90%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D1%8C%20%D0%BF%D1%80%D0%B8%D1%80%D0%BE%D0%B4%D0%B0&noreask=1&pos=82&rpt=simage&lr=37&pin=1
[Wed Jul 09 11:54:59 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files
[Wed Jul 09 11:55:49 2014] [error] [client 85.26.199.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&text=%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&noreask=1&img_url=http%3A%2F%2Fwww.etoday.ru%2Fuploads%2F2007%2F12%2F21%2Fputin_rifle.jpg&pos=6&rpt=simage&lr=49&pin=1&uinfo=sw-1280-sh-1024-ww-1240-wh-879-pd-1-wp-5x4_1280x1024
[Wed Jul 09 11:55:50 2014] [error] [client 85.26.199.90] File does not exist: /var/www/u0014039/data/www/astoriaclub.ru/upload-files, referer: http://yandex.ru/images/search?source=wiz&text=%D1%80%D1%8B%D0%B1%D0%B0%D0%BB%D0%BA%D0%B0%20%D0%B2%20%D0%B0%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%B0%D0%BD%D0%B8&noreask=1&img_url=http%3A%2F%2Fwww.etoday.ru%2Fuploads%2F2007%2F12%2F21%2Fputin_rifle.jpg&pos=6&rpt=simage&lr=49&pin=1&uinfo=sw-1280-sh-1024-ww-1240-wh-879-pd-1-wp-5x4_1280x1024
[Wed Jul 09 11:56:31 2014] [error] [client 85.26.199.90] File does not exist: /var/www/u0014039/data/www
*

PresliLVS

  • Новичок
  • 4
  • 0 / 1
Re: Читать всем у кого белый экран!
« Ответ #353 : 09.07.2014, 12:19:32 »
[Wed Jul 09 00:40:00 2014] [error] [client 109.234.156.66] Directory index forbidden by Options directive: /var/www/u0014039/data/www/astrahan-fish.ru/
[Wed Jul 09 01:29:21 2014] [error] [client 195.242.80.96] Directory index forbidden by Options directive: /var/www/u0014039/data/www/astrahan-fish.ru/, referer: ASTRAGID.RU
[Wed Jul 09 04:57:24 2014] [error] [client 5.255.253.154] File does not exist: /var/www/u0014039/data/www/astrahan-fish.ru/robots.txt
[Wed Jul 09 04:57:27 2014] [error] [client 5.255.253.154] Directory index forbidden by Options directive: /var/www/u0014039/data/www/astrahan-fish.ru/
[Wed Jul 09 08:03:34 2014] [error] [client 5.255.253.154] Directory index forbidden by Options directive: /var/www/u0014039/data/www/astrahan-fish.ru/
[Wed Jul 09 11:07:16 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/images/otdih/ 096.jpg, referer: http://astoriaclub.astrahan-fish.ru/otdyh/vidy-otdykha/semejnyj-otdykh
[Wed Jul 09 11:28:06 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:06 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:06 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:06 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:16 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:16 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:16 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:16 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:28 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:28 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:28 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:28 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:28:32 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:32 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:32 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:32 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:28:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=items&filter_featured=-1&filter_trash=0
[Wed Jul 09 11:28:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=items&filter_featured=-1&filter_trash=0
[Wed Jul 09 11:28:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=items&filter_featured=-1&filter_trash=0
[Wed Jul 09 11:28:37 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=items&filter_featured=-1&filter_trash=0
[Wed Jul 09 11:28:40 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:28:40 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:28:40 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:28:40 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:28:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:28:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:28:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:29:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:29:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:29:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:29:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:30:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:30:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:30:44 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:32:07 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:07 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:07 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:07 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:17 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:32:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:32:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:32:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:32:24 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:24 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:24 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:32:24 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:34:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:34:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:34:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:34:18 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:34:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:34:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:34:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:37:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:37:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:37:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:37:22 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:37:26 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:37:26 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:37:26 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:37:26 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:43:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:43:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:43:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:43:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_config
[Wed Jul 09 11:44:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:03 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:09 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:09 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:09 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:09 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:44:12 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:44:12 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:44:12 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:47:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:47:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:47:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:47:59 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:48:05 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:05 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:05 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:05 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:48:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:50:45 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:50:45 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:50:45 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:50:45 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=update
[Wed Jul 09 11:51:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:51:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:51:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:51:11 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_k2&view=item&cid=389
[Wed Jul 09 11:51:14 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:51:14 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:51:14 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/favicon.ico
[Wed Jul 09 11:51:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:51:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:51:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:51:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php
[Wed Jul 09 11:58:17 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer
[Wed Jul 09 11:58:17 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer
[Wed Jul 09 11:58:17 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer
[Wed Jul 09 11:58:17 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer
[Wed Jul 09 11:58:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:25 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/components/com_community/assets, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
[Wed Jul 09 11:58:36 2014] [error] [client 185.26.170.247] File does not exist: /var/www/u0014039/data/www/astoriaclub.astrahan-fish.ru/administrator/components/com_community, referer: http://astoriaclub.astrahan-fish.ru/administrator/index.php?option=com_installer&view=manage
*

geniy90

  • Новичок
  • 4
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #354 : 08.08.2014, 18:26:38 »
Здравствуйте. Мой сайт работает, а вот с редактированием материалов и добавлением новых в админке проблема. При сохранении или выключении/включении материала загорается всеми любимый белый экран. Такая ситуация уже 3 недели. У меня следующие ошибки в логах:
[Fri Aug 08 15:46:46 2014] [error] [client 85.114.26.38] File does not exist: /home/host1210625/archiwood.spb.ru/htdocs/www/2014-07-31-13-13-51, referer: http://archiwood.spb.ru/
[Fri Aug 08 15:47:09 2014] [error] [client 85.114.26.38] File does not exist: /home/host1210625/archiwood.spb.ru/htdocs/www/2014-07-31-13-18-49, referer: http://archiwood.spb.ru/
[Fri Aug 08 15:48:46 2014] [error] [client 66.249.73.127] File does not exist: /home/host1210625/archiwood.spb.ru/htdocs/www/2014-07-31-13-13-51


Бекапы не помогают. Что делать, друзья?
*

draff

  • Гуру
  • 5803
  • 434 / 7
  • ищу работу
Re: Читать всем у кого белый экран!
« Ответ #355 : 08.08.2014, 18:47:51 »
Искать файлы побитые вирусом и исправлять.
*

ShutTap

  • Захожу иногда
  • 131
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #356 : 26.08.2014, 16:40:18 »
при редактировании, добавлении материалов, при просмотре данных о пользователе (все из админки) возникают такие ошибки:
Fatal error: Call to undefined function dom_import_simplexml() in /home/simasru/enasco.ru/docs/libraries/joomla/form/form.php on line 897
Fatal error: Call to undefined function iconv() in /home/simasru/enasco.ru/docs/administrator/components/com_finder/helpers/indexer/parser/html.php on line 35

(PHP 5.3)
*

SmokerMan

  • Гуру
  • 5293
  • 720 / 26
Re: Читать всем у кого белый экран!
« Ответ #357 : 26.08.2014, 17:53:32 »
при редактировании, добавлении материалов, при просмотре данных о пользователе (все из админки) возникают такие ошибки:
Fatal error: Call to undefined function dom_import_simplexml() in /home/simasru/enasco.ru/docs/libraries/joomla/form/form.php on line 897
Fatal error: Call to undefined function iconv() in /home/simasru/enasco.ru/docs/administrator/components/com_finder/helpers/indexer/parser/html.php on line 35

(PHP 5.3)
не подключены соответствующие модули php
например, на ру-центре их надо подключать отдельно в панели управлении хостингом
обратитесь в поддержку своего хостинга
*

ShutTap

  • Захожу иногда
  • 131
  • 0 / 0
Re: Читать всем у кого белый экран!
« Ответ #358 : 27.08.2014, 08:08:36 »
SmokerMan
как раз ру-центр. Не подскажите, как называются эти модули?
*

draff

  • Гуру
  • 5803
  • 434 / 7
  • ищу работу
Re: Читать всем у кого белый экран!
« Ответ #359 : 27.08.2014, 09:06:01 »
Не подскажите, как называются эти модули?
function dom function iconv
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Есть у кого нибудь опыт работы с EZ Realty?

Автор stardel

Ответов: 5
Просмотров: 3102
Последний ответ 08.03.2019, 13:47:38
от zaspola
(решено!) Белый экран при авторизации в Joomla

Автор pashaiglesias

Ответов: 8
Просмотров: 3618
Последний ответ 09.06.2015, 14:07:21
от pashaiglesias
Вход в админку - белый лист

Автор adiantum

Ответов: 4
Просмотров: 1870
Последний ответ 28.07.2014, 22:27:39
от adiantum
Проблема с кнопкой "Читать далее"

Автор Angelmain

Ответов: 0
Просмотров: 1446
Последний ответ 07.07.2014, 10:30:37
от Angelmain
Белый экран. Ошибки в админке. Не работает сайт

Автор Малышка

Ответов: 10
Просмотров: 1891
Последний ответ 25.05.2014, 11:23:17
от altvvc