rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gogi1000

Pages: 1
1
router & port problems / problem when enabled two adapters
« on: April 13, 2023, 02:38:33 PM »
i have the hfs v2.3i build 2297 with ssl. my hfs is in the dmz zone. on server windows server 2008 that is virtual machine  i have two network adapters. the one network adapter for external access i use for my hfs and the second adapter i use for access of users from local lan. when the both adapters started, external users cannot access to the hfs, but when i disable second adapter then external users can access to the hfs. the problem is with the hfs, how i resolve

2
i have configured the hfs 2.3i build 297 with ssl using stunnel. all works ok, but a user want to connecting on my hfs using public address like https://test.domain.com everytime it displays untrust page because i have not buyed web trusted ssl certificate. my company want that buy this certificate. how i can implementing in my configuration with stunnel and hfs?

3
HFS ~ HTTP File Server / export user accounts from the hfs
« on: July 28, 2022, 01:00:00 PM »
i have the hfs, how export user accounts in csv,txt.... i have 200 user accounts.

4
i have a the hfs server in the dmz zone. my hfs have a public ip address. when the user downloads file from the my hfs server in log it displays ip 127.0.0.1 how i can receive public ip address of  the user? the format of log is in the apache format %u %f "%r" %>s %b

5
i have the hfs. i added folder and in the hfs i added next permisions on this folder: access and upload, without download and no delete. in this folder i added subfolder and  i added on this subfolder next permission: access, with download. i have next problem, on this subfolder exists inherited permissions from parent folder, so the users in this subfolder can upload files. i need breaking inheritance, in this subfolder the users just can access and download files, but they cannot upload files. can i make this in the hfs?

6
HFS ~ HTTP File Server / problem with config ini file
« on: May 11, 2021, 09:52:22 AM »
i have the hfs 2.3m version. i have a problem. when i create user accounts, those accounts are not written in config ini file but i set that writing go  in the config ini file. when i restart the hfs those accounts do not exists. what i do?

7
HFS ~ HTTP File Server / slow login client on hfs with ssl
« on: February 24, 2017, 11:42:13 AM »
i have hfs version 2.98j with configured ssl over stunnel. all is worked ok, but yesterday my users llog on very slow.on my hfs is created 116 users. where i search for solving my problem.

8
HTML & templates / uploading file just from parent location
« on: September 21, 2016, 07:21:18 AM »
i have a question. how i enable that my users which permission for uploading can uploading just from parent location, not when go to subfolder?
structure of virtual file sistem is

parent folder (can upload)
  subfolder (cannot upload, for example hide upload button)

9
HTML & templates / server-side scripting
« on: August 03, 2016, 10:03:21 AM »
i have a question. is template the Rawr Template Modules Mod v.0.1.3.m.1.5 or hfs http server have support for server side scripting. i want that my listbox on page get values from external file. if YES, can you give me some instruction?

thank's

10
i have listbox in upload page. i want that after upload files on server i move those files on location that is set selected element in list box.

my upload page is

<code>[upload]
<!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">
{.$copyright.}
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <title>{.!lv_upload.}</title>
   <link rel="shortcut icon" href="/favicon.ico"/>
   <script type="text/javascript" src="/template/rawr_default/code/rawr_main.js"></script>
   <script type="text/javascript">
      var theme="{.!theme.}";
      var mod_statistics="{.!mod_statistics.}";
      //Language Strings
      var lv_hideTitle="{.!lv_hideTitle.}";
      var lv_showTitle="{.!lv_showTitle.}";
      
       function RegainFocus() {

      if((document.getElementById("lista").value).length == 0) {

        document.getElementById("kontrola").style.display = 'none';

      }
     else
     {
       document.getElementById("kontrola").style.display = 'block';
     }

    }     
   </script>
   <link rel="stylesheet" type="text/css" href="/template/{.!theme.}/code/{.!theme.}_main.css"/>
   <noscript><style type="text/css">.hide{display:none}#f1,#f2,#f3,#f4,#f5,#f6,#f7,#f8,#f9{display:block}</style></noscript>
   <!--[if lte IE 6]>
      <style type="text/css">#mainInner{width:980px}</style>
      <noscript><style type="text/css">#mainInner{width:100%}</style></noscript>
   <![endif]-->
</head>
<body>
<div id="mainOuter">
<div id="mainInner"><div id="mainInner1"><div id="mainInner2"><div id="mainInner3">
   <div id="header">
      <div>
         <div id="bCrumbs">{.breadcrumbs|{:<a href="%bread-url%">{.or|%bread-name%|{.!lv_home.}.}/</a>:}.}</div>
      </div>
   </div>
   <div id="content">
      <div id="navbar">
         <noscript>
            <div class="biggerBtn"><a href="~upload" target="_top"><span>{.!lv_closeTransfers.}</span></a></div>
         </noscript>
         <div class="biggerBtn">
            <a href="javascript:void(0);" onclick="window.open('/~progress','{.!lv_transfers.}','width=300,height=500,left=100,top=100,scrollbars=1,resizable=1');" class="hide"><span>{.!lv_openTransfers.}</span></a>
            <noscript><a href="~upload+progress" target="_top"><span>{.!lv_openTransfers.}</span></a></noscript>
         </div>
         {.if|{.{.!btn_back.}=on.}|<div id="backBtn"><a href="%encoded-folder%" target="_parent"><span>{.!lv_back.}</span></a></div>.}
      </div>
      <table cellspacing="0" cellpadding="0" border="0" width="100%">
      <tr>
         <td width="100%" valign="top" id="tableCol">
            %folder-comment%
            <div class="contModule">
               <div class="contHeading">
{.if|{.{.!mod_statistics.}=on.}|
                  <span class="hide">
                     <a href="javascript:pinModule('moduleCol');" id="moduleCol_Link" title="{.!lv_hideTitle.}"><img src="/template/{.!theme.}/images/show.gif" align="top" alt=""/></a>
                  </span>
.}
                  &nbsp;
               </div>
               <div class="contContent" align="center" >
               
                  <form action="%encoded-folder%" id="kontrola" hidden name="upfrm" target="_parent" method="post" enctype="multipart/form-data"  onsubmit="disableBtns();">
                     <input class="uploadInput"  name="upbtn" value="{.!lv_upload.}" type="submit"/>
                     <input class="uploadInput hide"  name="more" onclick="addInput();" value="{.!lv_addInput.}" type="button"/><br/>
                     <input type="file" name="fileupload1"  size="40"/>
                     <input id="f1" type="file" name="fileupload2" size="40"/>
                     <input id="f2" type="file" name="fileupload3" size="40"/>
                     <input id="f3" type="file" name="fileupload4" size="40"/>
                     <input id="f4" type="file" name="fileupload5" size="40"/>
                     <input id="f5" type="file" name="fileupload6" size="40"/>
                     <input id="f6" type="file" name="fileupload7" size="40"/>
                     <input id="f7" type="file" name="fileupload8" size="40"/>
                     <input id="f8" type="file" name="fileupload9" size="40"/>
                     <input id="f9" type="file" name="fileupload10" size="40"/>
                  </form>
                  
               </div>
            </div>
         </td>
           <td width="100%" valign="top" id="tableCol">
         <div class="contModule">
               <div class="contHeading">
               Изаберите тип документа
                     </div>
               <div class="contContent" align="center">
         <form>
         <select id="lista" name="metodologija" onclick="javascript:RegainFocus();">
         <option value="" selected="selected" ></option>
  <option value="statut">statut</option>
  <option value="bilans stanja">bilans stanja</option>
  <option value="racunovodstvena dokumentacija">racunovodstvena dokumentacija</option>
  <option value="javne nabavke">javne nabavke</option>
</select>
</form>
</div></div>
</td>
      </tr>
      </table>
   </div>
   <div id="footer">
      <br/>
      
   </div>
</div></div></div></div>
</div>
<script type="text/javascript">pageLoad()</script>
</body>
</html>
</code>

how i resolve this problem that i use macro or javascript?can you help me?

Pages: 1