Hi,
Since there is a bug on how to bypass the free user, I want to disable the time delay. Because, in my opinion :
There is no point in delaying the free users to download the files. No delay time would make my day a lot easier. Because, the free user will consume its free bandwidth faster.
So please, let me know how I can bypass this.
XFileSharing Pro - another question about FREE USER TIME DELAY
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Ok, try this: in index.cgi find this line
and add below:
Code: Select all
my $sub={
Code: Select all
$c->{download_countdown}=0 if $utype eq ''anon'';
there are 2 codes :
Tried both of them (one by one) the error is the same
Code: Select all
my $sub={
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Added as per your request, but this is the error :
Code: Select all
Software error:
Bad name after anon' at /var/www/cgi-bin/index.cgi line 32.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 94
- Joined: Jan 18, 2009 4:29 am