Zend - The PHP Company




Miscellaneous

Add Code


IP Hider Obscure Any URL  

Type: code fragment
Added by: idban
Entered: 17/06/2000
Last modified: 07/12/2001
Rating: **** (16 votes)
Views: 54047
IP hider, Obscure Any URL Anonymity, connection lores, obfuscation, corporate survival base on http://www.searchlores.org/obscure.htm


<?
/* 
special thanks to steven ( steven-at-haryan.to, http://steven.haryan.to/ ) for great explain about obscure

Greeting to: 
my wife desy fatmawati, my doughter nadia and natasya :) hello there..... 
my friends at satunet developer crew ( steven, edwin, eko, Adhi EN, mas PY )
my luvly boss at satunet :) hello boss Andy Luhur  
my div kafegaul.com heheh got ads yet? 

please distribute as GPL DONT sell it :)  

regard, 

idban secandri, feb 2000
http://php.klik.or.id 

other resource on 
http://www.searchlores.org/obscure.htm
*/ 
?>
<form method="POST" action="<? echo $PHP_SELF ?>">
<div align="left"><p>
<small><font face="Verdana"><strong>IP Hider, put your ip here and hide it! :) : </strong></font></small></p>
</div>
<div align="left"><p>
<input type="text" name="one" maxlength="3" size="3"><strong>-</strong>
<input type="text" name="two" maxlength="3" size="3"><strong>-</strong>
<input type="text" name="three" maxlength="3" size="3"><strong>-</strong>
<input type="text" name="four" maxlength="3" size="3"> 
<input type="submit" nama="submit" value="go hide it"></p>
</div>
</form>

<? 
if($REQUEST_METHOD == "POST"){
$hide=(((($one*256+$two)*256)+$three)*256+$four);
echo (
"IP =  $one.$two.$three.$fourn<br>");
echo (
"now become $hiden<br>");
echo (
"try it <a href="http://$hide">http://$hide</a>n<br>");
}
?>


Usage Example


See the example


Rate This Script





Search



This Category All Categories