Вход Регистрация
Файл: inc/tools/yahoo_position_checker/index.php
Строк: 40
<form id="form1" name="form1" method="POST" action="">
  <table width="100%" border="0" align="center" class="ttable">
    <tr>
      <td bgcolor="#D4D0C8"><strong>Проверка позиций сайта в Yahoo! </strong></td>
    </tr>
    <tr>
      <td>Поисковые запросы:</td>
    </tr>
    <tr>
      <td><label>
        <textarea name="search_queries" cols="40" rows="5" id="search_queries"></textarea>
      </label></td>
    </tr>
    
    <tr>
      <td>Проверять в топ 
        <label>
        <select name="results_count" id="results_count">
          <option selected="selected">10</option>
          <option>20</option>
          <option>30</option>
          <option>50</option>
          <option>100</option>
        </select>
      результатов</label></td>
    </tr>
    <tr>
      <td>URL сайта: 
        <label></label></td>
    </tr>
    <tr>
      <td><input name="url" type="text" id="url" value="http://" size="50" /></td>
    </tr>
    <tr>
      <td><input type="submit" name="Submit" value="Проверить позиции" /></td>
    </tr>
    <tr>
      <td><?php
      
if($_POST['url'] && $_POST['search_queries'])
      {
      require(
'inc/tools/yahoo_position_checker/functions.php');
      
$s_queries=explode("n"$search_queries);
      
$sq_count=count($s_queries);
      echo 
'Количество поисковых запросов: <b>'.$sq_count.'</b><br><br>
      Проверка позиций сайта: <i>'
.$_POST['url'].'</i> в топ <b>'.$_POST['results_count'].'</b> результатов...<br><br>';
          if(
$sq_count)
          {
        echo 
'<table width="100%">';
          for(
$i=0$i<$sq_count$i++)
            {
            
ob_flush(); flush();
            
$s_query=trim($s_queries[$i]);
            
$s_query2=urlencode($s_query);
            echo 
'<tr><td><b>Запрос:</b> <a href="http://search.yahoo.com/search?p='.$s_query2.'" target="_blank">'.$s_query.'</a></td><td>Позиция: <b>'.check_position($_POST['url'], $s_query2$_POST['results_count']).'</b></td></tr>';
            
sleep(1);
            }
        echo 
'</table>';    
          }
      }
      
?></td>
    </tr>
  </table>
</form>
Онлайн: 0
Реклама