XFileSharing Pro - Got Few problems in xfilesharing Pro

Message
Author
TTS
Posts: 1
Joined: Apr 19, 2012 3:38 am

Got Few problems in xfilesharing Pro

#1 Postby TTS » Apr 19, 2012 3:46 am

Hello

I'm using xfilesharing pro on this site: www.isavelink.com and I have few problems.

1- I can't use the Flash upload Mod that I bought and I have emailed you few time with access to server but with no result

2- I want to limit bandwidth for each premium member not based on IP but based on account ( each account can download XX giga each 30 days, not each IP---> why? cause one account can then download XX giga on one IP and another XX giga on another IP )

3- Can we have an option for subscription integrated in the payment system ?

4- Can I remove the feature that shows the uploader name on each link ?

I will add more things when I remember them, as I'm sure I passed on plenty of difficulties dealing with the script

But over all, it's a great script

Thanks for your time and great efforts

TTS

stdio
Posts: 65
Joined: Mar 27, 2012 4:05 pm

#2 Postby stdio » Apr 19, 2012 11:07 am

I can answer to your number 4 question. We also removed this by editing download1.html. This is the original file:

Code: Select all

<TMPL_IF file_usr_login><tr><td align=right nowrap><b><TMPL_VAR lang_uploaded_by>:</b></td><td><a href="<TMPL_VAR site_url>/users/<TMPL_VAR file_usr_login>"><TMPL_VAR file_usr_login></a></td></tr></TMPL_IF>
We made ours look like:

Code: Select all

<TMPL_IF file_usr_login><tr><td align=right nowrap><b><TMPL_VAR lang_uploaded_by>:</b></td><td>Website Member</td></tr></TMPL_IF>
This code displays Uploaded by: Website Member instead of the real uploader's username. :)

venture89
Posts: 95
Joined: Aug 30, 2011 12:11 am

#3 Postby venture89 » Oct 17, 2012 3:45 pm

Thanks for the code. However on download1.html (Where I have +add to my account) it is still giving me Working... error when page URL has www.

i.e. nothing happens when i click on +add to my account


I also noticed that in my catalog page it is working fine regardless of http://domain or www.domain

In download1.html it is working only if the page URL is http://domain
So this has to do with URL of the download1.html (if it has www it will not work)

Any suggestions?

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#4 Postby afdah » Oct 17, 2012 4:30 pm

venture89 wrote:Thanks for the code. However on download1.html (Where I have +add to my account) it is still giving me Working... error when page URL has www.

i.e. nothing happens when i click on +add to my account


I also noticed that in my catalog page it is working fine regardless of http://domain or www.domain

In download1.html it is working only if the page URL is http://domain
So this has to do with URL of the download1.html (if it has www it will not work)

Any suggestions?
if you are using rewrite rules, some pages of XFS will not work without modifications. example is catologue page.
i suggest disable your rewrite rule for non working pages, for example catologue.html leave it to ?op=catalogue

venture89
Posts: 95
Joined: Aug 30, 2011 12:11 am

#5 Postby venture89 » Oct 22, 2012 8:12 am

I have the '+Add to my account' function at download1.html
I see this rewrite rule which is effective when people watch videos at our own site

Code: Select all

rewrite "^/([0-9A-Za-z]{12})(\/.+|\.html?|$)" /cgi-bin/index_dlf.cgi?op=download1&id=$1&fname=$2 last;
Any workaround?

leecher
Posts: 22
Joined: Nov 01, 2011 1:37 am

Re: Got Few problems in xfilesharing Pro

#6 Postby leecher » Oct 22, 2012 4:30 pm

TTS wrote:2- I want to limit bandwidth for each premium member not based on IP but based on account ( each account can download XX giga each 30 days, not each IP---> why? cause one account can then download XX giga on one IP and another XX giga on another IP )
Here http://sibsoft.net/forum/how-to-limit-b ... t5167.html answer but unfortunately dont working for me. Cant find problem.