2014-01-22, 08:29 PM
<?php
define("IN_MYBB",1);
include("global.php");
$result = $db->query("SELECT * FROM ".TABLE_PREFIX."users");
while ($row = $db->fetch_array($result, MYSQLI_NUM)) {
echo $row['username']."<br />";
}
?>
No longer involved in the MyBB project.