Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Need a gallery script with member area feature
Old 01-07-2008, 11:03 AM Need a gallery script with member area feature
Junior Talker

Posts: 1
Name: Davood
Trades: 0
Guys, i'm looking for a standard script wich allows to create an Image gallery. However i'm planning to sell access to some areas of my site, i.e. members area to be established there, and its going to be paid. So i need the script which will let me to create that member area and take money from registered users to access that area (via credit card payments, etc).

I've checked most of image gallery scripts available on hotscripts.com. I've seen only feature that enables to sell each photo individually by adding it to shopping cart, rather than sell unlimited access to users for certain periods of time (month, day, week, year, etc).

Thanks for your help in advance.

Last edited by mgraphic; 01-07-2008 at 11:13 AM.. Reason: removed links
davide1982 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-08-2008, 10:39 AM Re: Need a gallery script with member area feature
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Well, you could pay for someone to custom code it, I believe something what you are looking for should range between £25 (modification to current code) > £300 (Complete custom build).

The general coding theroy is quite simple, if the person is paying give them more, for example.
PHP Code:
<?php
if($user['level'] == "paid"){ // If the user has paid for the service.
include "paid.inc.php";
} else { 
// if the user has not paid
include "not_paid.inc.php";
}
?>
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Reply     « Reply to Need a gallery script with member area feature
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18347 seconds with 12 queries