Here`s a free php youtube video downloader script. It can be integrated in wordpress or any other site that uses php. You can use it as by linking to yoursite/youtube.php or by including it with a iframe. To include it
Simple php image rotator
I am going to make a simple php image rotator that can also be used as a banner rotator. First, create a new file called “images.txt”. In this file, write embed code for your images, one per line, like: <img
Disable news in wp-admin
This is the fastest way to remove the news from the wordpress admin dashboard. Open up your favorite ftp program and connect to your blog. In the wp-admin folder find the file index.php, make a backup of this file just
Simple text based hit counter
First make a new file called stats.txt and one called stats.php Give write permission on the .txt file (CHMOD 666 or 777 if you don`t see a growing count) php code for .php file <?php //set data file name/path $data=’stats.txt’;