⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ursites
/
public_html
/
public
/
assets
/
admin
/
js
/
Edit File: packages.js
(function ($) { "use strict"; $('input[name="is_trial"]').on('change', function () { if ($(this).val() == 1) { $('#trial_day').show(); } else { $('#trial_day').hide(); } $('#trial_days').val(null); }); })(jQuery); "use strict"; $(document).ready(function () { $(".selectgroup-input").on('click', function () { var val = $(this).val() if (val == 'vCard') { if ($(this).is(":checked")) { $(".v-card-box").show(); } else { $(".v-card-box").hide(); } } }); if ($('#CourseManagement').prop('checked')) { $("#max_video_size").show(); $("#max_file_size").show(); } else { $("#max_video_size").hide(); $("#max_file_size").hide(); } $(document).on('click', '#CourseManagement', function () { const isChecked = $(this).is(':checked'); if (isChecked) { $("#max_video_size").show(); $("#max_file_size").show(); } else { $("#max_video_size").hide(); $("#max_file_size").hide(); } }); });
Simpan