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)

Delphiprogrammi 12-22-2006 11:50 AM

Quote:

Originally Posted by mrpotatohead (Post 1143188)
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?!

that's obvious you already had the system installed and tryed to install again over the existing installation.If you want to delete all settings used by the system you run

[SQL]
"DELETE FROM" . TABLE_PREFIX . "setting WHERE varname LIKE 'warn_%'";
[/SQL]

Delphiprogrammi 12-22-2006 11:51 AM

Quote:

Originally Posted by Artificial_Alex (Post 1143255)
Uhh.I need help installing this ;-;

Quote:

Status: Not Installed
why you didn't install it ?

Artificial_Alex 12-22-2006 11:53 AM

I did install it o_o;;;;;;;;;;;;;;;;;

mrpotatohead 12-22-2006 05:26 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1143365)
that's obvious you already had the system installed and tryed to install again over the existing installation.If you want to delete all settings used by the system you run

[SQL]
"DELETE FROM" . TABLE_PREFIX . "setting WHERE varname LIKE 'warn_%'";
[/SQL]

Thanks, gave that a go running that query and it came up with this:

Quote:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"DELETE FROM" . TABLE_PREFIX . "setting WHERE varname LIKE 'warn_%'"' at line 1

Guess it's easy when you know how?! I've deleted all the tables in my database with the prefix warn_ and the warnings ones etc., if that is what the query is meant to achieve... but still no luck!

The error relates to the tables that don't even exist - I had previously installed AWS on my previous server, and had moved the board recently - but stopped using AWS for a while - and now want to reinstall it...


Thanks for your help m8 btw,


- Joe

Delphiprogrammi 12-22-2006 06:41 PM

Quote:

Originally Posted by mrpotatohead (Post 1143561)
Thanks, gave that a go running that query and it came up with this:




Guess it's easy when you know how?! I've deleted all the tables in my database with the prefix warn_ and the warnings ones etc., if that is what the query is meant to achieve... but still no luck!

The error relates to the tables that don't even exist - I had previously installed AWS on my previous server, and had moved the board recently - but stopped using AWS for a while - and now want to reinstall it...


Thanks for your help m8 btw,


- Joe

[SQL]
DELETE FROM setting WHERE varname LIKE 'warn_%';
[/SQL]

that will remove all settings used by the system.Your MySQL returned an error because "TABLE_PREFIX" is only parsed in vbulletin's PHP files and not when you run a query through PhpMyAdmin (or the tool in the admincp) the above query will work.Deleting the tables added by this hack will not delete all data used.You can perfectly stop using the system but leave it installed by disabling it in the admincp.

Delphiprogrammi 12-22-2006 06:43 PM

Quote:

Originally Posted by Artificial_Alex (Post 1143368)
I did install it o_o;;;;;;;;;;;;;;;;;

if you want to uninstall the system delete the product and all of it's files (when you do this you will loose all (aws related) database information)

tank14 12-31-2006 09:44 PM

How come I only see this? Warning Level : 90 I want to see how many warning he or she got ect..

Delphiprogrammi 12-31-2006 09:46 PM

Quote:

Originally Posted by tank14 (Post 1148274)
How come I only see this? Warning Level : 90 I want to see how many warning he or she got ect..

you got the necesarry rights to view that information ?

tank14 12-31-2006 10:40 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1148275)
you got the necesarry rights to view that information ?

Yup, But I also want all to see it. I am the root admin, but at clantemplates.com they use this and it shows everyone.

tank14 12-31-2006 10:41 PM

btw its in the legacy postbit

tank14 01-01-2007 12:01 AM

Sorry to be a pain but this is what happens when I remove a warning..How do I change this template to fix? It posts double, and the tags is messed up a bit..
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.]]></template>
<template name="warn_pm_remove" templatetype="template" date="1155647787" username="Erik" version="3.6.0"><![CDATA[Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.

Delphiprogrammi 01-01-2007 01:35 PM

Quote:

Originally Posted by tank14 (Post 1148312)
Sorry to be a pain but this is what happens when I remove a warning..How do I change this template to fix? It posts double, and the tags is messed up a bit..
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.]]></template>
<template name="warn_pm_remove" templatetype="template" date="1155647787" username="Erik" version="3.6.0"><![CDATA[Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.


ups seems like those templates are messed up the "<template> and </template>" tags should not show up in that messages it means i means i messed up (yes that's my fault) you could fix the problem by editing the warning remove templates warn_em_remove and warn_pm_remove check them

Delphiprogrammi 01-01-2007 01:37 PM

Quote:

Originally Posted by tank14 (Post 1148312)
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.

here i edited this to give example it should be like this without the "template" tags

tank14 01-02-2007 03:16 AM

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                        INSERT INTO pmtext_warned
                        (fromuserid, fromusername, title, before_title, message, before_message, touserarray, dateline)
                        VALUES
                        (,
                        '',
                        '',
                        '<i>The user did not enter a title</i>',
                        '',
                        '<i><u>++++</u></i>,,,,,,,,,,,,,,,,,,,,,,',
                        '',
                        1167714846);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
                        '',
                        '',
                        '<i>The user did not enter a title</i>',
                        '',
                        '<i><u' at line 4
Error Number : 1064
Date        : Monday, January 1st 2007 @ 11:14:06 PM
Script      : http://xboxcrave.com/vb/newreply.php
Referrer    : http://xboxcrave.com/vb/newreply.php?do=newreply&noquote=1&p=33
IP Address  : 69.243.173.129
Username    : Jagged X sL4Sh
Classname    : vb_database

I get this when I curse in forums..Was a test for auto warner which doesn't work

Terminatoronly 01-02-2007 06:52 AM

nice hack installed it will do the job that i want

parabat 01-02-2007 01:50 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1123079)
Well there is one way around .... open product-aws.xml and find

Code:

<dependencies>
  <dependency dependencytype="php" minversion="4.4.4" maxversion="5.0.0 Beta 1" />
  <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
 </dependencies>

remove the php version check so

Code:

<dependencies>
  <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
 </dependencies>

then it will import.

Delphiprogrammi, I'm in a similar boat running PHP 4.3.11 (Linux). If I remove the PHP check, how will this affect the running of the mod???:confused:

-Parabat

Delphiprogrammi 01-02-2007 03:23 PM

Quote:

Originally Posted by tank14 (Post 1148934)
Code:

Database error in vBulletin 3.6.4:
 
Invalid SQL:
 
            INSERT INTO pmtext_warned
            (fromuserid, fromusername, title, before_title, message, before_message, touserarray, dateline)
            VALUES
            (,
            '',
            '',
            '<i>The user did not enter a title</i>',
            '',
            '<i><u>++++</u></i>,,,,,,,,,,,,,,,,,,,,,,',
            '',
            1167714846);
 
MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
            '',
            '',
            '<i>The user did not enter a title</i>',
            '',
            '<i><u' at line 4
Error Number : 1064
Date        : Monday, January 1st 2007 @ 11:14:06 PM
Script      : http://xboxcrave.com/vb/newreply.php
Referrer    : http://xboxcrave.com/vb/newreply.php?do=newreply&noquote=1&p=33
IP Address  : 69.243.173.129
Username    : Jagged X sL4Sh
Classname    : vb_database

I get this when I curse in forums..Was a test for auto warner which doesn't work

Disable the automtic warnings feature it doesn't seem to work on *every* board i have had other people complaining that it doesn't work it's in your warning options

Delphiprogrammi 01-02-2007 03:25 PM

Quote:

Originally Posted by parabat (Post 1149151)
Delphiprogrammi, I'm in a similar boat running PHP 4.3.11 (Linux). If I remove the PHP check, how will this affect the running of the mod???:confused:

-Parabat

on that PHP build it should run without a problem.I only picked 4.4.4 because that is the latest supported release in the PHP 4 series

tank14 01-02-2007 06:24 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1149195)
Disable the automtic warnings feature it doesn't seem to work on *every* board i have had other people complaining that it doesn't work it's in your warning options

I wanted to use that feature badly =(

tank14 01-03-2007 06:05 AM

Please get that auto thing working...What would it take? Would help us all out.

parabat 01-03-2007 12:02 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1149196)
on that PHP build it should run without a problem.I only picked 4.4.4 because that is the latest supported release in the PHP 4 series

yahooooo, great, thanx... installed!!!

-Parabat

EdQ 01-03-2007 03:45 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?


An update, I reinstalled the product. And it seems to be working fine now.

Brew 01-03-2007 06:39 PM

If you have the option "Add Template Name in HTML Comments" in the General Settings set to YES you get the template info in PM and emails:

<!-- BEGIN TEMPLATE: warn_pm_alert -->

Just a heads up :)

Brew 01-03-2007 06:41 PM

When using the modcp to remove a warning you are redirected to " Viewing Warnings" page instead of going back to the Warning Log.

Brew 01-03-2007 06:46 PM

This is a great mod. I've been having a ball just testing it on a testuser account.

** One thing I would like to see added would be a message sent to the special forum for when a user has his bans/warnings/alerts have been removed/timed out.

Personally I think this mod should be part of the base install of vB. At least something more robust then what they currently have.

Keep up the good work!

Delphiprogrammi 01-06-2007 04:00 PM

hi people,

Well i would be glad to "donate" the code for this hack to vBulletin and i'm pretty sure John (original author) has no problem with that either but i'm afraid that's not going to happen ....

I have a new build of the system ready currently running on my testboard.New features would include
  • A spamtrap where you enter words in the same format as the vBulletin censor.When the system catches the words defined more times then the (setting for this) it jumps in blocks the post and issues a warning with a permanent ban
  • An option to autolock threads sended to the copyforum
  • An option to moderate threads sended to the copyforum

The spamtrap whas suggested to me Sve1cec as he added this to his board
it is meant to catch those spammers who sell ipods, mobile phones etc
I will still need to test for this for a while

sv1cec 01-06-2007 05:05 PM

The spam trap works like a champ in vB 3.0.xx I am using. No more worrying about the spammers. And their posts don't even show. Two pigeons with one shot. And the post doesn't show, and the spammer gets automatically banned!

LoRL, Happy New Year folks.

Terminatoronly 01-08-2007 12:40 PM

this is the best hack :D installed but i want to ask u i am using vb 3.6.4 does it work with it???

Dr.Viggy 01-08-2007 10:15 PM

I installed the old version before on my 3.5.4 boards and it worked fine. I just installed this new one on my 3.6.3 forums and I'm having a bit of an issue. I attached a photo of the problem I'm encountering. I checked all my templates against the instructions twice after the install and can't seem to find it. Any suggestions?

Unpossible 01-12-2007 11:41 AM

Quote:

Originally Posted by Dr.Viggy (Post 1154057)
I installed the old version before on my 3.5.4 boards and it worked fine. I just installed this new one on my 3.6.3 forums and I'm having a bit of an issue. I attached a photo of the problem I'm encountering. I checked all my templates against the instructions twice after the install and can't seem to find it. Any suggestions?

I presume you mean that the options aren't on the admin postbit.

Go into the settings for AWS and check whether you are using the hierarchy system. If so, no-one of the same level or below can add warnings to that user.

I do, however, have my own problem. I have installed this mod but the options aren't appearing in AdminCP. Any suggestions?

Dr.Viggy 01-12-2007 03:41 PM

Quote:

Originally Posted by Unpossible (Post 1156975)
I presume you mean that the options aren't on the admin postbit.

Go into the settings for AWS and check whether you are using the hierarchy system. If so, no-one of the same level or below can add warnings to that user.

I do, however, have my own problem. I have installed this mod but the options aren't appearing in AdminCP. Any suggestions?

that's actually not what i mean at all. i'm talking about the gradient thead bar above each post does not stretch the width of the post.

Celtkin 01-13-2007 10:49 AM

We had to uninstall the hack because there were non-staff members who were able to see the warnings, despite all the settings being correct and triple checked.

We uninstalled the product and deleted the associated files, removed the added code but the built-in infraction system doesn't seem to be working now (the infraction icon is not visible). I checked permissions and all are set as they should be.

Does anyone have some advice as to what I may be missing?

Miami Dolphins Message Board

Naxon 01-13-2007 12:17 PM

where do i upload the xml file?

Celtkin 01-13-2007 07:23 PM

Quote:

Originally Posted by Naxon (Post 1157973)
where do i upload the xml file?


Go to your admin control panel -> Plugins & Products ->
Manage Products ->[Add/Import Product]

Upload the product-aws.xml file through that interface :)

SportsZone 01-14-2007 07:27 PM

This hack causes an error of

Fatal error: Call to a member function on a non-object in /home/temp/public_html/includes/class_dm_user.php(2385) : eval()'d code on line 1

I have upgraded the hack, but that didn't fix the problem, which is, when a guest registers or I add a new member via admincp, I get the above error. For now, I have disabled the hack.

Mindwarp 01-18-2007 07:27 PM

Quote:

Originally Posted by Celtkin (Post 1157925)
We had to uninstall the hack because there were non-staff members who were able to see the warnings, despite all the settings being correct and triple checked.

We uninstalled the product and deleted the associated files, removed the added code but the built-in infraction system doesn't seem to be working now (the infraction icon is not visible). I checked permissions and all are set as they should be.

Does anyone have some advice as to what I may be missing?

Miami Dolphins Message Board




anyone have an answer on this?

Delphiprogrammi 01-18-2007 08:22 PM

Quote:

Originally Posted by SportsZone (Post 1159215)
This hack causes an error of


Fatal error: Call to a member function on a non-object in /home/temp/public_html/includes/class_dm_user.php(2385) : eval()'d code on line 1

I have upgraded the hack, but that didn't fix the problem, which is, when a guest registers or I add a new member via admincp, I get the above error. For now, I have disabled the hack.

that was a bug which is fixed in the latest upload

Delphiprogrammi 01-18-2007 08:26 PM

Quote:

Originally Posted by Celtkin (Post 1157925)
We had to uninstall the hack because there were non-staff members who were able to see the warnings, despite all the settings being correct and triple checked.

We uninstalled the product and deleted the associated files, removed the added code but the built-in infraction system doesn't seem to be working now (the infraction icon is not visible). I checked permissions and all are set as they should be.

Does anyone have some advice as to what I may be missing?

Miami Dolphins Message Board

are you sure you didn't (by accident) removed that code from postbit , postbit_legacy and MEMBERINFO templates ? you can always revert your templates to the vBulletin's original but note you will loose any modifications you've made to it.For setting up the build in infraction system you can read here

SportsZone 01-20-2007 07:42 AM

Quote:

Originally Posted by Delphiprogrammi (Post 1162463)
that was a bug which is fixed in the latest upload

Yep I know. I have re-upgraded the hack and edited the plugin again, and I get the following error, which btw, differs from the error message in your 1st post.

I got this error message while adding a member via admincp:

Quote:

Fatal error: Call to a member function on a non-object in /home/temp/public_html/includes/class_dm_user.php(2385) : eval()'d code on line 1

ymy 01-20-2007 07:28 PM

Quote:

Originally Posted by SportsZone (Post 1159215)
This hack causes an error of


Fatal error: Call to a member function on a non-object in /home/temp/public_html/includes/class_dm_user.php(2385) : eval()'d code on line 1

I have upgraded the hack, but that didn't fix the problem, which is, when a guest registers or I add a new member via admincp, I get the above error. For now, I have disabled the hack.

Yes, also me please help us


All times are GMT. The time now is 07:41 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.01732 seconds
  • Memory Usage 2,030KB
  • 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
  • (5)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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