Jump to content

Checking configuration of a remote server


niranjnn01

Recommended Posts

Hello,

I want to check the configuration of a remote server, to fetch the details like

- PHP version

- MySql  version

- whether phpsuexec is not running.

 

I am given the ftp details .Right now, I am thinking of putting  a file in the server, which will check these details.

 

- Will my idea work?.

- what functions are there in php for getting these informations ?

 

Please Help :)

Rakesh

<?php

 

phpinfo();

 

?>

 

Place a file on your server with this code in it... it will display all information you need, dont keep it up for long tho... It raises security issues.

 

Or if your server is a windows machine with a static IP address you can use the program 'Remote Desktop connection' to connect to your server.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.