WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
Internet Security Software
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : IPhider Obscure Any URL Anonymity connection lores obfuscation corporate survival.
Categories : PHP, Algorithms, Security, URLs Update Picture
idban secandri
Date : Jun 16th 2000
Grade : 3 of 5 (graded 2 times)
Viewed : 13649
File : hide.php3
Images : No Images for this code example.
Search : More code by idban secandri
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

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
Function to generate readable/remeberable random password
Categories : PHP, Security, 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
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
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
Dollar Serial Number Validator
Categories : PHP, Security, Algorithms
Kasskooye($path) tell you the complete size of a folder
Categories : PHP, Algorithms, Utilities, Filesystem
what salt do I have to feed the crypt function with to make it work like the htpasswd command of apache?
Categories : Algorithms, PHP, Authentication
Mail-lib provides a simple interface to the sendmail program. Note: you must actually have sendmail on your machine (sorry windows NT users).
Categories : Algorithms, Email, PHP
Object() = Custom __autoload + Singleton. "automagically" instantiates a class and always retuns the same instance of the same class. It's pretty useful when you want to have persistence in objects.
Categories : PHP, PHP Classes, Algorithms
Diffusion-Limited Aggregation visualization
Categories : PHP, Graphics, Algorithms, Math.
rawurldecode -- Decode URL-encoded strings
Categories : PHP, PHP Functions, URLs
The Porter Word Stemming Algorithm in PHP Reduces words to their base stem for search engines and indexing
Categories : Algorithms, PHP, Strings
Reverse a given number
Categories : PHP, Beginner Guides, Algorithms, Math.
Passgen: Automatically generate mixed case alpha numeric passwords
Categories : PHP, Security