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
XFileSharing Pro - Got Few problems in xfilesharing Pro
I can answer to your number 4 question. We also removed this by editing download1.html. This is the original file:
We made ours look like:
This code displays Uploaded by: Website Member instead of the real uploader's username. 
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>
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>

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?
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.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?
i suggest disable your rewrite rule for non working pages, for example catologue.html leave it to ?op=catalogue
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
Any workaround?
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;
Re: Got Few problems in xfilesharing Pro
Here http://sibsoft.net/forum/how-to-limit-b ... t5167.html answer but unfortunately dont working for me. Cant find problem.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 )