$vbulletin->input->clean_array_gpc($_REQUEST, array('folderid' => INT));
$vbulletin->input->clean_array_gpc($_REQUEST, array('folderid' => TYPE_INT));
$folderid = $_REQUEST['folderid'];