One Hat Cyber Team
Your IP :
216.73.216.240
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
public_html
/
fpdf
/
Edit File:
new.php
<style> @media screen and (max-width :599px){ .ok { font-size:40px!important; padding-left:15px!important; padding-right:15px!important; margin-top:50px; margin-bottom:50px; } .dat{ font-size:26px!important; } } </style> <meta name="viewport" content="width=device-width" /> <form style="text-align:center;font-weight:bold;margin-top:100px;margin-bottom:100px;font-size:24px;"> <label class="dat">Kindly go through the total package invoice below.Confirm ok button to go to the payment page. </label> <input type="button" value="ok" class="ok" onclick="Warn();" style="color:red;font-size:24px;padding-left:10px;padding-right:10px;"/> <br> <br> <a href="javascript:history.go(-3)" style="text-decoration:none;border:4px solid red;padding:5px;float:left;">Back</a> </form> <? $uid = $_GET['uid']; ?> <object data="<?echo $uid;?>" type="application/pdf" style="display: block;;margin-left: auto;margin-right: auto;width:100%;height:100%;"> <!-- <embed src="../fpdf/<?//echo $bill; ?>" type="application/pdf" />--> <p>Your web browser doesn't have a PDF plugin. Instead you can <a href="<?echo $uid;?>">click here to download the PDF file.</a></p> </object> <script type="text/javascript"> function Warn() { window.location = '../paylink.php'; } </script>
Simpan