📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
adisyonscripti.demodesign.com.tr
/
admin
/
chain
/
ajaxfiles
📝
sponsor-ekle.js
← Geri Dön
$(function() { $('#yorumekle').click(function(){ var form = $('#hizmetxm')[0]; var data = new FormData(form); $.ajax({ url:"herego.html", method:"POST", processData: false, contentType: false, cache: false, timeout: 600000, data: data, beforeSend:function(){ }, success: function( data ) { console.log(data); var data = $.parseJSON(data); if( data.status == 'empty' ) { toastr.info("Lütfen Boş Bırakmayınız", "Boş İnput Tespit Edildi.", { positionClass: "toast-top-right", timeOut: 5e3, closeButton: !0, debug: !1, newestOnTop: !0, progressBar: !0, preventDuplicates: !0, onclick: null, showDuration: "300", hideDuration: "1000", extendedTimeOut: "1000", showEasing: "swing", hideEasing: "linear", showMethod: "fadeIn", hideMethod: "fadeOut", tapToDismiss: !1 }) } if( data.status == 'error' ) { toastr.warning("Üzgünüm, Bir Şeyler Hatalı Gitti", "SYSTEM ERROR :(", { positionClass: "toast-top-right", timeOut: 5e3, closeButton: !0, debug: !1, newestOnTop: !0, progressBar: !0, preventDuplicates: !0, onclick: null, showDuration: "300", hideDuration: "1000", extendedTimeOut: "1000", showEasing: "swing", hideEasing: "linear", showMethod: "fadeIn", hideMethod: "fadeOut", tapToDismiss: !1 }) } if( data.status == 'success' ) { $("#adimbir").slideUp(); toastr.success("yorum eklendi yönlendiriliyorsunuz", "Yorum Başarıyla Eklendi", { timeOut: 500000000, closeButton: !0, debug: !1, newestOnTop: !0, progressBar: !0, positionClass: "toast-top-right", preventDuplicates: !0, onclick: null, showDuration: "300", hideDuration: "1000", extendedTimeOut: "1000", showEasing: "swing", hideEasing: "linear", showMethod: "fadeIn", hideMethod: "fadeOut", tapToDismiss: !1 }) setTimeout(function(){ window.location.assign("sponsor.html"); //3 saniye sonra yönlenecek }, 1000); } } }); }); });
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula