2012-01-15, 03:10 AM
2012-01-15, 10:56 AM
Make a file called snippets.php with the following content, upload it to your forum root and run it in the browser.
<?php
define("IN_MYBB", 1);
require_once "global.php";
echo "<pre>";
print_r($mybb);
echo "</pre>";
?>