Jump to content

ssi.php - вывод Новостей на Главную сайта

Featured Replies

Posted

Уже поднимал данную >тему

 

Но конкретной инструкции все же, что делать - я не нашел.

Папку ssi_template и ssi.php загрузил. В php.ini разрешил.

Ошибка: An error occurred whilst processing this directive

 

Кто подскажет, как все таки это все реализовать?

В файле же инструкция прилагается, в чём возникла проблема?

Заливаем папку ssi_templates и файл ssi.php

Обращаемся к файлу:

include("domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=xml");

  • Author

В файле же инструкция прилагается, в чём возникла проблема?

Заливаем папку ssi_templates и файл ssi.php

Обращаемся к файлу:

include("__domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=xml");

Так и делаю. И вот такая ошибка: An error occurred whilst processing this directive

Все залил, что надо.

<?php
$page = basename($_SERVER['REQUEST_URI']);
if ($page == 'index.php' || $page == "/" || $page == '') {
    print "Последние 10 постов с сайта:<br />n";
    include("__www.rf-doa.com/forum/ssi.php?a=lastposts&show=10");    
}
?>

Отображает:

Последние 10 постов с сайта:
An error occurred whilst processing this directive
  • Author

<?php
$page = basename($_SERVER['REQUEST_URI']);
if ($page == 'index.php' || $page == "/" || $page == '') {
    print "Последние 10 постов с сайта:<br />n";
    include("__www.rf-doa.com/forum/ssi.php?a=out&f=2&show=10&type=xml");
}
?>

И сайт виснет намертво

Ап, ап, ап. Помогите решить

  • 1 месяц спустя...
  • 8 месяцев спустя...

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.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.