XFileSharing Pro - another question about FREE USER TIME DELAY

Message
Author
adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

another question about FREE USER TIME DELAY

#1 Postby adrideh » Mar 05, 2009 3:18 am

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.

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#2 Postby adrideh » Mar 05, 2009 9:27 pm

Hi, I need an answer please.....

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Mar 06, 2009 2:59 am

Do you really think ALL free users are using this hack?

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#4 Postby adrideh » Mar 06, 2009 7:45 am

Hi, the question is to bypass the free user time delay. I don't really care about the hack, I believe you would solve it eventually.

I merely need a way to disable the free user time delay.
please advise

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Mar 10, 2009 12:11 am

Ok, try this: in index.cgi find this line

Code: Select all

my $sub={
and add below:

Code: Select all

$c->{download_countdown}=0 if $utype eq ''anon'';

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#6 Postby adrideh » Mar 17, 2009 7:43 pm

Tried it, then comes this error :

Software error:

syntax error at /var/www/cgi-bin/index.cgi line 64, near "0 if"
Bad name after anon' at /var/www/cgi-bin/index.cgi line 64.

What to do next ?

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#7 Postby adrideh » Mar 17, 2009 7:44 pm

there are 2 codes :

Code: Select all

my $sub={
Tried both of them (one by one) the error is the same

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#8 Postby PilgrimX182 » Mar 17, 2009 10:08 pm

oops, then use first one and add it Above, not below.

lawina
Posts: 10
Joined: Mar 20, 2009 6:12 am

#9 Postby lawina » Mar 20, 2009 6:14 am

PilgrimX182 wrote:oops, then use first one and add it Above, not below.
I have try this also
but gif a error also....

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#10 Postby adrideh » Mar 20, 2009 8:39 am

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.

adrideh
Posts: 18
Joined: Aug 14, 2008 8:07 am

#11 Postby adrideh » Mar 23, 2009 8:09 am

update please...

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#12 Postby PilgrimX182 » Mar 23, 2009 8:50 am

oh, you still need this? 1.3 or 1.4 version?

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#13 Postby sherayusuf3 » Apr 04, 2009 2:20 am

PilgrimX182 wrote:oh, you still need this? 1.3 or 1.4 version?
i have add this code on index.cgi 1.4 Version

like this:
&RegisterConfirm if $f->{confirm_account};
$c->{download_countdown}=0 if $utype eq ''anon'';

my $sub={
and still error
please update