
06-16-2006, 08:27 PM
|
|
|
Join Date: Jun 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by chewbacca
Hi,
I think you're posting in the wrong forum.
But to fix your problem, all I would do is edit register.php.
Around line 109 (vB 3.6 Beta 2):
PHP Code:
if (mktime(0, 0, 0, $vbulletin->GPC['month'], $vbulletin->GPC['day'], $vbulletin->GPC['year']) <= mktime(0, 0, 0, $current['month'], $current['day'], $current['year'] - 13))
It says - 13 at the end. I think making it 18 would fix your problem. There might be other files but I'm not sure and I didn't check. I hope that helps.
|
Thanks a lot !!
I going to try it.
|