NeOn

Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
Цитата: тебе это трудно будет понять. | :( Цитата: Короче тебя в школе должны были этому учить на информатике, не нужно было прогуливать. | ты прав на информатику я не ходил... А теперь по делу:) Ни чего у меня не работает, полная тишина, как будто и не стваил хак вовсе... (переменную прописывал) Есть такая проблемка: файл post.cgi в РидМи написано: Код: * Now look for this section, it is towards the bottom of the file: ##### add the replyto the file. * from there scroll down to find this chunk of code: $filetomake = "$ikondir" . "forum$inforum/$intopic.thd"; $filetomake = &stripMETA($filetomake); open(FILE, ">$filetomake"); flock(FILE, 2); foreach $messages (@allmessages) { chomp $messages; print FILE "$messages\n"; } print FILE "$inmembername|$topictitle|$postipaddress|$inshowemoticons|$inshowsignature|$currenttime|$inpost|$inposticon"; close(FILE); * Enter this new chunk of code right below it: $filetomake = "$ikondir" . "forum$inforum/lastpost.cgi"; $filetomake = ($filetomake); open(FILE, ">$filetomake"); flock(FILE, 2); print FILE "$inforum|$intopic|$topictitle"; close(FILE); | То что выделено жирным в файле нет :( вот что есть: Код: $filetomake = "$ikondir" . "forum$inforum/$intopic.thd"; $filetomake = &stripMETA($filetomake); foreach $messages (@allmessages) { chomp $messages; $processed_data .= "$messages\n"; } $processed_data .= "$inmembername|$topictitle|$postipaddress|$inshowemoticons|$inshowsignature|$currenttime|$inpost"; open(FILE, ">$filetomake"); flock(FILE, 2); print FILE $processed_data; close(FILE); | Может в этом проблема...
---------- Käekellad.ee - Интернет-магазин часов от Европейских дизайнеров. С Экспресс доставкой в Санкт-Петербург и Москву |
|