Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Blur Ban v 2.0 [updated] Details »»
Blur Ban v 2.0 [updated]
Version: 1.00, by Brad Brad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-25-2002 Last Update: Never Installs: 25
 
No support by the author.

[updated to 2.0, if you have installed and wish to upgrade use the upgrade-fromv1.0.txt file in zip]

[If you are having problems with the hack not working make sure you are using internet explorer 6.0 or higher]




This hack will allow you to put a user in the "blur" usergourp, when they are in the blur usergourp their post/usernames are blured out and their avatar is replaced by a ban be please image

This is all done via the postbit_blur template, i decided to make this template based so people where not just limited to bluring out post, they could, depending on how they edit, remove the whole post itself!. So, this is a very powerful hack depending oon how you edit one template .

Info:
Run 1 Query (to add blur usergourp)
Add 2 templates (postbit_blur,postbit_blur_avatar)
2 edits to admin/functions.php
2 edits to showthread.php

Demo: http://www.kousetsu.net/kan/showthre...=&postid=17030

Hack by: Anime-loo, inspired by Zzed's example.

Changes from 1.0

added new template postbit_blur_avatar (avatar now changes when in blured usergourp)

cleaned up install doc's (i was never good at making one )

postcount changes to - 1000 when in blured usergourp.


Files in zip

blur-install.txt (query and file edits to be done)
templates.txt (all the info for the templates that must be added)
upgrade-fromv1.0.txt (for users that already have this mod installed and wish to upgrade, if installing for frist time ignore this file)
ban.gif (baned avatar, this will display insted of normal avatar for users in blured usergourp)

Show Your Support

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

Comments
  #22  
Old 09-27-2002, 11:53 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by jc707imports
I don't understand, do I have to fill in all the $post[whatever] and $post[backcolor] with my own settings? And no, your right, I didn't add that code you told me too...can I see an example, your version 2.2 has still left me lost because I'm so new to this, sorry
dident read that last part sorry. basicly you do this, go to your postbit template. drag your mouse over all the code to highlight it, right click and hit copy. do not change the template itself only copy it


now add a new template, name it postbit_blur and right click again and click paste. hit save. find the postbit_blur template under custom templates and click edit then do this:

Quote:
#find:

$post[username]

#replace with:

<table style="filter:blur(add='0', direction='45', strength='10')">
$post[username]</table>

#find:

$post[posts]

#Replace with:

- 10000

#find:

$post[joindate]

#Replace by:

<table style="filter:blur(add='0', direction='45', strength='10')">
$post[joindate]</table>

#find:

$post[title]

#replace by:


<table style="filter:blur(add='0', direction='45', strength='10')">
$post[title]</table>


#find:

$post[message]

#replace by:

<table style="filter:blur(add='0', direction='45', strength='10')">
$post[message]</table>
hope that helps
Reply With Quote
  #23  
Old 09-27-2002, 11:55 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by ~*Julie*~
This hack is awesome :banana: thank you so much. I do have a ??? how can I add to the filter string to make the text flipped backwards and blurred? I used this tag for regular flipped text but dont want to alter your hack without your permission..I am soooo new to writing php code thank you for your help

<table style=filter:flipH>
just replace all the

Code:
<table style="filter:blur(add='0', direction='45', strength='10')">
with

Code:
<table style=filter:flipH>
in the postbit_blur template

or are you trying to use both tags at the same time? sadly you cant because this would break your tables. or do you want a new usergourp that has their text fliped? that i can do
Reply With Quote
  #24  
Old 09-28-2002, 01:00 AM
JC's Avatar
JC JC is offline
 
Join Date: Sep 2002
Location: California, USA
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey i did all your steps and I'm still not seeing any results... Im not sure what I've done wrong now...i replaced everything you said... made the user group BLURED ( exactly like that ) made POSTBIT_BLUR template exactly like that, so i'm wonderin what the deal is, think u could get into my board and help? Thanks... let me know ! I'm anxious haha.
Reply With Quote
  #25  
Old 09-28-2002, 01:25 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

jc707imports PM me. and ill have a look at it for you.
Reply With Quote
  #26  
Old 09-29-2002, 12:20 AM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awsome stuff.. Be placing it on 2.2.6 shortly
Reply With Quote
  #27  
Old 09-29-2002, 02:26 AM
Sweet Cheeks's Avatar
Sweet Cheeks Sweet Cheeks is offline
 
Join Date: Mar 2002
Location: Carson City, Nevada
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Anime-loo


just replace all the

Code:
<table style="filter:blur(add='0', direction='45', strength='10')">[/>
in the postbit_blur template

or are you trying to use both tags at the same time? sadly you cant because this would break your tables. or do you want a new usergourp that has their text fliped? that i can do
Yes I was trying to do both together but its still an awesome hack though, great job!
Reply With Quote
  #28  
Old 09-29-2002, 01:07 PM
cdrforum cdrforum is offline
 
Join Date: Nov 2001
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL this is one of the funniest things i seen, much better than plain baning !" well done m8.
Reply With Quote
  #29  
Old 09-30-2002, 07:35 PM
Esorcista Esorcista is offline
 
Join Date: Apr 2002
Location: Italy
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Anime-loo
jc707imports PM me. and ill have a look at it for you.
Can u help me too?
I did all the steps but it doesn't work
Reply With Quote
  #30  
Old 09-30-2002, 08:07 PM
Sweet Cheeks's Avatar
Sweet Cheeks Sweet Cheeks is offline
 
Join Date: Mar 2002
Location: Carson City, Nevada
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On my board, we dont ban but we "troll" people... I used this already and the person got pissed off :banana: too funny.
Reply With Quote
  #31  
Old 10-01-2002, 01:33 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Esorcista


Can u help me too?
I did all the steps but it doesn't work
post your problem here and ill see what i can do.

~*Julie*~ : good to see it working out for you :bunny:
Reply With Quote
Reply

Thread Tools

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 04:49 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.07595 seconds
  • Memory Usage 2,303KB
  • 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
  • (3)bbcode_code
  • (6)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