Ok .. envio confi.php
// Basic Setup
$databasetype = "mysql"; // ADOdb database driver - valid values are mysql, odbc_mssql or postgres
$databaselocation = "localhost"; // Network location of your Database - for odbc_mssql use the mssql servername, not localhost or IP
$databasename = "nolaual_encuesta"; // The name of the database that we will create
$databaseuser = "nolaual_encuesta"; // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass = "XXXX"; // Password of db user
$dbprefix = "lime_"; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
// a database with other applications. Suggested prefix is "lime_"
// File Locations
$rooturl = "
siracpfa.aulaenova.org/encuestacpfa/limesurvey"; //The root web url for your limesurvey installation (without a trailing slash).
$rootdir = "/var/siracpfa.aulaenova.org/encuestacpfa/limesurvey";// This is the physical disk location for your limesurvey installation. Normally you don't have to touch this setting.
// If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir="C:Inetpub
wwwrootlimesurvey"!
// Some IIS installations also require to use forward slashes instead of backslashes, e.g. $rootDir="C:/Inetpub/
wwwroot/limesurvey"!
// If you use OS/2 this must be the complete rootdir with FORWARD slashes e.g.: $rootDir="c:/limesurvey";!
// Site Setup
$sitename = "SIRACA"; // The official name of the site (appears in the Window title)
$defaultuser = "admin"; // This is the default username when LimeSurvey is installed
$defaultpass = "password"; // This is the default password for the default user when LimeSurvey is installed
// Email Settings
$siteadminemail = "
Dit e-mail adres is beschermd door spambots, u heeft Javascript nodig om dit onderdeel te kunnen bekijken
"; // The default email address of the site administrator
$siteadminbounce = "
Dit e-mail adres is beschermd door spambots, u heeft Javascript nodig om dit onderdeel te kunnen bekijken
"; // The default email address used for error notification of sent messages for the site administrator (Return-Path)
$siteadminname = "ProfGuillermo"; // The name of the site administrator
GUILLERMO