Hi,
when using the module without JAVA but with mailto-generation, the mailto is encrypted correctly as ASCII. But the "name" (the displayd part) is still human and robot readable.
If I use it without mailto-generation, the text is encrypted.

Could this be solved?

Comments

vistree’s picture

OK, solved it on my own:
just go to to you invisimail-modul-folder and edit the invisimail.module.
In the function invisimail_ascii_encode($string, $js = FALSE, $link = FALSE, $text = NULL)
go to "if ($link && !$js)" and edit the line 156 from
$output .= "<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;$encode\">$text</a>";
to
$output .= "<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;$encode\">$encode</a>";

Same can be done 3 lines later with the JAVA-Output.

simpsonetti’s picture

Well, i try it the same way too, but nothing changed.

vistree’s picture

Hi, I change the mail-encryption tool now and use spam-span instead. Think, this is a better try in the moment.

Regards

vsitree

Crell’s picture

Status: Active » Closed (duplicate)