you can use v8 as 30 day trial whilst you wait 28 days for your key
Announcement
Collapse
No announcement yet.
Contact Form Spam
Collapse
X
-
Originally posted by PaulGrimshawLes, could you let us know where you got this from?
Thanks,
Paul.
The php Captcha script I'm using came from here....
http://www.digitalmidget.com/php_noob/captcha.php
Your server needs GD2 library installed and I did an edit on the PHP script so the form results is sent to my email address using 'sendmail'. I downloaded loads of Captcha scripts and found this one the best.
If you what the my edited script I can email it to you.
Comment
-
I've read through this thread,
and am a little confused as it seems to split into 3 or 4 topics.
Let me summarise the question.
Can the contact form on my Actinic version 7.0.3 site be exploited by spammers to send emails ?
If so, how do i stop it?
Thanks
Mark
http://www.arka-shop.co.uk
Comment
-
Hi there
Open 'Mailform.pl'
Find the following and delete it
Code:# # Send the same message to the sender # Withe a "thank you" prefix # $sTextMailBody = ACTINIC::GetPhrase(-1, 2379) . "\r\n\r\n" . $sTextMailBody; my @Response = ACTINIC::SendMail($::g_sSmtpServer, $sEmailRecpt, $sSubject, $sTextMailBody, $$::g_pSetupBlob{EMAIL}); if ($Response[0] != $::SUCCESS) { ACTINIC::RecordErrors($Response[1], ACTINIC::GetPath()); $sError = $Response[1]; }
Nadeem Rasool
SellerDeck Development
Comment
-
Can the contact form on my Actinic version 7.0.3 site be exploited by spammers to send emails ?
If so, how do i stop it?
Message number #17 in this thread holds the instant solution to the problem, and will protect Actinic 7 from being used for spam
Comment
-
Originally posted by BruceThis was not fixed for v7.0.6 or for 7.0.7. You will still have to delete the bit from mailform.pl
However this now means that enquiries don't get an automated acknowledgment. I'd like to direct these enquiries to an address other than our main sales address, so I can set up an auto-reponse and then forward to sales. Presumably if I change the email address in View | Business Settings | Company/Contact it will change all over the site, which I don't want. Can I hardcode it into mailform.pl? If so where do I change it?
Can I hide the address using another variable somewhere?
Thanks,
simon
Comment
-
To be honest Simon I'd use my own form. (I plugged my own form in when v6 was only a mailto link and kept with it ever since)
We always advise people to use the form that can be found here
http://nms-cgi.sourceforge.net/
you can use the download file on our support desk for additional notes how to configure it. Then you can use a separate address (es) to send the resultant email to, keeping it separate from your main address
We've always used a separate email address for forms (and ensured the email address doesn't get disclosed) we separate out alot of addresses and use alot of addresses behind the scenes, this allows us to close addresses as and when they get too riddled with spam.
we still keep one main address that is publicised etc and have to best deal with spam on that address, but at least we can throw away others.
Comment
-
Originally posted by mj2003Message number #17 in this thread holds the instant solution to the problem, and will protect Actinic 7 from being used for spam. Actinic 8 users can get the latest release to fix it also.
In other words, I'm not using the contact form so do I still need to start deleting stuff out of the mailform.pl or not?John
Comment
Comment