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)
-   -   404 Error Ban (https://vborg.vbsupport.ru/showthread.php?t=82624)

Brad 06-06-2005 10:00 PM

404 Error Ban
 
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

roundhost 06-09-2005 07:45 PM

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

Bad news:

Unknown column 'pmpermissions_bak' in 'field list'

When executing the query :p

I will just make the usergroup manually instead...

The Wise One 06-10-2005 07:54 PM

nice. can custom error pages be used with this?

roundhost 06-11-2005 07:14 AM

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.

Svenna 06-11-2005 02:02 PM

nice job :nervous:

The Wise One 06-12-2005 01:00 AM

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?

Dan 06-19-2005 11:30 AM

Quote:

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

Bad news:

Unknown column 'pmpermissions_bak' in 'field list'

When executing the query :p

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...

womensden 06-20-2005 03:47 PM

any fix on this yet?

TCM 06-21-2005 06:35 PM

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.

TCM 06-28-2005 06:27 AM

Hmm. I forgot the code, but shouldn't this be modified to check if the member's secondary usergroup is the 404 one?


All times are GMT. The time now is 03:28 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.01788 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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