rejetto forum
February 11, 2012, 01:32:49 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: 1 2 3 [4]
  Print  
Author Topic: Testing build #242  (Read 12559 times)
0 Members and 1 Guest are viewing this topic.
TSG
Operator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1916



View Profile WWW
« Reply #45 on: July 21, 2009, 02:50:49 AM »

I found a bug with the template importing. If I import RAWR-Template for example, it does the below code and imports the template folder to the vfs, hides it, and sets it to no log.

Code:
[special:import]
{.add folder|real|template.}
{.set item|/template|hide=1.}
{.set item|/template|no log=1.}
{.dialog|
Thank you for choosing the RAWR-Template!

Remember to check for updates and visit us at:
http://www.RAWR-Designs.com
.}

Now if I import another template using the same method, it will not change the template folder linkage that is already in the VFS. Maybe you could re-write the resource to the one provided by the new 'template' folder import. Its annoying when testing multiple templates anyway Tongue I have to delete the 'template' folder manually then import the new template.
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #46 on: July 21, 2009, 08:19:59 AM »

In this version of HFS note again BUG on "search", if you select all the files in your "search" is stored throughout the site, if I remember correctly on some older version (can not remember which one) the bug had been resolved. Huh?
In questa versione di HFS rilevo nuovamente il BUG su "cerca", se si selezionano tutti i files nei risultati di "cerca" viene archiviato TUTTO il sito, se non ricordo male su qualche versione precedente (non ricordo quale) il BUG era stato risolto. Huh?

i think that solution was not complete.
searching parameters were never passed to the archiver, so it should have never worked.
i just tested #239 and the problem was already there.

apprently, the bug is in the template itself.
This line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive");
should be replaced with this line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive&{.substring|?||%url%|include=none.}");


if you confirm, i will include this fix in next build.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #47 on: July 21, 2009, 08:22:35 AM »

Maybe you could re-write the resource to the one provided by the new 'template' folder import. Its annoying when testing multiple templates anyway Tongue I have to delete the 'template' folder manually then import the new template.

this was asked recently by french can can, and i applied it.
already done in the next build.
(i guess i may publish it today)
Logged
FRENCH CAN CAN
Insane poster
*****
Offline Offline

Italy Italy

Posts: 641


View Profile
« Reply #48 on: July 24, 2009, 09:36:23 AM »

i think that solution was not complete.
searching parameters were never passed to the archiver, so it should have never worked.
i just tested #239 and the problem was already there.

apprently, the bug is in the template itself.
This line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive");
should be replaced with this line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive&{.substring|?||%url%|include=none.}");


if you confirm, i will include this fix in next build.
It seems that it works. Wink

Sembra che funziona. Wink
Logged
crazyboris
Experienced poster
***
Offline Offline

Sweden Sweden

Posts: 78


View Profile
« Reply #49 on: July 24, 2009, 11:12:09 AM »

when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.

this happend twice for me now.
Logged
jerome
Experienced poster
***
Offline Offline

France France

Posts: 36



View Profile
« Reply #50 on: July 25, 2009, 10:04:21 AM »

hello
curiously,
the speed limit for single address is not working on folder.tar download.
it works 1 or 2 min and revert to unlimited speed.

kick all connections or IP is not enought, tar download is still speed unlimited
Logged
rejetto forum
« Reply #50 on: July 25, 2009, 10:04:21 AM »

Do you like this software? Consider even $2
 Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #51 on: July 28, 2009, 09:45:38 AM »

caco's request moved to http://www.rejetto.com/forum/index.php?topic=7291.0
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #52 on: July 28, 2009, 09:50:53 AM »

when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.
this happend twice for me now.

it's unlikely to be any threshold like that.
also because the lowest expected limit would be 2 billions.
i think you your problem problem it's more like: the new numbers were not saved, and on reloading old numbers were loaded, or similar.
Logged
jerome
Experienced poster
***
Offline Offline

France France

Posts: 36



View Profile
« Reply #53 on: July 31, 2009, 12:20:42 PM »

a little failure in the security
download manager's site manager enable multiple registration of the same user

using both,
user name@ + pass
and
space + user name@ + pass
enable to ignore the download limit slot number,
only the speed limit can restrict the 2 time logged user


here the number of download is limited to 1 slot only, and the speed download limit is on 50K by user.
you can see the result about space + name

and maybe exponential .... space+space ....space+space+space...etc
 Grin
Logged
crazyboris
Experienced poster
***
Offline Offline

Sweden Sweden

Posts: 78


View Profile
« Reply #54 on: August 01, 2009, 02:10:46 PM »

when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.
this happend twice for me now.

it's unlikely to be any threshold like that.
also because the lowest expected limit would be 2 billions.
i think you your problem problem it's more like: the new numbers were not saved, and on reloading old numbers were loaded, or similar.

strange , the server is never shut down.
lets see if it happends again.
its at 1092322 now
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #55 on: August 14, 2009, 07:47:52 AM »

space + user name@ + pass
enable to ignore the download limit slot number,
only the speed limit can restrict the 2 time logged user
here the number of download is limited to 1 slot only, and the speed download limit is on 50K by user.
you can see the result about space + name

how do you limit by user? with a script?
because HFS has no such option.
the bug may be in the script itself.
anyway, i added a "remove spaces" on the username that may fix the problem in next release.
Logged
jerome
Experienced poster
***
Offline Offline

France France

Posts: 36



View Profile
« Reply #56 on: August 14, 2009, 12:10:33 PM »

HFS limit options used,
Max simultaneous downloads from single adress
+
Speed limit for single adress

the .tar speed limit off occur sometime when HFS and flashget are running together,
due to a bug sometime on a torrent download when HFS is opened. (in a custom use, tracker link off)
now it seems to be better.
i only found 2 time the same error on the hfs ini (ban ip+slot limit) after a machine crash or a power cut,
reverted to previous data. (saved in HFS close/open only ?)

Robots visit also make the server slow or bad reacting to mouse during a few moment.
impossible to admin server folders when you are visited, you only have too wait the finished request.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #57 on: August 17, 2009, 03:54:25 AM »

@jerome
i will now try publish the new beta and see if it solves the problem

slasherx moved to
http://www.rejetto.com/forum/index.php?topic=7350.0
Logged
Pages: 1 2 3 [4]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page February 10, 2012, 06:07:19 PM