Having difficulty getting this working.
I added this to my index.shtml:
Code:
<!--#include file="/mnt/web/guide/site/forum/buds.php" -->
This is my buds.php
Code:
<?php
//------------------------------------------+
// path to forums must have a trailing slash
$path = "/mnt/web/guide/site/forum/";
// name of your forum directory
$path2 = "forum";
//------------------------------------------+
// support will only be provided below:
// https://vborg.vbsupport.ru/showthrea...threadid=49416
//
// that's all...
//------------------------------------------
chdir("$path");
require("./global.php");
I receive the following error:
[an error occurred while processing this directive]
Thanks,
Syl...