0274.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install phpSysInfo on Windows</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install phpSysInfo on Windows">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="08/08/2022 05:40:15 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install phpSysInfo on Windows</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download XAMPP <a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/" target="_blank">Download</a></li>
  27. <li>Download phpSysInfo <a href="https://github.com/phpsysinfo/phpsysinfo/releases/latest" target="_blank">Download</a></li>
  28. <li><label for="cb_li_917989_0">Download Microsoft Visual C++&nbsp;</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>
  29. <li>Install&nbsp;Microsoft Visual C++</li>
  30. <li>Right click the downloaded&nbsp;XAMPP file &gt; 7-Zip &gt; Extract here...</li>
  31. <li>Right click the downloaded&nbsp;phpSysInfo file &gt; 7-Zip &gt; Extract here...</li>
  32. <li>Rename the extracted folder phpsysinfo</li>
  33. <li>Make a copy of phpsysinfo/phpsysinfo.ini.new and name it phpsysinfo.ini</li>
  34. <li>Cut&nbsp;the phpsysinfo folder inside the XAMPP/htdocs directory</li>
  35. <li>Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example</li>
  36. <li>Run XAMPP/setup_xampp.bat to update the configuration files with the new server location</li>
  37. <li>Navigate to XAMPP/php/ and edit php.ini in a text editor</li>
  38. <li>Search for extension=</li>
  39. <li>Add the following line below one of the existing extensions
  40. <p>extension=com_dotnet</p>
  41. </li>
  42. <li>Save the php.ini file</li>
  43. <li>Navigate to /XAMPP and run xampp-control.exe</li>
  44. <li>Click the Start button next to Apache</li>
  45. <li>Open a web browser and navigate to http://DNSorIP/phpsysinfo</li>
  46. </ol> </div>
  47. </div>
  48. </body>
  49. </html>