Scenario
Ben görüntü ve mesajların binlerce içeren blogger üzerinde eski bir blog var, ben zaten wordpress kendi ithalat hizmeti (görüntüleri aktarmak değildir) şimdi ben indirecek bir php cURL senaryo yazmak istiyorsanız kullanarak blogger mesajları ithal tüm wordpress benim eski blogger blog kapalı görüntüler.
Problem
I have already written a script that goes through all the posts and find the image links of blogger and download the links recursively and store them local to wordpress installation but the problem is that the script stops if its taking longer than max_execution_time
which is generally set to 30 secs. Now i dont want to change setting in php.ini file.
Is there some way that i can keep my script executing for that long or some other alternative.... like executing in batch or something else...
Php.ini ayarları değiştirerek değil Nedeni i wordpress için opensource eklentisi olarak bu komut serbest bırakmak istiyorum, ve pek sunucu üzerinde kendi php.ini dosyasına erişim ve birçok sadece bir komut dosyası ayarlarını değiştirmeyi sevmiyorum olmasıdır Sadece bir kez çalıştırmak olabilir.
Yardım için teşekkür ederiz ....