Results 1 to 12 of 12

Thread: How do these signs work?! [RESOLVED]

  1. #1

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    Cool 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.

  2. #2
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: How do these signs work?!

    They made it work, then its doable.

  3. #3
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476

    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

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    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.

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: How do these signs work?!

    This heap big bad medicine, white man speak with forked tongue.

  7. #7

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    Re: How do these signs work?!

    Quote Originally Posted by wossname
    This heap big bad medicine, white man speak with forked tongue.
    are you a snake

  8. #8

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    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?

  9. #9
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: How do these signs work?!

    You are attaching a dynamic web page...

  10. #10

    Thread Starter
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    Re: How do these signs work?!

    ahh, so basically i just link to it if thats what i wanted to do?

    Got ya

  11. #11
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  12. #12
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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
  •  



Click Here to Expand Forum to Full Width