Jump to content

Just curious...


blueman378

Recommended Posts

you could use geo IP software which locates the latitude longitude of the given IP, but most IPs are pointed to the users' local ISP locations, so its not exactly accurate.

 

with JavaScript I'd assume you have access to the browser's history, and if you decided to try vbScript you could have access to much more of a user.. E.G. File Writing, Mouse Control, File Deleting, File Moving, Plant Viruses etc.

NOTE: VBScript only works on IE.

VBScript will prompt the user a warning, so basically.. Its not worth the time to learn.

Link to comment
https://forums.phpfreaks.com/topic/147673-just-curious/#findComment-775214
Share on other sites

doing

<?php
var_dump($_SERVER);
?>

will include most of the headers their browser sent along with some information about your server.

 

Keep in mind any of this sent information is easily spoofed (faked), so it can't be relied on.

 

To the above user: No, javascript doesn't have any access to the browser's history beyond the ability to go back/forward, etc on the click of a button, and I wouldn't encourage people to do things malicious :).

 

To second poster: That's server info, not client info.

Link to comment
https://forums.phpfreaks.com/topic/147673-just-curious/#findComment-775224
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.