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)
-   -   Age Lock Hack (https://vborg.vbsupport.ru/showthread.php?t=95992)

stuie_b 11-17-2005 02:50 PM

Yes the hack works with the forums and not the registration

Mastar 11-17-2005 03:09 PM

Quote:

Originally Posted by stuie_b
Yes the hack works with the forums and not the registration

Thank you! I installed and when I went to set it for a particular forum I got this:

Code:


Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE forum SET
        title_clean = 'XXX Passwords',
        title = 'XXX Passwords',
        description_clean = 'Have Some Good XXX Site Passwords? Post Them Here',
        description = 'Have Some Good XXX Site Passwords? Post Them Here',
        link = '',
        displayorder = 9,
        daysprune = 30,
        parentid = 77,
        newpostemail = '',
        newthreademail = '',
        ### Bitfield: forum.options ###
                options = IF(options & 8, options - 8, options),
                options = IF(options & 16, options - 16, options),
                options = IF(options & 32, options - 32, options),
                options = IF(options & 131072, options - 131072, options),
                options = IF(options & 32768, options - 32768, options),
                options = IF(options & 8192, options - 8192, options),
                options = IF(options & 4, options, options + 4),
                options = IF(options & 1, options, options + 1),
                options = IF(options & 2, options, options + 2),
                options = IF(options & 16384, options, options + 16384),
                options = IF(options & 256, options - 256, options),
                options = IF(options & 64, options, options + 64),
                options = IF(options & 128, options, options + 128),
                options = IF(options & 512, options, options + 512),
                options = IF(options & 1024, options, options + 1024),
                options = IF(options & 2048, options, options + 2048),
                options = IF(options & 4096, options, options + 4096),
                options = IF(options & 65536, options, options + 65536),
        styleid = 0,
        password = '',
        accessf_nb = 0,
        accesst_nb = 0,
        create_nb = 0,
        reply_nb = 0,
        allowprefix = 1,
        prefixrequired = 1,
        banner = '',
        bannerlink = '',
        banneralt = '',
        bannercode = '',
        age_locked = '1',
        age_value = '18',
        age_type = '1'
WHERE forumid = 83;

MySQL Error  : Unknown column 'age_type' in 'field list'
Error Number : 1054
Date        : Friday, November 18th 2005 @ 01:13:39 AM
Script      : http://www.******.com/admincp/forum.php
Referrer    : http://www.******.com/admincp/forum.php?do=edit&f=83&s=
IP Address  : *******
Username    : ******
Classname    : vb_database


KBV 11-17-2005 04:15 PM

Same error as me, and the second time I tried it and selected YES on overwrite, same error.

mindfrost82 11-17-2005 06:39 PM

Quote:

Originally Posted by Mastar
Thank you! I installed and when I went to set it for a particular forum I got this:

Code:


Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE forum SET
        title_clean = 'XXX Passwords',
        title = 'XXX Passwords',
        description_clean = 'Have Some Good XXX Site Passwords? Post Them Here',
        description = 'Have Some Good XXX Site Passwords? Post Them Here',
        link = '',
        displayorder = 9,
        daysprune = 30,
        parentid = 77,
        newpostemail = '',
        newthreademail = '',
        ### Bitfield: forum.options ###
                options = IF(options & 8, options - 8, options),
                options = IF(options & 16, options - 16, options),
                options = IF(options & 32, options - 32, options),
                options = IF(options & 131072, options - 131072, options),
                options = IF(options & 32768, options - 32768, options),
                options = IF(options & 8192, options - 8192, options),
                options = IF(options & 4, options, options + 4),
                options = IF(options & 1, options, options + 1),
                options = IF(options & 2, options, options + 2),
                options = IF(options & 16384, options, options + 16384),
                options = IF(options & 256, options - 256, options),
                options = IF(options & 64, options, options + 64),
                options = IF(options & 128, options, options + 128),
                options = IF(options & 512, options, options + 512),
                options = IF(options & 1024, options, options + 1024),
                options = IF(options & 2048, options, options + 2048),
                options = IF(options & 4096, options, options + 4096),
                options = IF(options & 65536, options, options + 65536),
        styleid = 0,
        password = '',
        accessf_nb = 0,
        accesst_nb = 0,
        create_nb = 0,
        reply_nb = 0,
        allowprefix = 1,
        prefixrequired = 1,
        banner = '',
        bannerlink = '',
        banneralt = '',
        bannercode = '',
        age_locked = '1',
        age_value = '18',
        age_type = '1'
WHERE forumid = 83;

MySQL Error  : Unknown column 'age_type' in 'field list'
Error Number : 1054
Date        : Friday, November 18th 2005 @ 01:13:39 AM
Script      : http://www.******.com/admincp/forum.php
Referrer    : http://www.******.com/admincp/forum.php?do=edit&f=83&s=
IP Address  : 66.176.27.30
Username    : ******
Classname    : vb_database


Same here.

stuie_b 11-17-2005 07:39 PM

Appologies all it seems i forgot to add the install bit for the age_type field, please downlaod the hack again and try that

krg2k 11-17-2005 11:18 PM

all the errors you guys and I are getting is because of Table PRECIXES ... if you have table prefixes it will give you errors and installing and uninstalling will be a mess ....

so don't mess around with it untill stuie_b fixes the code for table prefixes....

peace

mindfrost82 11-17-2005 11:43 PM

I installed it again and got the same problem.

I'm not using table prefixes either.

Mastar 11-17-2005 11:50 PM

Same problem with no prefix

mindfrost82 11-18-2005 11:19 AM

Also after doing this, people are saying they can't get into the forums that have an age limit :(

stuie_b 11-18-2005 08:05 PM

I've sorted the Prefix error, so can you please try the new version even if you dont use Prefixes.

cheers

stuie b


All times are GMT. The time now is 06:38 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.01060 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)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