Connecting Tech Pros Worldwide Help | Site Map

Retrieve visitor's email

  #1  
Old July 17th, 2005, 12:26 PM
Bob Bedford
Guest
 
Posts: n/a
Hello there,

I'd like to get the visitor's email (not for spamming....)

It's to avoid to show some content to my competitors....

  #2  
Old July 17th, 2005, 12:27 PM
Philip Ronan
Guest
 
Posts: n/a

re: Retrieve visitor's email


Bob Bedford wrote:
[color=blue]
> Hello there,
>
> I'd like to get the visitor's email (not for spamming....)[/color]

<LABEL>Please enter your email address: <INPUT type="text"
name="email"></LABEL>
[color=blue]
> It's to avoid to show some content to my competitors....[/color]

Try deleting it from your server.

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/


  #3  
Old July 17th, 2005, 12:27 PM
Bob Bedford
Guest
 
Posts: n/a

re: Retrieve visitor's email


"Philip Ronan" <invalid@invalid.invalid> a écrit dans le message de news:
BE32718B.2ACF4%invalid@invalid.invalid...[color=blue]
> Bob Bedford wrote:
>[color=green]
>> Hello there,
>>
>> I'd like to get the visitor's email (not for spamming....)[/color]
>
> <LABEL>Please enter your email address: <INPUT type="text"
> name="email"></LABEL>
>[color=green]
>> It's to avoid to show some content to my competitors....[/color]
>
> Try deleting it from your server.[/color]

Altrough you may believe that I'm a spammer, I'll jsut inform you again that
I only want to avoid my competitors see some contents.

If I know the person visiting my site has the competitor's domain address, I
want to offuscate the content, nothing else.

Do you think internet is populated only by spammers??? I've better to do
with my time. Some people trying to get real things other than spamming !
If you don't want to spread this kind of info, look at my email address.


  #4  
Old July 17th, 2005, 12:27 PM
TekWiz
Guest
 
Posts: n/a

re: Retrieve visitor's email


Short of figuring out a way for PHP script to hack your users computer
and break into their email client, I'm not aware of anyway to pull an
email address through the browser.

Another option is the use a remote_addr with an it-then statement.
Note, this will only work if you know your competitors _static_ IP
address.

if($_SERVER[REMOTE_ADDR] == 000.000.000.000) {
//do something different
}

-Tekwiz

  #5  
Old July 17th, 2005, 12:27 PM
Bob Bedford
Guest
 
Posts: n/a

re: Retrieve visitor's email



"TekWiz" <tekwiz@twarlick.net> a écrit dans le message de news:
1108136607.506926.19560@o13g2000cwo.googlegroups.c om...[color=blue]
> Short of figuring out a way for PHP script to hack your users computer
> and break into their email client, I'm not aware of anyway to pull an
> email address through the browser.
>
> Another option is the use a remote_addr with an it-then statement.
> Note, this will only work if you know your competitors _static_ IP
> address.
>
> if($_SERVER[REMOTE_ADDR] == 000.000.000.000) {
> //do something different
> }
>
> -Tekwiz[/color]

I've already tried it, but if the user uses a laptop from anywhere ??? the
only think I'm sure is that he has set an email address from his company.


  #6  
Old July 17th, 2005, 12:27 PM
Philip Ronan
Guest
 
Posts: n/a

re: Retrieve visitor's email


Bob Bedford wrote:
[color=blue]
> "Philip Ronan" <invalid@invalid.invalid> a écrit dans le message de news:
> BE32718B.2ACF4%invalid@invalid.invalid...[color=green]
>> Bob Bedford wrote:
>>[color=darkred]
>>> Hello there,
>>>
>>> I'd like to get the visitor's email (not for spamming....)[/color]
>>
>> <LABEL>Please enter your email address: <INPUT type="text"
>> name="email"></LABEL>
>>[color=darkred]
>>> It's to avoid to show some content to my competitors....[/color]
>>
>> Try deleting it from your server.[/color]
>
> Altrough you may believe that I'm a spammer, I'll jsut inform you again that
> I only want to avoid my competitors see some contents.[/color]

I think you're missing the point here. If it *was* possible for a website to
work out the email address of every visitor that came along *without* having
to ask, then we'd *all* be getting bucket loads of spam every day.

It's impossible. It doesn't matter how saintly your intentions are. It just
can't be done. If you don't want your competitors looking at parts of your
website, then just take them down.

Phil

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
domain cookie problem... mutale82@gmail.com answers 8 September 19th, 2006 11:55 AM
Remote_addr will return my web server ip address xarrisx answers 2 July 22nd, 2005 01:39 AM
Site visitors email address's required Al Sashun answers 4 July 20th, 2005 10:26 AM
implementation details MPowell answers 6 July 19th, 2005 07:43 PM