Take a look at the misc.php file and you'll see all sorts of do actions. The top one is "if ($_REQUEST['do'] == 'buddylist')" and you can see in the query that it uses your userid which is given, so try misc.php?do=buddylist. Next one is "if ($_REQUEST['do'] == 'whoposted')" and you can see right under there that it wants a threadid, so try /misc.php?do=whoposted&threadid=xxxx Just look down the list of dos in there for other options.
|