Search found 7 matches

by lexie
Sep 19, 2014 3:05 pm
Forum: XFileSharing Pro
Topic: payment methods
Replies: 9
Views: 4792

So, what business model should I have for accepting payments by Paypal? This payment method doesn't work. They just block account.
by lexie
Jun 28, 2010 2:04 pm
Forum: XFileSharing Pro
Topic: Max bandwidth last n days problem
Replies: 3
Views: 3091

I think you're wrong. As I understood this limit is per each user's IP address. It's a bit weird, because there is total bandwidth for each uploaded file.
by lexie
Jun 23, 2010 9:06 am
Forum: XFileSharing Pro
Topic: Strange Problem from Paypal
Replies: 5
Views: 2618

Make sure that this letter is not fishing. I think it's just a fake.
by lexie
Jun 22, 2010 8:55 pm
Forum: XFileSharing Pro
Topic: Max bandwidth last n days problem
Replies: 3
Views: 3091

Max bandwidth last n days problem

Hi, Could you please explain how to get working limits for max bandwidth setting? I set Max bandwidth last 3 days to 5000 for registered users and 1000 for anonymous, without direct links. However, I've got 32 anonymous downloads with 9592.6 Mb of bandwidth within 1 day. How to fix the problem? Than...
by lexie
Jan 19, 2010 10:46 am
Forum: XFileSharing Pro
Topic: Have installed Nginx - I have a few questions
Replies: 11
Views: 7800

Converting .htaccess to nginx rewrite rules is the easiest thing. care to share the Xfileshare Pro one with us?[/quote] rewrite ^/free([0-9]+)\.html$ /cgi-bin/index.cgi?op=registration&aff_id=$1 last; rewrite ^/(checkfiles|contact|login|links)\.html$ /cgi-bin/index.cgi?op=$1 last; rewrite ^/pre...
by lexie
Jan 12, 2010 9:08 pm
Forum: XFileSharing Pro
Topic: Have installed Nginx - I have a few questions
Replies: 11
Views: 7800

GMC wrote:Nginx doesnt work by default

the .htaccess files are detailed and complicated so when you turn nginx on you get 403 access errors

If nginx is supported is there converted files for use with nginx rewrite rules?
Converting .htaccess to nginx rewrite rules is the easiest thing.
by lexie
Jan 09, 2010 8:02 am
Forum: XFileSharing Pro
Topic: Have installed Nginx - I have a few questions
Replies: 11
Views: 7800

As far as I know, you should install 3rd party nginx module 'upload progress' to make progress bar is working. However, probably there should be some changes in the script code.