The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Warnings System Hack v2.1 Details »» | |||||||||||||||||||||||||
Latest Version Warnings System Hack v2.1 Can be Found [ Here ]
After a Successful first release i decided to make a more customizeable and more optimizeable Warnings Hack well here it is... For new installers simply run the auto installer (install_warning.php) and then use the installation_txt.php to make template and file modifications. For members that have used my version 1.0 simply make the changes listed in the warn_upgade.php then delete all custom templates and run one query listed in the upgrade file. Then run the installer. Thanks as always for GoldKnight's assistance Version 2.1? Comes with the Warning System Settings Inserted Directly into the VBulletin Settings to prevent problems... Features // ++++++++++++++++++++ Warnings Hack System (version 2.0) * Easy Installation / Uninstallation with Warning Installer (includes all queries & templates) [new] * Now instead of based upon a set warning level it includes seperate distict warning points [new] * Includes new warning customization for different levels of warning [new] * Includes new Email Warning feature for regular useage or more importantly pm disabled users [new] * Ban Limit is now activated once a user's Warning Level is over the configured amount of Warning Points (Not Just Single Warnings) [new] * Includes New Customizeable Templates [new] * Emailing and Private Messaging Warning [new] * Emailing Ban Message [new] * Warnings Listings [new] * Includes Viewable List of all Admin Created Warnings for reference to know what is not accepted [new] * In a sense its a rules hack included with the Warning Hack [new] * Categorized And Ordered According to Admin Preferences [new] Warn Config (extremely optimizeable) * Includes Setable Banned by Warnings usergroup * Includes Setable Warning Level (maximum warning points) * Includes Easy Usergroup Configuration For [new] * Usergroups that can Warn [new] * Usergroups that can View Warnings [new] * Usergroups that can view their Warning Levels [new] * Usergroups that are exempt from warning [new] * Includes New Warning Functions & Optimizes all Permissions [new] * Includes Emailing Banning Option [new] Admin CP Based * Create Custom Warnings [new] * Includes Customizeable New Configuration for Different Level Warnings [new] * Create your own Categories of Warning Levels [new] * Configure Warning Points to each different Warning [new] * Includes a list of Warning Logs * Who warned who? * Date & Warning Type & Warning Comments [new] * Post from which warning resulted * Includes List of All Warned Users * Includes Warning Point Deductor [new] * Includes Email Notification after Banning [new] Hope that everyone enjoys this hack as much as the first Comments and Suggestions are welcomed... If you like this hack i'd be greatful if you clicked install thanks in advance and Enjoy... Screenshots are nex [Edit]See link below for more information regarding the upcoming vb3 version vb3 version coming soon Note: the file warnconfig.php does not exist anymore instead the configurations are kept and updated in the vbulletin option panel. For any further questions or help you may address them here or instead pm me. As requested by Freezerator if you want a link in the pm/email that is sent to the user follow the instructions below. Warned Post Link In PM Or Email g-force2k2 Show Your Support
|
Comments |
#452
|
|||
|
|||
i am getting the following error when i try to install any help please
Database error in vBulletin Control Panel 2.3.0: Invalid SQL: INSERT INTO settinggroup VALUES (40, 'Warnings System', 40) mysql error: Duplicate entry '40' for key 1 mysql error number: 1062 Date: Wednesday 14th of May 2003 02:45:20 AM Script: http://www.spinzone.org/forums/forums/admin/query.php Referer: Repair Report: This type of error cannot be automatically repaired. |
#453
|
||||
|
||||
Looks like you already have it installed.
|
#454
|
|||
|
|||
Hello i have installed this hack and become this message if i will see a user profile:
Fatal error: Call to undefined function: checkwarnlink() in /home/www/web3/html/vbulletin2/forum/member.php on line 1388 and on this line is this code PHP Code:
thomas |
#455
|
||||
|
||||
Quote:
|
#456
|
||||
|
||||
Hey, I just wanted to say thanks for this excellent hack!
I installed 2.1 on my vB 2.30 system and it works great. However, I am running into one issue with the showthread template in regards to the usertrade (eBay feedback tyep) hack I also have installed. It looks like they both call for a window to be opened in their scripts, and since they are located in the same spot, it causes some code to be shown at the bottom of the showthread, and then the entire showthead repeats. I know this isn't an issue related to this hack, but I'd like to have both working properly. Here's the problem area in showthead: <script language="javascript" type="text/javascript"> <!-- function aimwindow(aimid) { window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=n o,location=no,menubar=no,scrol lbars=no,width=175,height=275,resizeable=yes,statu s=no") } function whotrade(userid) { window.open("usertrade.php?s=$session[sessionhash]&action=show&rateuser="+userid, "whorated", "toolbar=no,scrollbars=yes,resizable=yes,width=640 ,height=480,left=0,top=0") ; } // --> <!-- Warnings Hack v2.0 [ g-force2k2 ] --> function showwarnings(userid) { window.open ("warn.php?s=&action=show_warn&userid="+userid, "show_warn", "toolbar=no,scrollbars=yes,resizable=yes,width=600 ,height=350"); } function addwarnings(postid) { window.open ("warn.php?s=&action=add_warn&postid="+postid, "add_warn", "toolbar=no,scrollbars=yes,resizable=yes,width=400 ,height=200"); } <!-- Warnings Hack v2.0 [ g-force2k2 ] --> </script> </head> Could someone with some PHP guru skills, please point me in the right direction to a correction which can be made to get the script working correctly? Thanks! |
#457
|
||||
|
||||
Got a screenshot of the problem?
|
#458
|
||||
|
||||
Ewww...sorry, I don't. I just uninstalled the Warning System Hack until I could get it resolved. So I can't take a screenshot.
Basically, everything looked normal, but at the end of the page, you'd see: ---- w.open("usertrade.php?s=$session[sessionhash]&action=show&rateuser="+userid, "whorated", "toolbar=no,scrollbars=yes,resizable=yes,width=640 ,height=480,left=0,top=0") ; } ---- Then, the page would repeat. The header would follow again (at the bottom of the page...not a typo, it would be the header), and the entire thread would be displayed again, within one page. Looks like both scripts are calling for the same open window action which is causing it to trip out. |
#459
|
|||
|
|||
Is there a way to use this for the warning system and not for the banning because I am going to be using the miserable banning system and just need something so people know they are warned.
Dark Shogun |
#460
|
|||
|
|||
I guess you could just set the amount of points given for each warning to 0, or if it doesn't allow that ((i've not tested) then set each warning to 1 point and the points people are banned at to 100. Eitherway, that's a lot of warnings
|
#461
|
|||
|
|||
I just installed it, works good
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|