mrairbrush
Member
Geht auch nicht.
Das script lautet:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /var/www/clients/client1/web6/web/domain/modules/mod_werbung.php on line 16
Warning: include(http://domain.com/whats_new_galerie.php) [function.include]: failed to open stream: no suitable wrapper could be found in /var/www/clients/client1/web6/web/domain/modules/mod_werbung.php on line 16
Warning: include() [function.include]: Failed opening 'http://domain.com/whats_new_galerie.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client1/web6/web/domain/modules/mod_werbung.php on line 16
Das script lautet:
<?php
// $Id: mod_newmodule.php,v 1.0 2004/04/18 15:23:20 sgabardi Exp $
/**
* Newmodule
* @package Mambo Open Source
* @Copyright (C) 2000 - 2003 Miro International Pty Ltd
* @ All rights reserved
* @ Mambo Open Source is Free Software
* @ Released under GNU/GPL License : The GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)
* @version $Revision: 1.0 $
**/
include ('http://domain.com/whats_new_galerie.php');
?>