$vbulletin->input->clean_gpc('r', 'goto', TYPE_STR);
$vbulletin->GPC['goto']
$vbulletin->input->clean_array_gpc('r', array( 'perpage' => TYPE_UINT, 'pagenumber' => TYPE_UINT, 'highlight' => TYPE_STR, 'posted' => TYPE_BOOL,));