I am trying to install a php script that requires these paths. If anyone knows what I need to use please let me know.

// define our webserver variables
define('HTTP_SERVER', 'http://xxxxx');
define('HTTPS_SERVER', 'http://xxxxx');
define('HTTP_SERVER_ADMIN', 'http://xxxxx');
define('DIR_SERVER_ROOT', 'xxxxxx');

I assume that the http// and the https// are my url but the other 2 are a mystery.

ah_carrythe0
The only stupid question is the one you know the answer to.