Kod bloğunu komple atarsan, daha iyi yardımcı olabiliriz. Ayrıca yukaridaki hata dosya isminin boş olmayacagını belirtiyor.
selam hocam. bot çalışıyordu. fakat yanılmıyorsam son wp güncellemesinden sonra hata vermeye başladı. bir kaç satırda sorun var sanırım.
$baglan = siteConnect('http://www.dailymotion.com/user/./1', 'http://www.dailymotion.com/');
$b1 = explode('<div class="sd_video_preview media-img span-4"', $baglan);
$s1 = count($b1);
for($i = 1; $i < $s1; $i++){
$b2 = explode('</div>', $b1[$i]);
$b3 = explode('href="', $b2[0]);
$b4 = explode('"', $b3[1]);
$videolink = 'http://www.dailymotion.com'.$b4[0];
// echo "$videolink <br />";
$giris = siteConnect($videolink, 'http://www.dailymotion.com/');
// echo $giris;
preg_match('#<meta property="og\:description" content="(.*)" />#', $giris, $meta1);