XFileSharing Pro - Only Registered user Download

Message
Author
zxlin
Posts: 32
Joined: Jun 22, 2011 7:33 pm

Only Registered user Download

#1 Postby zxlin » Jul 06, 2011 10:01 am

Any idea for making only registered user and premium user can download ??

so if unregistered user trying to download they will be redirected to login / register page.

Thank you

Regards,


ZX Lin
www.bzlink,us

ufkabakan
Posts: 332
Joined: Apr 13, 2011 9:37 pm

#2 Postby ufkabakan » Jul 06, 2011 8:57 pm

Admin Panel>Users Limit>Anos User> uncheck Enable

zxlin
Posts: 32
Joined: Jun 22, 2011 7:33 pm

#3 Postby zxlin » Jul 08, 2011 7:56 pm

ufkabakan wrote:Admin Panel>Users Limit>Anos User> uncheck Enable
Thanks but if I didnt wrong thats for block anos user upload is it ?

ufkabakan
Posts: 332
Joined: Apr 13, 2011 9:37 pm

#4 Postby ufkabakan » Jul 09, 2011 1:20 pm

u are right.
But i dont know another solution, without fully disable nonreg users.
U can limited nonreg users "Max download file size" = 1MB
U can limited nonreg users "Downloads countdown" = 99999 sec


Maybe u can edit template file download1.html
Example:
<TMPL_UNLESS premium>
<TMPL_IF plans>
<TMPL_INCLUDE payment_buy_with.html>
<TMPL_INCLUDE comparison.html>
</TMPL_IF>
</TMPL_UNLESS>

zxlin
Posts: 32
Joined: Jun 22, 2011 7:33 pm

#5 Postby zxlin » Jul 13, 2011 10:06 am

ufkabakan wrote:u are right.
But i dont know another solution, without fully disable nonreg users.
U can limited nonreg users "Max download file size" = 1MB
U can limited nonreg users "Downloads countdown" = 99999 sec


Maybe u can edit template file download1.html
Example:
<TMPL_UNLESS premium>
<TMPL_IF plans>
<TMPL_INCLUDE payment_buy_with.html>
<TMPL_INCLUDE comparison.html>
</TMPL_IF>
</TMPL_UNLESS>
I know about max download file size but I dont think its a good Idea...

anyway thanks so much for your solutions