473,395 Members | 1,442 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.

How to detect if laptop is being used

hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .

Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.
Sep 15 '08 #1
6 3905
On Sep 15, 10:43*am, sarika <sarikason...@gmail.comwrote:
hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .

Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.
check out: http://www.phptogether.com haha
Sep 15 '08 #2
..oO(sarika)
>I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .
It's not possible at all. May I ask why your client demands something
like this?
>Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.
Not really possible as well, at least not reliably. And same question as
above - why?

Micha
Sep 15 '08 #3
On 15 Sep, 15:43, sarika <sarikason...@gmail.comwrote:
hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer.
They might be using neither.
Sep 15 '08 #4
mikesa81 wrote:
On Sep 15, 10:43 am, sarika <sarikason...@gmail.comwrote:
>hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .

Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.

check out: http://www.phptogether.com haha
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server
host 'mysql.phptogether.com' (1) in
/home/.purdy/mark/phptogether.com/forum/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link
resource in /home/.purdy/mark/phptogether.com/forum/db/mysql4.php on
line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link
resource in /home/.purdy/mark/phptogether.com/forum/db/mysql4.php on
line 331
phpBB : Critical Error

Could not connect to the database
Sep 15 '08 #5
On Sep 15, 3:43*pm, sarika <sarikason...@gmail.comwrote:
hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .

Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.
Determining what kind of computer a browser is running on is
impossible.

ISP tracking might be possible if you did a reverse lookup on the
$_SERVER ['REMOTE_ADDR'] field, but it wouldn't be reliable. And why
would you want to block a user if they come in from a different ISP
anyway? They could be on holiday or at work or any number of things.
Sep 16 '08 #6
On 16 Sep, 13:08, Gordon <gordon.mc...@ntlworld.comwrote:
On Sep 15, 3:43 pm, sarika <sarikason...@gmail.comwrote:
hi all
I m making a website in which my client requires to track if the user
of his site is using laptop or Desktop computer. How is it possible as
i have no idea .
Ask the user - drop a cookie with their answer - you can't enforce it
though.
Second question is we should be even able to track type of internet
service provider user of website is using for some security purpose
and if user changes his internet service provider then he should not
be allowed to access the site.

Determining what kind of computer a browser is running on is
impossible.

ISP tracking might be possible if you did a reverse lookup on the
$_SERVER ['REMOTE_ADDR'] field, but it wouldn't be reliable. And why
would you want to block a user if they come in from a different ISP
anyway? They could be on holiday or at work or any number of things.
There's no requirement for service providers to publish PTR addresses
- most don't. A whois lookup would be more apposite - but it's a
meaningless problem - so the solutions are meaningless too.

C.
Sep 18 '08 #7

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

Similar topics

157
by: Dennis | last post by:
Is there some way --using, say, DOM or javascript-- to detect the current pixel width and/or height of a relatively sized table or of one of its columns or rows. I'm going to be writing javascript...
10
by: Noozer | last post by:
Is it possible to detect where on a page the click occurred when the OnClick event of the BODY tag is fired? Thx
2
by: | last post by:
I was wondering if the seasoned pros on the asp and db forums including (Bob, Ray, Aaron, Curt and others) would mind offering advice on ideal laptop requrements for web development requirements. ...
4
by: Jacob Thastrup.com | last post by:
Hi How do I detect whether my laptop is running on battery or using the power outlet? Thanks Jacob Thastrup
25
by: cmd | last post by:
Hi all, I wanted to rule out other possibilities before suggesting a memory upgrade for a user who owns a Dell Inspiron 6000 laptop with 512 MB of ram. I have a report based on a parameters...
14
by: luvtopost | last post by:
I am trying to learn PHP and was reading the book by Laura Welling and Luke Thompson. Obviously, PHP is already installed on a server when hosted by an ISP already. Is there a way to just download...
4
by: jim | last post by:
I need to know if a laptop is connected to the Bellsouth network or the Sprint wireless network. How can this be done with VB.Net 2005?
1
by: gordonjones | last post by:
I need to have my laptop not disconnect from the network when I close it but still lock itself (ctl+alt+del) If I use Suspend or Hibernate the network connection is lost. Having the screen saver...
2
by: =?Utf-8?B?SmVzcGVyLCBEZW5tYXJr?= | last post by:
Hi, I want an app that I'm writing to be able to hide itself whenever it hasn't been used for say 10 minutes. Is there a smart way to detect user activity within an app. Kind of overall...
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...
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
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...
0
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...

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.