//Website Path $path["webroot"]="http://alt.listros.de/deu/"; //Document Path //print getenv("SCRIPT_NAME"); print getenv("DOCUMENT_ROOT"); $path["docroot"] = "/home/www/p128410/html/alt/deu/"; //MySQL Settings $db["type"]="mysql"; $db["host"]="db1057.mydbserver.com"; $db["user"]="p128410"; $db["pass"]="gundelfisch"; $db["used"]="usr_p128410_2"; //Include all the necessary classes and files. Don't modify. ini_set("magic_quotes_runtime", "0"); ini_set("display_errors",true); error_reporting(E_ALL ^ E_NOTICE); include_once($path["docroot"]."common/include.php"); ?>