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.


Messages - Mars

Pages: 1 ... 129 130 131 132 133 ... 135
1951
HFS ~ HTTP File Server / Re: Logical grouping of files in root
« on: October 26, 2007, 07:38:07 AM »
for a link appear on your hfs web page; uses always "http://%host%/... at the beginning of link,
As it you are always insured that your links work, about is the user (internet or local)

1952
HFS ~ HTTP File Server / Re: Disable prompt to save file system?
« on: October 25, 2007, 10:08:45 PM »
Metaphor my dear ELEVEN... Everything is only metaphor, this is not to be taken at feet of ROCKET, it is necessary to imagine the sense of the words ???  And I do not believe that the forum is made to be involved in controversy on small details of this genre  :o

Let us refocus we on hfs, his development, and our support in rejetto, I admit that even with Reverso pro I do not still manage to understand the humor of your American accent

1953
HFS ~ HTTP File Server / Re: Disable prompt to save file system?
« on: October 25, 2007, 08:25:44 PM »
That is what it is rejetto, at the beginning the man only wished to fly as a bird,
Quote
that's the use i thought when i created HFS.
i'm happy to see someone using it this way.
don't fear, i care about it.
and now he wants to go over MARCH.

There is still of the road to be made with hfs, and even after there will be a rest of the universe to be visited.

Keep your chin up rejetto, the support is in the shade there...

1954
HFS ~ HTTP File Server / Addon for the use of %sequential%
« on: October 25, 2007, 06:25:48 PM »
At first I wished to count the number of links (%nb-links%) in recursive mode (missing in hfs) by means of %sequential% by using this way 

[MAIN SECTION]
.
.
%files%

<script>
document.write(eval("%sequential%"-1));
</script>

[link]
<!-- %sequential% -->    //   masqued in  web page
<TR> .....

not easy ..

I propose this modification to rejetto to include at main.pas

Quote
procedure applySequential();
  const
    PATTERN = '%sequential%';
    NBPATERN = '%nb-sequential%';       // total of %sequential%

  var
    idx, p: integer;
    idxS: string;

  begin
    idx:=0;
    repeat
    p:=pos(PATTERN, result);
    if p = 0 then exit;
    inc(idx);
    idxS:=intToStr(idx);
    delete(result, p, length(PATTERN)-length(idxS));
    move(idxS[1], result[p], length(idxS));
    until false;

    idxS:=intToStr(idx);               // necessary for second repeat until
    repeat
    p:=pos(NBPATTERN, result);      // search  all %nb-sequential%
    if p = 0 then exit;
    delete(result, p, length(NBPATTERN)-length(idxS));
    move(idxS[1], result[p], length(idxS)); //replace any where in folder page
    until false;


  end; // applySequential

%sequential% works as before  1,2,3, .... N  and after all %nb-sequential% are substitute  with the  value N where we find it in the web page

thanks



1955
Everything else / Re: New theme for forums
« on: October 25, 2007, 11:26:26 AM »
I completely agree there above; the structure PHP and the templates are too much taken away, thus instead of breaking itself the head to want to modify hfs to be able to imitate the other one web pages it is healthier to develop from the fact what offer hfs and to modify him according to needs, and it in a very precise odre otherwise our rejetto friend will not stop it developing for nothing ;D

1956
Beta / Re: Testing build #137
« on: October 25, 2007, 11:15:44 AM »
INFORMATION FOR OTHER USERS

is there any way to allow upload for hfs.diff.tpl (mask filter ....)

in same by default index.htm*;default.htm*;  are masked
to see then i include a mask type z.z  but i have not found a solution for  hfs.diff.tpl

sample

HOME--REAL_FOLDER_NAMED_TEST(no upload but have index.html)-->C:\CONTENER\TEST
        |
        |___REAL_FOLDER_NAMED_CONTENER(uploadable with correct login --> C:\CONTENER\TEST)


when using HOME/TEST -->> index.html is running

when using HOME/CONTENER/TEST then index.html is not loaded but linsting by %files% easy for maintain a site from another computer

in build 125 it was possible to do this with hfs.diff.tpl (upload) in build 137 it is forbiden



1957
HFS ~ HTTP File Server / upload filter
« on: October 24, 2007, 11:46:07 PM »
Rejetto

uploads for hfs.diff.tpl  give  "File name or extension forbidden"   GOOD

but it is possible to overwrite vfs file and hfs.ini by upload          DANGEROUS


1958
Everything else / Re: New theme for forums
« on: October 24, 2007, 11:09:25 PM »
When hfs will support  the php, it will be possible to use all the subjects proposed by the site

http://custom.simplemachines.org/themes/index.php

never before

1959
HFS ~ HTTP File Server / Re: accounts in the VFS instead of INI
« on: October 24, 2007, 10:52:05 PM »
user accounts are saving in file hfs.ini (if your version of hfs is not old) at line accounts=login:.... this file is read at run hfs

in hfs MENU -save options- you select "to file" and check "auto save options on exit"

1960
HFS ~ HTTP File Server / Re: unable to download betas
« on: October 24, 2007, 12:28:32 AM »
Sorry ELEVENNNN

It is your posts which confuse me I manage only very rarely in their to find a sense with the topic in which they are, they are sometime not constructive

1961
HFS ~ HTTP File Server / Re: accounts in the VFS instead of INI
« on: October 23, 2007, 10:59:23 PM »
you repeat what i have already say above


ELEVENNNN it's not serious, it is the same problem when in a car two drivers want to take the steering wheel at the same time :D ;D 8) :o

1962
HFS ~ HTTP File Server / Re: accounts in the VFS instead of INI
« on: October 23, 2007, 10:49:25 PM »
user accounts and folder restrictions are linked , we can load a vfs file (with account into ) and clear all folders in hfs to create another vfs file with same accounts.

If accidentally your ini file is destroyed, then there is not means anymore to connect the vfs with the lost accounts it is necessary to redo everything and it is not of the tart past certain number of users and folders

when i change  my vfs loading, they are generaly not the same user accounts i have

the actualy possibility is too restrictive

an option like "include accounts into vfs file instead ini file" into menu "virtual file system", It would be I think of a good compromise for our opposite points of view


1963
thanks that will extend possibilitys for templates.

If several propositions go to the same sense,it's worth the trouble I think of to interresser, later with the code in hand I can see if the other possibilities are feasible without big modifications of the code, that is why I asked you for a copy source of your last works

1964
HFS ~ HTTP File Server / file overwrite: per-folder
« on: October 23, 2007, 09:53:22 PM »
okey rejetto i have another proposition to you

moving the general option (in main menu uploads-->) number files on upload instead ...

to the context menu for each folder

i admin my hfs by an other computer , users can upload in one folder and are not allowed to  overwritting file but this restrict me when i want to overwrite a hfs.diff.tpl by example in my upload authorized folders hidden for others users

1965
HFS ~ HTTP File Server / Re: Search Engine Builder Professional
« on: October 23, 2007, 09:40:04 PM »
i would say a board Specially for hfs  delphi code not same as html or java for templates

have you receiving my mail about delphi code for ?sort=n+ .. ?sort=n-   

Pages: 1 ... 129 130 131 132 133 ... 135