PHP freehtml5.co BOT

 <?php set_time_limit(0);?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
 <html xmlns="http://www.w3.org/1999/xhtml">  
 <head>  
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
 </head>  
 <body>  
 <?php   
 function getData($data,$startTag,$finishTag){  
  $data= explode($startTag,$data);  
  $data= $data[1];  
  $data= explode($finishTag,$data);  
  $data= $data[0];  
  return $data;  
  }  
 $site = "http://freehtml5.co";  
 $data = file_get_contents($site);  
 preg_match_all('/<div class="col-sm-12 col-md-6 col-lg-4">.*?>(.*?)<\/div>/si', $data, $download);   
 foreach($download as $d)  
  {  
  $toplam = count ($d);  
  for ($i = 0; $i <= $toplam; $i++) {  
  $sitegelen= getData($d[$i],'<a class="img-link" href="','"');    
 $verim = file_get_contents($sitegelen);  
  $baslik= getData($verim,'<h1 class="entry-title">','</h1>');    
  $resim= getData($verim,'<meta property="og:image" content="','"');   
  $indirlink = getData($verim,'<a class="btn btn-primary" href="','"');  
 if (!empty($indirlink))  
 {  
 ?>  
 Ücretsiz Bootstrap Web Tasarım - <?php echo $baslik;?><br>  
 Demo : [url]<?php echo $indirlink;?>[/url]<br>  
 İndirme Linki : [url]<?php echo $indirlink;?>[/url]<br>  
 [img]<?php echo $resim;?>[/img]<br><br>  
 <?php }   
 }  
 }  
  ?>  
 </body>  

Yorumlar

Bu blogdaki popüler yayınlar

Stormfall: Saga of Survival Hile

Php ile Windows Uygulama Yapmak Başlangıç (PHP Desktop)

Rise Of Civilizations