umfrage tool hosten und installieren

  • #1
S

sisqonrw

Bekanntes Mitglied
Themenersteller
Dabei seit
11.04.2006
Beiträge
132
Reaktionspunkte
0
hallo wer kann mir beim hosten und installieren eines umfrage tools behilflich sein. leider bin ich ein Anfäger und kenne mich mit Datenbanken nicht so aus.

Ich habe auf



die daten hochgeladen.

jetzt bin ich an eure hilfe angewiesen.

Hat jemand lust, das mit mir step by step durch zu gehen?!

ich wäre sehr dankbar!


INSTALLATION STEPS:
1. Ensure your php is set up for the following:
- register_globals directive = TRUE (in php.ini)
- Make sure PEAR DB is installed. If you don't have PEAR installed, you can
simply copy DB.php and some required files as necessary to the system
directory (e.g. /apache/htdocs/phpSurvey).
2. Load Database data.
- \i pg_create.sql
3. Modify the following lines in /inc/conf.inc.php :
- $PS_CONFIG[system_url] =
--> set the value to your system URL. This will be used in sending
invitation to the respondent.
- $PS_CONFIG[admin_email] = [email protected];
--> set to the admin e-mail. This will be used when there is request
for changing password or other urgent notification. (not used yet).
- $PS_CONFIG[system_email] = [email protected];
--> fake e-mail address to be printed in the From: of e-mail headers
in inviting respondents.
- $PS_CONFIG[dbtype] = pgsql; ---> No need to change this.
- $PS_CONFIG[dbhost] = 127.0.0.1; ---> Depends which host your DB is.
- $PS_CONFIG[dbuname] = ; ---> username to access the DB
- $PS_CONFIG[dbpwd] = ; ---> password to access the DB if any
- $PS_CONFIG[dbname] = ; ---> your database name
4. Ensure your hostname is correct.
- You can check this by issuing hostname command in linux shell.
Inappropriate setting may resulted in some valid e-mail invitation
being rejected. One occasion, I experienced when I sent to
any e-mail that belong to Yahoo.
5. Use install.php to initialize root password.
 
Thema:

umfrage tool hosten und installieren

ANGEBOTE & SPONSOREN

Statistik des Forums

Themen
113.840
Beiträge
707.963
Mitglieder
51.494
Neuestes Mitglied
Flensburg45
Oben