Hi Cyb,
I'm still awaiting a response for
this post.
My forum is +17 hours ahead of my server time, yet your hack only supports up to 12. Is there a way to manually change this to support my forum?
I saw the coding in the plugin manager for "Cyb - Auto Birthday Greeter - MN" this code:
PHP Code:
if ($vbulletin->options['cybabgreeter_enable_product'] AND $birthdays AND ($vbulletin->options['cybabgreeter_birthday_forum']!='') AND ($vbulletin->options['cybabgreeter_posters']!=''))
{
if ($vbulletin->options['cybabgreeter_time_offset']>0)
{
$cybabgreeter_propertime = TIMENOW + ($vbulletin->options['cybabgreeter_time_offset']*3600) + 10;
}
else if ($vbulletin->options['cybabgreeter_time_offset']<0)
{
$cybabgreeter_propertime = TIMENOW - (str_replace('-','',$vbulletin->options['cybabgreeter_time_offset'])*3600) + 10;
}
else
{
$cybabgreeter_propertime = TIMENOW;
}
$cybabgreeter_execdate = date('m-d', $cybabgreeter_propertime);
But I don't know how to edit it. One thing I tried gave me errors on FORUMHOME. So I reverted it.
Any help would be appreciated!