vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Mike's Warning System 1.0 (https://vborg.vbsupport.ru/showthread.php?t=53596)

Kaelon 01-20-2004 07:05 PM

Thanks, but this option allows users to see all warnings, not just their own. I did fix this manually, however, and people interested in the fix can do the following:

Change line 111 in warn.php to:

Code:

                if((!in_array($bbuserinfo['usergroupid'],$canview)) AND ($bbuserinfo['userid'] != $userid)) {
Question -- does anyone know of a modification that will allow "generic" warnings, unrelated to posts? (For example, to assign warning based upon conduct over IMs or IRC?)

msimplay 01-20-2004 08:27 PM

this is one of the hacks that makes me wanna go back to vb2 :(

Kaelon 01-26-2004 07:47 PM

I'm getting the same error that C.Birch described below. Can anyone comment on how this is fixed?

More importantly, I removed the warning that had put someone in banning range, in an attempt to move them away from that usergroup onto a standard usergroup so that I could edit some user details - but I was still getting the error. Any thoughts?

Thanks,
Kaelon

Quote:

Originally Posted by C.Birch
i get a database error when i try to edit someones usergroup that as been banned by the system, also can it be made so when a warning runs out that puts them back under the banning total there auto unbanned?

the error i get is below btw:

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: UPDATE user SET birthday='1983-03-24',options='15',usergroupid='2',username='~*~Vick y_Bob~*~',email='psychadelicwildchild@hotmail.com' ,styleid='1',parentemail='',coppauser=0,homepage=' http://',icq='',aim='',yahoo='',signature='[movel]:angel: See my halo,bright \'n\' shiney,mess wiv me, \'n\' I\'ll kick you\'re hiney :bum:[/movel]
:bum:\"We are the Cheeky Girls-Touch My Bum\":bum:

Bah! As if you\'d wanna touch their asses! :p
~~~~~~~~~~~~~~~~~~~~~~~~
:wave: To Lil Miss No Pea\'s :augh:[sig=954]

[sig=874]
[movel]:banana: Nev \'n\' Norma,Fab \'n\' groovy,The only narna\'s that can boogie!:banana:[/movel]',adminemail=1,showemail=0,invisible=0,usertitle=' <img src=\"images/smilies/pinkie.gif\" border=\"0\" alt=\"\"> Northern Nutter! <img src=\"images/smilies/pinkie.gif\" border=\"0\" alt=\"\">',customtitle=1,joindate=UNIX_TIMESTAMP(' 2003-05-15 05:32:23'),cookieuser=1,nosessionhash=1,daysprune= '-1',lastvisit=UNIX_TIMESTAMP('2003-11-11 21:44:05'),lastactivity=UNIX_TIMESTAMP('2003-11-11 22:22:48'),lastpost=UNIX_TIMESTAMP('2003-11-11 20:41:05'),posts='4170',timezoneoffset='0',emailno tification=0,receivepm='1',emailonpm='0',ipaddress ='80.194.33.204',pmpopup=IF(pmpopup=2 AND =1,pmpopup,'') WHERE userid=1997
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '=1,pmpopup,'') WHERE userid=1997' at line 1

mysql error number: 1064

Date: Tuesday 11th of November 2003 10:35:36 PM
Script: http://forums.lisascottlee.com/admin/user.php
Referer:


Kaelon 01-26-2004 07:57 PM

This appears to be a malformed query:

Quote:

Invalid SQL: UPDATE user SET birthday='1971-05-23',options='15',usergroupid='10',username='Melega unt Tanthul',email='Bevin_van_liempt@hotmail.com',styl eid='0',parentemail='',coppauser=0,homepage='http://s3.invisionfree.com/The_Grand_Realms/',icq='309268104',aim='Whiterose1234321',yahoo='', signature='White pants, white shirt , white gloves, white boots, white hair, and white eyes (glowing). His beloved warlord sword, \"Demonslayer\" is elven steel, white, glittering, and bears the likeness of a whiterose. It\'s sheath is white elven steel. Its hilt is sweat absorbant.',adminemail=1,showemail=1,invisible=0,u sertitle='The Noble Elf of Trelore',customtitle=2,joindate=UNIX_TIMESTAMP('20 03-12-24 03:18:11'),cookieuser=1,nosessionhash=1,daysprune= '1000',lastvisit=UNIX_TIMESTAMP('2004-01-25 20:15:18'),lastactivity=UNIX_TIMESTAMP('2004-01-25 20:43:15'),lastpost=UNIX_TIMESTAMP('2004-01-25 15:22:19'),posts='97',timezoneoffset='-8',emailnotification=0,receivepm='1',emailonpm='1' ,ipaddress='206.116.243.178',pmpopup=IF(pmpopup=2 AND =1,pmpopup,'') WHERE userid=12221
mysql error: You have an error in your SQL syntax near '=1,pmpopup,'') WHERE userid=12221' at line 1
Any thoughts?

Meirion 02-02-2004 11:04 AM

Hi, firstly thanks for these wicked ammendments Mike, that makes a near perfect warnings hack!

However I'm having a few problems after having it installed for a few weeks.

Someone was warned on our forum and recieved 12 points (automatic ban) for a post. However a week later it shows their points has dropped down to 0 and the warning expiry date has set itself to 31/12/1969!?
Their warning list is here... http://www.gurn.net/forums/warn.php?...er&userid=7885
Another mod has since re-added the points to this user.
It is only on people who've received a 12 point automatic-ban that it's happened to. another one - http://www.gurn.net/forums/warn.php?...r&userid=10880

Any ideas?

One thing is that our instant ban (12 points) warning we set an expiry date of 99999 days - because "-1" was confusing people. I noticed this had changed to 32767, presumablably because of the column size in mySQL, so I changed them to 9999 days.

Additional features...
would it be possible to make the 'View Warnings' list in the admin section be sortable by the column headings? In-particular by date.

automatically CC another email address every time a warnings email is sent to a board member?

Barto 02-02-2004 11:12 AM

I have the same problem whit the version 2.3.4.
Please help me.

Quote:

I get a database error when i try to edit someones usergroup that as been banned by the system, also can it be made so when a warning runs out that puts them back under the banning total there auto unbanned?

the error i get is below btw:

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: UPDATE user SET birthday='1983-03-24',options='15',usergroupid='2',username='~*~Vick y_Bob~*~',email='psychadelicwi ldchild@hotmail.com',styleid='1',parentemail='',coppauser=0,homepage= 'http://',icq='',aim='',yahoo='',signature='[movel]:angel: See my halo,bright \'n\' shiney,mess wiv me, \'n\' I\'ll kick you\'re hiney :bum:[/movel]
:bum:\"We are the Cheeky Girls-Touch My Bum\":bum:

Bah! As if you\'d wanna touch their asses!
~~~~~~~~~~~~~~~~~~~~~~~~
:wave: To Lil Miss No Pea\'s :augh:[sig=954]

[sig=874]
[movel] Nev \'n\' Norma,Fab \'n\' groovy,The only narna\'s that can boogie![/movel]',adminemail=1,showemail=0,invisible=0,usertitle=' <img src=\"images/smilies/pinkie.gif\" border=\"0\" alt=\"\"> Northern Nutter! <img src=\"images/smilies/pinkie.gif\" border=\"0\" alt=\"\">',customtitle=1,joindate=UNIX_TIMESTAMP(' 2003-05-15 05:32:23'),cookieuser=1,nosessionhash=1,daysprune= '-1',lastvisit=UNIX_TIMESTAMP('2003-11-11 21:44:05'),lastactivity=UNIX_TIMESTAMP('2003-11-11 22:22:48'),lastpost=UNIX_TIMESTAMP('2003-11-11 20:41:05'),posts='4170',timezoneoffset='0',emailno tification=0,receivepm='1',ema ilonpm='0',ipaddress='80.194.33.204',pmpopup=IF(pm popup=2 AND =1,pmpopup,'') WHERE userid=1997
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '=1,pmpopup,'') WHERE userid=1997' at line 1

mysql error number: 1064

Date: Tuesday 11th of November 2003 10:35:36 PM
Script: http://forums.lisascottlee.com/admin/user.php
Referer:

Meirion 02-02-2004 11:24 AM

I forgot to mention, I am using VB version 2.3.2

Barto 02-05-2004 04:27 PM

Someone to help us?????

Barto 02-14-2004 03:06 PM

Up

Please it's important

Meirion 02-15-2004 11:59 AM

Quote:

The Author agreed to give support for this hack!
C'mon Mike!


All times are GMT. The time now is 03:59 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.01356 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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