Hello,
I have some questions.
1. I found that some users are sharing there premium accounts. Is there any way to check account sharing?
2. If premium user uncheck "Direct Download" option, they get download link on new page while when free users download, download start immediately & they don't see new page. Is it possible to convert this system, as I want free users to browse one more page & for premiums, downloading should start on very same page.
3. I unchecked Generate direct links for guest & members, then guest & free members should not be able to use download accelerators. While I personally have test it many times that guest & free users can use download accelerators as well as they can pause/resume their downloads too. It's a big problem, please provide some solution fast.
Waiting for some response.
Regards
XFileSharing Pro - Questions...
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
1. I found that some users are sharing there premium accounts. Is there any way to check account sharing?
If you have doubts about some particular login then go to this page
Code: Select all
/?op=admin_downloads_all
and filter downloads with username. So you will see what IPs were used for downloading from this account.
2. If premium user uncheck "Direct Download" option, they get download link on new page while when free users download, download start immediately & they don't see new page. Is it possible to convert this system, as I want free users to browse one more page & for premiums, downloading should start on very same page.
In index_dl.pm comment this line:
Code: Select all
return $ses->redirect($file->{direct_link}) unless $c->{direct_links};
3. I unchecked Generate direct links for guest & members, then guest & free members should not be able to use download accelerators. While I personally have test it many times that guest & free users can use download accelerators as well as they can pause/resume their downloads too. It's a big problem, please provide some solution fast.
You're using custom nginx mod. Resumes are allowed there for all users. Contact us with email to get more info about this option.
P.S.: Please use [email protected] for your custom issues, not the public forum.