Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Warnings System Hack v1.0 Details »»
Warnings System Hack v1.0
Version: 1.00, by g-force2k2 g-force2k2 is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

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.

Comments
  #112  
Old 09-03-2002, 02:58 PM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

g-force2k2

I think this is a great hack.

Anyway of making this so that you send an email to the member instead of a private message or in addition to the private message?

Parker
Reply With Quote
  #113  
Old 09-03-2002, 03:09 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by g-force2k2
Zirus in the instances of /$fdname in the admin_warning.php just replace them with: .. thats should do the trick regards... and i'll fix in the other usergroup for you if you like... just need a usergroupid? unless you can do it on your own? regards...

g-force2k2
ok thx i'll try that........um......where in the hack do i put in the cutom id......let's just say the group is 99....how can i do it?
Reply With Quote
  #114  
Old 09-03-2002, 04:26 PM
Mr_P Mr_P is offline
 
Join Date: Jan 2002
Location: Uk.
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Link14716
sure.

Add $post[warnlvl] to your postbit
Okay finally managed to sort this hack and it works well so well done m8 but i would like to quote post above as the link dont work.

You need to put <b>$post[warninglvl] <-=- that</b>

I have mine set to 10 warning and your out so it looks like this

$post[warninglvl]/10

All in all top hack.
Reply With Quote
  #115  
Old 09-03-2002, 05:01 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

glad to hear Mr.P Parker i'll work on an email addon extremely shortly...

Zirus i'll code up your addon as well once i get home from college :P regards...

g-force2k2
Reply With Quote
  #116  
Old 09-03-2002, 06:39 PM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In found a spot in the warn_show_warn template that is hardcoded that can give you some trouble in getting to the correct place.

You have:

<tr><td bgcolor="$backcolor" width="15%"><smallfont color="{pagetextcolor}"><b><a href="/forum/member.php?s=&action=getinfo&userid=$userid">$user name</a></b></smallfont></td>

The problem is with the:

<a href="/forum/member.php?

If your board's forum is not in the forum directory then the above link will not work.

Parker
Reply With Quote
  #117  
Old 09-03-2002, 10:28 PM
ryans ryans is offline
 
Join Date: Feb 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having problems too. I really need this to get working too. I've looked over everything numerous times.

Is it my user group permission?

1 Unregistered / Not Logged In Guest

2 Registered SRO Member
3 Users Awaiting Email Confirmation
4 (COPPA) Users Awaiting Moderation
29 Super Moderators Super Moderator
31 Moderators
28 super admin
33 Banned by Moderators
36 Banned By Warnings

My warnconfig looks like this:

$logsperpage = "20"; // warning logs to show per page
$fdname = "/web/docs/www.streetracing.org/htdocs/boards";
$reggroup = "2"; // usergroupid for registered users
$banlimit = "5"; // number of warings before user is banned
$banusergroup = "36"; // usergroupid of the banned group by warnings!
$allowmodwarn = "1"; // allows moderators to warn other moderators? (1 for yes :: 0 for no)
// +++++++ warning hack v1.0 configuration [ g-force2k2 ] +++++++

any clues?

do i have to edit my warn.php file? I'm running 2.27.

thanks!

ryan
Reply With Quote
  #118  
Old 09-03-2002, 10:39 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah ryans... if you look through my hack you have to replace all the usergroupid with the ones that fit your forum needs... if you want i can go through the list for you regards... im currenlty starting a version 2.0 to solve some issues like this and also to make it better... regards...

g-force2k2
Reply With Quote
  #119  
Old 09-03-2002, 10:43 PM
Ice Man_00 Ice Man_00 is offline
 
Join Date: Jan 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey cool. Then th rest of us who had problems wait for the easier part one

Thx g-force2k2 you doing a great work

Cheers
Reply With Quote
  #120  
Old 09-03-2002, 10:47 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

open admin/functions.php

find:

PHP Code:
// +++++++ Warning Hack [ g-force2k2 ] +++++++
        
if($bbuserinfo[usergroupid] == OR $bbuserinfo[usergroupid] == OR $bbuserinfo[usergroupid] == 7) {
          
$post[warnings] = "<b>Warning Level:</b> $post[warninglvl]&nbsp;<a href='javascript:showwarnings($post[userid])'>[ View User Warnings ]</a>&nbsp;<a href='javascript:addwarnings($post[postid])'>[ Warn This User ]</a>";
        } else {
          
$post[warnings] = "";
        }
// +++++++ Warning Hack [ g-force2k2 ] +++++++ 
replace with:

PHP Code:
// +++++++ Warning Hack [ g-force2k2 ] +++++++
        
if($bbuserinfo[usergroupid] == 31 OR $bbuserinfo[usergroupid] == 28 OR $bbuserinfo[usergroupid] == 29) {
          
$post[warnings] = "<b>Warning Level:</b> $post[warninglvl]&nbsp;<a href='javascript:showwarnings($post[userid])'>[ View User Warnings ]</a>&nbsp;<a href='javascript:addwarnings($post[postid])'>[ Warn This User ]</a>";
        } else {
          
$post[warnings] = "";
        }
// +++++++ Warning Hack [ g-force2k2 ] +++++++ 
open member.php

find:

PHP Code:
// +++++++ Warning Hack [ g-force2k2 ] +++++++
  
if(($bbuserinfo[usergroupid] == OR $bbuserinfo[usergroupid] == OR $bbuserinfo[usergroupid] == 7) AND ($userinfo[warninglvl] > 0)) {
    eval(
"\$getinfo_warning = \"".gettemplate("getinfo_warning")."\";");
  } else {
    
$getinfo_warning "";
  }
// +++++++ Warning Hack [ g-force2k2 ] +++++++ 
replace with:

PHP Code:
// +++++++ Warning Hack [ g-force2k2 ] +++++++
  
if(($bbuserinfo[usergroupid] == 31 OR $bbuserinfo[usergroupid] == 28 OR $bbuserinfo[usergroupid] == 29) AND ($userinfo[warninglvl] > 0)) {
    eval(
"\$getinfo_warning = \"".gettemplate("getinfo_warning")."\";");
  } else {
    
$getinfo_warning "";
  }
// +++++++ Warning Hack [ g-force2k2 ] +++++++ 
And then upload this as your new warn.php regards... this should do the trick

g-force2k2
Reply With Quote
  #121  
Old 09-03-2002, 10:49 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

see above ryans regards... hopefully it works

g-force2k2
Reply With Quote
Reply


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 06:27 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.05147 seconds
  • Memory Usage 2,326KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_php
  • (2)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
  • (1)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