How do i do this?  | |
March 17th, 2003, 11:29 PM
|
#1 (permalink)
| | Banned
Join Date: Nov 2002 Location: Seattle, WA
Posts: 3,312
| |
| |
March 17th, 2003, 11:31 PM
|
#2 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Kalispell, Montana
Posts: 1,675
|
WOW that freaky i wanna do that.
__________________
Urban is back.
And yes that is how you spell my name. I am living proof that 2+2=5
dontforget/rgdesb
|
| |
March 17th, 2003, 11:37 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Grid Square FN30ep
Posts: 1,901
|
It is quite interesting how it creates a picture with the information. Unfortunately, this makes it so one can not view the source code.
-Kc2iLq |
| |
March 18th, 2003, 12:04 AM
|
#4 (permalink)
| | Junior Member
Join Date: Mar 2003
Posts: 4
|
I think that this is probably running on a server with PHP. It probably has the GD library ( http://www.php.net/manual/en/ref.image.php ). This allows you to create images in multiple formats on the fly. It can then just use the predefined variables $_SERVER["REMOTE_ADDR"] to find the ip and $_SERVER["REMOTE_HOST"]. Remote_host is a reverse dns lookup so it returns the host u r using. The script just removes the end of the string "optonline.net" for example and there you have it. To get the browser and OS, it uses $_SERVER["HTTP_USER_AGENT"], which returns a string something like this: "Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)". YOu can then just parse the string and remove the relevant parts. The rest is just a random picked phrase. cool huh? its pretty easy in PHP, except i'm not sure how easy it is to use the GD lib. Cheers, btw, anyone happen to have an answer to my question earlier?  |
| |
March 18th, 2003, 12:08 AM
|
#5 (permalink)
| | Banned
Join Date: Nov 2002 Location: Seattle, WA
Posts: 3,312
|
I don't know PHP, that's why i am asking...
Also, it is an image, so you can't view the source  |
| |
March 18th, 2003, 12:16 AM
|
#6 (permalink)
| | Ultimate Member
Join Date: Oct 2002 Location: KCMO
Posts: 2,020
|
kind of like that spoof advertisement floating about the web stating your security is so weak that "we" [them] can view your hard drive. and so they just send you the command to open windows explorer and view it there, and so its like a small version of explorer, but to the untrained scam spotter, this looks very bad.
Cool beans dude, unfortunately im not running internet explorer 5 like it stated... lol |
| |
March 18th, 2003, 07:52 PM
|
#7 (permalink)
| | Banned
Join Date: Nov 2002 Location: Seattle, WA
Posts: 3,312
|
ANyone know how to make it? Code examples? |
| |
March 18th, 2003, 08:40 PM
|
#8 (permalink)
| | Member
Join Date: Nov 2002 Location: Hamburg
Posts: 244
|
__________________
*** all that we C or Scheme is
but a dream within a dream ***
|
| |
March 18th, 2003, 08:57 PM
|
#9 (permalink)
| | Banned
Join Date: Nov 2002 Location: Seattle, WA
Posts: 3,312
| |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |