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)

McMendo 10-20-2007 10:55 PM

Installed. Works great so far, after I managed to figure out things.

But it should be noticed that the install instructions are a mess and a little misguiding in the modification of templates. A couple of times it instructs you replace part of a text code that it had instructed you to add before. Then one time it tells you to search for a text code that is slightly different on 3.6.8.

Sorry that I didn't take note of the exact details. Too little sleep and too much work load this week.

Thank You

Bellardia 10-22-2007 11:20 PM

When I updated to the newest version, it flushed my templates away.

However, in my old templates, I made it so that all users could view warnings and their comments.

Unfortunately, I wasn't the one who coded that part, and the person is no longer around.

Is it possible to revert back to before I installed this, or can you provide me with a code to allow ALL users to view warning details and not just Warnings on postbit?

Delphiprogrammi 10-24-2007 07:44 AM

Quote:

Originally Posted by Bellardia (Post 1366330)
When I updated to the newest version, it flushed my templates away.

However, in my old templates, I made it so that all users could view warnings and their comments.

Unfortunately, I wasn't the one who coded that part, and the person is no longer around.

Is it possible to revert back to before I installed this, or can you provide me with a code to allow ALL users to view warning details and not just Warnings on postbit?

you can select that but warning details are restricted to mods and up you are however free to try and modify it yourself to suite your needs that's the advantage of open source.If you uninstall the product it will indeed wipe the templates and no there is no way back.You could simply remove the permissions checks from the templates and everyone will see it

Bellardia 10-24-2007 04:23 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1367296)
you can select that but warning details are restricted to mods and up you are however free to try and modify it yourself to suite your needs that's the advantage of open source.If you uninstall the product it will indeed wipe the templates and no there is no way back.You could simply remove the permissions checks from the templates and everyone will see it

Can you guide me on which permission checks to remove?

Delphiprogrammi 10-25-2007 08:47 AM

Quote:

Originally Posted by Bellardia (Post 1367575)
Can you guide me on which permission checks to remove?

the warn_view... templates

HTML Code:

<if condition="is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 7)">
a line like this indicates that the content is restricted to members from usergroupids 5,6,7

5=supermods
6= administrators
7 = mods

be carefull when removing / editing those lines you do not remove this line on the delete function because you don't want anybody being able to mark warnings as being inactive do you ?

wrestlepower 10-29-2007 08:39 PM

getting an SQL error when trying to modify a user.

MySQL Error : Unknown column 'warn_notes' in 'field list'

Had look through the thread but cant see a fix posted for that yet.

Charuvils 10-30-2007 10:07 AM

thx a lot man

Delphiprogrammi 10-30-2007 04:51 PM

Quote:

Originally Posted by wrestlepower (Post 1371415)
getting an SQL error when trying to modify a user.

MySQL Error : Unknown column 'warn_notes' in 'field list'


Had look through the thread but cant see a fix posted for that yet.

[SQL]
ALTER TABLE user ADD warn_notes SMALLINT DEFAULT '0';
[/SQL]

keep table prefixes in mind if you have one for example if you table table prefix is "vb" the query becomes

[SQL]
ALTER TABLE vb_user ADD warn_notes SMALLINT DEFAULT '0';
[/SQL]

under_takers 11-02-2007 03:28 PM

well, i update this scripts and i face this error and get time by time error

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT w.*, wt.*, u.* FROM vb_warnings w
LEFT JOIN vb_warningype wt ON(wt.warningtypeid = w.warned_warning_id)
LEFT JOIN vb_user u ON(u.userid = w.warned_user) WHERE warned_status =
'L';

MySQL Error : Table 'ibp.vb_warningype' doesn't exist
Error Number : 1146
Date : Friday, November 2nd 2007 @ 07:59:35 AM
Script : http://www.xxxxxx-xxxx.com/vb/cron.php?rand=860392
Referrer : http://www.xxxx-xxxxx.com/vb/forumdisplay.php?f=19
IP Address : 58.186.205.61
Username : Unregistered
Classname : vb_database

Bellardia 11-11-2007 12:07 AM

I've installed a completely clean board. Everything is fine until I warn someone :

This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.

I think the problem lies within the add-on and not anything else, because there simply isn't anything else. =\

ymy 11-15-2007 01:58 PM

I want users read the moderators note in the post ?

Can I do this ?

Thanks

YmY

MDK-Indy 11-17-2007 12:38 PM

Salü,

where i must insert the Code for the Buttons that i can Warn Users in the post at the vBulletin Project Tools?

Sorry for my english ;-)

greeting Indy

b00k 11-17-2007 07:59 PM

-----------

Delphiprogrammi 11-18-2007 09:51 AM

i have shutdown my website and my vBulletin licence is sold and pending for a Licence transfer to the new owner.

Feel free to take the code and modify it yourself that after all is the advantage of open source scripts.I no longer have a hosting account to test the changes i could make.

The vBulletin story has come to an end here for me

b00k 11-18-2007 07:31 PM

-----------

jmurrayhead 11-20-2007 09:52 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1384845)
i have shutdown my website and my vBulletin licence is sold and pending for a Licence transfer to the new owner.

Feel free to take the code and modify it yourself that after all is the advantage of open source scripts.I no longer have a hosting account to test the changes i could make.

The vBulletin story has come to an end here for me

This is horrible news :(

tehPARADOX 11-20-2007 09:59 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1384845)
i have shutdown my website and my vBulletin licence is sold and pending for a Licence transfer to the new owner.

Feel free to take the code and modify it yourself that after all is the advantage of open source scripts.I no longer have a hosting account to test the changes i could make.

The vBulletin story has come to an end here for me

I hope another talented coder takes over this project because this mod is definitely very useful.

This is really bad news for me, since I heavily rely on your mod. Thanks for all your efforts.

ymy 11-22-2007 06:30 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1384845)
i have shutdown my website and my vBulletin licence is sold and pending for a Licence transfer to the new owner.

Feel free to take the code and modify it yourself that after all is the advantage of open source scripts.I no longer have a hosting account to test the changes i could make.

The vBulletin story has come to an end here for me


Really it`s bad news for me :(

YmY

GrandHolyKing 12-01-2007 04:31 PM

Can anyone help me with this? I get this error in the main admincp

Fatal error: Call to undefined function: construct_nav_option() in /homepages/3/d225023830/htdocs/wsb4718874101/admincp/index.php on line 604

Any help at all would be greatly appreciated.

jmurrayhead 12-01-2007 07:07 PM

hmm...now I'm having all sorts of bugs with this thing...can't protect groups, it doesn't work for custom moderator groups, parser errors left and right. I hope the person who takes over this project can fix it up, I'm probably going to have to uninstall it until then :(

onehost 12-01-2007 08:27 PM

it would be nice if the coder placed a description of what AWS is, and what it does...warning system for what? Global World wide destruction? Warning tornado system?? it would be nice to know what it does....

jewropa 12-02-2007 10:16 AM

Quote:

Originally Posted by onehost (Post 1393137)
it would be nice if the coder placed a description of what AWS is, and what it does...warning system for what? Global World wide destruction? Warning tornado system?? it would be nice to know what it does....

What do you think, what kind of warning system could it be? SPAM warning :)

marcjd 12-22-2007 09:39 PM

Does anyone have this working with 3.7 beta 3? Thanks!

marcjd 12-29-2007 05:35 PM

Just in case nobody saw this the first time...any conflicts with this working in 3.7 Beta 3?

I am on 3.6.4 right now and it takes a lot to update the forum and I don't have a lot of time...I just assume do it once and like all of the features in 3.7 and know my admins and mods would like them too. The only thing holding me back is this mod as they rely on it.

Thanks!

EdQ 01-15-2008 05:16 AM

Time to uninstall and switch to the infraction system

gbox master 01-30-2008 05:42 PM

i have like 1200 emails now
i just edit some settings in the admin pannel
now i get this error all the time

Database error in vBulletin 3.6.8: Invalid SQL:SELECT w.*, wt.*, u.* FROM warnings w LEFT JOIN warningype wt ON(wt.warningtypeid = w.warned_warning_id) LEFT JOIN user u ON(u.userid = w.warned_user) WHERE warned_status = 'L'; MySQL Error : Table 'vbb-dev.warningype' doesn't existError Number : 1146

gbox master 01-30-2008 06:10 PM

ok i found this with the search funtion and i excecute it on my database

Code:

CREATE TABLE IF NOT EXISTS warningype (
 warningtypeid INT(15) NOT NULL AUTO_INCREMENT,
 title varCHAR(255) NOT NULL,
 warn_points INT(15) NOT NULL DEFAULT '0',
 warn_desc text NOT NULL,
 warn_maturity INT(5),
 warn_permban tinyint(1),
 warn_type tinyint(3),
 warn_alert tinyint(1),
 warn_alertcomment MEDIUMTEXT,
 PRIMARY KEY (warningtypeid));

the mails seem to stop now so thats looks good
however i did loose my trust in this modification
so maybe some one can give me my peace ofmind back by comment on this
and maybe some one can fx this mod

please look at the picture also
i find in the database some strange things
so maybe this is all based on 1 type error in the xml
and then tell me if i can delete the incorrect one please

tables
warningype
warningtype

Conner85 02-01-2008 10:42 PM

I'm an admin at my site, but my mods pointed this out to me when they view a user's profile in the modcp..

Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /modcp/user.php(352) : eval()'d code on line 3
I'll post a screen shot in a minute..

TheInsaneManiac 02-04-2008 03:03 AM

Wow little too advanced for me =\.

DaFlameking 02-09-2008 09:17 PM

At many other vbulletin forums, I see them having (Show ABC's Warnings) in the threads for each user and I can view warnings that were given to them as well.

How would I go about doing this. I already set "Who can view warnings" to all and registered users in the usergroup category. Ive even read previous posts from way back and havent gotten a clear cut response.

Any help?

comicus 02-26-2008 01:13 AM

i take it this mod has been abandoned and is perma-broken for 3.6.8 users? very sad...this was very useful.

sv1cec 02-26-2008 04:07 AM

The warningype table is not needed.

Quote:

How would I go about doing this. I already set "Who can view warnings" to all and registered users in the usergroup category. Ive even read previous posts from way back and havent gotten a clear cut response.
If everything in the latest version is working like in my original hack, if you have the "Who can view warnings" set to "All", every post which has been entered by a member who has received a warning, should have the links or the buttons on top of it. Clicking on these buttons will show you the warnings/alerts that particular member has received. If you can't see them, let me know.

sbarbz 03-24-2008 12:28 PM

There is possibility to do an intellect thatall a reason of warning by post Tihia possibility also not by post ?

sv1cec 03-24-2008 01:09 PM

Yes, you can (well, you should be able to) issue warnings which are not post-related. From a user profile, you can issue non-post-related warnings. At least you could in the version I used to maintain. I do not think that this has been changed though.

marcjd 03-25-2008 02:12 AM

Does anyone have this working successfully with 3.7? Thanks!

comicus 04-11-2008 11:31 AM

Quote:

Originally Posted by marcjd (Post 1473801)
Does anyone have this working successfully with 3.7? Thanks!

does anyone even have this working with 3.6.8* anymore? if so, please let me know. i definitely miss/need it!

OscarJohansson 04-26-2008 07:16 AM

Great mod but I have a problem with the warnings. They don't seem to mature at all. How would I fix this?

A +5 points warning with the maturity of 5 would have expired after 5 days right? In this case it has not.

Currently running vb 3.6.9

SupermanInNY 05-03-2008 12:50 AM

any porting to 3.7.0?

I'm still runnig 3.6.8, it works fine, but now the move to 3.7.0 should be a dramatic move.
any chance anyone is looking at it and releasing an updated version?

-Sup.

GoldenChaos 05-03-2008 01:32 AM

It works fine in 3.7 Gold for me, although I think there's a problem with it auto-unbanning members. I haven't seen many issues with it, though, if any at all. It works with the new profile pages as well.

sv1cec 05-03-2008 07:28 AM

Good to know. I may be forced to upgrade my site from 3.0.xx to 3.7 because of the CSRF vulnerability and my moderators would go berserk if they do not have the AWS.


All times are GMT. The time now is 04:40 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.01787 seconds
  • Memory Usage 1,832KB
  • 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
  • (1)bbcode_html_printable
  • (10)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