News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

I have SPAM registrations from VirtueMart registration page

Started by kostianev, May 14, 2020, 09:17:28 AM

Previous topic - Next topic

kostianev

Hello,

I am using VirtueMart for eCommerce website, where I start to have SPAM registrations from bots.
How can I redirect the VirtueMart Registration page to the Joomla Registration page?

I don`t use the VM Registration, but bots register from there?
Any Suggestions?

GJC Web Design

put something like this in the \templates\xxxx\html\com_virtuemart\user\edit.php

after

defined('_JEXEC') or die;

header("Location: https://www.xxx.com/your joomla reg page");
die();
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation


GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Jörgen

@GJC

The docs seem to also show how to turn redirect to VM off and use only the joomla registration

Jörgen
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

pinochico

QuoteI don't have SPAM registrations from VirtueMart registration page

Why?

Because we use Google Recaptcha in VM registration.

https://www.kolo-park.cz/sprava-uctu


Or we use OPC Recaptcha plugin.

https://www.svicky.biz/sprava-uctu

Then we have not any spam from registration :)
Joomla registration we don't use, is not comfortable for eshop.
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

GJC Web Design

@ Jöergen

QuoteThe docs seem to also show how to turn redirect to VM off and use only the joomla registration

but u can still reach the vm reg page if u know the url .. there is no redirection
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

pinochico

I thought the primary problem was SPAM during registration and the secondary problem was the type of registration is insignificant.
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

Jörgen

Does anyone have a solution for this ?
Making an individual link, that works like richie webs adminexile perhaps. Any suggestioner welcome. I have between 10 and 20 Ru registrations every Day. Quite annoying.
Jörgen
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

diri

I'm using .htaccess to block well known spammers and unwanted crawlers. You could redirect to sites being liked very much by yourself without referrer instead ... :->

This lowered traffic (= server load) and I have full control due to logging into a trivial text file when blocking something. Positive side effect has been to get more page views (real page views!).

Additionally I disabled "send copy to me" at every system running online as well (Joomla, Wordpress, Drupal, Shopware, Magento, ...) at contact pages or "ask question" or comments or something the like. With this your site is pretty save to not to be misused as spammer.

edit:
Using a captcha from a foreign site is against any rule of privacy IMHO. I use either a local one or none.

cu, diri

GJC Web Design

the question was:
QuoteI am using VirtueMart for eCommerce website, where I start to have SPAM registrations from bots.
How can I redirect the VirtueMart Registration page to the Joomla Registration page?

I don`t use the VM Registration, but bots register from there?

the answer is

Quoteput something like this in the \templates\xxxx\html\com_virtuemart\user\edit.php

after

defined('_JEXEC') or die;

header("Location: https://www.xxx.com/your joomla reg page");
die();
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation