Salve ho questro script di rapidshare, forse gia lo conoscete:
codice:
<? $premiumaccount = "account id"; // Insert Premium Account ID
$fileid = "12345678"; // Insert File ID
$filename = "nomefile.zip"; // Insert file name
$killcode = "343432743475354"; // File Killcode. The Killcode can be viewed in the Premium Zone under "Export Details"
$validuntil = time() + 300; // Effective for 300 seconds from now on
$md5hex = md5($premiumaccount.",".$fileid.",".$killcode.",".$validuntil);
print "Secured link is: http://rapidshare.com/files/$fileid/t$validuntil-$md5hex/$filename"; ?>
Restituisce a video un testo con il link da copiare ed incollare. Io vorrei rendero direttamente cliccabile magari aggiungendo dell'html per inglobare il link rapidshare.
Qualcuno puo aiutarmi?
Grazie mille