You have no items in your shopping cart.

Profile: Support

Avatar
Statistics
    Bugs

    Topic for reporting any problems and bugs.

    IMPORTANT NOTE: There is a known issues with installing new plugins in nopCommerce.
    Please read this post for more information.

    7 years ago

    Plugin uses the next patterns for getting hacker attacks.

    was not found or does not implement icontroller
    hacker

    You can add new pattern
    .aspx' does not exist.

    But I recommend you to deny all .aspx and .php files in Web.config. If you don't use old Nop 1.*version it will be more effective solution.


            <rewrite>
                <rules>
                    <clear />
                <rule name="BlockASPXfiles" patternSyntax="Wildcard">
                    <match url="*" />
                    <conditions>
                        <add input="{URL}" pattern="*.aspx*" />
                    </conditions>
                    <action type="AbortRequest" />
                </rule>
                <rule name="BlockPHPfiles" patternSyntax="Wildcard">
                    <match url="*" />
                    <conditions>
                        <add input="{URL}" pattern="*.php*" />
                    </conditions>
                    <action type="AbortRequest" />
                </rule>
                </rules>
            </rewrite>


    The new pattern for ipfiltersettings.hackpatterns

    was not found or does not implement icontroller, hacker, .aspx' does not exist, .php' does not exist.
    7 years ago

    Ok.
    Write me about result.

    7 years ago

    >Error indicates "An attempt was made to access a socket in a way forbidden by its access permissions"

    When did you see this error message? In Nop?

    7 years ago

    I think I understand you.

    1. a) Separate by groups in a list view
    Open this URL. This is our test site (for development)
    http://demo370.foxnetsoft.com/articles/List/10
    You can select one article group and you will see only articles from this group.
    You can change the type of list too. One mode - Simple tree, Second mode - each root group has own subtree.

    b) Know which groups an article belongs to (in the _ArticlesBlock)
    Open this URL
    http://demo370.foxnetsoft.com/article/iphone-5c-review

    You will see the full group path (Breadcrumb) under the article body.

    7 years ago

    IIS couldn't update internal .NET cache.
    Open the file Global.asax and add spacebar to the end of the file and save. After it IIS recreate internal cache.
    Write me about result.

    7 years ago

    Download the new version from our site. Replace plugin folder (all files) and restart your site.
    Open all setting for Nop store and look for the value "ipfiltersettings.hackpatterns".

    Version 2.06 - May 04, 2016

    + added a new parameter "ipfiltersettings.hackpatterns". The store's owner can set rules for looking for hacker's attacks (comma-separated).


    Thank you for your idea.

    7 years ago

    What NopCommerce version do you use?
    I'll add new feature. You will be able to set the word phrases yourself.

    7 years ago

    We are sorry, but we added support a lot of time ago.

    7 years ago

    How to install and configure the module in the online store.

    or read our documentation link

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved