vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Inferno Warning System v1.3 (https://vborg.vbsupport.ru/showthread.php?t=93669)

DannyITR 03-15-2006 04:29 PM

I appreciate the help guys. Any way to make the meter visible to all users?

MentaL 03-19-2006 11:33 AM

Is it possible to get the warning system to auto create a topic when a warning has been issued.

Thanks :)

johnn 03-19-2006 09:14 PM

Hi, I have this installed, and like it very much. Good job. :)

I have certain members who have blogs, but they aren't apart of the main staff, so they aren't real moderators. Because they mod their own blog though, they have access to the warning system. What can be done to limit access to just the main staff?

Thanks!

soulface 03-20-2006 02:05 PM

Quote:

Originally Posted by t3aseFP
To those complaining about removing warnings but still having the user come up banned, I found the quick as hell fix after reading through all of the posts here trying to find an answer. Look in warn.php and find the following:
Code:

    if ($Warn['w_adjust'] == 'minus')
    {
        $Warn['inferno_warn_level'] += $Warn['w_amount'];
    }

replace with:
Code:

    if ($Warn['w_adjust'] == 'minus')
    {
        $Warn['inferno_warn_level'] -= $Warn['w_amount'];
    }

Save, reupload if needed. May need to go to Inferno Warning System in vB's drop down menu so it reloads. One site I had it on needed that last step, the other didn't.

cant find that code in warn.php file, all i can see is this...

PHP Code:

if ($Warn['w_adjust'] == 'plus')
    {
        
$Warn['inferno_warn_level'] -= $Warn['w_amount'];
    }
    else
    {
        
$Warn['inferno_warn_level'] += $Warn['w_amount'];
    } 


Bowromir 03-21-2006 10:35 AM

Hi Guys,

First of all; great mod! But I have a nasty problem with it in Internet Explorer.. When one of my moderators (including myself) try to warn someone. The warning page keeps on refreshing in a high rate.. We all have the problem, and if we use FireFox the problem does'nt accur. Anyone knows what the problem could be ?

Blackhat 03-23-2006 08:24 PM

how do we remove a warn ?

EvilHawk 03-24-2006 09:03 AM

Quote:

Originally Posted by Blackhat
how do we remove a warn ?

You can delete it from the user profile, click to see warn log, click the delete warning link !

Or from the AdminCP Warnings Log add-on for Inferno Warning System v1.3 by clicking the warning id! ;)

markblair 03-27-2006 03:47 AM

Installed :D

Now I just need to test it properly. Thanks!

Sai01 03-29-2006 02:42 AM

how do i set the width onissuing a warning to a member page... the form page when you warn someone. it kinda stretch.. i want it to be smaller. like around 680px...

Hornstar 03-29-2006 11:05 PM

Are there any known bugs in this?

how does this relate to the AWS as I already have that installed but am thinking of changing over to this one because i have a problem with AWS and RPG being installed together.

Bowromir 03-30-2006 11:44 AM

Quote:

Originally Posted by Bowromir
Hi Guys,

First of all; great mod! But I have a nasty problem with it in Internet Explorer.. When one of my moderators (including myself) try to warn someone. The warning page keeps on refreshing in a high rate.. We all have the problem, and if we use FireFox the problem does'nt accur. Anyone knows what the problem could be ?

Anyone ? I really want to fix this :confused:

Sai01 03-30-2006 09:17 PM

^ im using IE... don't see any problem when warning someone... atleast not yet...

DannyITR 03-31-2006 01:26 PM

Still looking for mod to make warning meter visible to all users.

Jordan17 03-31-2006 06:00 PM

Only my Admins & Super Moderators can warn people. How do my regular moderators do it? They can't?!!

DannyITR 03-31-2006 06:02 PM

Quote:

Originally Posted by Jordan17
Only my Admins & Super Moderators can warn people. How do my regular moderators do it? They can't?!!


How did you do this? My section mods can warn and ban people because of the hack.

Jordan17 03-31-2006 06:12 PM

None of my mods can see the warning meter. I have no idea why, it just doesn't shpw up for them.

I haven't changed any of it, just installed it.

Sai01 03-31-2006 08:14 PM

admin, mod, and super mod can warn and see the warning lever of all users...

go to admin control panel, and vb option find the warning setting and see if the usergroup ID is right. should be all right on default but could change if you change the usergroup ID.

johnn 04-02-2006 07:25 PM

Quote:

Originally Posted by Sai01
admin, mod, and super mod can warn and see the warning lever of all users...

go to admin control panel, and vb option find the warning setting and see if the usergroup ID is right. should be all right on default but could change if you change the usergroup ID.

The only usergroup ID is the protected usergroups...

tqvn2004 04-03-2006 01:39 PM

I have just installed Inferno Warning System v1.3 on my VB 3.5.4 board. Everything works fine, except if I increase warn level of a user to 7 (maximum level is default: 10); and after that reduce by 4, the user is banned!

It seems that the "-" function in IWS is not designed properly. Anyone have fix for this?

Kmaster 04-03-2006 02:05 PM

Quote:

Originally Posted by tqvn2004
I have just installed Inferno Warning System v1.3 on my VB 3.5.4 board. Everything works fine, except if I increase warn level of a user to 7 (maximum level is default: 10); and after that reduce by 4, the user is banned!

It seems that the "-" function in IWS is not designed properly. Anyone have fix for this?

I got same happen as you, hope someone can fix this.:surprised:

devilrulez 04-04-2006 05:59 AM

Great hack...... Installed at my forum... :)

doberlec 04-04-2006 11:30 AM

Quote:

Originally Posted by Kmaster
I got same happen as you, hope someone can fix this.:surprised:

Yes, I stumbled across the same problem. How come no one has noticed this up until now. Our threshhold is 30 points and after a mod increased the points by 15 and afterwards wanted to decrease by 15 points (because he made a mistake), we ended up with a guy who got banned because the hack didn't substract but actually added the point up :(

//EDIT: I just tried to modify the hack, but it seems that the autoban function isn't working as intended. I just disabled it and this solved my problem for now. But it's not that sexy without autoban anymore :-/

Edward S 04-05-2006 02:54 PM

Zero,
You have always done well with these modifications, thank you for this one.
This one carries a much more "professional" approach to what I like to think of as "User Education".

twitch 04-07-2006 09:29 PM

Can someone please give me a hand?

How can I put the Warn: (0%) thing under the rank image in my postbit template? I am not good at editing templates and I don't much like the default location example given in the download file instructions

Jordan17 04-10-2006 07:39 PM

Go into you're postbit / postbit_legacy template and look for something that looks like $something['postrank']; and then just move the code underneath there.

trigon 04-11-2006 12:13 AM

Quote:

Originally Posted by Jordan17
None of my mods can see the warning meter. I have no idea why, it just doesn't shpw up for them.

I haven't changed any of it, just installed it.

Same problem here, any hint??

twitch 04-11-2006 02:49 AM

Quote:

Originally Posted by Jordan17
Go into you're postbit / postbit_legacy template and look for something that looks like $something['postrank']; and then just move the code underneath there.

Thanks Jordan

aky 04-11-2006 02:54 AM

what does '+' and '-' do ??

but when i do +5 and -5 it should be at 0 right ? it just bans my members... any advice? shold it do this?

kurtbarker 04-12-2006 03:13 AM

Quote:

Originally Posted by aky
what does '+' and '-' do ??

but when i do +5 and -5 it should be at 0 right ? it just bans my members... any advice? shold it do this?

That's what is being mentioned above... people are saying that if you add 5, then subtract 5, it is seeing the subtract as an add...

So for example, if you added 3, subtracted 3, then added 4... The rank should be 4, but the program will think it's 10 and ban the user :o

How could this program get hack of the month with this flaw?

I haven't installed it yet, I want this figured out.

I'm no coder, but I might have a look at this, i've made a few edits to other macks on my forum

tqvn2004 04-12-2006 11:57 AM

Quote:

Originally Posted by kurtbarker
That's what is being mentioned above... people are saying that if you add 5, then subtract 5, it is seeing the subtract as an add...

So for example, if you added 3, subtracted 3, then added 4... The rank should be 4, but the program will think it's 10 and ban the user :o

How could this program get hack of the month with this flaw?

I haven't installed it yet, I want this figured out.

I'm no coder, but I might have a look at this, i've made a few edits to other macks on my forum

I have uninstalled the hack. It sucks!

P.Jackson 04-12-2006 03:51 PM

That my friend is not a very nice comment.

Do you make the author of this hack aware of that? im sure he would fix it please dont resort to them kind of comments not needed

Quote:

Originally Posted by tqvn2004
I have uninstalled the hack. It sucks!


DannyITR 04-12-2006 06:01 PM

I think I may have to uninstall it too because there doesn't seem to be any support from the author and there are many features that appear to be lacking for a seemless operation.

LSboards 04-13-2006 08:37 AM

I am using version 1.2 of this hack for a long time and there are no problems with the +/- settings. I suggest to stay away from 1.3 until Zero Tolerance fixes the bug.

This is a great plugin!

RS_Jelle 04-13-2006 11:09 AM

I had a look at it and it's easy to fix:

OPEN warn.php
FIND
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level']) 

REPLACE WITH
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level'] && $Warning['method'] == 'plus'


aky 04-14-2006 08:55 AM

Quote:

Originally Posted by RS_Jelle
I had a look at it and it's easy to fix:

OPEN warn.php
FIND
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level']) 

REPLACE WITH
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level'] && $Warning['method'] == 'plus'


thanks, seems like this works....

Bounce 04-14-2006 12:23 PM

Apologises if asked previously on this thread but can't find answer..

Can you change the Word "Warn" in the postbit to your own custom wording ??

Thanks

Jordan17 04-15-2006 10:35 PM

Yep. Find the phrase vb_warn.

Just search in phrases for Warn. Its called "Warn". Then just change it. Only the warn bit can be changed though

____: (0%) - ......+

Where _____ is $vbphrase['warn'];

satman123 04-16-2006 03:40 PM

hello

pls help me

how can ı closed maderatores cant give alert

Jordan17 04-16-2006 08:59 PM

excuse me?

ambumann 04-17-2006 12:43 PM

Great hack, thnx!


All times are GMT. The time now is 10:17 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.01725 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete