misal
http://www.tamindir.com/counter-strike/indir/ burda direk
attr('href','http://cloud.bluestacks.com/api/getdownload');vargibi vermemiş
attr('href',indir_link);varşeklinde verilmiş.
var indir_link='http://www.tamindir.com/indir/'+tarih_format+'/counter-strike/windows/1.5-turkce-dil-paketi';
şeklinde indirme linkini elde edebilirsiniz.
tarih formatını
$tarih_format=base64_encode(date('Y-m-d H:i:s',time())); şeklinde kendinizde elde edip kullanabilirsiniz. Tabiki önce tam indirden regex ile indirme kodunu alın.
preg_match("~indir_link=\'(.*?)\'\+tarih_format\+\'(.*?)\'~is",$curl_veri,$cikti);
$tarih_format=base64_encode(date('Y-m-d H:i:s',time()));
$indirme_linki=$cikti[1].$tarih_format.$cikti[2];şeklinde deneyebilirisiniz.