Microsoft
Software
Hardware
Network
Question : typo3, web form problem, mail spam
Hi All,
I am trying to implement an anti spam shield for a clients webpage, they have a contact us form and they have recivening emails with web address and data pointing the resulting emails to adult content websites, which is not good.
The website is typo3 based, therefore I have downloaded the spamshield extension and imported in without any issues. Following the instructions I have added a static template to the top level webpage of the site and configured the redirect page to be the one I have created as per the instructions. The spam shield is still not working, the contact us form is a standard mail form that i have created from the form wizard in typo3.
Please see below an example of garbge data I have been adding to the form fields to try to get the spamshield to trigger...
<html><body><?php for(x=0;x<=10;x++){print x ."<br />";} print"<a href='
www.google.com'
>go here</a>"; ?><body></html>
Thanks In Advance
Bob
Answer : typo3, web form problem, mail spam
That's a good question since the actual documentation for the call-home function shows copying the running config to the startup config.
http://www.cisco.com/en/US
/docs/swit
ches/lan/s
mart_call_
home/
SCH30
/SCH30_Ch2
.html
Random Solutions
How to hide a dummy date value.
3Com Switch Troubleshooting
Create Access Table Automically
Unable to connect Entourage 2004 to SBS 2008 Exchange mailbox
Exchange 2010 Send on Behalf for a Distribution Group
object required error
Where do I need to close/Dispose of my connections, in my code
How to simultaneously send and recv data from a single socket?
Extract Objects from Stream
Editable dropdown list in ASP.net 3.5 using C#