HighDots Forums  

Masking email = 404

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Masking email = 404 in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Terry
 
Posts: n/a

Default Masking email = 404 - 02-12-2005 , 06:52 PM






<stretching the newsgroup?>I have a mailto currently on my site
disguised with hexadecimals - suddenly I am getting a lot of 404 listed
at mai& - any ideas? I have done a bunch of searches on google and can
not find anything that even remotely touches on this problem. Actually
quite the reverse IMHO, several pages recommending using this technique.

BTW, I am in the process of testing a php form in place of the mailto
although it seems to me just as easy to harvest my address from there as
from my html page. I ran my php page through the validator - showed as
valid. I presume that means the validator sees the result of the code
not the code, therefore the email address is able to be seen in the php
form, not?

To any who feel that this stretching the newsgroup too far, sorry about
that - it is through ignorance not arrogance. ;-)
TIA
TK
http://wejuggle2.com
Still Having a Ball

Reply With Quote
  #2  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Masking email = 404 - 02-12-2005 , 11:09 PM






Terry wrote:

Quote:
BTW, I am in the process of testing a php form in place of the mailto
although it seems to me just as easy to harvest my address from there as
from my html page.
If your address does not show in the resultant HTML, no harvesting can
be done. Put the address in the PHP code for the TO: field. No bot can
read that.

Quote:
I ran my php page through the validator - showed as
valid. I presume that means the validator sees the result of the code
not the code, therefore the email address is able to be seen in the php
form, not?
The validator sees only the HTML generated by your script, and cannot
read the script itself. Neither can any harvesting bot.

--
-bts
-This space intentionally left blank.


Reply With Quote
  #3  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Masking email = 404 - 02-12-2005 , 11:56 PM



Duende wrote:
Quote:
While sitting in a puddle Beauregard T. Shagnasty scribbled in the
mud:

The validator sees only the HTML generated by your script, and
cannot read the script itself.

don't be silly.
http://wipkip.us/formmail.phps
Howdja do that? <g> There has to be a real file there with the
extension .phps, right? None of my PHP pages show in the browser if I
add an "s" to the .php file name...


--
-bts
-This space intentionally left blank.


Reply With Quote
  #4  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: Masking email = 404 - 02-13-2005 , 05:11 AM



Duende wrote:

Quote:
While sitting in a puddle Beauregard T. Shagnasty scribbled in the mud:

Duende wrote:
While sitting in a puddle Beauregard T. Shagnasty scribbled in the
mud:

The validator sees only the HTML generated by your script, and
cannot read the script itself.

don't be silly.
http://wipkip.us/formmail.phps

Howdja do that? <g> There has to be a real file there with the
extension .phps, right?

Right, if your server is setup to let you. wipkip.biz is hosted at
1and1.com and you can't do it there but most hosts let you.
I'll be darned; I was not aware of that capability.

I found this directive:

<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
</IfModule>

If you wanted this, you might try

AddHandler application/x-httpd-php-source .phps

in your .htaccess file. Unless you're Win hosted.

--
Blinky Linux Registered User 297263

Who has implemented Usenet Solution #45933:
Now killing all posts made with User-Agent G2 (Google Groups)


Reply With Quote
  #5  
Old   
Terry
 
Posts: n/a

Default Re: Masking email = 404 - 02-13-2005 , 08:47 AM



Beauregard T. Shagnasty wrote:
Quote:
Terry wrote:

BTW, I am in the process of testing a php form in place of the mailto
although it seems to me just as easy to harvest my address from there
as from my html page.


If your address does not show in the resultant HTML, no harvesting can
be done. Put the address in the PHP code for the TO: field. No bot can
read that.
blush>Thanks!</blush> Sometimes it is hard (for me) to tell the forest
from the trees.
TK


Reply With Quote
  #6  
Old   
Terry
 
Posts: n/a

Default Re: Masking email = 404 - 02-13-2005 , 06:10 PM



Duende wrote:
Quote:
While sitting in a puddle Terry scribbled in the mud:


blush>Thanks!</blush> Sometimes it is hard (for me) to tell the forest
from the trees.


When you are in a real forest you can't see the sky. If you can see the sky
than you are only amongst some trees.

Gosh now your telling me I can not tell the trees from a forest? Not
only not learning very fast - I'm going backwards?

--
TK
http://wejuggle2.com/
Still Having a Ball


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.