|
|
|
i can explain much :) someone has make brief about this on http://www.searchlores.org/obscure.htm
if you want see how this script work just go here http://php.klik.or.id/hide.php3
thanks
idban secandri
<?
/*
special thanks to steven ( steven-at-haryan.to, http://steven.haryan.to/ ) for great explain about obscure
Greeting to:
my wife desy farmawati, 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
http://php.klik.or.id
other resource on
http://www.searchlores.org/obscure.htm
*/
?>
see this!, <a href="http://3399362436/~idban/hide.php">http://3399362436/~idban/hide.php3</a> that URL is alive
<br>wanna try? just click it, if you want hide any IP just use form below.<br><br>
<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>
want the source? <a href="http://www.zend.com/codex.php?id=181&single=1">here</a><br><br>
<?
if($REQUEST_METHOD == "POST"){
$hide=(((($one*256+$two)*256)+$three)*256+$four);
echo ("IP = $one.$two.$three.$four\n<br>");
echo ("now become $hide\n<br>");
echo ("try it <a href=\"http://$hide\">http://$hide</a>\n<br>");
}
?> |
|
| A damaged image generator (class) for validating text.
CAPTCHA - Completely Automated Public Turing test to tell Computers and Humans Apart Categories : PHP, PHP Classes, Security, GD image library, Security | | | Password Creator: This PHP code exmaple shows how to use bitwise operations on a single variable and using it as a flagged variable. The class generates passwords of a given length using specified characters and the flags. Categories : PHP, PHP Classes, Algorithms, Security | | | SHA: Implementation of the Secure Hash Algorithm in pure PHP. This is a secure one-way function that can be used to perform challenge
response login algorithms over an insecure connection. Categories : Algorithms, PHP, Security | | | PHP Function to Encrypt/Decrypt a string without a known key. The string itself has his own different key for every character. Categories : PHP, Algorithms, Security, Authentication, Encryption | | | Dollar Serial Number Validator Categories : PHP, Security, Algorithms | | | SubmitForce URL power submitter (searchengine submission class) Categories : PHP, Search Engines, URLs, PHP Classes | | | Check parameters validity. Paranoia was designed to check the validity of the parameters that a php page will receive after a form submission. It can be used to check the variables sent by POST or GET Categories : Algorithms, HTML and PHP, PHP, Variables | | | textwrap fill-paragraph (justification) Categories : Strings, PHP, Algorithms | | | Function that returns an IP Address if it's correct. IMPROVED!!! Categories : PHP, Algorithms, Network | | | Diffusion-Limited Aggregation visualization Categories : PHP, Graphics, Algorithms, Math. | | | Use of bitmasks to represent permissions Categories : PHP, Authentication, Bitwise Operators, Security, PHP Classes | | | Reverse a given number Categories : PHP, Beginner Guides, Algorithms, Math. | | | A login page that require username, password and userlevel. Categories : PHP, Security, Sessions, MySQL, Databases | | | Calculate the great circle distance between two latitude/longitudes
Categories : Algorithms, PHP | | | A very simple way to build and do a hierarchical html categories browser without javascript , just using html php and mySql
Categories : HTML and PHP, Databases, Algorithms, PHP, MySQL | |
|
|