PHP

How to Create Snapshots using WordPress.com

WordPress

Create dynamic website screenshot using WordPress.com

 

Vulnerability Found in the TimThumb script

WordPress

I just read from the VaultPress blog that they’ve found a vulnerability in this popular script.

 

PHP Random Password Generator

PHP

How to create a random password generator with PHP. The code basically uses predefined characters to create a string. You can set the length and the strength.

 

How to calculate relative time PHP

PHP

Do you remember the post I wrote about How to calculate relative time like facebook? The code was a little bit messy so today i’ll show you a short snippet.

 

How to get the visitor IP

PHP

You just need to use the following server PHP variable…

 

How to calculate relative time like facebook

PHP

This snippet returns the relative time from a given date. Just like facebook does.