hallo danke für dein antwort aber leider verstehe ich nicht was du meinst?! könntest du evt mal posten wie das aussehen müsste? lg und vielen dank in vorraus
EDIT:
habe jetzt folgendes gemacht
?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
|
http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: index.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at
www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
<object data="Test.swf" type="application/x-shockwave-flash" width="600" height="400">
<param name="movie" value="Test.swf" />
<param name="quality" value="high" />
<param name="scale" value="exactfit" />
<param name="menu" value="true" />
<param name="bgcolor" value="#000040" />
</object>
require_once "maincore.php";
redirect($settings['opening_page']);
?>
leider kommt bei mir dann eine fehlermeldung lg
EDIT meldung: Parse error: syntax error, unexpected '<' in /users/thomashans/www/index.php on line 19