Ok well i have this when a special link is clicked it runs a php file that has this
PHP Code:
$sql = "UPDATE " . TABLE_PREFIX . "user SET `vote_status`=1 WHERE `userid`=".$db->sql_prepare($vbulletin->userinfo['userid']);
$sqlr = $db->query_write($sql);
I also have a cron job that sets vote_status to 0 every 12 hours
all i need is somthing that will temp promote any user with vote_status=1 to a special user group, and it checks this every 12 hours to.