Latest Tweets

A snippet in php to know your ip Address

Well its a small script i have written in php just for testing the use of

$HTTP_SERVER_VARS["REMOTE_ADDR"];

Handle in php its really use full and help full i think to get you ip in any pphp-logoen test or any thing , well its kind of script kiddies too.
But i am learning ;)

Here is the full code

<?php
$ip = $HTTP_SERVER_VARS["REMOTE_ADDR"];
echo $ip;
?>

hope it helped you …


Happy Hacking @hackerthedude

plz subscribe

Previous
Next Post »
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();