This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-03-27 19:47:36

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

How does this image work?

http://www.danasoft.com/sig/15550341631.jpg
is this a spy? How does it work???

Offline

 

#2 2011-03-27 19:49:12

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: How does this image work?

I think it uses a special code.


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#3 2011-03-27 19:50:29

rufflebee
Scratcher
Registered: 2008-10-15
Posts: 1000+

Re: How does this image work?

yeah it's a spy

they send someone to climb into your window, jack your wifi, get your information, and send the data back to their base where a high tech machine displays the information via this image for your eyes only


http://i44.tinypic.com/34e9cab.png

Offline

 

#4 2011-03-27 19:52:08

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: How does this image work?

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#5 2011-03-27 19:52:42

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: How does this image work?

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

There's also one that says what city you are near  tongue

Last edited by kimmy123 (2011-03-27 19:53:53)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#6 2011-03-28 02:59:54

TheCatAndTheBanana
Scratcher
Registered: 2008-03-21
Posts: 1000+

Re: How does this image work?

kimmy123 wrote:

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

There's also one that says what city you are near  tongue

Mines sorta wrong.
About 2 miles out. I am in a city, London Bourough...
that would be more amazing.

big_smile


My Newest Project!
Ceta? wat r u doin? CETA! STAHP!

Offline

 

#7 2011-03-28 08:04:40

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: How does this image work?

rufflebee wrote:

yeah it's a spy

they send someone to climb into your window, jack your wifi, get your information, and send the data back to their base where a high tech machine displays the information via this image for your eyes only

this.
Can't you see the black clothes? Its obviously a spy.  tongue


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#8 2011-03-28 11:39:19

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: How does this image work?

TheCatAndTheBanana wrote:

kimmy123 wrote:

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

There's also one that says what city you are near  tongue

Mines sorta wrong.
About 2 miles out. I am in a city, London Bourough...
that would be more amazing.

big_smile

They calculate your location from your IP address, so it can be waaay off sometimes. Half the time Google News thinks I live in Nebraska.  tongue


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#9 2011-03-28 11:49:44

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: How does this image work?

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

It can only read information about your computer if your browser sends it in the request. If you don't like it doing this, you can write your own browser.

However, IP and ISP aren't sent by the browser so you can't stop it knowing those.

Another thing that is sent is the page you were previously on. This is also available to the web server, and forms the basis of hotlinking prevention. It is possible to write a program to run on a server which can bypass this (although I don't recommend it).


/* No comment */

Offline

 

#10 2011-03-28 16:45:35

geohendan
Scratcher
Registered: 2009-08-06
Posts: 1000+

Re: How does this image work?

If I knew, I'd understand C++.

Last edited by geohendan (2011-03-28 16:45:58)


Scratching that nasty wart on my back since 2009!
http://i.imgur.com/OzpGtWV.jpg

Offline

 

#11 2011-03-28 16:49:36

cuddlycub
Scratcher
Registered: 2010-12-16
Posts: 100+

Re: How does this image work?

rufflebee wrote:

yeah it's a spy

they send someone to climb into your window, jack your wifi, get your information, and send the data back to their base where a high tech machine displays the information via this image for your eyes only

right-o


http://i.imgur.com/aowqZAu.png

Offline

 

#12 2011-03-28 18:04:24

Aidan
Scratcher
Registered: 2007-06-15
Posts: 1000+

Re: How does this image work?

kimmy123 wrote:

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

There's also one that says what city you are near  tongue

Yours says the exact town I live in O_O

Offline

 

#13 2011-03-28 18:06:55

Nexstudent
Scratcher
Registered: 2010-02-07
Posts: 1000+

Re: How does this image work?

Kimmy's knows where I live. I need to borrow a meat mallet to get those stalkers ruffle mentioned out of my house.


http://img696.imageshack.us/img696/9325/vedder.jpg

Offline

 

#14 2011-03-28 18:07:12

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: How does this image work?

Aidan wrote:

kimmy123 wrote:

fullmoon wrote:

It runs off of a PHP script that is called whenever the image is loaded. With PHP you can read all sorts of information from the computer that called the script, including the IP address, ISP, OS, and browser.

There's also one that says what city you are near  tongue

Yours says the exact town I live in O_O

yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes
yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes   yikes 
Its a PHP STALKER!!!


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#15 2011-03-28 18:21:42

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: How does this image work?

Guess what! I used a web browser called Lynx, and It couldn't identify the browser I was using!


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#16 2011-03-28 19:08:14

rufflebee
Scratcher
Registered: 2008-10-15
Posts: 1000+

Re: How does this image work?

Nexstudent wrote:

Kimmy's knows where I live. I need to borrow a meat mallet to get those stalkers ruffle mentioned out of my house.

they're only there just long enough to get onto your internet

they mean no harm


http://i44.tinypic.com/34e9cab.png

Offline

 

#17 2011-03-28 19:13:13

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: How does this image work?

rufflebee wrote:

Nexstudent wrote:

Kimmy's knows where I live. I need to borrow a meat mallet to get those stalkers ruffle mentioned out of my house.

they're only there just long enough to get onto your internet

they mean no harm

Screw that


Sentry gun install time


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#18 2011-03-28 20:17:59

recycle49
Scratcher
Registered: 2009-12-21
Posts: 1000+

Re: How does this image work?

Well um t dumb down waht fullmoon said... It reads your computers basics.. Like OS


"Every challenge must be met, every battle must be won, and every story will end." -Me
Recycle49 December 09 - November 11 Goodbye

Offline

 

#19 2011-03-29 04:44:44

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: How does this image work?

hehehe, it thinks im using mozilla/firefox.
Wrong, im using Lunascape5 Alpha  tongue


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#20 2011-03-29 06:28:57

rufflebee
Scratcher
Registered: 2008-10-15
Posts: 1000+

Re: How does this image work?

recycle49 wrote:

Well um t dumb down waht fullmoon said... It reads your computers basics.. Like OS

i can't even read this


http://i44.tinypic.com/34e9cab.png

Offline

 

Board footer