vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Registration Denied if under 18 (https://vborg.vbsupport.ru/showthread.php?t=93138)

Andreas 07-30-2005 03:47 AM

Quote:

Originally Posted by Boofo
Could someone edit their birthdate to bypass this in a certain forum?

Yes.

@richard4339
Just tested, installs just fine for me.

@Dark Visor
Well, as said - it might be better then nothing at all :)
Of course, a real solution would require X.509 Certificates on a protected Token (USB Device, Smartcard, etc.)

ExpertDomino 08-01-2005 05:37 AM

works nice for my Trucking Forum.........thanks alot!

Andreas 08-02-2005 03:45 PM

Updated XML (one Plugin was missing due to me being dumb ;))

webspider 08-02-2005 04:06 PM

Quote:

Originally Posted by KirbyDE
Updated XML (one Plugin was missing due to me being dumb ;))

Thanks for the update. Do you know anything about hacking external.php?

I'm hoping

Andreas 08-02-2005 04:09 PM

[ot]
Nothing :)
What do yo want to do?
[/ot]

webspider 08-02-2005 04:19 PM

Quote:

Originally Posted by KirbyDE
[ot]
Nothing :)
What do yo want to do?
[/ot]


Because my board like many has all private forums and I get no output. With the older external.php pre 3.08 I was able to hack it to use a special usergroup I created. That usergroup had limited access to certain forums and was able to get headlines.

This is what I used but I have no idea how to hack the new external.php

// set us up as a very limited privileges user
$vboptions['hourdiff'] = (date('Z', TIMENOW) / 3600 - intval($_REQUEST['timeoffset'])) * 3600;

//set usergroup
$bbuserinfo = array('usergroupid' => 28);
$usergroupcache = array();
$permissions = cache_permissions($bbuserinfo);

richard4339 08-08-2005 03:31 PM

Quote:

Originally Posted by KirbyDE
Yes.

@richard4339
Just tested, installs just fine for me.

@Dark Visor
Well, as said - it might be better then nothing at all :)
Of course, a real solution would require X.509 Certificates on a protected Token (USB Device, Smartcard, etc.)

I'm still getting the same thing. Oh well =/

vphost 08-18-2005 05:44 PM

Quote:

Originally Posted by richard4339
I'm still getting the same thing. Oh well =/

Hi, do you have one similar to this that is for v3.0.8 or .7 rather than 3.5?

Thanks

ChrisMayhew 08-25-2005 11:53 AM

No matter what i try to edit i type my birth year in (26/1/1987) and it says im not 18. But when i change the month to the 12 it will accept it.

I also changed the settings to only allow people 16+ and it has not took any affect.

Edit: I think i just fixed it.

Mith 09-05-2005 11:05 AM

Just a cosmetic one for you kirby

Hook Location : forumadmin_edit_form
Userage Based Permissions

Code:

print_table_header('user_age_options')
Should read:

Code:

print_table_header($vbphrase[user_age_options])
I'm sure you meant to put this in, as you had added a phrase for it.


All times are GMT. The time now is 03:44 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.03044 seconds
  • Memory Usage 1,738KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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