Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How To Block Some Url

I want Block(censored) Some Url How Can I Do this??

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    If you want to block IPs from accessing your site, you should do that with the deny rule in .htaccess

    If you want to block special mail URL from registration, you have to create your own plugin. I guess you'd need the EntryControllers RegisterValidation event for that. Take a look at that plugin to get an idea on how to do it.

  • if you want to deny domain's

    http://www.tinyportal.net/docs/index.php?topic=133.0

    if you want to prevent specific url's from being posted.

    you can modify ...

    http://vanillaforums.org/addon/preventweblinks-plugin

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • R_JR_J Ex-Fanboy Munich Admin

    @peregrine said:
    ...
    if you want to prevent specific url's from being posted.
    ...

    Just another option! I never get that Crystal Ball thingy... :'(

  • peregrineperegrine MVP
    edited October 2014

    @R_J said:
    Just another option! I never get that Crystal Ball thingy... :'(

    you have other super-powers @R_J that far exceed the need for clairvoyance. or it could be your Crystal Ball powers are not multi-lingual.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.