Latest Topics
Page generated in seconds x.xxxx
You’ve probably noticed at some sites a little message, mainly in the page footer, type ‘ Page generated in 0th seconds …. ‘or something similar. Here you can learn how to easily make using PHP microtime() function Read more about Page generated in seconds x.xxxx …
PHP: Methods to encrypt and decrypt with private key (part 3)
CURL cookie.txt file format
PHP: Methods to encrypt and decrypt with private key (part 2)
PHP: Methods to encrypt and decrypt with private key (part 1)
Create a Search Box using CSS/HTML
Nowadays, most websites come with a search box to improve surfing experience. To make your website looks good, beside having a nice looking theme, you would need a fancy search box to replace the classic ones. Read more about Create a Search Box using CSS/HTML …
PHP: Using SOCKS4 with SSL connection
PHP SOCKS4 Interface
MD5 Encrypting Password
The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been employed in a wide variety of security applications, and is also commonly used to check data integrity. MD5 was designed by Ron Rivest in 1991 to replace an earlier hash function, MD4. An MD5 hash is typically expressed as a hexadecimal number, 32 digits long.(Wiki)
Read more about MD5 Encrypting Password …