The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Warning System (Beta Version) Details »» | |||||||||||||||||||||||||
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
|
Comments |
#572
|
||||
|
||||
Quote:
I've installed it as per instructions, and now, I cannot log in to my board's admin area. Not sure what happened after this install, but I can't get into my forum to play with this. What did I do????? Completely puzzled. Any suggestions? Thanks! |
#573
|
||||
|
||||
Quote:
I finally got access to my admin area by turning off the "hooks" in config.php. I disabled the AWS product, and I was finally able to log in without problem. Also, the search function reverted to normalcy. John, something went seriously wrong here. I think it has to do with the fact that I used AWS (and loved it) on my 3.07 board. Upgrading to 3.52, and installing this, did not make my forums "happy". I think I "removed" myself from the system access wise, by clicking on "warn 'me'" on one of my posts, just to see what page would come next, as a test. I got the "wrong user ID" mentioned previously. Apparently, something wrong happens when you "warn user". It might have to do with the fact that there are previous associated databases. I shall reattempt this on my test board to see what happens. Really wish there was a way to get this working. I understand how difficult this is. Thanks! rich |
#574
|
|||
|
|||
This hack is awesome, just what my forum needs...
Installed with no problems, all went nice and smooth with installing and works error free one question... where do I upload the "kill_warns.php" file? In my forums root directory?!? |
#575
|
|||
|
|||
Quote:
I had this on 3.0.8 and loved it and then i went to install this again because i had 3.5 and things went wrong big time, so bad that i had to install my forums from scratch again as nothing worked to resolve it. But then, i tried it again and everything went okay, but took me alot of work, if you read back on my other posts you will see what i had to go through lol. But i couldnt have a forum without this hack, John did an awesome job on 3.0.8 and deserves another thanks. |
#576
|
||||
|
||||
Quote:
There has to be a way of "disabling" them, so that one can install the new hack on top of them. Or, just remove all the previous tables and start from scratch. I just don't know what all they are. There are some in the Users table which are not obvious; some of the larger tables are easier to find. |
#577
|
|||
|
|||
Quote:
|
#578
|
|||
|
|||
Quote:
Code:
Database error in vBulletin 3.5.2: Invalid SQL: update user set warning_level='1', warnings='1' where userid='6783'; MySQL Error : Unknown column 'warnings' in 'field list' Error Number : 1054 Date : Friday, December 30th 2005 @ 07:23:30 PM Script : http://xxxxxx.net/forum/Warn.php Referrer : http://xxxxx.net/forum/Warn.php?do=WarnUser&id=6783&post=1749928 IP Address : xx.xx.38.153 Username : Freezerator Classname : vb_database |
#579
|
|||
|
|||
Fixed:
I ran this query on my users table: Code:
ALTER TABLE user ADD warnings INT(5) DEFAULT '0', ADD warning_level INT(15) DEFAULT '0', ADD warning_bans INT(2) DEFAULT '0', ADD alerts INT(5) DEFAULT '0', ADD warn_notes SMALLINT DEFAULT '0' ; |
#580
|
|||
|
|||
After install I can't get into Admincp, get errors when "new post" = no new posts and after last 24h "Warning: in_array(): Wrong datatype for second argument in /search.php on line 269" around 30 lines then search
If I try to save something in UserCP i get "Could not find phrase '::$values for profile fields is not an array::'." If I try to view user "This user has not registered and therefore does not have a profile to view." If I try to wanr user "An error has occured, the following message has been left below: Invalid User ID Input" How to disable this hack if I can get into AdminCP...what files on server do I need to edit to get my forum back! Please don't say I have to reinstall! If you didn't guess from my post, I'm new to this! |
#581
|
|||
|
|||
FIXED my problem!
Remove: global $vbulletin; line in functions_warning.php file I don't belive this line caused all that trouble!!! one global! I did have to read every post and try every single change that was posted! I didn't check everything, but for now I'm happy that I can get into AdminCP and warning, new posts and all is not returning any errors. KirbyDE or sv1cec update this please in next hack update. BTW great hack.... edit: after reading entire thread, I can see that this gloabl was metioned before...sorry for euphoria |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|