vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Force 18 and over at Registration Time. (https://vborg.vbsupport.ru/showthread.php?t=74808)

T3MEDIA 03-13-2005 10:37 AM

Quote:

Originally Posted by evo_j

I have installed miserable user hack thats it... i have double checked the mod and i did it exactly as its instructed to do it

thanks

Yo bro. I am asking you to help you and you throw some talk about miserable user?

Mechanical Mind 03-13-2005 11:21 AM

Quote:

Originally Posted by T3MEDIA
Yo bro. I am asking you to help you and you throw some talk about miserable user?

I think he is talking about the "Miserable User Hack". It's the one where it makes the forums start screwing up for certain users so they get fed up and go. I don't think he was saying he was a "Miserable User"... LOL :classic:

(I like to be a peacemaker whenever I can) :smoke:

T3MEDIA 03-13-2005 11:23 AM

Quote:

Originally Posted by Mechanical Mind
I think he is talking about the "Miserable User Hack". It's the one where it makes the forums start screwing up for certain users so they get fed up and go. I don't think he was saying he was a "Miserable User"... LOL :classic:

(I like to be a peacemaker whenever I can) :smoke:

Oh ok... I was like wow this guy is rude! LOL
well then I am sorry for the assumption.

evo_j 03-14-2005 03:31 PM

yes you did ask what else i had installed, it was miserable user hack;) im not gonna be rude when asking for help :) i appreciate the input and ur time. Its clear now and i understand how it works, and its working fine

thanks again

SloChild 03-15-2005 06:30 AM

Thanks - I've been looking for this one. Keep up the good work.

CrazyLady 03-18-2005 04:47 AM

will this work with Version 3.0.7?

Thanks
CL

T3MEDIA 03-18-2005 08:17 PM

Quote:

Originally Posted by CrazyLady
will this work with Version 3.0.7?

Thanks
CL

yes not a problem with 3.0.7

Scerina 03-21-2005 12:45 PM

Am workin on an Anne Rice forum and I want members who are 16 & above ONLY to join...is there anyway to change the age from 18 to 16 on this hack? Cuz I for one would use it in a heartbeat!

T3MEDIA 03-22-2005 03:26 PM

Quote:

Originally Posted by Scerina
Am workin on an Anne Rice forum and I want members who are 16 & above ONLY to join...is there anyway to change the age from 18 to 16 on this hack? Cuz I for one would use it in a heartbeat!

The area in the hack that says...

PHP Code:

1. open register.php

######################################################################################
Find:

    if (
$year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month']))

Replace with:
        
// 18 and older START by kinglifer
        // if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month']))
          
if ($year < ($current['year'] - 18) OR ($year == ($current['year'] - 18) AND $month <= $current['month']))
        
// 18 and older END by kinglifer
###################################################################################### 

do all the finds but replace it with this...
PHP Code:

// 18 and older START by kinglifer
        // if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month']))
if ($year < ($current['year'] - 16) OR ($year == ($current['year'] - 16) AND $month <= $current['month']))
// 18 and older END by kinglifer 

That will do 16+

biggkay 05-04-2005 04:23 PM

The new uptade doesn't work. I get this error.

Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/pioneers/public_html/forums/register.php on line 88


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01051 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete