Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
webedi.bdcloud.fr /
iTickets /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
Messages.js
1.51
KB
-rw-r--r--
2022-11-17 15:38
Notifications.js
1.12
KB
-rw-r--r--
2022-11-17 15:38
Scroll.js
154
B
-rw-r--r--
2022-11-17 15:38
Search.js
890
B
-rw-r--r--
2022-11-17 15:38
Show.js
2.2
KB
-rw-r--r--
2022-11-17 15:38
Status.js
607
B
-rw-r--r--
2022-11-17 15:38
jquery.ui.touch-punch.min.js
1.27
KB
-rw-r--r--
2022-11-17 15:38
main.js
2.27
KB
-rw-r--r--
2022-11-17 15:38
Save
Rename
$( function() { function load_unseen_notification() { $.ajax({ url:"../Controllers/NotificationsController.php", dataType:"json", success:function(data) { $('#dropdown-menu').html(data.notification); if(data.unseen_notification > 0) { $('.count').show(); $('.count').html(data.unseen_notification); }else{ $('.count').html('0'); $('.count').hide(); } } }); } load_unseen_notification(); $(document).on('click', '.dropdown-toggle', function(){ console.log('drop down'); $('.count').html(''); load_unseen_notification(); }); setInterval(function(){ load_unseen_notification(); }, 3000); } ); function markasread(id){ $.ajax({ url:"../Controllers/NotificationsController.php?data=markasread&id="+id, dataType:"json", success:function(data) { console.log('Mark as read'); } }); }