|
Posted by PHPBABY3 on 03/13/07 16:31
Hi everyone,
A. I downloaded SOKKIT a while ago. I am able to write PHP programs
(a.k.a. files or scripts) in directory c:\apache2triad\htdocc using
Notepad, and run them by connecting to localhost/filename. I use
names that end in ".php" and in Windows Explorer they display as blue
circles containing "php". There is a desktop icon, Sokkit Control
Panel, which allows me to create empty SQL tables that I can then
reference in my PHP programs.
B. I have been given an application which I need to install, run and
make changes to. It consists of a tree of directories and files. The
directories are as follows.
1. CMR_SITE
2. CRM_SITE \ _MACOSX \ SITE
3. CRM_SITE \ SITE
Under (2) and (3) are the same tree:
4. CRM \ ADMIN \ DB
5. CRM \ ADMIN \ DOCS
6. CRM \ ADMIN \ SQL
7. CRM \ ADMIN \ TEMPLATES
8. CRM \ CSS
9. CRM \ FILE_VAULT
10. CRM \ IMAGES \ FILE_ICONS
11. IMAGES
12. INCLUDES
13. JSCRIPT
14. STYLE
Within these directories are a number of files that also display in
Windows Explorer as blue circles containing "php". However, when I
display them using Notepad the line feeds appear as squares in a
continuous string that fills every line. They display fine in MS
Word. Also, a problem started recently before this project: All of
the characters in the files that I display in Wordpad are in italics.
I was also given these notes:
Configuration of CRM
In config.php you'll need to change appropriate for your environment:
// Database settings
define ( "MYSQL_HOST", "localhost" );
define ( "MYSQL_USER", "fanpi3_wrdp1" );
define ( "MYSQL_PASSWORD", "UqcLrdKrbdNx" );
define ( "MYSQL_DB", "fanpi3_crm" );
define ( "ADMIN_EMAIL_ENABLED", true );
define ( "ADMIN_EMAIL", "info@bkjproductions.com" );
// Paths (Always include the ending slash
///home/fanpi3/public_html
//was define ( "ROOT_DIR", "/home/content/O/t/i/OtisAhearn/html/
crm/" );
define ( "ROOT_DIR", "/home/fanpi3/public_html/crm/" );
define ( "LOGIN_URL", "http://fanpierboston.com/crm/login.php" );
At the root level, the website will have a contact.php form, a few
files like crm_forgot_password.php and similarly prefixed crm_, all
of which have actions or whatever pointing to files within the crm
folder. The crm/admin folder will ultimately be password-protected
via .htaccess, but scripts can run within the crm
folder.
How do I install and run this application? Any help or documentation
would be greatly appreciated.
P -
Navigation:
[Reply to this message]
|