mysql puked: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near........... at line 1
Выскакивает когда трекер начинает считывать трекеры торрента.
гляньте это строчки, может здесь ошибка, (файл takeupload.php)
- Код: Выделить всё
$ret = sql_query("INSERT INTO torrents (search_text, filename, owner, sticky, announce_url, info_hash, name, size, numfiles, type, descr, ori_descr, free, image1, image2, category, save_as, added, last_action) VALUES (" . implode(",", array_map("sqlesc", array(searchfield("$shortfname $dname $torrent"), $fname, $CURUSER["id"], "no", $sticky, $infohash, $torrent, $totallen, count($filelist), $type, $descr, $descr, $free, $inames[0], $inames[1], 0 + $_POST["type"], $dname))) . ", '" . get_date_time() . "', '" . get_date_time() .
"external => " .($internal ? "no":"yes") .
"announce_url => '".@implode(", ", $announce) .")");
Ниже выложен архив с самим мультитрекером... там инструкция, всё делал правильно.... скажите, в чём косяк???
Может я не там ищю ошибку....
