|
Professional Gallery
Documentation:
[ Features ] |
[ Requirements ] |
[ Installation and Configuration ] |
[ Contact Us ] |
What's New ?
- (new)
Support for AspEmail (http://www.AspEmail.com)in addition with existing CDONTS support. Enable or
disable all email functions if your server does not support either CDONTS or ASPMail and still
can use the Gallery with out any error. Disabling all Mail components
will enable admin to send manually all activation code to the registered
user , so that register users can activate their account by confirming
correct email ID. Admin always can enable or disable accounts and
entries manually.
- (new) New navigational drop down menu system
for easy navigation.
- (new) Hit counter for every entry.
- (new) Display of recent entries. This
includes only titles, titles with picture, only picture in required
number of rows and columns. You have an easy option to choose required
number of entries to display.
- (new) Category display in left column and
also in the default page with two rows. You can easily setup number of
entries to display.
- (new) Completely new look with nice layout
and error handling. Just change header , footer and menu ( easy to do
with little knowledge of html) to fit to your present website.
-
- And more .. (read below information. and use demo to see and feel
all features.)
Features:
Member /Author:
- Guest can registered as members ( also known
as authors). This registration system can be used for all of your
website too. Also If you already have registration system you can simple use
that and integrate with this Gallery. ( instructions are in
installation and configuration section.)
- This registration form allows members to upload
and publish their personal photo with their profile.
- Registered members have to confirm their email
by activating their accounts as per Activation code received to their
email address after completion of registration.
- If forgotten or lost, members can request
details of their login name/ pass word / Activation code, by simple
filling online request form with their email id. Automated email will be
sent to members with their Login name/ pass word / Activation code.
- Members Registration system can be used for your other Asp pages by simply
including a small code. ( details are in Installation and configuration
section)
- Members can Post multiple Documents /photos with
title, subject, details. Upload Documents are purely driven with asp code
and no server side components are required. All Documents will be uploaded
to database. No limit to number of entries.
- Members can post their entries in different
categories.
- Members can edit their Account.
- Members can Edit /Delete their own entries.
- Members can move their own entries from one
category to other category.
- Members can send email to other members by using
online form
- Members can send photos to friends by using
online form.
- Member’s entries will be referred by admin and
will be activated to display for public view (Guest View). Before
activation member can go and make any changes to their entry.
- Members can edit their own entry after
activation also. But once edited, that entry will be disabled and will
be sent to admin for verification. Admin has to review this modified
entry to activate again. This is required to maintain quality of
entries.
- Members can view all entries in expand and collapse mode.
Admin:
- Admin can create another admin account or
another member account if required.
- Admin can create / rename /delete Categories and
admin all categories. Rename category does not effect any of entries
posted under that category.
- Delete category required to move or delete all
entries posted under category. Admin can not delete category with out
moving / deleting all entries under that category.
- Admin can move entries from one category to
another category. This will give control on those entries posted in
wrong category.
- Admin can activate/ deactivate any user account
or any entry posted by Member.
- Admin can edit (modify, delete) any use account
/ entries posted by user.
- Admin can use online form and send mails to the
users to inform the changes in member’s account or changes in their
member’ entries.
- Admin can view all entries in expand and collapse mode.
Guest:
- Guest can view all Active entries.
- Guest can view only active entries posted under
selected Category
- Guest can view only active entries posted by member.
Requirements:
- Microsoft IIS server.
- ASP and MS Access 2000 support.
- CDONTS Support for your IIS server
- Microsoft Internet Explorer IE 5.x or above
- Basic knowledge of HTML and ASP to make any changes to this script. If you
do not want to make changes you can use the script with our any knowledge of
ASP and HTML.
Installation and configuration:
- Expand Zip file ( ProfessionalGalleryV<version
Info>.Zip ; Version Info is 3.0 etc.. This changes from version to
version, we done this to avoid accidental over write of older files.
- All files will be expanded under folder \ProfessionalGalleryV<version Info>\
- Directory structure will be
- \ProfessionalGalleryV<version Info>\
- \ProfessionalGalleryV<version Info>\Documents
- \ProfessionalGalleryV<version Info>\Include
- \ProfessionalGalleryV<version Info>\DB
- You can rename this root folder for the gallery
to the name you like \ProfessionalGalleryV<version Info>\
- Provide read write access to \ ProfessionalGalleryV<version Info>\DB (contact hosting service
provider to secure this folder and not allow to browse or down load
database file form this folder.
- If you want to move database file (. MDB) to
some other folder modify entries in the file ‘\Include\Common.asp ‘. You
can use either Map Path or physical path
- Header files are in Header.asp
use this file to change Header information. This file contains some of
the includes like Menu-horizontal.asp and also some of functions or
sub routines from file Functions.asp
- Default.asp can be completely modified the way
you fell. We did not include any useful or required information in this
file. This will facilitate you to use this script in the root of your
domain. Before you copy this application DO NOT OVERWRITE any of you
existing file. Recommended having subfolder and having all gallery files
in them.
- All pages kept separately with the intention
that it makes customization easy for Webmasters who wants to use this
script for their development. If you want to make lot of changes to the
format please go through each and every file and do identify depended
includes. Make changes if you understand the script. ( of course it is
designed to understand easily with basic knowledge of HTML and ASP)
- To protect other any page on your web site you can use following code at
the top of every page.
<% Response.buffer=True
If Session("LoginName") = "" then
Response.redirect "login.asp?Redirect=" &Request.Servervariables("URL")
End If %>
- If you do not want to use this registration system please refer WebPages
which contains references to forgot*.asp inc-login*.asp Login*.asp and
logout.asp files and remark them or change those links to your existing
registration /login system. Add following sessions to your present
registration system ( you need to find this in your own registration system
to identify where to add)
Session("LoginID")
Session("LoginName")
Session("ActiveLogin")
Session("FullName")
Session("Email")
Session("AccessLevel")
Also access level needs Admin , Author entries in database; activation needs
Yes or No values in database. So If your system does not match with this
identify Session("AccessLevel") and
Session("ActiveLogin") entries in different pages and replace
those conditions with your present registration system logic. If is
simple script to understand easily and simple to modify. So with little asp
knowledge you can easily use this system. If you are not expert in asp and
html you can simply use this system easily with out any changes.
- To make webmasters work easy we named files in
such a way that they represent a set. For example Guest file are named
in root ( of this script) and in subfolder as UserList.asp ,
Userview.asp , inc-userlist.asp ,
CategoryUserDisplay.asp etc… and same way for admin and category etc.
Functions.asp contains all functions used in all files.
- You can use the program as it is Or you
can change complete layout by simple modifying header.asp,
footer.asp and menu-horizontal.asp. You can include your present webpage
links in these files and customize the way you like.
- Create an email address with ID "Support@
Yourdomainname.com " or Edit StrSupportEmailAddess variable in Common.asp file located under
include folder with email address you like.
- Edit include/common.asp to enable or disable
Email componets. Or Choose CDONTs or AspEmail . If you Choose AspEmail
make sure to enter Smtp server details. This information you need to get from your hosting
service.
Contact : Contact Click Me Send email for help.
It is very difficult to make script
compatibles for 100s of customers and their unique requirment. So we tried our best to make this script suitable
for most of customer needs. This is designed with width of 500Pixels. This will leave
more room to add left margin/ index. You can simple use header.asp ( available
at the top of each page) and create another footer.asp (vailable
at the at bottom of every page). Now you an easily create left index by dividing a table
and cell between header.asp and footer.asp
We can modify the scripts for you as per your
requirements. Our prices are very low and vary from $25 to $100. Please send us
your customization requirements and get the Quote. |