rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: KHAN on October 28, 2007, 05:55:11 PM

Title: Don't Consider As Download (Mask)...
Post by: KHAN on October 28, 2007, 05:55:11 PM
Files Matching This filemask are not considered for global downloads counter. Moreover They Never get try icon....

What is this??? how to fil this box.. ? for stop 1 folder counting.... plz tell me
Title: Re: Don't Consider As Download (Mask)...
Post by: bacter on October 28, 2007, 09:44:33 PM
Here an example to use this option:

Suppose you are using a template with pictures 'image1.png' and 'image2.png' and you have also a link to a file with instructions you name 'help.htm'.
Also I asume you have this files in the same folder, named for example 'addons'.

If you dont use the option 'don't count as download' , then everytime somebody visits your page, you will count 2 downloads (for image1.png and imag2.png) , if the visitor also looks to the helppage, you will have an additional count (for help.htm).

To avoid this, you can apply this option to the folder 'addons', filling out the field with '*.png,*.htm'. Doing this, no png or htm archive form this folder will count as download.
Title: Re: Don't Consider As Download (Mask)...
Post by: Foggy on October 29, 2007, 05:46:01 AM
for stop 1 folder counting....

You can,

right click on the folder > Advanced > Don't Log
Title: Re: Don't Consider As Download (Mask)...
Post by: maverick on October 29, 2007, 06:12:21 AM
KHAN
Expert Mode.  In vfs, right click on folder that you don't want the contents counted.  Select 'Advanced' then 'Don't consider as a download (mask)...' and put in the field *.*

filling out the field with '*.png,*.htm'. Doing this, no png or htm archive form this folder will count as download.

Should be -> *.png;*.htm  -> semi-colon not comma

Quote from: foggy
right click on the folder > Advanced > Don't Log

That would stop the logging of hits but I don't think it will stop the download counter which is what this thread is about.  I haven't tested this.

Title: Re: Don't Consider As Download (Mask)...
Post by: Foggy on October 29, 2007, 08:51:54 AM
That would stop the logging of hits but I don't think it will stop the download counter which is what this thread is about.  I haven't tested this.

Lol, you are right. I jumped the gun a bit. :D

Edit: If you just want the folder not to be counted, in the "don't count as downloaded" option you can use a wildcard (*) instead of typing in every possible extension.
Title: Re: Don't Consider As Download (Mask)...
Post by: maverick on October 29, 2007, 09:04:34 AM
Edit: If you just want the folder not to be counted, in the "don't count as downloaded" option you can use a wildcard (*) instead of typing in every possible extension.

Yes that is what I said in reply above.  Here it is...

Quote from: maverick
KHAN
Expert Mode.  In vfs, right click on folder that you don't want the contents counted.  Select 'Advanced' then 'Don't consider as a download (mask)...' and put in the field *.*
Title: Re: Don't Consider As Download (Mask)...
Post by: Foggy on October 29, 2007, 09:29:42 AM
lol, I did it again

I saw this

Should be -> *.png;*.htm  -> semi-colon not comma

and mustnt have taken much notice to what else you said.