Version: 1.00, by g-force2k2
Developer Last Online: May 2008
Version: 2.2.x
Rating:
Released: 08-30-2002
Last Update: Never
Installs: 61
No support by the author.
Please Notice Warnings System Hack v2.0 has been released. View Thread Here
Yeah i promised a release of this one... its pretty self explanatory... its a warning system devised to help keep forums more secure... allows a new way for moderators to ban users...
First off big thanks to GoldKnight for helping me square thing away again and for beta testing
Edit: See quick update [ Here ] for a quick template fix thanks to mulimum regards
Features?
Config Features - Warn Config
- includes moderator exemption inclusion of warings by other moderators
- includes special usergroup for banned by warnings
- includes setable warninglvl limit before banning
Warning System ::
- includes the warning tabs on posts for warning members
- includes viewable lists of warnings per each member (postbit)
- also includes viewable lists on getinfo template
- includes auto log of each warning issued
- includes pm feature to send the user being warned a warning notification
- includes auto banning once the user's warninglvl has reached the banlimit
Admin Features -
Admin CP Based Setup ::
- include a log of all warnings that have been given out... includes who warned who and the viewable post that the warning was issued on, as well as the date. (with a page navigation feature)
- includes a list of all the users who have been issued warnings as well as different options of revoking warnings and unbanning users who were banned by warnings...
whew... on to the to do list
What to do?
// ++++++++++++++++++++
Queires to Run (2)
File Modifications (4)
Template Modifications (4)
Templates to Add (15)
Files to Upload (3)
Instructions in the install_warning.php
If you like this hack please click install thanks in advance... regards... and as always enjoy
g-force2k2
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by Tha Rock I've got a question, when a user is banned by having warnings, how are they banned? I don't wish for them to have their account removed and such, so I have a request :
I've created a new usergroup called "Banned" which's userid=9
Is it possible for some custom code be made for me so when they've received maximum warnings, they go into the banned usergroup instead?
I m not sure if I undy your QQ but this warning hack is not "remove" member's accounts whenever their warning level reach maximum. This warning hack is only get any members to get in Banned usergroup and their account is still in database but only that they cannot post, download attachment, etc.. whatever you modify the usergroup (9) permission. But it does not remove any members' accounts at all. You can unban it and it will change to regular usergroup. QQ that you ask, that s what warning hack is. This hack send members into Banned usergroup whenever warning level reach maximum.
So which usergroup does this hack send users into once they've reached maximum warnings? I have a special usergroup for banned users so i'd like them to go into that
Originally posted by Tha Rock So which usergroup does this hack send users into once they've reached maximum warnings? I have a special usergroup for banned users so i'd like them to go into that
open warnconfig.php and find..
PHP Code:
$banusergroup = "8"; // usergroupid of the banned group by warnings!
Change $banusergroup = "8" to $banusergroup = "9" that you made special banned usergroup. That s where your banned members will be if their warning level reach maximum
muliman :: i will make a seperate addition to fix your needs for the registered groups issue and thanks for finding the little bug i will update asap regards...