Hi,
All have seen the fileshare or mediafire sites which offer free books to a certain limit. If a user wants to download more he has to become a paid member ..How do they authorize users to access files after payment? How do they do it? In generally how to authorize users based on certain conditions.. An example will be very helpful.. Thanks in advance
Loading
Abhimanyu K VatsaPosted Jul 12, 2011, 6:31 AM
(i) Ask the user Register on website
(ii) You need to have payment gateway
(iii) If user buys something then transfer him to payment system (gateway)
(iv) If payment made success then let him access to secure zone as you already said in question.
Note: Display the user sample of you document, if he likes display to purchase.
Hope this scenario helps.
Jiteendra SampathiraoPosted Jul 12, 2011, 4:25 AM
Validations will be done depends on Account type...Free or Premium
File size validations will be checked only if they are free users..Where as in paid members case no validations will be occurred...
Nethra R SPosted Jul 12, 2011, 3:36 AM
I want to know how a user is authorized after they become paid members
Jiteendra SampathiraoPosted Jul 12, 2011, 2:32 AM
Before you download the files it asks us for signup(even if it is free account).
First it stores the values using Account type..
When you download the files it stores the all information downloaded date, time, File Size etc.
At the time of Click download it adds all the file sizes that you already downloaded...if it exceeds the free user limit it gives some message or redirects to Premium account Signup....
If there is no signup for Free user...If track all the datails IP Address wise...
i hope you got some idea....