wlad2

wlad2
Рейтинг
153
Регистрация
17.07.2008
Интересы
seo, монетизация, манимейкинг, верстка
Двигаю сайты в Топ, слушаю крутой Хип-хоп
Jeck:
LiDen, у меня кто то взломал FTP судя по всему. Сейчас восстановлю.

перед тем как ты восстановил, при переходе http://ru.bmsubmitter.com/download/

редиректило на вообще левый сайт =)

хацкеры сраные..

Brim.ru:
- не надо гадать какие настройки подойдут, обратитесь в суппорт хостера, Вам помогут

скорей всего вы правы, лучше в суппорт стукнуть..

aravak:
<FilesMatch "\.(js|css|htm)$">
SetOutputFilter DEFLATE
</FilesMatch>

У меня работает :)

так у меня ошибку выбивает, ту же что и выше писал..

прописал так.. работает, только непонятно что оно сжимает..

RewriteEngine On

AddEncoding gzip .gz

RewriteCond %{HTTP:Accept-encoding} gzip

RewriteCond %{HTTP_USER_AGENT} !Safari

RewriteCond %{REQUEST_FILENAME}.gz -f

RewriteRule ^(.*)$ $1.gz [QSA,L]

mod_deflate включен.

взял я ссылку по вашему совету, засунул код

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript

BrowserMatch ^Mozilla/4 gzip-only-text/html

BrowserMatch ^Mozilla/4.0[678] no-gzip

BrowserMatch bMSIE !no-gzip !gzip-only-text/html

и получил ошибку

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@b0ard.n-ones.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

конструктором не получается под moemesto.ru сделать..

wlad2 добавил 20.01.2010 в 16:20

ура получилось, кому нужно..

<?php 


class moemesto extends BMModule {
public $name = "moemesto.ru";
public $icon = "moemesto.png";
public $registrationUrl = "http://moemesto.ru/register/";

protected function _login(Array $data) {
$postdata = array (
"login" => $this->login,
"password" => $this->password,
);
$options = array(
"testCondition" => "Здравствуйте"
);
return $this->process("http://moemesto.ru/login/", $postdata, $options);
}

protected function _addBookmark(Array $data) {
extract($data);
$postdata = array (
"url" => $url,
"title" => $name,
"tags" => implode(" ", $tags),
"status" => true,
"desc" => $description,
);
$options = array(
"testCondition" => "Закладка"
);
$this->bookmarkUrl = "http://moemesto.ru/".$this->login."";
return $this->process("http://moemesto.ru/post/", $postdata, $options);
}

}

?>

добавьте перелинковку внутренних страниц хотя-бы.

если нужен трафик, то плюсом будет кириллические буквы в урлах!

Knox:
А можно ссылки на блоги в студию?

пишите в icq 407534416

Всего: 363