The Arcive of vBulletin Modifications Site. |
|
FractalizeR: Extended Post Censor Details »»
|
|||||||||||||||||||||||||
What this hack does?
This hack is a post censor, that will replace unwanted words and phrases by the values you specify. Features:
Some use cases:
Version was tested under VB 3.6.8, but supposed to work on any 3.6.x release. Please report all compatibility issues here. Please look at control panel screenshot below (please mind, that I am russian and screenshots are from russian forum, so for example usergroup names are incorrectly displayed when I set langauge to English). Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
hmm looks really good. I know a lot of people try to bypass the filters with spaced.
Just wondering, can this also bypass other characters besides the basic alphabet? Because I know people were using other characters that look like the alphabet to bypass the filters, not sure if your hack can filter it or not? |
|
#3
|
|||
|
|||
|
cool!
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
I'm not sure if I did something wrong or not, but it's not working. The text isn't showing up and I'm getting the following errors.
Warning: array_keys() [function.array-keys]: The first argument should be an array in \includes\class_postbit.php(296) : eval()'d code on line 15 Warning: array_values() [function.array-values]: The argument should be an array in \includes\class_postbit.php(296) : eval()'d code on line 15 Warning: array_keys() [function.array-keys]: The first argument should be an array in \includes\class_postbit.php(296) : eval()'d code on line 23 Warning: array_values() [function.array-values]: The argument should be an array in \includes\class_postbit.php(296) : eval()'d code on line 23 Warning: preg_replace() [function.preg-replace]: Empty regular expression in \includes\class_postbit.php(296) : eval()'d code on line 23 I'm using 3.6.8 on a local Xampp server. Brandon |
|
#6
|
||||
|
||||
|
Could you please show me a screenshot of your settings in control panel?
|
|
#7
|
|||
|
|||
|
I had done several of my arrays, but always came up with the same result. I ended up just copying and pasting your sample array even though I don't see anyone typing "StringIWantToReplaceInto1" anytime soon.
Still, no luck.Brandon |
|
#8
|
||||
|
||||
|
[high]* projectego clicks install
[/high]
|
|
#9
|
||||
|
||||
|
brandondrury, have you get rid of those nasty error messages? I cannot reproduce this situation on my forum. About filter - have you set usergroups this filter should be applied to? Filtering will work only for usergroups you select.
Does someone who also installed this hack has any problems with it? |
|
#10
|
|||
|
|||
|
I havn't tried it yet, i'm still fiddling with the expressions. How would I go about doing the same for multiple question marks? When I put a ? in there, it tells me that there is something wrong with my expression.
Here is what I have in the Regular Expression part: Code:
Return(array(
'/!{3,}/' => '!!!',
'/?{3,}/' => '???'
));
Code:
Return(array(
'/!{1,}/' => '!',
'/?{1,}/' => '?'
));
|
![]() |
|
|