Sry wen die Frage vieleicht schonn mal irgend wo besprochen wurde aber ich hab nix gefunden, ich hab folgendes Problem ich möchte eine Shoutcast Seite (zb. SHOUTcast Administrator) einlessen brauch eigentlich nur den Quelltext um daraus dann die Einzelnen daten raus zu filtern bekomm die aber ned in meinen PHP code rein habs mit
PHP-Code:
<?php
include('http://dsl.tb-stream.net/index.html');
?>
Code:
[FONT=Verdana][B]Warning[/B]: include() [[URL="http://de.php.net/function.include"]function.include[/URL]]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in [B]/users/patrickmessy/www/test.php[/B] on line [B]2[/B] [/FONT].bpe a:link, .bpe a:visited, .bpe a:active { color: #0b4c8e; text-decoration: none; } .bpe a:hover { color: #0D7CEC; } [FONT=Verdana] [B]Warning[/B]: include([url=http://dsl.tb-stream.net/index.html]SHOUTcast Administrator[/url]) [[URL="http://de.php.net/function.include"]function.include[/URL]]: failed to open stream: no suitable wrapper could be found in [B]/users/patrickmessy/www/test.php[/B] on line [B]2[/B] [/FONT].bpe a:link, .bpe a:visited, .bpe a:active { color: #0b4c8e; text-decoration: none; } .bpe a:hover { color: #0D7CEC; } [FONT=Verdana] [B]Warning[/B]: include() [[URL="http://de.php.net/function.include"]function.include[/URL]]: Failed opening 'http://dsl.tb-stream.net/index.html' for inclusion (include_path='.') in [B]/users/patrickmessy/www/test.php[/B] on line [B]2[/B][/FONT]
Kommentar