MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/asjudine/www/creditos/administracion/serviasjudinet/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");
?>