Hello,
I'm looking for the code for the download link, i'm looking for the code to link to the file download so i can put it somewhere else on the same page.
Does anyone know the code?
Best Regards.
// THIS CODE IS ALREADY AVAILABLE IN ./DOWNLOAD.PHP
// ONLY USE THE BELOW CODE IF YOU ARE NOT USING IT
// IN DOWNLOAD.PHP
$filecrc = $_GET['file'];
if (file_exists("./files/".$filecrc.".dfh")) {
$fh1=fopen("./files/".$filecrc.".dfh",r);
$foundfile= explode('|', fgets($fh1));
fclose($fh1);
}
// END OF DOWNLOAD.PHP CODE
// New code to generate streaming link
$streamingLink = $scripturl ."download2.php?a=" . $filecrc . "&b=" . md5($foundfile[2].$_SERVER['REMOTE_ADDR'];
Return to Hacks and Modifications
Users browsing this forum: No registered users and 6 guests