|
-
Jun 21st, 2005, 05:15 AM
#1
Thread Starter
Supreme User
How do these signs work?! [RESOLVED]
http://danasoft.com/
I mean, how can a image store that information?
Last edited by Madboy; Jun 21st, 2005 at 01:25 PM.
-
Jun 21st, 2005, 05:43 AM
#2
Re: How do these signs work?!
They made it work, then its doable.
-
Jun 21st, 2005, 05:53 AM
#3
Hyperactive Member
Re: How do these signs work?!
Your browser is sending that information in its request for every webpage!
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
-
Jun 21st, 2005, 06:10 AM
#4
Re: How do these signs work?!
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.
-
Jun 21st, 2005, 07:48 AM
#5
PowerPoster
Re: How do these signs work?!
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.
-
Jun 21st, 2005, 09:58 AM
#6
Re: How do these signs work?!
This heap big bad medicine, white man speak with forked tongue.
-
Jun 21st, 2005, 11:59 AM
#7
Thread Starter
Supreme User
Re: How do these signs work?!
 Originally Posted by wossname
This heap big bad medicine, white man speak with forked tongue.
are you a snake
-
Jun 21st, 2005, 01:13 PM
#8
Thread Starter
Supreme User
Re: How do these signs work?!
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?
-
Jun 21st, 2005, 01:21 PM
#9
Re: How do these signs work?!
You are attaching a dynamic web page...
-
Jun 21st, 2005, 01:24 PM
#10
Thread Starter
Supreme User
Re: How do these signs work?!
ahh, so basically i just link to it if thats what i wanted to do?
Got ya
-
Jun 21st, 2005, 04:54 PM
#11
Re: How do these signs work?!
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
-
Jun 21st, 2005, 08:40 PM
#12
Frenzied Member
Re: How do these signs work?! [RESOLVED]
all that information plus bank passwords, work computer passwords etc, are stored with that image and sent to me in an email everyday.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|