Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
404 Error Ban Details »»
404 Error Ban
Version: 1.00, by Brad Brad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.8 Rating:
Released: 06-06-2005 Last Update: Never Installs: 16
Re-useable Code Translations  
No support by the author.

An updated version of my old hack done via plug-ins. Basicly, you stick a user in the 404 usergroup and they see 404 errors on every page.

https://vborg.vbsupport.ru/showthrea...threadid=67395

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-09-2005, 07:45 PM
roundhost roundhost is offline
 
Join Date: Jul 2004
Location: UK
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thankyou for this, very useful, it's like a not so horrible miserable users hack

Bad news:

Unknown column 'pmpermissions_bak' in 'field list'

When executing the query

I will just make the usergroup manually instead...
Reply With Quote
  #3  
Old 06-10-2005, 07:54 PM
The Wise One The Wise One is offline
 
Join Date: Jun 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice. can custom error pages be used with this?
Reply With Quote
  #4  
Old 06-11-2005, 07:14 AM
roundhost roundhost is offline
 
Join Date: Jul 2004
Location: UK
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Wise One
nice. can custom error pages be used with this?
Yes, but i think the point is that it makes the person think your site has gone down so they don't bother re-registering to spam your ass like the little ++++ers they are.
Reply With Quote
  #5  
Old 06-11-2005, 02:02 PM
Svenna Svenna is offline
 
Join Date: May 2005
Location: Hamburg, Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice job :nervous:
Reply With Quote
  #6  
Old 06-12-2005, 01:00 AM
The Wise One The Wise One is offline
 
Join Date: Jun 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by roundhost
Yes, but i think the point is that it makes the person think your site has gone down so they don't bother re-registering to spam your ass like the little ++++ers they are.
how would one go about doing so?
Reply With Quote
  #7  
Old 06-19-2005, 11:30 AM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by roundhost
Thankyou for this, very useful, it's like a not so horrible miserable users hack

Bad news:

Unknown column 'pmpermissions_bak' in 'field list'

When executing the query

I will just make the usergroup manually instead...
[sql]
INSERT INTO usergroup (usergroupid, title, description, usertitle, passwordexpires, passwordhistory, pmquota, pmsendmax, pmforwardmax, opentag, closetag, canoverride, ispublicgroup, forumpermissions, pmpermissions, calendarpermissions, wolpermissions, adminpermissions, genericpermissions, genericoptions, attachlimit, avatarmaxwidth, avatarmaxheight, avatarmaxsize, profilepicmaxwidth, profilepicmaxheight, profilepicmaxsize) VALUES
(404, '404ed Users', 'Users who can not see the board, they see 404 errors', '', 0, 0, 50, 5, 5, '', '', 0, 0, 127487, 3, 19, 1, 0, 5319, 30, 7, 0, 80, 80, 20000, 100, 100, 65535)
[/sql]

Run that instead.

Edit: Nevermind doesn't work I'll fix it in a few moments...
Reply With Quote
  #8  
Old 06-20-2005, 03:47 PM
womensden womensden is offline
 
Join Date: Jan 2005
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any fix on this yet?
Reply With Quote
  #9  
Old 06-21-2005, 06:35 PM
TCM TCM is offline
 
Join Date: Dec 2004
Location: 3.6.8
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What worked for me:
[sql]INSERT INTO `usergroup` ( `usergroupid` , `title` , `description` , `usertitle` , `passwordexpires` , `passwordhistory` , `pmquota` , `pmsendmax` , `pmforwardmax` , `opentag` , `closetag` , `canoverride` , `ispublicgroup` , `forumpermissions` , `pmpermissions` , `calendarpermissions` , `wolpermissions` , `adminpermissions` , `genericpermissions` , `genericoptions` , `attachlimit` , `avatarmaxwidth` , `avatarmaxheight` , `avatarmaxsize` , `profilepicmaxwidth` , `profilepicmaxheight` , `profilepicmaxsize` )VALUES
('404', '404''d Users', 'Users who see 404 errors whenever they try to access the board.', '', '0', '0', '50', '5', '5', '', '', '0', '0', '127487', '3', '19', '1', '5319', '30', '7', '0', '80', '80', '20000', '100', '100', '65535');[/sql]

EDIT: Note: I modifed the discription of the usergroup, but it's not important.
Reply With Quote
  #10  
Old 06-28-2005, 06:27 AM
TCM TCM is offline
 
Join Date: Dec 2004
Location: 3.6.8
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. I forgot the code, but shouldn't this be modified to check if the member's secondary usergroup is the 404 one?
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 02:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06060 seconds
  • Memory Usage 2,288KB
  • Queries Executed 23 (?)
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
  • (3)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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