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

#1 2011-10-29 17:11:53

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

LOOk HERE!!! IT'S AWSOME!!!

I Made a thing that prints all your computer php SERVER info using just 3 lines of code!

Code:

<?php
print_r($_SERVER);
?>

I discovered that while doing a cookie thing in php!

EDIT: now the link displays all your COOKIE data!

Last edited by WindowsExplorer (2011-10-29 17:16:17)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2011-10-29 17:24:41

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

Code:

<?php print_r($_SERVER); ?>

Or one line  wink


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3 2011-10-29 17:41:09

pen13
Scratcher
Registered: 2010-08-27
Posts: 100+

Re: LOOk HERE!!! IT'S AWSOME!!!

lol 3 lines or 1 line


http://womrealms.com/char.php?nomimg1:3ri855a
pen13 http://blocks.scratchr.org/API.php?user=pen13&amp;action=onlineStatus green= online gray=offline

Offline

 

#4 2011-10-29 18:09:20

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

Or 27 characters. Does it display every single cookie you have on the computer, or is it just the ones that are part of the domain/path ?

Offline

 

#5 2011-10-29 18:17:33

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

Oh yea, I forgot about that! Also, good news for Gopher, ProgrammingFreak, WindowsExplorer, mcsugarface, flashgocrazy, Magnie, jack and Garlic!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#6 2011-10-29 18:20:46

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

Magnie wrote:

Or 27 characters. Does it display every single cookie you have on the computer, or is it just the ones that are part of the domain/path ?

i think just domains.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#7 2011-10-29 18:31:26

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

jslomba wrote:

WindowsExplorer wrote:

Oh yea, I forgot about that! Also, good news for Gopher, ProgrammingFreak, WindowsExplorer, mcsugarface, flashgocrazy, Magnie, jack and Garlic!

What about me?

You didn't sign up for teh site. You can do it now though, just go to the requests page and request your username and password and I'll add you (I'm not taking any more account requests, only jslomba's)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#8 2011-10-29 18:41:02

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

WindowsExplorer wrote:

jslomba wrote:

WindowsExplorer wrote:

Oh yea, I forgot about that! Also, good news for Gopher, ProgrammingFreak, WindowsExplorer, mcsugarface, flashgocrazy, Magnie, jack and Garlic!

What about me?

You didn't sign up for teh site. You can do it now though, just go to the requests page and request your username and password and I'll add you (I'm not taking any more account requests, only jslomba's)

Don't remember joining....
I just said that it was slow...

Offline

 

#9 2011-10-29 18:41:28

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: LOOk HERE!!! IT'S AWSOME!!!

i sent a request, but I'm not sure if it got sent...i get a 404 error page when i click the request button.

btw I'm jack


Fork Clamor on GitHub!

Offline

 

#10 2011-10-29 18:43:56

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

ohaiderstudios wrote:

i sent a request, but I'm not sure if it got sent...i get a 404 error page when i click the request button.

btw I'm jack

fixed now!

@ProgrammingFreak: I added you when you said you wanted to be a dev.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#11 2011-10-29 18:45:00

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

Please send your requests again.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#12 2011-10-30 08:20:28

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

Re: LOOk HERE!!! IT'S AWSOME!!!

Now just 24 characters! (You don't technically need the ?> at the end of PHP files.)

Code:

<?php print_r($_SERVER);

/* No comment */

Offline

 

#13 2011-10-30 08:25:31

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

TheSuccessor wrote:

Now just 24 characters! (You don't technically need the ?> at the end of PHP files.)

Code:

<?php print_r($_SERVER);

Now only 24 chars!

Code:

<?php print_r($_SERVER);

http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#14 2011-10-30 17:00:02

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

WindowsExplorer wrote:

ohaiderstudios wrote:

i sent a request, but I'm not sure if it got sent...i get a 404 error page when i click the request button.

btw I'm jack

fixed now!

@ProgrammingFreak: I added you when you said you wanted to be a dev.

Oh, for the blog.....
thats all....

Offline

 

#15 2011-10-30 17:04:47

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: LOOk HERE!!! IT'S AWSOME!!!

ProgrammingFreak wrote:

WindowsExplorer wrote:

ohaiderstudios wrote:

i sent a request, but I'm not sure if it got sent...i get a 404 error page when i click the request button.

btw I'm jack

fixed now!

@ProgrammingFreak: I added you when you said you wanted to be a dev.

Oh, for the blog.....
thats all....

Ok, I'll just ejust the settings. You will have dev powers in a few days. I need some time for it!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

Board footer