05.06.2008, 19:39
hallo..bei mir funzt es auch nicht..hier meine news.php
muss ich noch was ändern?
PHP-Code:
<?php
define("IN_MYBB", 1);
define("KILL_GLOBALS", 1);
define("NO_ONLINE", 1);
// The Directory to the forum you are using this on.
// You do not need a beggining or trailing slash
$directory_to_forum = "http://ec.rapidspace.de/forum/";
require dirname(__FILE__)."/".$directory_to_forum."/global.php";
$plugins->run_hooks("site_news_plugin_run");
?>
muss ich noch was ändern?