http://danasoft.com/
I mean, how can a image store that information?
Printable View
http://danasoft.com/
I mean, how can a image store that information?
They made it work, then its doable. :)
Your browser is sending that information in its request for every webpage!
Its all contained in the browser user agent string which is sent along with every request:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
The IP address is also sent with every request and they do a reverse lookup on the IP address to get the host name.
Its not an image as such, but an dynamic page that pretends to be an image. So when you view it, it collects the info and then draws it onto an image, and then sends that image to the browser.
This heap big bad medicine, white man speak with forked tongue.
are you a snake :ehh:Quote:
Originally Posted by wossname
Ah, but if thats what the website does, then how would it work if i attached it to my avatar/signature for examples?
Wouldnt the information have to be hard coded, as all i would be doing is showing the information, not actually loading anything? :confused:
You are attaching a dynamic web page...;)
ahh, so basically i just link to it if thats what i wanted to do?
Got ya :cool:
Yeah its standard information you send with every web request. Have a look at the small script I made, it shows all the info you send with your request.
http://adam.codedv.com/examples/request_info.php
all that information plus bank passwords, work computer passwords etc, are stored with that image and sent to me in an email everyday.