Simpsons Posted November 7, 2012 Report Share Posted November 7, 2012 Добрый вечер! Подскажите пожалуйста как сделать вот такой же ФТП сервер как у них - Ссылка.Буду очень благодарен) Quote Link to comment Share on other sites More sharing options...
lexxcode Posted November 7, 2012 Report Share Posted November 7, 2012 Options -Indexes в .htaccess или в httpd.confна сервере 1 Quote Link to comment Share on other sites More sharing options...
Simpsons Posted November 7, 2012 Author Report Share Posted November 7, 2012 Сайт на Укозе + у них там место довольно так и не мало. Quote Link to comment Share on other sites More sharing options...
Simpsons Posted November 8, 2012 Author Report Share Posted November 8, 2012 И как я понял у них там серии лежат (Южный парк), хочу реализовать подобное. Кто знает как, объясните пожалуйста подробнее.. Quote Link to comment Share on other sites More sharing options...
Int Posted November 8, 2012 Report Share Posted November 8, 2012 $files = glob('*.*');foreach ($files as $file)echo '<a href="'.$file.'">'.$file.'</a>';Грубо говоря, вот так.Это ни разу не ftp Quote Link to comment Share on other sites More sharing options...
Simpsons Posted November 9, 2012 Author Report Share Posted November 9, 2012 $files = glob('*.*');foreach ($files as $file)echo '<a href="'.$file.'">'.$file.'</a>';Грубо говоря, вот так.Это ни разу не ftpСпасибо за ответ, но в php я - ноль.Объясните возможно такое сделать и как? Quote Link to comment Share on other sites More sharing options...
Int Posted November 10, 2012 Report Share Posted November 10, 2012 Считать список файлов в папке и вывести их в стлбец, оформив ссылками. Quote Link to comment Share on other sites More sharing options...
alekseytrue Posted November 10, 2012 Report Share Posted November 10, 2012 В php обычным перечислением делай. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.