I Made a thing that prints all your computer php SERVER info using just 3 lines of 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)
Offline
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
Oh yea, I forgot about that! Also, good news for Gopher, ProgrammingFreak, WindowsExplorer, mcsugarface, flashgocrazy, Magnie, jack and Garlic!
Offline
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.
Offline
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)
Offline
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
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
Offline
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.
Offline
Now just 24 characters! (You don't technically need the ?> at the end of PHP files.)
<?php print_r($_SERVER);
Offline
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!
<?php print_r($_SERVER);
Offline
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 jackfixed now!
@ProgrammingFreak: I added you when you said you wanted to be a dev.
Oh, for the blog.....
thats all....
Offline
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 jackfixed 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!
Offline