fobbie Posted February 28, 2009 Share Posted February 28, 2009 Ok. So, in my server status page, it shows Server HTTP FTP POP3 Server Load Uptime perfectly.. But when i click on PhpInfo, it shows a blank page. Can someone help me? 0 Quote Link to comment Share on other sites More sharing options...
ehuk Posted February 28, 2009 Share Posted February 28, 2009 Have you got phpinfo in your disabled_functions section in your PHP config? If so, simply remove it. 0 Quote Link to comment Share on other sites More sharing options...
fobbie Posted February 28, 2009 Author Share Posted February 28, 2009 What do you mean? can you explain please. 0 Quote Link to comment Share on other sites More sharing options...
RHS-Chris Posted March 1, 2009 Share Posted March 1, 2009 As a security measure, some server admins disallow the use of the phpinfo function. If you are the server admin, please check your php.ini file in the disabled_functions section as stated above for 'phpinfo'. 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted March 1, 2009 Share Posted March 1, 2009 when i click on PhpInfo, it shows a blank page. Edit your /status/index.php file. Uncomment the "phpinfo" command around line 37. 0 Quote Link to comment Share on other sites More sharing options...
ValerieCastle Posted January 8, 2011 Share Posted January 8, 2011 Edit your /status/index.php file. Uncomment the "phpinfo" command around line 37. status/index.php is encoded :-( 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted January 9, 2011 Share Posted January 9, 2011 status/index.php is encoded :-( You are correct.... wonder when that happened? 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted January 9, 2011 Share Posted January 9, 2011 You are correct.... wonder when that happened? I think in the past this has happened by accident, give support a shout and I'm sure they'll happily give the unencoded version to you 0 Quote Link to comment Share on other sites More sharing options...
Data 1 Posted January 9, 2011 Share Posted January 9, 2011 Make sure first you "really want" anyone to know your exact configuration. I know they could purchase an account and put up their own phpinfo file, but that makes it easier to track I took the column out in the template myself. 0 Quote Link to comment Share on other sites More sharing options...
RoadStar Posted January 16, 2011 Share Posted January 16, 2011 My status/index.php is encoded as well. I wish I could take that link out all together. From a user and google bot point of view it looks bad to get a blank page. 0 Quote Link to comment Share on other sites More sharing options...
m8internet Posted January 16, 2011 Share Posted January 16, 2011 You want to edit : templates/portal/serverstatus.tpl <td><a href="http://www.domainname.com/phpinfo.php" target="_blank">{$LANG.serverstatusphpinfo}</a></td> You then upload a phpinfo.php file to the required location 0 Quote Link to comment Share on other sites More sharing options...
RoadStar Posted January 17, 2011 Share Posted January 17, 2011 Perfect M8, that fixed it. I looked in the wrong place. I just took away the link. If clients need to see php info they can login to their cPanel account. Thank you very much 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.