Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
Disable SPAM-protection?
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: Disable SPAM-protection? (Read 19503 times)
owl
Jr. Member
Posts: 56
Disable SPAM-protection?
«
on:
August 25, 2008, 16:08:25 »
Hi,
every time, I'm trying to post a mailto-Link which contains more than the usual 'mailto:name@company.de' (e.g. 'mailto:name@company.de%3E?subject=My%20wonderful%20Subject') the Spam-protection produces crap, means: no page is displayed anymore.... This subject & body-stuff is strictly needed in this project. So, is it somehow possible to disable the SPAM-protection?
Best regards,
Sandra
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #1 on:
August 25, 2008, 16:10:54 »
Hi ,
Disable Email Cloaking from the bots
Logged
DediData Web Hosting Services
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #2 on:
August 25, 2008, 16:27:47 »
Ah, wonderful. Thank you very much. I just had a look into "configuration" :-)
Problem solved ;-)
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #3 on:
August 25, 2008, 16:31:40 »
You are welcome, Enjoy using ELXIS
Logged
DediData Web Hosting Services
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #4 on:
August 25, 2008, 17:20:14 »
Ah. Now is the problem finally resolved. If you want to use 'mailto:Name%20LastName%20%3Cname@company.de%3E?subject=This%20is%20a%20test&body=Just%20another%20testmessage.' , you have to disable SEF-bot, too. Otherwise the %20 will be replaced with whitespaces etc. pp
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #5 on:
August 25, 2008, 17:26:48 »
This is not an Elxis related problem , %20 is a known code for browsers to find spaces in the URLs.
Logged
DediData Web Hosting Services
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #6 on:
August 25, 2008, 17:30:43 »
Yeah, but normally it's not parsed in the <body><a href="mailto:..."></body>-section of a page, is it?... Well, it works in our "old" CMS-which-is-not-really-a-CMS...
(disabled tiny mce seems to be a MUST - SOMETIMES-, too)
«
Last Edit: August 25, 2008, 17:34:40 by owl
»
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #7 on:
August 25, 2008, 17:34:41 »
I don't understand , You mean that you can't apply this code in the contents?
Logged
DediData Web Hosting Services
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #8 on:
August 25, 2008, 17:51:31 »
Exactly. With enabled SEF, the Sitecode looks like this:
"<a href="mailto:Name LastName <name@company.de>?subject=This is a test&body=Just another testmessage.">TEST</a>"
instead of:
"<a href="mailto:Name%20LastName%20%3Cname@company.de%3E?subject=This%20is%20a%20test&body=Just%20another%20testmessage.">TEST</a>"
If you're using in the mailto-Link Stuff like Linebreaks(%0A%0D), Whitespaces(%20) etc. or even umlauts, they 're broken (e.g. "ß" will become "?")
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #9 on:
August 25, 2008, 17:54:40 »
Disable the Editor from the Global Configuration , and then try to put the HTML code in your content , test it again and tell me the result
Logged
DediData Web Hosting Services
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #10 on:
August 25, 2008, 18:09:45 »
SEF on, tiny MCE off, result: FAIL <a href="mailto:Name LastName <name@company.de>?subject=This is a test&body=Just another testmessage.">TEST</a>
SEF off, tiny MCE on, result: FAIL<a href="mailto:Name%20LastName%20%3Cname@company.de%3E?subject=This%20is%20a%20test&body=Just%20another%20testmessage.">TEST</a>
(inserted via "add Link"-Button)
SEF off, tiny MCE on, result: FAIL <a href="mailto:Name%20LastName%20%3Cname@company.de%3E?subject=This%20is%20a%20test&body=Just%20another%20testmessage.">TEST</a>
(inserted via "edit HTML"-Button)
SEF off, tiny MCE off, result: OK <a href="mailto:Name%20LastName%20%3Cname@company.de%3E?subject=This%20is%20a%20test&body=Just%20another%20testmessage.">TEST</a>
- out of office till tomorrow morning -
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Disable SPAM-protection?
«
Reply #11 on:
August 25, 2008, 18:12:35 »
Ok , I'll consider this issue
Logged
DediData Web Hosting Services
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Disable SPAM-protection?
«
Reply #12 on:
August 26, 2008, 00:00:15 »
I would n't insert e-mail links this way. This is a direct link to user's e-mail client but user might has not an e-mail client. A lot of people use yahoo, msn, etc and not outlook, thunderbird etc. I advice you to display a link to a contact item in order for the visitor to use the Elxis contact form. Also never post e-mail addresses on your site if you don't want to fill your mailbox with spam.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #13 on:
August 26, 2008, 15:22:44 »
Yeah,
normally
I wouldn't insert e-Mail links this way, too, but in
this
project it's strictly needed... (Mails need a special formatting, only
this
text, etc...)
Logged
owl
Jr. Member
Posts: 56
Re: Disable SPAM-protection?
«
Reply #14 on:
August 28, 2008, 13:52:00 »
Gnah, the "Convert URLs - Yes"-Part of Tiny MCE produces those "broken" mailto-Links
(additional to SEF-Bot)
«
Last Edit: August 28, 2008, 13:53:46 by owl
»
Logged
Print
Pages: [
1
]
2
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
Disable SPAM-protection?