» =$US['title']?> []
=$US['main-head']?>
=$US['main-text']?>
/* #################################################### # Name: The Uniform Server Admin Panel 2.0 # Developed By: The Uniform Server Development Team # Modified Last By: Olajide Olaolorun (empirex) # Web: http://www.uniformserver.com #################################################### */ // Includes include "includes/config.inc.php"; include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; include "includes/header.php"; include "includes/secure.php"; if ( !(file_exists($aphtpasswd)) ) { $AHandle = fopen($aphtpasswd, 'w'); fwrite($AHandle, 'root:root'); fclose($AHandle); } if ( !(file_exists($whtpasswd)) ) { $WHandle = fopen($whtpasswd, 'w'); fwrite($WHandle, 'root:root'); fclose($WHandle); } if ( !(file_exists($mysqlpwd)) ) { $SHandle = fopen($mysqlpwd, 'w'); fwrite($SHandle, root); fclose($SHandle); } // Admin Panel's .htpasswd $tfile = fopen($aphtpasswd, "r"); $fcontents = fgets($tfile); $ucontents = explode(":", $fcontents); // Private Server's .htpasswd $wfile = fopen($whtpasswd, "r"); $pcontents = fgets($wfile); $pscontents = explode(":", $pcontents); // mysql_password $mfile = fopen($mysqlpwd, "r"); $scontents = fgets($mfile); fclose($tfile); fclose($wfile); fclose($mfile); ?>
=$US['main-text']?>