Connecting Tech Pros Worldwide Forums | Help | Site Map

Retrieve visitor's email

Bob Bedford
Guest
 
Posts: n/a
#1: Jul 17 '05
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....


Philip Ronan
Guest
 
Posts: n/a
#2: Jul 17 '05

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/


Bob Bedford
Guest
 
Posts: n/a
#3: Jul 17 '05

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.


TekWiz
Guest
 
Posts: n/a
#4: Jul 17 '05

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

Bob Bedford
Guest
 
Posts: n/a
#5: Jul 17 '05

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.


Philip Ronan
Guest
 
Posts: n/a
#6: Jul 17 '05

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