473,473 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Email grabbing - How do you?

Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?

Regards

----------------------------------------------
Posted with NewsLeecher v2.0 Beta 5
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------

Jul 23 '05 #1
3 1221
Lee
InvisibleMan said:

Hi, Thanks for any help in advance...

I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...

I am build an e-commerce store and as well as grabbing the users
IP at point of sale, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)

Anyone know how to do this?


If some information could obviously be used for unethical purposes,
responsible browser designers do not allow access to it.
There are no provisions for people who plan to use it ethically.

Collecting IP addresses is also useless. If I hit your web site,
the IP address you would see would be that of a proxy server that
is shared by hundreds of people.

In other cases visitors may have a different IP address every day,
depending on which machine happened to pick up the phone when they
dialed in to their ISP.

Jul 23 '05 #2
> InvisibleMan said:
I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?

Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...


If it is ethical, why do you need to do this "without them knowing?".
The usual non-javascripty solution is to send an email to the user with
a validation link. This guarantees that the address they supplied is
real (unlike any sneaker browser interrogation methods, even if they
worked).
--
osfameron
Jul 23 '05 #3
"InvisibleMan" <in**********@nodomain.com> wrote in message
news:q2*******************@fe2.texas.rr.com...
I'm wondering if anyone knows how or has the resource for
graabing a users email address without them knowing?
If my E-mail address were a Hotmail or Yahoo! account, which I used by
always typing the URL to Hotmail or Yahoo! into my browser and manually
typing the account information, how could you possibly obtain this
information, legitimate or not.

You really need to work on your reasoning skills.
Before I hear all the 'Its not ethical' blurb - I know and my
use is legitimate...
And I want to be able to write files anywhere I want on your local hard
disk. After all, I know the use is legitimate. Who cares if anyone else
could use the same functionality to destroy your computer.

Again, you need to work on your reasoning skills.
I am build an e-commerce store and as well as grabbing the users
IP at point of sale
Useless. And unnecessary, since the Web server already logs this
information with every GET.
, i think it would be invaluable to grab a
users email address (on top of their registration supplied
address - but not always) so that in cases of attempted fraud
there is an additional avenue by which we can investigate. The
intention is by no means for spam (which I loathe)


Uh huh. So let's assume you can grab the E-mail address I use with
Hotmail or Yahoo! What would stop me from signing up for a one-of
account using fake information to buy something at your site? What you
propose provides absolutely _no_ means to track down the person involved
in any fraudulent activity. If you are telling your client that you can
track down an individual involved in an on-line transaction using the IP
information you are recording, you are unknowingly lying to them.

Admittedly my ISP could identify which IP address was connecting to your
site from one of their 8 proxy servers serving the sub-net I am on at
the specified time. And they could then determine which cable modem was
assigned that IP address, and then determine which customer is
registered as having that cable modem, but I would imagine they would
need a pretty good reason (beyond "someone bought something
fraudulently") before they'd go to that trouble.

--
Grant Wagner <gw*****@agricoreunited.com>
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Joe | last post by:
I need to connect to 10 web sites to grab content from them. I would like to connect to each site simultaneously so that I can obtain the data as fast as possible. I am familar doing this with...
7
by: BenignVanilla | last post by:
My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there...
4
by: InvisibleMan | last post by:
Hi, Thanks for any help in advance... I'm wondering if anyone knows how or has the resource for graabing a users email address without them knowing? Before I hear all the 'Its not ethical'...
0
by: Shravan | last post by:
Hi, Sometimes winforms DataGrid is grabbing focus when DataSource is set. Its not happening always, happens very rarely. If anybody knows when would this happen and the workaround for it I would...
4
by: darrel | last post by:
I have a contact form that a person submits to the server. In ASP, you'd make a page, post the form to another page, which would grab the values and do somethign with them. in ASP.NET, it...
4
by: bwalke | last post by:
Help Needed Please!!! With a VB.NET web application, I am trying to save pictures and files to a directory on the web server. However, the web server is not grabbing the Posted Files. For...
0
by: .Net Sports | last post by:
I've been looking everywhere, but i can't locate any functions, or articles on the net or my resources, on how to open a file using vb.net, and then grabbing certain parts of the file, and putting...
5
by: Nitro | last post by:
I recently developed a web app with php which sends emails out via form submission. I'ts an eProofing system for a publishing/advertising company. Now, I am being asked to provide email reciept of...
5
by: joe_doufu | last post by:
Hi, old web developer, new to Ajax and XML here. I'm developing an application that grabs an XML file from a (PHP) web service. In fact, it's going to be an online game. When the user clicks a...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.