vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Advanced Warning System 3.6.7 (https://vborg.vbsupport.ru/showthread.php?t=124477)

hosttds 12-04-2006 09:25 PM

The only issue i am getting is that i can not view the signatures. Does anyone know how to fix this!?

Thanks,
Matt

EdQ 12-05-2006 12:46 AM

Quote:

Originally Posted by Delphiprogrammi (Post 1128864)
Where userid=number_here so the userid must excist or the query will fail

I guess I am confused. Because it say error in the syntax.

Or are you saying a user was banned, and the account was deleted?

Delphiprogrammi 12-07-2006 12:34 PM

Quote:

Originally Posted by hosttds (Post 1131973)
The only issue i am getting is that i can not view the signatures. Does anyone know how to fix this!?

Thanks,
Matt

set the signature limit to 0 then you can see all signatures

Delphiprogrammi 12-07-2006 12:35 PM

Quote:

Originally Posted by EdQ (Post 1132110)
I guess I am confused. Because it say error in the syntax.

Or are you saying a user was banned, and the account was deleted?

The system does not interfere with deleting accounts when a ban occourcs the user is banned nothing more nothing less i'm checking to see if i can reproduce that error

EdQ 12-08-2006 07:53 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1133816)
The system does not interfere with deleting accounts when a ban occourcs the user is banned nothing more nothing less i'm checking to see if i can reproduce that error

I meant is the problem because the account that was banned is now deleted??

NFLfbJunkie 12-15-2006 12:34 AM

I have PHP 5.1.6, so this mod won't work?

Never mind; saw the November update notes. Will see if this works. Has anyone else tried the fix with positive results?

nsusa 12-18-2006 09:39 PM

Geez. This looks like major surgery to my forum with all the template changes. :( Wish there would be an easier way. I guess I better upgrade to 3.6.4 first (from 3.6.2) to save myself some work.

Nice feature list though.

Chris

Delphiprogrammi 12-19-2006 02:04 PM

hi,

I am still alive and i received a few suggestions from sv1cec to improve the system but to tell the truth i can't get them working an improvement would be a spamtrap where the ipod sellers (and such) post on your forum but there message would never be save into the database and they would be automatically banned.I can assume this is a nice thing to have for the bigger boards out there but all my attempts are failing.No error messages at all but it isn't working as it sepose todo either

mrpotatohead 12-22-2006 12:34 AM

Thanks for this...

...but I recevied this error when trying to install the product:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                                INSERT INTO setting
                                        (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                                VALUES
                                        (
                                        'warn_hierarchical',
                                        'warning',
                                        '0',
                                        '1',
                                        'free',
                                        'yesno',
                                        2,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_automatic',
                                        'warning',
                                        '0',
                                        '1',
                                        'free',
                                        'yesno',
                                        3,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_automaticpm',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        'yesno',
                                        4,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_autocomments',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        'yesno',
                                        5,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_automatic_warner',
                                        'warning',
                                        '2137',
                                        '1',
                                        'free',
                                        '',
                                        6,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_warner',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        7,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_collector',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        '',
                                        8,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_banned_limit',
                                        'warning',
                                        '2147483647',
                                        '7',
                                        'free',
                                        '',
                                        9,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_points_before_banned',
                                        'warning',
                                        '10',
                                        '10',
                                        'free',
                                        '',
                                        10,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_warnings_before_banned',
                                        'warning',
                                        '3',
                                        '10',
                                        'free',
                                        '',
                                        11,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_banned_usergroup_id',
                                        'warning',
                                        '13',
                                        '8',
                                        'number',
                                        '',
                                        12,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_protected_usergroups',
                                        'warning',
                                        '65717',
                                        '',
                                        'free',
                                        '',
                                        13,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_troll_usergroup_id',
                                        'warning',
                                        '13',
                                        '9',
                                        'number',
                                        '',
                                        14,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_restore_groupid',
                                        'warning',
                                        '18',
                                        '2',
                                        'number',
                                        '',
                                        15,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_incr_ban_days',
                                        'warning',
                                        '0',
                                        '1',
                                        'free',
                                        'yesno',
                                        16,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_max_no_bans',
                                        'warning',
                                        '0',
                                        '3',
                                        'free',
                                        '',
                                        17,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_bans_mature',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        18,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_viewoption',
                                        'warning',
                                        'All',
                                        'Mgm',
                                        'free',
                                        '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"All\\\" \" . iif($setting[\'value\']==\'All\',\'selected=\"selected\"\') . \">All</option>\r\n<option value=\\\"Mgm\\\" \" . iif($setting[\'value\']==\'Mgm\',\'selected=\"selected\"\') . \">Mgm</option>\r\n</select>',
                                        19,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_multiple_per_post',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        20,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_send_em_warning',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        21,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_send_pm_warning',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        22,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_email_on_ban',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        23,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_historical',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        24,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_allowoffpost',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        25,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_warnings_per_page',
                                        'warning',
                                        '20',
                                        '15',
                                        'free',
                                        '',
                                        26,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_textbutoption',
                                        'warning',
                                        'Text',
                                        'Text',
                                        'free',
                                        '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"Text\\\" \" . iif($setting[\'value\']==\'Text\',\'selected=\"selected\"\') . \">Text</option>\r\n<option value=\\\"Buttons\\\" \" . iif($setting[\'value\']==\'Buttons\',\'selected=\"selected\"\') . \">Buttons</option>\r\n</select>',
                                        26,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_modoption',
                                        'warning',
                                        'All',
                                        'Own',
                                        'free',
                                        '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"Own\\\" \" . iif($setting[\'value\']==\'Own\',\'selected=\"selected\"\') . \">Own</option>\r\n<option value=\\\"All\\\" \" . iif($setting[\'value\']==\'All\',\'selected=\"selected\"\') . \">All</option>\r\n</select>',
                                        28,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_sig_thresshold',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        29,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_avatar_thresshold',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        30,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_pic_thresshold',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        31,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_pmcutoff',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        32,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_admingroups',
                                        'warning',
                                        '6',
                                        '',
                                        'free',
                                        '',
                                        33,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_sigpic_thresshold',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        33,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_smodgroups',
                                        'warning',
                                        '5',
                                        '',
                                        'free',
                                        '',
                                        34,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_aprotected_usergroups',
                                        'warning',
                                        '17',
                                        '',
                                        'free',
                                        '',
                                        34,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_modgroups',
                                        'warning',
                                        '7',
                                        '',
                                        'free',
                                        '',
                                        35,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_includepost',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        36,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_savecopy',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        37,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_savecopyalert',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        38,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_savecopyforum',
                                        'warning',
                                        '38',
                                        '',
                                        'free',
                                        '',
                                        39,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_allowalerts',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        40,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_allowalertscomment',
                                        'warning',
                                        '1',
                                        '0',
                                        'free',
                                        'yesno',
                                        41,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_alertslifetime',
                                        'warning',
                                        '0',
                                        '0',
                                        'free',
                                        '',
                                        42,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_allownotes',
                                        'warning',
                                        '1',
                                        '1',
                                        'free',
                                        'yesno',
                                        43,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        ),
        (
                                        'warn_version',
                                        'warning',
                                        '3.4.11',
                                        '3.6.1',
                                        'free',
                                        '',
                                        44,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'aws'
        );

MySQL Error  : Duplicate entry 'warn_hierarchical' for key 1
Error Number : 1062
Date        : Thursday, December 21st 2006 @ 08:33:11 PM
Script      : http://www.bigbrotherwebsite.net/for...=productimport
Referrer    : http://www.bigbrotherwebsite.net/for...?do=productadd
IP Address  : 86.149.221.27
Username    : Big Brother
Classname    : vb_database

Any ideas?!

Artificial_Alex 12-22-2006 04:17 AM

Uhh.I need help installing this ;-;


All times are GMT. The time now is 05:52 PM.

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.01999 seconds
  • Memory Usage 1,955KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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