Hallo
Ich möchte das Friendfinder Modul in PragmaMX einbauen
http://warpspeed.4thdimension.de/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=7400
hab die index.php so geändert
if (!defined("mxMainFileLoaded")) die('Not in pragmaMx...');
require_once('mainfile.php');
/* check ob die verwendete pragmaMx Version korrekt ist */
if (!defined('PMX_VERSION')) {
mxErrorScreen('Error: this osc2pragmaMx Version requires pragmaMx 0.1.11 or higher.');
}
define('INDEX_FILE', true);//quote to take out right block
$GLOBALS["index"] = 1;
#if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
# die ("You can't access this file directly...");
# }
#require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
#get_lang($module_name);
mxGetLangfile($module_name);
das sind die ersten zeilen und jetzt wird nur eine Weiße seite angezeigt
weiß einer ein rat für mich
gruß
DeMa
oder gibt es für PMX sowas ähnliches?