File: /home/asjudine/public_html/creditos/settings.php
<?
// MySQL Settings
// Change thee to your current Db Settings
$MySqlHostname = "localhost";
/* $db = "icetec_creditos";
$MySqlUsername = "icetec_creditos";
$MySqlPassword = "creditos";*/
/*
$db = "diseno_disenoprofesional";
$MySqlUsername = "diseno_creditos";
$MySqlPassword = "creditos"; */
$db = "creditos";
$MySqlUsername = "usuario_creditos";
$MySqlPassword = "creditos";
// This is the string appended to formElements
// and used in scripts needing them
$stringToAppendToField = "Field";
// Row Colors
$row1BgColor = "#FFFFFF";
$row2BgColor = "#C0C0C0";
// Database connection
// this indicates whether you want full database connection script in your code
// or an include statement for the connection script
$fullDbConnectionCode = "y";
// if you want to include a connection script for your database
// please put the your database connection script file here
$dbConnectionFile = "include(\"datacon.php\");";
// header and footer of generated Code
$pageheader="<?\ninclude(\"head.php\");\n $dbConnectionFile \n?>\n\n";
$pagefooter="\n\n<?\ninclude(\"foot.php\");\n?>";
$genieVersion = "1.4";
// Language settings
// Still in Development
include("./lang/lang_english.inc.php");
?>