Ben Letitbit.net için bir senaryo yazdım. CURL yardımı ile ben 60 saniye sonra indirmek istediğiniz dosyanın linki çıkacak sayfaya alabilirsiniz. Bu sayfa bir tarayıcı üzerinden sayfasına alırsanız, sourse kod sadece bu gibi görünüyor ... çerçeveler kullanır:
<frameset rows="125,70,*" frameborder="no" border="0" framespacing="0">
<frame src="http://letitbit.net/tmpl/tmpl_frame_topad.php" name="mainFrame" scrolling="No" noresize="noresize" id="mainFrame" title="topFrame" />
<frame src="http://letitbit.net/tmpl/tmpl_frame_top.php?link=http://r3.letitbit.net/download100/7930.7504ba9eaf495fe8945741a1d3_tybujkhg9e17poo/719028/letitbit.net/___2.7z" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="http://letitbit.net/wawname/letitbit.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
Bu benim PHP komut ile yapılır ama ne zaman bu olsun:
<frameset rows="125,70,*" frameborder="no" border="0" framespacing="0">
<frame src="http://letitbit.net/tmpl/tmpl_frame_topad.php" name="mainFrame" scrolling="No" noresize="noresize" id="mainFrame" title="topFrame" />
<frame src="http://letitbit.net/tmpl/tmpl_frame_top.php?link=" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="http://letitbit.net/wawname/letitbit.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
Gerçek bağlantı eksik olduğu budur. (http://r3.letitbit.net/download100/7930.7504ba9eaf495fe8945741a1d3%5Ftybujkhg9e17poo/719028/letitbit.net/%5F%5F%5F2.7z) Sorun nedir? Bana biraz ipucu verebilir misiniz?