MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
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");
?>