|
ConnStr.asp |
Here you'll especify the server connection variables,
a) Name of your MySql server
b) Name of the database User
c) Password of the database User
d) Database Name
|
|
Shared.asp |
Some needed variable
a) Login Url: Where are located
your login pages, where you've decompressed the zip file.
Example: "http://www.mysite.com/mylogin/"
b) Email Sender: Who is the email sender ?
Example: "myname@mysite.com"
c) Language Customization: Choose the language of the client size
in the <!--#include file="../Languages/LanguageEn.asp"--> line
change the Asp page of your language
For Spanish: use LanguageEs.asp
For Italian: use LanguageIt.asp
For English: use LanguageEn.asp
Etc....
You can create your language page of course.
d) Header and Footer: Set the Header and Footer that will apper on
the top and the bottom of the client pages
e) Redirects: Set the web page where the user is redirected when the
user login is successfull
|
|
AdminConfig.asp |
More needed variables
a) Admin Site Url: ' Where is
located your Admin site?
Example: "http://www.mysite.com/Admin/"
b) Redirect: Where is redirected the Staff Logout?
'Redir = "http://localhost/Login/Admin/Cpanel.asp"
c) Email Sender: Who is the email sender ?
Example: "myname@mysite.com"
d) Language Customization: Choose the language of the client size
in the <!--#include file="../Languages/AdminLanguageEn.asp"-->
line change the Asp page of your language
For Spanish: use AdminLanguageEs.asp
For Italian: use AdminLanguageIt.asp
For English: use AdminLanguageEn.asp
Etc....
You can create your language page of course.
e) Header and Footer: Set the Header and Footer that will apper on
the top and the bottom of the client pages
|
|
Up.asp |
The Header of the Client pages. You can put your own code
here. |
|
Down.asp |
The Footer of the Client pages. You can put your own code
here. |
4. Tables Creation.
. (a)
Read this same document located in your directory install and named install.html
and follow the link that will find on this point to create the tables
automatically.
(b) If is Not working, in the
SQLDUMP.txt
file you'll find the tables structure.
6. Login Pages are located in the directories
/Admin For the Control Panel, and
/ For the Client Pages
7. You can
enter in the Adminitration Panel with the User/Password
Admin/Admin. Change that password ASAP.
The Login Form is located in your main directory, under
the Admin subdirectory and the name is Login.asp.
8. Your
customer login form is located in your main directory.
The name is Login.asp.
9. Please
post any problem, suggestion or bug here.
Screenshots




|