<?php $file_id = $_GET[file_id]; $link = "http://xxx:xxx@hotfile.com/dl/$file_id/$file/"; $size = 1024*1024*$genlink_zmien3[0]; $nazwa_pliku = $genlink_zmien2[0]; switch($file_extension){ case "exe": $ctype="application/octet-stream"; break; case "zip": $ctype="application/zip"; break; case "mp3": $ctype="audio/mpeg"; break; case "mpg": $ctype="video/mpeg"; break; case "flv": $ctype="video/flv"; break; default: $ctype="application/force-download"; } $size2=$size-1; exit; ?>
Na XAMMPie w localhost działa skrypt poprawnie, bez problemów się ściąga pliki, a na serwerze nie. Co jest nie tak?
Wywala taki błąd na serwerze www:
Cytat
Warning: file_get_contents(http://hotfile.com/dl/39878927//) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /home/xxxx/domains/domena.pl/public_html/hf.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 28
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 28
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/domains/domena.pl/public_html/hf.php:6) in /home/xxxx/domains/domena.pl/public_html/hf.php on line 33
Pozdrawiam i proszę o pomoc.