creativhost Posted May 4, 2009 Share Posted May 4, 2009 Hi I am looking for a bit of help. I recently uploaded the status folder to whmcs but when I click on the phpinfo its shown blank. PHPInfo on. The phpinfo works in the admin area. Can anyone please help. 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted May 4, 2009 Share Posted May 4, 2009 Edit your /status/index.php /* Uncoment the line below to allow users to view PHP Info for your server. This potentially allows access to information a malicious user could use to find weaknesses in your server. */ phpinfo(); 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 the status/index.php is encoded :-( 0 Quote Link to comment Share on other sites More sharing options...
jambon Posted February 14, 2011 Share Posted February 14, 2011 Solution anyone? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 14, 2011 Share Posted February 14, 2011 I am not really sure what the problem is per-say. But if you want the encoded file to read out the phpinfo data what you can do is create a PHP wrapper file. Basically rename the index.php file to something like "myindex.php". Create a new php file called "index.php". Inside the new "index.php" file add something like: <?php phpinfo(); include "myindex.php"; ?> That should do the trick 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.