hej
szukam hostingu mp3, ktory automatycnzie usunie nutke po 1 przesluchaniu
ew skrypt php jak komus sie chce pisac ; d
znów się widzimy
<?php
function sendFile($filename) {
if(file_exists($filename)) {
header('Cache-Control: max-age=604800');
header('Content-type: audio/mpeg');
header('Content-Transfer-Encoding: binary');
header('Content-Length: '.filesize($filename));
readfile($filename);
unlink($filename);
}
}
sendFile("zajebista_nuta.mp3");
?>
znów się widzimy
Problem z komputerem? Instrukcja diagnostyczna
Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat."Don't worry, I'm just a pervert"Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki