Browsing articles tagged with " server"
1
2009
The Conficker Worm: Random Threat Or Something More?
With the arrival of April 1st, concerns among security experts are on the rise with respect to the threat of the Conficker worm, the latest version of which is reportedly set to activate on this day and wreak havoc in the world. This worm targets the Microsoft Windows operating system. Conficker (also known as[.....]
Continue Reading »24
2009
IP Address of Remote Computer Using PHP
PHP provides a built-in facility to detect the IP address of the visitor using the $_SERVER superglobal array. Using the ‘REMOTE_ADDR’ element as an index value for this array, you can easily get the IP address as: $_SERVER['REMOTE_ADDR'] You can either print it, or treat it as a variable. Heck, store it in another[.....]
Continue Reading »





An article by

