Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 3.15.204.243
Cant Read [ /etc/named.conf ]
8.3.15
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
website2023 /
myeducation.co.th /
model /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
Print.js
2.34
KB
-rw-r--r--
Vprocess.js
708
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Print.js
/*--This JavaScript method for Print command--*/ function PrintDoc() { var toPrint = document.getElementById('printarea'); var popupWin = window.open('', '_blank', 'width="100%",height="100%",location=no,left=200px'); popupWin.document.open(); popupWin.document.write('<html><head>') popupWin.document.write(' <meta charset="utf-8" ') popupWin.document.write('<meta name="viewport" content="width=device-width, initial-scale=1.0"> ') popupWin.document.write('<title>::Print::</title>') popupWin.document.write('<link media="screen,print" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">'); // popupWin.document.write('<link media="screen,print" href="href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">'); // popupWin.document.write('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">'); popupWin.document.write('<link media="screen,print" rel="stylesheet" type="text/css" href="../model/css/print.css" />'); popupWin.document.write('</head>') popupWin.document.write('<body onload="window.print()">') popupWin.document.write(toPrint.innerHTML); popupWin.document.write('</html>'); popupWin.document.close(); } /*--This JavaScript method for Print Preview command--*/ function PrintPreview() { var toPrint = document.getElementById('printarea'); var popupWin = window.open('', '_blank', 'width=500,height=700,location=no,left=1000px'); popupWin.document.open(); popupWin.document.write('<html><title>::Print Preview::</title></head><body">') popupWin.document.write('<link media="screen,print" rel="stylesheet" type="text/css" href="http://127.0.0.1/vilis/V-49-Millionaire-bb_2/model/css/print.css" />'); popupWin.document.write('<link media="screen,print" rel="stylesheet" type="text/css" href="../model/css/print.css" />'); popupWin.document.write(toPrint.innerHTML); popupWin.document.write('</html>'); popupWin.document.close(); } function myFunction() { window.print(); }
Close