473,395 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Identify a simgle Computer in a Cookie ?

Hi,
i recently joined an online.game which rules is not to use 2 diffenrent
accounts on one computer.
My girlfriend also wants to play - but we got 1 computer only - so I tried
to trick the thing.

This Game-Web-Service notices a single computer - although i installed
another account with a different Browser Netscape insteed of IE (so
different Cookie-Directory) - but this game-server still acknoledges the
compter as the same for both accounts.

Now I wonder how it does so. As I use to write ASP.NET-Progs. with Cookies
and stuff - I wonder how they can do so.
The only thing I can imagine is something like the Starting-Time of Windows.
MAC-adress of the network-cards/-interface is something that many ppl think
it can be - but I tried some things before without changing the MAC-Adress
od the network-interface-card and it worked - so the MAC-Adress is something
to discard. I guess the cookie stores something like Windows-Starting-Time.

Now my question is: How can i/one identify a computer /doenst matter who's
logged in) and can this info be stored in a cookie.



Nov 19 '05 #1
5 1764
"Greg Cyrus" <no****@muelltonne.de> wrote in message
news:cp*************@news.t-online.com...
Hi,
i recently joined an online.game which rules is not to use 2 diffenrent
accounts on one computer.
My girlfriend also wants to play - but we got 1 computer only - so I tried
to trick the thing.

This Game-Web-Service notices a single computer - although i installed
another account with a different Browser Netscape insteed of IE (so
different Cookie-Directory) - but this game-server still acknoledges the
compter as the same for both accounts.

Now I wonder how it does so. As I use to write ASP.NET-Progs. with Cookies
and stuff - I wonder how they can do so.
The only thing I can imagine is something like the Starting-Time of
Windows. MAC-adress of the network-cards/-interface is something that many
ppl think it can be - but I tried some things before without changing the
MAC-Adress od the network-interface-card and it worked - so the MAC-Adress
is something to discard. I guess the cookie stores something like
Windows-Starting-Time.

Now my question is: How can i/one identify a computer /doenst matter who's
logged in) and can this info be stored in a cookie.


It could use the IP address of your computer. It cannot see the MAC address.

John Saunders
Nov 19 '05 #2
> It could use the IP address of your computer. It cannot see the MAC
address.


any 2nd computer on the internet has 192.168.x.y.

Maybe some information of the OS (Key/GUID).
Is there a list of client-information that can be accessed/read from the
webserver?
Nov 19 '05 #3
Greg Cyrus < no****@muelltonne.de > wrote:
any 2nd computer on the internet has 192.168.x.y.
Maybe some information of the OS (Key/GUID).
Is there a list of client-information that can be accessed/read from the
webserver?


Sounds like a router assigned IP address. Usually servers will pick up on
the actual IP address assigned to your router. To check and see what "ip
address" servers can see when you make a request, try:

http://www.whatismyip.org/

In any case, if they are allowing only one account per IP address, that's a
fairly bad idea since IP addresses are often shared between many
connections. For instance, many users on AOL share one IP address.

If you want to check cookies, you can always go and open the cookie yourself
to see just what it contains.
Nov 19 '05 #4
Yes, I had the same case in which the public internet site was able to
determine my pc. It was not cookie since I cleared my cookies and everything
I could imagin.
I will be pleased if someone could answer this question. I think this trick
would be OS specific and maybe the security level of IE has some effects on
it!
"Greg Cyrus" <no****@muelltonne.de> wrote in message
news:cp*************@news.t-online.com...
Hi,
i recently joined an online.game which rules is not to use 2 diffenrent
accounts on one computer.
My girlfriend also wants to play - but we got 1 computer only - so I tried
to trick the thing.

This Game-Web-Service notices a single computer - although i installed
another account with a different Browser Netscape insteed of IE (so
different Cookie-Directory) - but this game-server still acknoledges the
compter as the same for both accounts.

Now I wonder how it does so. As I use to write ASP.NET-Progs. with Cookies
and stuff - I wonder how they can do so.
The only thing I can imagine is something like the Starting-Time of Windows. MAC-adress of the network-cards/-interface is something that many ppl think it can be - but I tried some things before without changing the MAC-Adress
od the network-interface-card and it worked - so the MAC-Adress is something to discard. I guess the cookie stores something like Windows-Starting-Time.
Now my question is: How can i/one identify a computer /doenst matter who's
logged in) and can this info be stored in a cookie.


Nov 19 '05 #5
> Sounds like a router assigned IP address. Usually servers will pick up on
the actual IP address assigned to your router. To check and see what "ip
address" servers can see when you make a request, try:

http://www.whatismyip.org/


I dont think so - beacause the game allows alot of players on each computer
of that network. I as you say - there would be only one computer allowed.

Just try this: http://placeofplay.de/tests/javascri...me-findout.htm

What I cant understand ist the so called "Past information, Cookie
information" ith calue = 21.08.2001 12:42:19

and another info called

HTTP cookie pop1=general; CookieVBScript=27%2E08%2E2001+12%3A42%3A19;
ASPSESSIONIDGGGGQOEO=HNMBEGICEGBNJOBGNJDLOHID

(see the dat inside 27.08.2001+12:42:19)

these are always the same - even when you use another Internet-client (ie,
netscape).

What does these infos say and mean? and where do they come from?


Nov 19 '05 #6

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

Similar topics

0
by: Ronald S. Cook | last post by:
I've got everything working with Forms Authentication except for one thing. When a persistent user (i.e. that checked "Remember Me" in the past and therefore now have a cookie) returns to the site,...
2
by: muser8 | last post by:
What is the best way in which to uniquely identify anonymous visitors to an asp.net website? I'd like to create on online poll, but I want to guard against people hitting the refresh button,...
4
by: Goh | last post by:
Hi, I would like to know how can we implement a web page that intelligent enough to unique identify that pc have been visit before without any cookies and login user require. I have try...
3
by: Michel | last post by:
Hi, I wrote an app in .Net and I whant only 1 instance of this app open for the user; the user open my app, do some works and try to open another instance of my app, I whant to show a message to...
3
by: Vivek | last post by:
Hi all, I have a problem in my web-app wherein I need to get the latest page from server on clicking of back button.. I know that it can be done by preventing/disabling the cache in jsp as ...
2
by: Mike Kansky | last post by:
Scenario: 2 Computers on the network going through proxy (same ip/hostname). Both do not accept any kind of cookies. Visiting web site that needs to supply different content to each of this...
6
by: Ryan Liu | last post by:
Hi, If I want to uniquely identify a computer. I can read CPU ID or Mac Address. I heard, but is this true: some BIOS can block CPU ID from being read? (In this case, will I get an exception,...
16
by: Stevo | last post by:
I'm guessing this is a laughably obvious answer to many here, but it's not to me (and I don't have a server or any knowledge of PHP to be able to try it). It's not strictly a PHP question, but...
12
by: Pankaj | last post by:
I have st a cookie that would last for 30 days. If I put a line <img src="http://www.example.com/readcookie.php" width="1" height="1"in a php file, I cannot read the cookie if I use IE7. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.