Phpinfo() Disabled?

liunx

Guest
Folks...<br /><br />When I try to cal phpinfo() on server 47, I get a warning that the function has been disabled for security reasons. I've reviewed my .htaccess file and don't see any problems. I can get my own PHP runtime info via PHP superglobals, but that's an inadequate solution.<br /><br />What's up?<br /><br />Chris butler<!--content-->
What part of "function has been disabled for security reasons" isn't clear?<br /><br />phpinfo is disabled because of the additional information it provides to hackers and others who want to be less than honest with accounts on our servers. Whilst suspending phpinfo will not, in itself, stop them it does make it more difficult. If you have specific questions you would like to know the answer to in the way of PHP settings, please open a ticket and we'll happily let you know.<!--content-->
<!--quoteo(post=165729:date=Feb 7 2006, 04:24 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Feb 7 2006, 04:24 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=165729"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->What part of "function has been disabled for security reasons" isn't clear?<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />------------------<br /><br />The part that isn't clear is that this is apparently a permanent condition, denying me access to information I rely on. I'm having trouble with the $_SESSION superglobal and phpinfo probably would have been helpful.<br /><br />I'll send in a ticket, but a more convenient solution for everybody (including TCH) might be a login-based page that shows phpinfo's output.<br /><br />It's gettin' ugly out there on the web.<br /><br />Chris<!--content-->
Try the link on the <a href="http://www.totalchoicehosting.com/help/phpmysqlpage.htm" target="_blank">help page</a>.<!--content-->
<!--quoteo(post=165732:date=Feb 7 2006, 04:51 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Feb 7 2006, 04:51 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=165732"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->Try the link on the <a href="http://www.totalchoicehosting.com/help/phpmysqlpage.htm" target="_blank">help page</a>.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />A bit obscure -- I use MySQL a lot, but for PHP info? Still, that's what I needed. <br /><br />Thanks very much,<br /><br />Chris Butler<br /><br />FYI, here's the response my ticket got:<br /><br />"After looking at your ticket I have concluded that a senior level admin will be required to conduct further testing. This ticket has been escalated to our Level 2 Administration Team for Review and possible action."<br /><br />Arghhh....<!--content-->
 
Back
Top