Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Flush MYSQL Cache

If you are using mysql_query_cache and you want to defragment the memory from time to time, you can flush the query cache.

mysql>FLUSH QUERY CACHE;