Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 74
  1. #41
    Join Date
    Jul 2004
    Posts
    167
    Plugin Contributions
    0

    Default Re: Access Blocker Support Thread

    Hi, so this you recommended to me a while ago. Is this just for stopping spammers sending mail or can you use it to deny access to the whole website based on IP. I know there are flaws, but its a good start to stop these spamming b@st@rdos

  2. #42
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: Access Blocker Support Thread

    Quote Originally Posted by ink View Post
    Hi, so this you recommended to me a while ago. Is this just for stopping spammers sending mail or can you use it to deny access to the whole website based on IP. I know there are flaws, but its a good start to stop these spamming b@st@rdos
    In its current form, the plugin's intent is specifically to stop the generation of spam e-mail. The same settings and basic program-flow could also be used to deny access, but that's outside of the scope of this plugin.

  3. #43
    Join Date
    Jul 2004
    Posts
    167
    Plugin Contributions
    0

    Default Re: Access Blocker Support Thread

    OK thank you for confirming

  4. #44
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Access Blocker Support Thread

    Ink,
    This plugin can help you to a degree. It helped me immensely. You need to come at blocking from a few different angles at the same time. Here are a few of the things I have done to knock the fake users down. For me the creation of fake users was the reason I set about blocking certain ip addresses.

    1. this plugin. With this plugin you can block certain users from using “contact us” and create account”
    You can block by country. Keep an eye on your administration/tools/who's online and every time you see a user on your page /index.php?main_page=contact_us&action=success click the ip address and whois.domaintools.com will tell you the ip location.

    In this plugin settings at administration/configuration/access blocker settings there is a block by country section. You use the two character abbreviation for the country code. Here is what my list looks like. Feel free to just copy this into your configuration.
    IS,NL,SG,ZW,MK,RU,CN,TW,IN,BE,PE,BR,CZ,RO,ZW,TH,UA,DE,BR,VN,SG,BG,AT,FI,IR,PK,KR ,GA,SE,LT,FR,TR,CH,NO,AR,ZA

    While you are in the settings I would suggest adding to the block by create account company filter the name of the famous search engine we all use daily.

    Set enable debug to true. With this on you will have a log created that you can look at in FTP that will give you insight on what ipdata.co is blocking

    2. in your administration locations/taxes/countries toggle off all the obscure non english language or non European countries that will realistically never order from your site. This will result in it getting rejected when they create a customer with one of these chosen countries. There are a couple countries in particular that the spam bots have chosen for the country ( you may already know what you want to turn off first. It starts with Z and we don't say it out loud here cause the spammers may find this conversation)


    3. get a free tier Cloudflare.com account. This will give you a firewall with 5 blocking rules. Block Russia, Ukrane, and China. Then after a few days in cloudflare go under analytics and look at the map of web traffic by country. Block wherever you are getting crazy traffic that wouldn't normally be on your site.

    4. Block address by using your .htaccess file. I was using this method for some time and while it is satisfying to catch an ip address in the act and block it or its range it is a game of whack a mole that you will never win. The bots are running 24/7. My .htaccess page is hopelessly long now too. That has to load every time the page loads theoretically slowing the site down.

  5. #45
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Access Blocker Support Thread

    Quote Originally Posted by angst View Post
    For me the creation of fake users was the reason I set about blocking certain ip addresses.
    @angst,
    This change to core files (and any overrides you may have of those files) will stop a lot of fake account creation, on all Zen Cart versions before v157b:
    https://github.com/zencart/zencart/c...0846a49ffe7398
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #46
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,674
    Plugin Contributions
    123

    Default Re: Access Blocker Support Thread

    A great new change that's coming in 1.5.8 is recording the IP that creates an account - this will make it easy to identify the troublemakers and block them using Access Blocker.

    I will publish instructions on backporting this change to earlier versions soon.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #47
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Access Blocker Support Thread

    I block IP's from scriptkiddies that can't hide and ones wasting resources SQL scans... however, there have been many that can hide... I never use my true IP, even through I'm not hiding, signed in through my own firewall.
    Insert from a website I wont list...
    There are many reasons why you would want a random IP address, as it:

    Lets you change your IP location at any time.
    Protects you from an IP ban.
    Offers you a scalable way to screen scrape any site.
    Be careful you don't block yourself.. If you do, use a proxy network to get back in...
    Dave
    Always forward thinking... Lost my mind!

  8. #48
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: Access Blocker Support Thread

    I've just submitted v1.2.0 of the Access Blocker for the Zen Cart moderators' review. I'll post back here when it's available for download.

    This release provides an integration with the One-Page Checkout, disabling its Guest Checkout mode if a blocked IP is in effect. See GitHub issue #9 for additional information.

    Supported on an unsuffixed zc157 installation if and only if all current bugfixes have been applied (but it is better if you're using v1.5.7b already).

  9. #49
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: Access Blocker Support Thread

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.2.0 of the Access Blocker for the Zen Cart moderators' review. I'll post back here when it's available for download.

    This release provides an integration with the One-Page Checkout, disabling its Guest Checkout mode if a blocked IP is in effect. See GitHub issue #9 for additional information.

    Supported on an unsuffixed zc157 installation if and only if all current bugfixes have been applied (but it is better if you're using v1.5.7b already).
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2237

  10. #50
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: Access Blocker Support Thread

    v1.3.0 of Access Blocker is now available for download.

    This version adds the zc157+ version of ask_a_question to the list of pages protected; see GitHub issue #10 for additional information.

 

 
Page 5 of 8 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. v151 Category Specific Access Restriction (CSAR) - [Support Thread]
    By frank18 in forum All Other Contributions/Addons
    Replies: 187
    Last Post: 12 Sep 2021, 09:41 PM
  4. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  5. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR