* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4
- Add code to delete inline styles and add css to make it look better.
- version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
2025-05-14 16:14:01 +01:00
parent 80b1da5fa5
commit c8ce77259d
952 changed files with 51341 additions and 28699 deletions

View File

@@ -1,45 +1,56 @@
phpSysInfo
==============
* Copyright (c), 1999-2008, Uriah Welcome (precision@users.sf.net)
* Copyright (c), 1999-2009, Michael Cramer (bigmichi1@users.sf.net)
* Copyright (c), 2007-2008, Audun Larsen (xqus@users.sf.net)
* Copyright (c), 2007-2015, Erkan Valentin
* Copyright (c), 2009-2015, Mieczyslaw Nalewaj (namiltd@users.sf.net)
* Copyright (c), 2010-2012, Damien Roth (iysaak@users.sf.net)
* Copyright (c), 1999-2008, Uriah Welcome ([sf.net/users/precision](https://sf.net/users/precision))
* Copyright (c), 1999-2009, Michael Cramer ([github.com/bigmichi1](https://github.com/bigmichi1), [sf.net/users/bigmichi1](https://sf.net/users/bigmichi1))
* Copyright (c), 2007-2008, Audun Larsen ([sf.net/users/xqus](https://sf.net/users/xqus))
* Copyright (c), 2007-2015, Erkan Valentin ([github.com/rk4an](https://github.com/rk4an), [sf.net/users/jacky672](https://sf.net/users/jacky672))
* Copyright (c), 2009-2024, Mieczyslaw Nalewaj ([github.com/namiltd](https://github.com/namiltd), [sf.net/users/namiltd](https://sf.net/users/namiltd))
* Copyright (c), 2010-2012, Damien Roth ([sf.net/users/iysaak](https://sf.net/users/iysaak))
REQUIREMENTS
------------
PHP 5.1.3 or later with SimpleXML, PCRE, XML and DOM extension.
#### Suggested extensions:
- mbstring: Required for *nix non UTF-8 systems
- com_dotnet: Required for Windows environments
- xsl: Required for static mode
- json: Required for bootstrap mode
CURRENT TESTED PLATFORMS
------------------------
- Linux 2.6.x
- FreeBSD 7.x
- Linux 2.6+
- FreeBSD 7+
- OpenBSD 2.8+
- NetBSD
- DragonFly
- HP-UX
- Darwin/OSX
- Windows 2000 / 2003 / XP / Vista / 7 / 8 / 8.1 / 10
- Darwin / Mac OS / OS X / iOS
- Windows 2000 / XP / 2003 / Vista / 2008 / 7 / 2011 / 2012 / 8 / 8.1 / 10 / 10 IoT / 2016 / 2019 / 2022 / 11
- Android
- > PHP 5.2 or later
- With PCRE, XML, XSL, MBString and SimpleXML extension.
####Platforms currently in progress:
#### Platforms currently in progress:
- Haiku
- Minix
- SunOS
- ReactOS
- IBM AIX
- QNX
- GNU Hurd
- FortiOS (via SSH)
- DrayOS (via SSH)
If your platform is not here try checking out the mailing list archives or
the message boards on SourceForge.
the message boards on Github.
INSTALLATION AND CONFIGURATION
------------------------------
####Typical installation
#### Typical installation
Just decompress and untar the source (which you should have done by now,
if you're reading this...), into your webserver's document root.
@@ -59,10 +70,10 @@ can do this.
That's it. Restart your webserver (if you changed php.ini), and voila.
####Docker container installation
#### Docker container installation
- sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo
- sudo docker run -i -p 8080:80 -t phpsysinfo
- `sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo#main`
- `sudo docker run -i -p 8080:80 -t phpsysinfo`
- go to http://localhost:8080/phpsysinfo/
KNOWN PROBLEMS
@@ -74,21 +85,21 @@ KNOWN PROBLEMS
PLATFORM SPECIFIC ISSUES
------------------------
####Windows with IIS
#### Windows with IIS
On Windows systems we get our informations through the WMI interface.
If you run phpSysInfo on the IIS webserver, phpSysInfo will not connect
to the WMI interface for security reasons. At this point you MUST set
an authentication mechanism for the directory in the IIS admin
interface for the directory where phpSysInfo is installed. Then you
will be asked for an user and a password when opening the page. At this
point it is necassary to log in with an user that will be able to
point it is necessary to log in with an user that will be able to
connect to the WMI interface. If you use the wrong user and/or password
you might get an "ACCESS DENIED ERROR".
SENSOR RELATED INFORMATION
---------------------------
####MBM5
#### MBM5
Make sure you set MBM5 Interval Logging to csv and to the data
directory of phpSysInfo. The file must be called MBM5. Also make sure
MBM5 doesn't add symbols to the values. This is a Quick MBM5 log parser,
@@ -101,21 +112,19 @@ First make sure you've read this file completely, especially the
"INSTALLATION AND CONFIGURATION" section. If it still doesn't work then
you can:
Submit a bug on SourceForge (preferred) (http://sourceforge.net/projects/phpsysinfo/)
Ask for help or submit a bug on Github (https://github.com/phpsysinfo/phpsysinfo/issues)
Ask for help in the forum (http://sourceforge.net/projects/phpsysinfo/)
***!! If you have any problems, please set `DEBUG` to true in `phpsysinfo.ini`
***!! If you have any problems, please set `DEBUG` to true in `phpsysinfo.ini`
and include any error messages in your bug report / help request !!***
OTHER NOTES
-----------
If you have a great idea or want to help out, just drop by the project
page at SourceForge (http://sourceforge.net/projects/phpsysinfo/).
If you have a great idea or want to help out, just create a pull request with your change proposal
in the [phpSysInfo](https://github.com/phpsysinfo/phpsysinfo) repository.
LICENSING
---------
This program and all associated files are released under the GNU Public
License, see [COPYING](COPYING) for details.
This program is released under the GNU Public License Version 2 or
(at your option) any later version, see [COPYING](COPYING) for details.