Поиск по сайту

Результаты поиска: «cookie notice»

Найдено совпадений: 287

Помогите исправить ошибки
ВОТ ошибка
Notice: Undefined variable: config_home in /home/home784/public_html/includes/counters.php on line 178
ВОТ строчка
echo'<small>[Наших:<a href="'.$config_home.'/pages/online.php?'.SID.'"><font color="#00FF00">'.$counter_reg.'</a></font>]</small>';
ВОТ ошибка
Notice: Undefined variable: config_home in /home/home784/public_html/includes/counters.php on line 180
ВОТ строчка
echo'<small>[Всех:<a href="'.$config_home.'/pages/online.php?list=full&'.SID.'"><font color="#00FF00">'.$counter_online.'</a></font>]</small><br> ';
ВОТ ошибка
Notice: Undefined variable: base_day_max in /home/home784/public_html/includes/counters.php on line 265
ВОТ строчка
if ($day_diff >= $base_day_max)
ВОТ ошибка
Notice: Undefined variable: base_i_max in /home/home784/public_html/includes/counters.php on line 270
ВОТ строчка
if ($i_diff >= $base_i_max)
Помогло. Могу я узнать что делает та функция? И что написать при такой ошибке? Notice: Undefined index: text in
Также выдает и такие ошибки:-(

Notice: Undefined index: login in


Notice: Undefined index: pass in

Notice: Undefined index: act in
Про функцию прочитал. Я и поставил 0, но все равно эти ошибки издают:-(
Это чее?
И хде капча?
///
Белый WAP Каталог
Добавление сайта
Notice : Undefined variable: err in /home/sexbo288/public_html/cat/add.php on line 26
Notice : Undefined index: title in /home/sexbo288/public_html/cat/add.php on line 31
Notice : Undefined index: desc in /home/sexbo288/public_html/cat/add.php on line 33
Notice : Undefined index: url in /home/sexbo288/public_html/cat/add.php on line 35
Название сайта:
Описание сайта:
Адрес сайта:
http://
Выберите категорию:
*Код с картинки: Добавить
На главную
<?php
function send_mime_mail($name_from, // имя отправителя
$email_from, // email отправителя
$name_to, // имя получателя
$email_to, // email получателя
$data_charset, // кодировка переданных данных
$send_charset, // кодировка письма
$subject, // тема письма
$body // текст письма
) {
$to = mime_header_encode($name_to, $data_charset, $send_charset)
. ' <' . $email_to . '>';
$subject = mime_header_encode($subject, $data_charset, $send_charset);
$from = mime_header_encode($name_from, $data_charset, $send_charset)
.' <' . $email_from . '>';
if($data_charset != $send_charset) {
$body = iconv($data_charset, $send_charset, $body);
}
$headers = "From: $from\r\n";
$headers .= "Content-type: text/plain; charset=$send_charset\r\n";
return mail($to, $subject, $body, $headers);
}
function mime_header_encode($str, $data_charset, $send_charset) {
if($data_charset != $send_charset) {
$str...
Skrillex (14 Мая 2012 / 00:35)
Ребята,за такую конфетку всего-то 600 рублей! Покупаем smile
Да уж конфетище
Notice: Undefined variable: err in /home/sexbo288/public_html/cat/add.php on line 26

Notice: Undefined index: title in /home/sexbo288/public_html/cat/add.php on line 31

Notice: Undefined index: desc in /home/sexbo288/public_html/cat/add.php on line 33

Notice: Undefined index: url in /home/sexbo288/public_html/cat/add.php on line 35
ramzes (16 Февраля 2015 / 20:35)
274. ®_GodZiIIa_€, ты бы ошибки то указал, может что и подсказали бы
При полном этом коде, ошибки такие:
Notice: Undefined variable: start in /home/u296953939/public_html/local/main/gallery.dat on line 6

Notice: Undefined variable: start in /home/u296953939/public_html/local/main/gallery.dat on line 7
(Здесь выводит заголовок картинки)

Notice: Undefined variable: start in /home/u296953939/public_html/local/main/gallery.dat on line 11
(здесь выводит картинку)
Закомментировал две строки в коде:
if ($total > 0) { 
//if ($start >= $total) { $start = last_page($total, $config['fotolist']);}
//$page = floor(1 + $start / $config['fotolist']); 
$photos = $queryphoto ->fetchAll(); 
Остаётся одна ошибка:
Notice: Undefined variable: start in /home/u296953939/public_html/local/main/gallery.dat on...
шапку от ротора вставил чуть ниже граббер заработал ну ошибки сверу вылазиют
Notice: Undefined index: search in /home/serge213/public_html/mp3/index.php on line 18

Notice: Undefined index: page in /home/serge213/public_html/mp3/index.php  on line 19

Notice: Undefined index: q in /home/serge213/public_html/mp3/index.php on line 20

Notice: Use of undefined constant files - assumed 'files' in /home/serge213/public_html/mp3/index.php on line 37
<?php
include 'conf.php';



include 'CurlClass.php';

include 'head.php';
$conf = new CurlClassConfig;
$conf->userAgent = 'IPAD';
$conf->cookiesFile = 'cookies.txt';
$conf->referer = 'http://poiskm.org/';
#$conf->proxy = '127.0.0.1:9050';
#$conf->proxytype = CURLPROXY_SOCKS5;
$conf->timeout = 10;
$conf->followLocations = FALSE;
$curl = new CurlClass;
$search = htmlspecialchars(trim($_GET['search'])); 
$page = htmlspecialchars(trim($_GET['page'])); 
$q = htmlspecialchars(trim($_GET['q'])); 

$file =...
Anonim-88 (Вчера / 10:13)
Путь должен быть полным
// <?
$cookie=str_replace('\\','/',dirname(__FILE__)).'/cookie.dat';
// ...
curl_setopt($ch, COOKIE_FILE, $cookie);
curl_setopt($ch, COOKIE_JAR, $cookie);
// ...
<?php
set_time_limit(0);
Error_Reporting(E_ALL & ~E_NOTICE);
$mail = 'qweqwe@mail.ru'; //e-mail или логин от контакта
$pass = 'qweqwe'; //пароль от контакта
function grabb($str, $start, $end) {
$start = strpos($str, $start) + strlen($start);
$end = strpos($str, $end, $start);
$result = substr($str, $start, $end - $start);
flush();
return $result;
}
$res = connect("http://login.vk.com/?act=login&email=$mail&pass=$pass&vk=");
$sid = grabb($res, "id='s' value='", "'");
$res = connect("http://vkontakte.ru/login.php?op=slogin&redirect=1&s=$sid");
$cookie = 'remixchk=5; remixsid='.grabb($res, 'remixsid=', ';');
function connect($link, $cookie=null){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$link);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_GET, 1);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
$otvet = curl_exec($ch);
curl_close($ch);
return $otvet;
}
connect ('http://vkontakte.ru/profile.php', $cookie);
?>
куда код...
Понял этот процес, вот только как зделать главную без ошибок)?
Когда перехожу на/index.php?site=rules ошибок нет, а вот на /index.php вылазят ошибки
Notice: Undefined index: site in T:\home\virtual\gang.ru\index.php on line 3

Notice: Undefined index: site in T:\home\virtual\gang.ru\index.php on line 4

Notice: Undefined index: site in T:\home\virtual\gang.ru\index.php on line 5