Kayıtlar

PHP Bot etiketine sahip yayınlar gösteriliyor

PHP sanalkurs.net BOT

$site değişkeni sayfalara göre değiştirin örnek http://sanalkurs.net/php-mysql_dersleri?page=2 <?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://sanalkurs.net/php-mysql_dersleri"; $data = file_get_contents($site); preg_match_all('/<div class="col-sm-4 col-xs-6">.*?>.*?<\/div>/si', $data, $download); foreach($download as $d) { $toplam = count ($d); for ($i = 0; $i <

PHP teknolojioku.com BOT

<?php $site = "http://www.teknolojioku.com/export/sitemap"; $data = file_get_contents($site); preg_match_all('/<loc.*?>(.*?)<\/loc>/si', $data, $matches); function getData($data,$startTag,$finishTag){ $data= explode($startTag,$data); $data= $data[1]; $data= explode($finishTag,$data); $data= $data[0]; return $data; } $url=$matches[1][0]; $title = file_get_contents($url); $baslik= getData($title,'"headline": "','",'); $onyazi= getData($title,'"description": "','",'); $detay= getData($title,'"articleBody": "','",'); $detay2= getData($title,'<div class="content-text">','<div class="mceNonEditable related-news"'); echo $baslik; echo '<br>'; echo $onyazi; echo '<br>'; echo $detay; echo '<br>'; ?>

PHP bootstrapmade.com 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://bootstrapmade.com"; $data = file_get_contents($site); preg_match_all('/<div class="col-md-6">.*?>.*?<\/div>/si', $data, $download); foreach($download as $d) { $toplam = count ($d); for ($i = 0; $i <= $toplam; $i++) { $sitegelen= getData($d[$i],'<a href="','" rel="bookmark"')

PHP zerotheme.com 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://www.zerotheme.com/free-website-templates"; $data = file_get_contents($site); preg_match_all("/<div class='col-1-2'>.*?>(.*?)<\/div>/si", $data, $download); foreach($download as $d) { echo $toplam = count ($d); for ($i = 0; $i <= $toplam; $i++) { $sitegelen= getData($d[$i],'<a href="','"

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="'

PHP themewagon.com BOT

$site yi http://themewagon.com/theme_tag/free/page/1/ gibi değiştirerek diğer sayfalara erişebilirsiniz. bir sayfada toplam 60 veri var <?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://themewagon.com/theme_tag/free/"; $data = file_get_contents($site); preg_match_all('/<div class="col-lg-3 col-md-4 col-sm-4 col-xs-12 theme-card-wrap">.*?>(.*?)<\/div>/si', $data, $download); for

PHP free-css.com 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://www.free-css.com/free-css-templates"; $data = file_get_contents($site); preg_match_all('/<li>.*?>(.*?)<\/li>/si', $data, $download); $dosya = fopen('dosya.txt', 'a'); foreach($download as $d) { for ($i = 17; $i <= 28; $i++) { $sitegelen= getData($d[$i],'<figure><a href="','"