• 30-03-2015, 19:15:25
    #1
    Arkadaşlar merhaba.
    Konuyu doğru yeremi açtım bilmiyorum,öyleyse konu kaldırılabilir.
    Natro panel kullanıyorum Natro'da cron özelliği saatte bir olduğu için kullanamıyorum işime yaramıyor daha doğrusu.
    Cpanel kullanan arkadaşlar var ise,
    3tane komutum olucak, dakikada 1 çalıştırmak şartıyla.

    Bunu ücretsiz sağlayacak birisi var mıdır?
  • 30-03-2015, 19:53:50
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Google Drive'ı kullanabilirsin.
  • 30-03-2015, 20:01:06
    #3
    bilgisayar açıksa makro programı kullanın
  • 30-03-2015, 20:27:08
    #4
    zcode adlı üyeden alıntı: mesajı görüntüle
    Google Drive'ı kullanabilirsin.
    Google Drive ile nasıl oluyor?

    metinciris adlı üyeden alıntı: mesajı görüntüle
    bilgisayar açıksa makro programı kullanın
    Günün her saati bilgisayarda olamıyorum hocam malesef..
  • 30-03-2015, 20:40:37
    #5
    Drive'da yeni e tablo oluşturuyorsunuz. Sonra Araçlar'dan Komut dosyası düzenleyicisine. Boşluk kısmına kodu yazacaksınız.
    Ayrıca Link
    function cron() {
    
      var url = "http://SITEADRESIBURAYAGELECEK.COM/A.PHP";
    
    var options = {
    "method" : "get",
    "headers" : {'User-Agent' : 'Mozilla Firefox 14.0',
                 'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
                },
    "payload" : "",
    "contentType" : "application/xml; charset=utf-8"
    };
    
    var request_starttime = new Date();
    // fetch the HTTP / HTTPS request and get the response
    var response = UrlFetchApp.fetch(url,options);
    var request_endtime = new Date();
    
    // use any spreadsheet, use its key
    // var ss = SpreadsheetApp.openById("KEYBURAYAGELECEK");
    // use this script's default spreadsheet
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    // get the worksheet
    var sheet = ss.getSheets()[0];
    
    // inserting values into the sheet
    //sheet.insertRowBefore(1);
    var colValues = [[ request_starttime, request_endtime,
                     response.getResponseCode(), response.getHeaders().toSource(),
                     url, response.getContentText() ]];
    //sheet.getRange(1, 1, 1, 6).setValues(colValues);
    
    // if something is not working, use the Logger object/function (uncomment it and modify it)
    // Logger.log(ss.getSpreadsheetTimeZone());
    
    // view the log details from VIEW -> LOGS
    
    // You can also RUN the script and view its Execution log
    // try this VIEW -> EXECUTION TRANSCRIPTS
    
    // Make sure you MODIFY and then RUN the script and
    // verify its working OK by looking at the spreadsheet contents
    // try this RUN -> CRONEXECUTE
    // check the spreadsheet contents
    
    // After its working OK, you should setup a TRIGGER to execute it as and when you want (frequency)
    // try this TRIGGERS -> ALL YOUR TRIGGERS
    
    }
    Sonra Kaynaklar'a tıklayıp, tüm tetikleyiciler. Zaman Odaklı=>Dakika Zamanlayıcı=> Dakikada Bir