// set a default banning period if there isn't one specified if (empty($vbulletin->GPC['period'])) { $vbulletin->GPC['period'] = 'D_7'; // 7 days }