İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

preg_match_all ile linkleri alamadım :(

maxcilopez

0
İyinet Üyesi
Katılım
27 Ekim 2006
Mesajlar
545
Reaction score
0
Mrb arkadaşlar buradaki
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=adobe-audition&lid=1852
tüm

http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4-mp3&lid=1001
http://www.gezginler.net/modules/my...hp?download=4front-headphones-plugin&lid=1305
http://www.gezginler.net/modules/my...wnload=4musics-multiformat-converter&lid=1187
şeklindeki linkleri almaya çalıştım ama beceremedim yapmış olduğum kod bu

PHP:
function dosya_indir($feed){


        $ch = curl_init();
        $timeout = 0;
        curl_setopt ($ch, CURLOPT_URL, $feed);
        curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
        $veri= curl_exec($ch);
        curl_close($ch);

        return $veri;

    }
$file="http://www.gezginler.net/modules/mydownloads/viewcat.php?cat=ses-araclari&cid=5";
$string = dosya_indir("$file");

preg_match_all('/http:\/\/www\.gezginler\.net\/modules\/mydownloads\/singlefile\.php?download=(.*?)&lid=(.*?)/',$string,$bilgi);

echo $bilgi[1][0]."osman<br>";
echo $bilgi[1][1]."osman<br>";
echo $bilgi[1][2]."osman<br>";
echo $bilgi[1][3]."osman<br>";
Sorun nedir tşk..
 

Bumber

0
İyinet Üyesi
Katılım
15 Şubat 2008
Mesajlar
216
Reaction score
1
Konum
Istanbul
PHP:
preg_match_all('|http\:\/\/www\.gezginler\.net\/modules\/mydownloads\/singlefile\.php\?download=(.*?)\&lid=(.*?)|siU',$string,$bilgi);

denermisin
 

Bumber

0
İyinet Üyesi
Katılım
15 Şubat 2008
Mesajlar
216
Reaction score
1
Konum
Istanbul
budur

PHP:
<?


function dosya_indir($feed){ 


        $ch = curl_init(); 
        $timeout = 0; 
        curl_setopt ($ch, CURLOPT_URL, $feed); 
        curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); 
        curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); 
        $veri= curl_exec($ch); 
        curl_close($ch); 

        return $veri; 

    } 
$file="http://www.gezginler.net/modules/mydownloads/viewcat.php?cat=ses-araclari&cid=5"; 
$string = dosya_indir("$file"); 

preg_match_all('|<a href=\'(http\:\/\/www\.gezginler\.net\/modules\/mydownloads\/singlefile\.php\?download=.+\&lid=(.+))?\'|siU',$string,$bilgi);  
foreach($bilgi[1] as $adresler){
echo "$adresler\n";
}

?>

ciktisi
Kod:
Hustech:~ [Hustech@root] php aaa.php

http://www.gezginler.net/modules/mydownloads/singlefile.php?download=virtual-dj&lid=1085
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=zortam-mp3-media-studio&lid=5312
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4-mp3&lid=1001
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4-mp3&lid=1001
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4front-headphones-plugin&lid=1305
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4front-headphones-plugin&lid=1305
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4front-headphones-plugin&lid=1305
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4musics-multiformat-converter&lid=1187
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4musics-multiformat-converter&lid=1187
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=4musics-multiformat-converter&lid=1187
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acaustica&lid=1062
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acaustica&lid=1062
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acaustica&lid=1062
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acid-pro&lid=654
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acid-pro&lid=654
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acoustica-mixcraft&lid=1440
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acoustica-mixcraft&lid=1440
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=acoustica-mixcraft&lid=1440
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=adobe-audition&lid=1852
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=adobe-audition&lid=1852
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=adobe-audition&lid=1852
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=aiv-mp3-cutter&lid=4763
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=aiv-mp3-cutter&lid=4763
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=aiv-video-screensaver&lid=4764
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=aiv-video-screensaver&lid=4764
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=aiv-video-screensaver&lid=4764
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=akinsoft-music-box&lid=1306
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=akinsoft-music-box&lid=1306
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=akinsoft-music-box&lid=1306
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-recorder&lid=1439
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-recorder&lid=1439
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-recorder&lid=1439
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-sound-recorder-xp&lid=1231
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-sound-recorder-xp&lid=1231
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all-sound-recorder-xp&lid=1231
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all2wav-recorder&lid=5697
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=all2wav-recorder&lid=5697
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=ashampoo-music-studio&lid=363
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=ashampoo-music-studio&lid=363
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=ashampoo-music-studio&lid=363
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=atomixmp3&lid=361
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=atomixmp3&lid=361
http://www.gezginler.net/modules/mydownloads/singlefile.php?download=atomixmp3&lid=361
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

seo ajansı , sosyal medya yönetimi
Üst