Was ich schon versucht habe:
Code: Alles auswählen
AddType application/x-httpd-php php php4 php3 html htm
und
Code: Alles auswählen
<script language="php">
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../:../../../../../');
include ('xyzz345345.php');
echo RECEIVE_LINKS_GetAds();
?>
</script>