This topic is locked
[SOLVED]

 Membership Fee via Paypal

4/6/2015 11:30:26 AM
PHPRunner General questions
A
Abuaarah author

Hello,
I am planning to make a dating site and planning to charge membership fee via paypal etc. is it possible to use PHPRunner to create such environment? all help would be appreciated

Sergey Kornilov admin 4/6/2015

It all depends on your pricing structure i.e. do you charge by time period or by number of contacts to be made etc.
Check Members template for inspiration:

http://xlinesoft.com/templates/members/index.htm

A
Abuaarah author 4/6/2015



It all depends on your pricing structure i.e. do you charge by time period or by number of contacts to be made etc.
Check Members template for inspiration:

http://xlinesoft.com/templates/members/index.htm


Thanks for the reply, Basically I am planning to divide people in to three groups, the first group visitors no need to be registered and will be given x amount to see a registered profile, a registered member can view another registered member more than X amount, and third group registered and subscribed member {Thinking of charging a monthly/quarterly fee (should be able to decide) who has access to communicate with other paid or unpaid members etc.
What is your advice, and how successfully I could achieve this? Thank you

Sergey Kornilov admin 4/7/2015

Members template can help you with the third group of users (monthly/quarterly access). To handle first two scenarios (pay per profile access) you would need something different, some sort of token system and that needs to be coded manually.

A
Abuaarah author 4/7/2015



Members template can help you with the third group of users (monthly/quarterly access). To handle first two scenarios (pay per profile access) you would need something different, some sort of token system and that needs to be coded manually.


Actually I am planning to charge a fee only for the third group, who will be able to communicate with all registered members...! Group-1 Site Visitors free access (access lesser than group 2) Group-2 Registered - free and limited access (Cannot communicate with fellow members) group 3 registered and subscribed with proposed fee Full access (can communicate with other members registered and subscribed) still to communicate they will be given with a contact form in order to hide the email adress
Sorry this is the best I could explain <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=77111&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />

A
Abuaarah author 4/7/2015

So is it possible for me to use Membership template and get it done what I want? please notify and do you have a sample or demo version to see all the functions? By the way, please note that I am not PHP/ASP coder or understand them, your every bit of help would help me in great extend!

Sergey Kornilov admin 4/8/2015

Yes, it is possible and you can see live demo of Members template at http://xlinesoft.com/templates/members/index.htm
Please note that Members template only handles payment scenario #3. You will have to develop the functionality for groups #1 and #2.