03-24-2012, 06:31 PM
This is a cool trick I picked up =)
Make a php file with this code:
Code:
Then simply load the page in your browser! Every MyBB variable!
Try it in local and Enjoy from all values show
Make a php file with this code:
Code:
Code:[Highlight]
<?php
define("IN_MYBB", 1);
include "global.php";
echo '<pre>';
print_r($mybb);
echo '</pre>';
?>
Then simply load the page in your browser! Every MyBB variable!
Try it in local and Enjoy from all values show