Code Monkey home page Code Monkey logo

banbuilder's People

Contributors

ad7six avatar beryllium avatar binarykitten avatar buzzedword avatar bviolier avatar core-stream avatar dfridrich avatar divineomega avatar dokinoki avatar emirozer avatar geo-at-github avatar jegtnes avatar mattclegg avatar michelebertoli avatar neilcrookes avatar phaberest avatar rtxanson avatar ryoshu avatar shinracoder avatar snipe avatar theinfernox avatar thewilkybarkid avatar uberbrady avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

banbuilder's Issues

Weekly Digest (2 February, 2020 - 9 February, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (6 October, 2019 - 13 October, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (1 December, 2019 - 8 December, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #81 Update for Dutch (NL) words, by LTKort


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
๐Ÿ’š #81 Update for Dutch (NL) words, by LTKort


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were 2 stagazers.
โญ LTKort
โญ fbxcelsior
You all are the stars! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

"analytics" et similia censored?

use Snipe\BanBuilder\CensorWords;
$censor = new CensorWords;
$string = $censor->censorString("analytics");

print_r($string);

result:

Array
(
[orig] => analytics
[clean] => ****ytics
[matched] => Array
(
[0] => anal
)

)

Maybe I'm missing something. Is there a way to avoid that or the script just match a bad word wherever it is in the sentence, even inside another word?

Thanks.

Weekly Digest (16 February, 2020 - 23 February, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (19 January, 2020 - 26 January, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (10 February, 2019 - 17 February, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #58 Add multibyte support pattern, by gitlog


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
๐Ÿ’š #58 Add multibyte support pattern, by gitlog


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were 2 stagazers.
โญ BananaCake2Day
โญ lonejack
You all are the stars! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Replace bad word with string rather than character

Would it be possible to make it so that if the replacer is a string, the bad word will be replaced by the string

for example if the replacer is set to "[censored]"

"go to hell." would turn into "go to [censored]."

Thanks

composer.json misconfigured for installation

After running composer update with "snipe/banbuilder": "dev-master" as a dependency I received the following error:

Loading composer repositories with package information
Updating dependencies (including require-dev)

  [RuntimeException]
  Could not load package snipe/banbuilder in http://packagist.org: [UnexpectedValueException] Could not parse version constraint >=2.6 <2.7: Invalid version string "2.6 <2.7"

  [UnexpectedValueException]
  Could not parse version constraint >=2.6 <2.7: Invalid version string "2.6 <2.7"

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]

I believe it has to do with a minor bug in your composor.json file.

Weekly Digest (13 October, 2019 - 20 October, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (29 September, 2019 - 6 October, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week 2 issues were created.
Of these, 0 issues have been closed and 2 issues are still open.

OPEN ISSUES

๐Ÿ’š #73 Added Indonesia badwords, by SyahmiNawi
๐Ÿ’š #72 adding bad words bahasa malaysia, by wanadri


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

OPEN PULL REQUEST

Last week, 2 pull requests were opened.
๐Ÿ’š #73 Added Indonesia badwords, by SyahmiNawi
๐Ÿ’š #72 adding bad words bahasa malaysia, by wanadri


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ sitemapxml
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (7 February, 2019 - 14 February, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #58 Add multibyte support pattern, by gitlog


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
๐Ÿ’š #58 Add multibyte support pattern, by gitlog


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ BananaCake2Day
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Request: How do you build your dictionaries?

I have an app where users can add banwords through a form and I would like to add these to a custom dictionary file.
The way the dictionaries are provided atm as PHP code makes it quite difficult to append terms to them programmatically.
A format like CSV would be much easier to extend.

You could move the array_push($badwords,... into the readBadWords method and get CSV or JSON dictionary contents via file_get_contents and then parse them?

EDIT: Thinking more about it, you might have implemented it as is for performance reasons because parsing dictionaries into arrays will take extra time?

Weekly Digest (5 January, 2020 - 12 January, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (2 June, 2019 - 9 June, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ foxlau
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (3 March, 2019 - 10 March, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
๐Ÿ’› #58 Add multibyte support pattern, by gitlog
๐Ÿ’› #53 Makes whitelist comparison case-insensitive, by nick-sturrock


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ jpinnix
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (22 September, 2019 - 29 September, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ askew-
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Error with Multiple Languages

When I try to use multiple dictionaries using
$censor->setDictionary(array('en-us','it'));

It throws a 500 error

In vendor/snipe/banbuilder/src/CensorWords.php at line 147   -
        $censorChecks = array();
        for ($x = 0, $xMax = count($badwords); $x < $xMax; $x++) {
            $censorChecks[$x] =  $fullWords ? '/\b'.str_ireplace(array_keys($leet_replace),array_values($leet_replace), $badwords[$x]).'\b/i'
                                            : '/'.str_ireplace(array_keys($leet_replace),array_values($leet_replace), $badwords[$x]).'/i';
        }
        $this->censorChecks = $censorChecks;

Weekly Digest (9 June, 2019 - 16 June, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ salifm
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ dokaleo
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (17 February, 2019 - 24 February, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ Barchid
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (7 February, 2019 - 14 February, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #58 Add multibyte support pattern, by gitlog


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
๐Ÿ’š #58 Add multibyte support pattern, by gitlog


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ BananaCake2Day
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

False alert

Hi, i have problem with this plugin.
if i write Hello World and the result return ****lo World

how to fix it?

Weekly Digest (24 November, 2019 - 1 December, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Whitelist only partially works

Whitelisting comparison is currently case sensitive, meaning that whitelisted words that are capitalised can fail the profanity check

Missing leet replacement for t

You've missed out the 7 as an option on the leet_replace['t'] on line 118.
This means one of your examples doesn't even get picked up!

Weekly Digest (29 December, 2019 - 5 January, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

contributions

HI there,
is there any given restrictions for contributions? Do I have to translate every bad-word to english in a comment beside the word?
I want to add a german badword filter for banbuilder.
Do I only have to add the german filte and add it to a push-request?

Best regards

Weekly Digest (15 December, 2019 - 22 December, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ mirkodilucia
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (28 June, 2020 - 5 July, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (17 November, 2019 - 24 November, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ voyula
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Maximum execution time of 30 seconds exceeded

I'm using banbuilder in my Laravel 5 app.
When I try to run the censorString method I get the following error:

FatalErrorException in CensorWords.php line 181: Maximum execution time of 30 seconds exceeded

This is the code generating the error:

Validator::extend('filter_bad_words', function($attribute, $text, $parameters) {            

  $censor = new \Snipe\BanBuilder\CensorWords;
  $langs = array('it');
  $badwords = $censor->setDictionary($langs);
  $string = $censor->censorString($text);

  return sizeof( $string[ 'matched' ] ) <= 0;
});

Is the only solution increase the maximum execution time allowed?

Please create a new release.

The current Release (2.2.3) contains a lot of syntax errors and does not work (missing de.php, errors in fi.php and no.php).

Can you please make a new release based on dev-master (that one works and has all the proper fixes)?

Why am I reporting this?
It would be nice to be able to use versions in composer without risk like "snipe/banbuilder": "2.2.*"
I am not a big fan of dev-master since I have suffered through broken package dependencies too much (especially in team projects with lotยดs of reinstalls) ;-)

Weekly Digest (26 May, 2019 - 2 June, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were 4 stagazers.
โญ jnbn
โญ zizther
โญ faytekin
โญ Pe46dro
You all are the stars! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (8 December, 2019 - 15 December, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ deepakggoel
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (24 February, 2019 - 3 March, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ aanelli
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (12 January, 2020 - 19 January, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ lewisje
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (16 June, 2019 - 23 June, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were 2 stagazers.
โญ jittarao
โญ khachin
You all are the stars! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Whole words instead of part.

Filter should take whole words into consideration as opposed to part of a text. For instance - "document" flags a cuss/swear word. Part of it contains "cum".

Weekly Digest (9 February, 2020 - 16 February, 2020)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (22 December, 2019 - 29 December, 2019)

Here's the Weekly Digest for snipe/banbuilder:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository snipe/banbuilder to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Problem With 'Hello'

I created a PHP file and added some bad words using array_push().
when i input 'hello', it converts it into ****.
but i don't have hello word in the badwords array.

permit certain words

I'm currently using this library. How can I let certain words pass? like 'hell' if I check 'Michelle' it thinks it is a bad word. How can I check for just 'hell' and/or let 'hell' be acceptable?

mysql support perhaps?

I use mysqli for my banned words, but I'd much rather this, however it's difficult for my team who doesn't have access to the files to add new words, is there possible support to insert via PHP/MySQLi?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.