1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install phpSysInfo on Windows</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Install Guide,Web Based,Web Based Tools,PHP,XAMPP,Web Server,Web Server Administrator,Web Server Administration,PHP System Monitor,FOSS,Free Open Source Software,Free Software,Windows,Open-Source,Open Source Software,Microsoft Windows,Self-Hosted,PHPSysInfo,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install phpSysInfo on Windows">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="08/08/2022 05:40:15 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Install phpSysInfo on Windows</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download XAMPP <a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/" target="_blank">Download</a></li>
- <li>Download phpSysInfo <a href="https://github.com/phpsysinfo/phpsysinfo/releases/latest" target="_blank">Download</a></li>
- <li><label for="cb_li_917989_0">Download Microsoft Visual C++ </label><label for="cb_li_917989_0"><a href="https://aka.ms/vs/16/release/vc_redist.x64.exe" target="_blank">Download</a></label></li>
- <li>Install Microsoft Visual C++</li>
- <li>Right click the downloaded XAMPP file > 7-Zip > Extract here...</li>
- <li>Right click the downloaded phpSysInfo file > 7-Zip > Extract here...</li>
- <li>Rename the extracted folder phpsysinfo</li>
- <li>Make a copy of phpsysinfo/phpsysinfo.ini.new and name it phpsysinfo.ini</li>
- <li>Cut the phpsysinfo folder inside the XAMPP/htdocs directory</li>
- <li>Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example</li>
- <li>Run XAMPP/setup_xampp.bat to update the configuration files with the new server location</li>
- <li>Navigate to XAMPP/php/ and edit php.ini in a text editor</li>
- <li>Search for extension=</li>
- <li>Add the following line below one of the existing extensions
- <p>extension=com_dotnet</p>
- </li>
- <li>Save the php.ini file</li>
- <li>Navigate to /XAMPP and run xampp-control.exe</li>
- <li>Click the Start button next to Apache</li>
- <li>Open a web browser and navigate to http://DNSorIP/phpsysinfo</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|