Welcome Guest, Not a member yet? Register   Sign In
System Information
#1

[eluser]Lazos[/eluser]
Hi. Do you know any script or something that can help me to develop a page with the important system information for my CMS. For example root path, php version, mysql version, server software, operating system, maximum post size, memory limit, GD version,.....
#2

[eluser]El EmiZ[/eluser]
It's just a one line file (like phpinfo.php) =P...

Code:
<?php phpinfo(); ?>

Big Grin
#3

[eluser]Lazos[/eluser]
Yes yes you are right about that, just I want to use some of the info and put them in a custom template. Can I extract them somehow?
#4

[eluser]El EmiZ[/eluser]
Just check http://ar2.php.net/manual/en/function.phpinfo.php comments at the bottom of page. There are some user scripted methods to get the info into an array.

=P

Good luck!




Theme © iAndrew 2016 - Forum software by © MyBB