Перейти к содержанию
Официальный форум поддержки Simpla

Так прошу внимание всем форумчан помогите решить проблему (решено)


Рекомендуемые сообщения

[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] Thread creation failed: Resource temporarily unavailable, referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] , referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] Premature end of script headers: resize.php, referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] Premature end of script headers: resize.php, referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] , referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] libgomp: , referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] Thread creation failed: Resource temporarily unavailable, referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] , referer: http://tbox24.com.ua/products/aoeu
[Wed Apr 25 06:46:19 2012] [error] [client 91.218.89.42] Premature end of script headers: resize.php, referer: http://tbox24.com.ua/products/aoeu

Откуда взялась эта ошибка ?

Как ейо устранить ?
При добавление товара на сайт картинка не добавляеться

Ссылка на сообщение
Поделиться на другие сайты

# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
SetEnv PHPRC /home/tbox24/public_html/php.ini

AddDefaultCharset UTF-8
ErrorDocument 404 /404
ErrorDocument 401 /password.php

RewriteEngine on


# Каталог товаров
RewriteRule ^catalog/([^/]+)/?$ index.php?module=ProductsView&category=$1 [L,QSA]
RewriteRule ^catalog/([^/]+)/([^/]+)/?$ index.php?module=ProductsView&category=$1&brand=$2 [L,QSA]

RewriteRule ^products/([^/]+)/?$ index.php?module=ProductView&product_url=$1 [L,QSA]
RewriteRule ^products/?$ index.php?module=ProductsView [L,QSA]

RewriteRule ^brands/([^/]+)/?$ index.php?module=ProductsView&brand=$1 [L,QSA]
RewriteRule ^brands/([^/]+)/page_([^/]+)/?$ index.php?module=ProductsView&brand=$1&page=$2 [L,QSA]

# Поиск товаров
RewriteRule ^search/([^/]+)/?$ index.php?module=ProductsView&keyword=$1 [L,QSA]
RewriteRule ^search/?$ index.php?module=ProductsView [L,QSA]

# Блог
RewriteRule ^blog/([^/]+)/?$ index.php?module=BlogView&url=$1 [L,QSA]
RewriteRule ^blog/?$ index.php?module=BlogView [L,QSA]

# Корзина и заказы
RewriteRule ^cart/?$ index.php?module=CartView [L,QSA]
RewriteRule ^cart/([^/]+)/?$ index.php?module=CartView&add_variant=$1 [L,QSA]
RewriteRule ^cart/remove/([^/]+)/?$ index.php?module=CartView&delete_variant=$1 [L,QSA]
RewriteRule ^order/([^/]+)/?$ index.php?module=OrderView&url=$1 [L,QSA]
RewriteRule ^order/?$ index.php?module=OrderView [L,QSA]

#Сравнение товаров
RewriteRule ^compare/?$ index.php?module=CompareView [L]
RewriteRule ^compare/([^/]+)/?$ index.php?module=CompareView&product_url=$1 [L]
RewriteRule ^compare/remove/([^/]+)/?$ index.php?module=CompareView&remove_id=$1 [L]
RewriteRule ^compare/products/([^/]+)/?$ index.php?module=CompareView&product_id=$1 [L]

# Для пользователей
RewriteRule ^user/login/?$ index.php?module=LoginView [L,QSA]
RewriteRule ^user/register/?$ index.php?module=RegisterView [L,QSA]
RewriteRule ^user/logout/?$ index.php?module=LoginView&action=logout [L,QSA]
RewriteRule ^user/password_remind/?$ index.php?module=LoginView&action=password_remind [L,QSA]
RewriteRule ^user/password_remind/([0-9a-z]+)/?$ index.php?module=LoginView&action=password_remind&code=$1 [L,QSA]
RewriteRule ^user/?$ index.php?module=UserView [L,QSA]

# Google sitemap
RewriteRule ^sitemap.xml?$ sitemap.php [L,QSA]

# XML
RewriteRule ^yandex.xml?$ yandex.php [L,QSA]

# feedback
RewriteRule ^contact/?$ index.php?module=FeedbackView [L,QSA]

#downloads
RewriteRule ^order/([^/]+)/([^/]+)/?$ index.php?module=OrderView&url=$1&file=$2 [L,QSA]


# Статические страницы
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]*)/?$ index.php?module=PageView&page_url=$1 [L,QSA]
RewriteRule ^/?$ index.php?module=HitsView&page_url= [L,QSA]

# Ресайз картинок на лету
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^files/products/(.+) resize/resize.php?file=$1&token=%{QUERY_STRING}
#RewriteCond %{THE_REQUEST} ^GET\ (.*)files/products/(.*)\?([A-z0-9]*)
#RewriteRule ^files/products/(.+) resize/resize.php?file=%2&token=%3 [L,NE]


RewriteCond %{HTTP_REFERER} !^http://cyber.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://cyber.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://remni.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://remni.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://supra.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://supra.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.cyber.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.cyber.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.remni.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.remni.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.supra.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.supra.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.zakolka.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.zakolka.tbox24.com.ua$ [NC]
RewriteCond %{HTTP_REFERER} !^http://zakolka.tbox24.com.ua/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://zakolka.tbox24.com.ua$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

RewriteCond %{HTTP_HOST} ^www\.tbox24\.com\.ua$ [NC]
RewriteRule ^(.*)$ http://tbox24.com.ua/$1 [R=301,L]

Ссылка на сообщение
Поделиться на другие сайты

filth! кому надо тот уже собрал всю вашу персональную информацию и оформляет на вас кредит))))

А пароль от админки tbox24 знает подавляющее большинство этого форума, потому как неоднократно помогали ему)

Ссылка на сообщение
Поделиться на другие сайты

Ну ладно, я просто подумал если у человека не напрямую доступ получили, а попросили хэш пароля - мне это подозрительно показалось )))

Ссылка на сообщение
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

Загрузка...
×
×
  • Создать...