Jump to content

PHPINFO blank (Status Page)


creativhost

Recommended Posts

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();

Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...

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 :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated