<?php
// Call SSI.php
require_once('/var/www/vhosts/xxx/httpdocs/rk/SSI.php');
global $sourcedir;
$context['template_layers'] = array();
// For SMF 2
$context['template_layers'] = array('html', 'body');
// For SMF 1
//$context['template_layers'] = array('main');
// Call Gallery
require_once($sourcedir . '/MGallery.php');
// Initialise
MGallery_init('http://www.xxx.net/galeri/index.php?');
// Shut down
obExit();
?>
Anlamadığım şey şu bu kodcuk httpdocs un içinde her yerde çalışıyor. ama subdomainde çalışmıyor. bunun için hostingin herhangi birşeyi falan mı açması gerekiyor aceba.