(12-09-2009, 04:43 AM)shadowlord Wrote: the person who programmed that virus was reaaaaaaaaaallllllllyy smart!
I wouldnt say.
(12-09-2009, 04:43 AM)shadowlord Wrote: He can find out your IP Adress , country
Those things are send through any http connection between a server and a client.
In php if you write:
PHP-Code:
echo $_SERVER['REMOTE_ADDR']; |
It will tell the users ip address.
And as you said country is probably from the IP address.
Even more info at http://danasoft.com.
I could probably make something like this to.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.