Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Advanced Warning System (Beta Version) Details »»
Advanced Warning System (Beta Version)
Version: 3.5.0, by sv1cec sv1cec is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 09-08-2005 Last Update: 05-30-2006 Installs: 221
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

Advanced Warning System


IF YOU ARE RUNNING vB 3.6, THERE IS A NEW THREAD FOR THIS HACK UNDER THAT VERSION. vB 3.6 USERS GO HERE:

https://vborg.vbsupport.ru/showthread.php?t=124477


This is a direct port of the Advanced Warning System, as it was implemented in vB 3.0.x. This port has all the features of AWS version 3.4.16, except the Notes.

For a complete description of AWS capabilities, please refer to the following thread:

https://vborg.vbsupport.ru/showthread.php?p=574374

The vB 3.5 compliant version of AWS includes:

1 Product XML (17 Plugins, 107 Phrases, 26 Templates, 43 Settings)
1 ACP Navigation XML
1 PHP Functions File
3 Images
2 PHP Frontend Files
1 PHP Admin CP File
1 PHP Mod CP File
3 PHP Cronjob Files

This port would not be possible, without the help of KirbyDE, to whom I am greatful. KirbyDE will also be responsible for supporting you here, with questions related to this particular release. Also, this port would not have been possible, without the help of Juan P hernandez, who offered me a free test system, in which the porting was performed.

The hack has been tested and it is believed to be bug-free, however since this is a major hack, I release it today (September 9th 2005) as beta.

I hope you all enjoy it.

History (Productversion)
3.5.b
Initial Version

3.5.b1
Fixed a typo that caused Errors in User Datamanager.
Fixed a wrong object reference in functions_warning.php

3.5.b2
Fixed a Bug that caused PHP Error Messages.
Fixed a Typo in the Install Code that causes mySQL Errors.
Updated the Template Edit instructions to be (hopefully) compatible with RC3

3.5.b3
Fixed User not showing up in automatic warning PMs
Fixed 2 missing Phrases
Fixed Hidden Warner being Used for Automatic Warnings
Fixed "View x's Warnings" Button in Usermanager not working

3.5.b4
Removed one unsued Phrase, added one missing Phrase
Fixed a Typo that caused PHP Errors when sending PMs
Fixed a Typo that caused PHP Errors upon Installation
Changed Product ID for Admin CP Navigation XML from vbulletin to aws, so it won't show up any longer if AWS is uninstalled/disabled.

A bug was found which didn't allow you to delete an entered Warning Type. Bug fixed in the current distribution file.

If you found a Bug, please report it at http://bugs.kirbydemos.ath.cx

This helps to keep issues organized, which can't be guaranteed if it's only posted in the Thread.
Thank you.

P.S.1: After you install the hack per the instructions, please update your installation with the separate files listed. They are newer files not included in the zip.

P.S.2: If you want to use the Notes feature, as it existed in AWS 3.4.16, please install AWS per the instructions in the zip file, and THEN follow the instructions included in the warn_notes_update_instructions.txt.

IMPORTANT NOTE: Please keep in mind that this hack is not supported. What this means is that I have no obligation to support it. The reason for that, is because I have no access to a vB 3.5 system any more, so I can't work on this hack any more. Andreas (or KirbyDE) who undertook the support of this version of the AWS hack in the beginning, is obviously too busy to support it. So you are on your own, at least as far as the interaction with vB is concerned. If you have an issue with the hack files themselves, I'll do my best to solve it, but without a test environment, it is not easy. So users of vB 3.5 beware!

P.S. May 31st 2006: The zip file uploaded today, should contain all the debugging done by Delphi, so it should be fine as it is. You do not need the other files listed at the right, only the zip. Download it and follow the instructions in it, for installing the hack. I leave the other files there, just in case some one needs them, they will be deleted later.

SV1CEC

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #392  
Old 10-31-2005, 02:49 AM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xplorer4x4
Set up multiple warning level for the same thing like i did....for example I have Spam1,Spam2, and Spam3...If I issue a spam 1 then this gives them one warning point where as spam level 3 is 3 warning points...this is exactly how you would have to do it with a catgorey set up this way will just be less organized.
It wont do the trick in all cases as the w. points are sumed up currently. Also doing it this way wont save me much work as it will still be pretty manual. Unless you are referring to the 2nd thing you said (I think you are), in which I said I agree.
Reply With Quote
  #393  
Old 10-31-2005, 03:11 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well point 2 was kinda od a summary of point 1. Then my other post was an example.

So yes as long as you keep basic division in mind, I don;t see any reason it wont work.
Reply With Quote
  #394  
Old 10-31-2005, 09:14 AM
D.Ilyin D.Ilyin is offline
 
Join Date: Oct 2005
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sv1cec
Open your admin_warn.php file and find :
Code:
require_once('./includes/functions_misc.php');
Under that, add:
Code:
$admincpdir=$vbulletin->config['Misc']['admincpdir'];
Then find every occurence of "/admincp/" and replace that with "/$admincpdir/".
You will need to replace that about 10-12 times.
KirbyDE, please make that change as well.
sv1cec thanks for now all links are working....
Reply With Quote
  #395  
Old 11-02-2005, 06:35 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Loukrhtia
It wont do the trick in all cases as the w. points are sumed up currently. Also doing it this way wont save me much work as it will still be pretty manual. Unless you are referring to the 2nd thing you said (I think you are), in which I said I agree.
I think you have an overly complicated warning structure! LoL, maybe you should change some rules.

Yes, I am Greek, and glad to meet another Greek coder here.

Since my involvement with AWS is now limited to the pre-vB3.5 versions, I sincerely don't think I can do any more development on this. I do not know if KirbyDE wants to take over, but there are two reasons I do not see me doing it : a) I do not plan to upgrade to vB 3.5 any time soon, since my site is heavily hacked and I do not want to loose any functionality and b) I do not have the time to work on this any more.

So, as far as I am concerned, I can't help you much with your warning schema.

Rgds
Reply With Quote
  #396  
Old 11-02-2005, 08:03 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for all your hard work Sv1, this is trully an awsome warning system. It seems very close to being out of the beta stages, and I have no problems with this on my board, althought there are a few advancments that would be nice. Ahh well maybe Zero or Chris M can get r done.

Also thanks for actually telling your users you can not work on this unlike some devlopers who just bandon there hacks without notice...
Reply With Quote
  #397  
Old 11-02-2005, 08:20 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, the whole hack was pretty stable before we switch to the vB 3.5 idiosynchracies, so the reason it was announced as beta, is just to iron out those bugs which escaped my attention when I first converted it to 3.5.

It's unfortunate that vB choose to make so radical changes in the new release, to require recoding of the existing hacks, but that's the way it is, so I can't do much about it. And since I do not plan to upgrade my site to 3.5, I've lost interest in adding features to AWS. You can see that, from the fact that the Notes feature was added in 3.4.xx, after the work on 3.5 was almost finalized, so it was not included in the distribution. Those of you who are still in vB 3.0.x can take advantage of that feature, while the users of 3.5.x will have to wait for either KirbyDE (or anyone else) to include it.

By the way, I do not think Zero Tolerance would be going back to the Warning Hack, he can hardly support his own hacks, let alone mine.
Reply With Quote
  #398  
Old 11-02-2005, 08:42 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will you still be providing support as I still have a few questions. 2 of which I am pretty conifident I can do on my own....

The thirs thing is in this picture: https://vborg.vbsupport.ru/attachmen...chmentid=21862
It shows the persons warning level. Is this possible in this version?

Can you also upload your latest version before jumping ship. I was thinking it would have those template edits kirby mentioned and perhaps that would show the warning level?

Thanks again for all your hard work.

EDIT: Is that some sort of away message hack you have shown in that post?
Reply With Quote
  #399  
Old 11-02-2005, 09:19 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I'll be here providing support, but I think we have a missing link in place, as I do not see KirbyDE here often. So if I correct something, he has to take my code and incorporate it in the distribution file, since I have no idea about how to package the files and everything. He has to do that.

Well, this message you want is still there, it just has changed to say "Warning Points:" instead of "Warning Level:". So it should be in this release, together with how many warnings the member has, and if he has any bans or any alerts, so here is how it will look:

Warnings: 1
Warning Points: 5
Alerts: 3
Bans: 1

The latest version I have, is what exists here. I have not done any more work on version 3.5. The template edits should be easy for anyone with HTML knowledge (and a little vB knowledge). If you have an issue, let me know.

As for the user away message, yes, it is my own version of the User Away hack. Typically, I install a hack, as it is published here, and then I change it according to my taste and my needs. That's what that is.
Reply With Quote
  #400  
Old 11-02-2005, 09:35 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have version 3.0.4 so I assume that is 3.5 B4? And the warning points do not show up in my tempales . Everything else works fine but the note feature (obviously). The warned post icons shows up for example, and the warn and view warn links show up but not the info you listed. :ermm:

Reason I asked baout the templates is Kirby said he updated them awhile back I believe, wasn;t sure if i had those edits or not.

And thanks for the note on the away hack(and the support).
Reply With Quote
  #401  
Old 11-02-2005, 09:54 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 3.0.4? I am not sure what that is. The latest AWS version for vBulletin 3.0.x is 3.4.16 I think. I have no idea what 3.0.4 is. That information you want, should be shown only in posts made by members who have received a warning, and according to your settings (AWS Options), either your management team can see them, or everyone can see them.

I am not sure where is KirbyDE, I haven't seen him in here for a while, so I can't say if he has updated the distribution file or not.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08488 seconds
  • Memory Usage 2,320KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete