Quote:
Originally Posted by KirbyDE
[ot]
Nothing 
What do yo want to do?
[/ot]
|
Because my board like many has all private forums and I get no output. With the older external.php pre 3.08 I was able to hack it to use a special usergroup I created. That usergroup had limited access to certain forums and was able to get headlines.
This is what I used but I have no idea how to hack the new external.php
// set us up as a very limited privileges user
$vboptions['hourdiff'] = (date('Z', TIMENOW) / 3600 - intval($_REQUEST['timeoffset'])) * 3600;
//set usergroup
$bbuserinfo = array('usergroupid' => 28);
$usergroupcache = array();
$permissions = cache_permissions($bbuserinfo);