List Info

Thread: Need Help with PHP Application




Need Help with PHP Application
country flaguser name
United States
2007-03-13 11:33:57
Hello,

A. I downloaded SOKKIT a while ago.  I am able to write PHP
programs
(a.k.a. files or scripts) in directory
c:apache2triadhtdocc 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", "infobkjproductions.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://f
anpierboston.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.

Thanks,

P -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysqlgooglegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribegooglegroups.com
For more options, visit this group at http://
groups.google.com/group/phpmysql?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Need Help with PHP Application
country flaguser name
United States
2007-04-02 10:26:43
is this a opensource CRM or its developed by you guys before
shed some
light.

On Mar 13, 8:33 pm, "PHPBABY3" <shymath...gmail.com> wrote:
> Hello,
>
> A. I downloaded SOKKIT a while ago.  I am able to write
PHP programs
> (a.k.a. files or scripts) in directory
c:apache2triadhtdocc 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", "i...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://f
anpierboston.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.
>
> Thanks,
>
> P -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysqlgooglegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribegooglegroups.com
For more options, visit this group at http://
groups.google.com/group/phpmysql?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )