One Hat Cyber Team
Your IP :
18.221.240.145
Server IP :
87.118.122.21
Server :
Linux svdm-server5.de 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
users
/
svd-saarleute
/
www
/
_go_biz
/
public
/
js
/
Edit File:
share.js
var popupSize = { width: 780, height: 550 }; $(document).on('click', '.social-button', function (e) { var verticalPos = Math.floor(($(window).width() - popupSize.width) / 2), horisontalPos = Math.floor(($(window).height() - popupSize.height) / 2); var popup = window.open($(this).prop('href'), 'social', 'width=' + popupSize.width + ',height=' + popupSize.height + ',left=' + verticalPos + ',top=' + horisontalPos + ',location=0,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=1'); if (popup) { popup.focus(); e.preventDefault(); } });
Simpan