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

Reply
 
Thread Tools
Secretly ban a user Details »»
Secretly ban a user
Version: 1.00, by Frank Frank is offline
Developer Last Online: Jan 2011 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-15-2002 Last Update: Never Installs: 53
Is in Beta Stage  
No support by the author.

Secretly Ban a User v1.1.0
##########################

This hack is based on the idea of the hellban hack by intellected (https://vborg.vbsupport.ru/t35308/s.html) and overgrow's Quick & Easy account banning hack (https://vborg.vbsupport.ru/showthrea...threadid=35589).

It is a lot simpler than the hellban hack (although not as extreme!) and does not have the problems of user being able to quote and view the post.

The user is unaware that they are banned. Nobody see's their posts either in the main thread view or when replying to a thread. Admins and mods see their original post with a notice they are banned. They see the thread as though they were a normal user. This fixes the problem of friends warning them they are banned.

Enjoy =)

21 June 2002: Installation Instructions v1.1.0

Full instructions included in the intall file

Show Your Support

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

Comments
  #42  
Old 10-19-2002, 09:26 AM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on vB 2.2.8, thanks - the installation took a bit of tweaking (just common sense, nothing too tricky) and it works fine. Installed the fix provided by Firefly, it fixed the newreply.php error.
Reply With Quote
  #43  
Old 10-19-2002, 09:35 AM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A coupler of issues:

1. The banned user's name still appears in the "Last Post By:" section on the front page.
2. Allowing banned members to post new threads results in threads being created with no first post - disaster!

It would be great if only threads that were started after the user's ban were invisible.
Reply With Quote
  #44  
Old 10-19-2002, 01:49 PM
Sengir Sengir is offline
 
Join Date: Jun 2002
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm I'll wait to install this hack until it is completely finished..
Reply With Quote
  #45  
Old 10-19-2002, 05:55 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are other problems -

For example, we've had users who have made valuable contributions to the board, and then we've had to ban them for various reasons.

With this hack, all of the banned user's posts disappear! So, if they've started threads in the past, or they've posted in other threads, it'll all disappear.

This problem can be easily fixed, I'm going to add it to my board when I get a few spare minutes :banana:
Reply With Quote
  #46  
Old 11-15-2002, 02:19 AM
MajorGeek MajorGeek is offline
 
Join Date: Sep 2002
Location: Baldwinsville, NY
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im staying away. In first and last of 3 attachments you provided, the newreply.php does not match with 2.28, dont want to risk problems. Your second attachment totally leaves the newreply.php changes out completely. From reading through here, theres a few other mistakes.

I would like to see an updated version with everything fixed for 2.28 if possible? Thanks either way.
Reply With Quote
  #47  
Old 11-20-2002, 10:11 PM
cgwillis cgwillis is offline
 
Join Date: Feb 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by dwh
Probably a bit complex to solve...though only a line or three once u figure it out...I'll give u a hint...

you need to find where the select statement happens to get the list of threads (probably in functions.php or forumdisplay.php)...and make sure that in the join to the threadstarter...their usergroupid is included in the query...and if the usergroup id belongs to that user...exclude that thread...

Problem is...it will still show up in searches...and view new posts and today's posts etc...

But to fix that u just go with the same concept...except in search.php instead...

Hope this helps...
Basically I am using this to ban people who create accounts with the sole intent to send libelous comments. I need any threads that they have created to disappear so I have been trying to do what you are saying. I understand that basically you do the same hacks as in newreply.php, but in another file so that the threads will disappear, but I can't seem to find it. I just don't know the internal system enough for that. Does anyone know where to call the query for the permissions to view threads?
Reply With Quote
  #48  
Old 12-03-2002, 05:51 AM
extreme_old extreme_old is offline
 
Join Date: Jan 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what a piece of ++++

thanks to this hack, i got banned like this from a forum!!!! ++++ it pieces me off, didn't even realise til about 2 weeks later when i realize i can't see any new threads!!!!
Reply With Quote
  #49  
Old 12-03-2002, 05:51 AM
extreme_old extreme_old is offline
 
Join Date: Jan 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what a piece of ++++

thanks to this hack, i got banned like this from a forum!!!! ++++ it pieces me off, didn't even realise til about 2 weeks later when i realize i can't see any new threads!!!!
Reply With Quote
  #50  
Old 12-03-2002, 12:56 PM
MajorGeek MajorGeek is offline
 
Join Date: Sep 2002
Location: Baldwinsville, NY
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, what your saying is that it works well?

Quote:
Originally posted by extreme
what a piece of ++++

thanks to this hack, i got banned like this from a forum!!!! ++++ it pieces me off, didn't even realise til about 2 weeks later when i realize i can't see any new threads!!!!
Reply With Quote
  #51  
Old 12-17-2002, 02:44 AM
jwischka jwischka is offline
 
Join Date: Oct 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol.... definitely a testimonial from a satisfied customer.

~jeff
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 11:10 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.04821 seconds
  • Memory Usage 2,302KB
  • 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
  • (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
  • (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