Results 1 to 8 of 8
Thread: HTML
Hybrid View
-
16th December 2008 14:35 #1
HTML
, ( QuickTime). T.e. , Save as. , , . :
<a href="/MetalMint/Camel.mp3">Sea of Complexity [mp3]</a>We are drowning in information, but starving for knowledge and time!
-
16th December 2008 16:54 #2
-
16th December 2008 17:47 #3
php?
|Aus Z87-Pro, 4770k, 2x8GB GEIL EVO LEGGERA 1866, 2x PowerColor PCS+ 290, OCZ Vertex Le 100gb + 2xWD640 AAKS, EVGA Supernova P2 1000W, 24" Dell 2408WFP
-
16th December 2008 22:26 #4
fly, , , , .
<a href="get_mp3.php?file=ceca.mp3"> </a>
get_mp3.php :
<?php
$file="httpdocs/mp3s/".$_GET[file];
$fd=fopen($file , 'r');
$filesize=filesize($file);
header("Content-type: application/octet-stream;");
header("Content-Disposition: attachment; filename=$_GET[file];");
header("Content-length:". $filesize);
header("Cache-Control: ");
header("Pragma: ");
sleep(1);
fpassthru($fd);
?>
$_GET[file]
-
17th December 2008 00:59 #5
iMarh, ! !!!
We are drowning in information, but starving for knowledge and time!
-
16th December 2008 17:56 #6
-
16th December 2008 18:02 #7
, Plugin- Browser- Save as . php , .
.. skydive, .We are drowning in information, but starving for knowledge and time!
-
16th December 2008 19:25 #8Code:
<? header('Content-Disposition: attachment; filename="file.mp3"'); ?>




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in