📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
rentacarscripti.demodesign.com.tr
/
ozzzpanel
/
assets
/
js
📝
scripts.js
← Geri Dön
jQuery(document).ready(function() { $('.page-container form').submit(function(){ var username = $(this).find('.username').val(); var password = $(this).find('.password').val(); if(username == '') { $(this).find('.error').fadeOut('fast', function(){ $(this).css('top', '27px'); }); $(this).find('.error').fadeIn('fast', function(){ $(this).parent().find('.username').focus(); }); return false; } if(password == '') { $(this).find('.error').fadeOut('fast', function(){ $(this).css('top', '96px'); }); $(this).find('.error').fadeIn('fast', function(){ $(this).parent().find('.password').focus(); }); return false; } }); $('.page-container form .username, .page-container form .password').keyup(function(){ $(this).parent().find('.error').fadeOut('fast'); }); });
💾 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