Erstmal wünsche ich allen Jecken aus Deutschland eine frohe Karnevalszeit und ich hoffe ihr feiert alle ausgelassen!
Jetzt aber zu meinem Problem:
Ich habe das Modul "Pimp my Admin" auf meiner Ilchseite installiert und soweit klappt das auch alles ohne Probleme. Dazu wollte ich aber noch eine externe Seite mit include einbinden. Also habe ich die admin.php Datei der neuen Adminversion geöffnet und Folgendes:
<? include ('http://xyz.de/info/index.php');?>
hier eingefügt:
<table class="border" cellspacing="1" cellpadding="0" width="100%" border="0"> <? include ('http://xyz.de/info/index.php');?><tr> <td class="Chead" height="20"> Info</td> </tr> <td> <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td class="Cnorm" align="center" width="20%"> <?php echo getCalendar($mon, $jahr, $url, $urlod, $data, $cellpadding=2);?> </td> <td class="Cnorm" align="center" valign="top" width="60%">Nächsten Geburtstage<hr style="height: 0px; border: dotted #444444 0px; border-top-width: 1px; " /><br> <? include ('include/boxes/geburtstag.php');?> </td> <td class="Cnorm" align="center" width="20%"> <embed src="http://www.clocklink.com/clocks/0008-Orange.swf?TimeZone=WET" width="150" height="150" wmode="transparent" type="application/x-shockwave-flash"> </td> </tr> </table>
Also Ergebnis bekomme ich dann aber komischerweise die folgende Fehlermeldung:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in include/admin/admin.php on line 33 Warning: include(http://xyz.de/info/index.php) [function.include]: failed to open stream: no suitable wrapper could be found in include/admin/admin.php on line 33 Warning: include() [function.include]: Failed opening 'http://xyz.de/info/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in include/admin/admin.php on line 33
Hat jemand eine Idee woran das liegen könnte? Über eure Hiflfe würde ich mich sehr freuen!
mfg. E|_3ment