Tag Archives: snippet

Randomize Background Image Using PHP

Randomize Background Image Using PHP

Randomize Background Image using php. Set up and array of filenames, which correspond to the file names of the images you are trying to randomize. At page refresh your visitors get to see a different background... 

PHP Flickr! photo album on your website

PHP Flickr! photo album on your website

This code uses your Flickr! account and creates the URLs to the pictures for display on your own personal website! The full documentation is available at http://www.strydominc.za.net/index.php?p=projectdetail&d=phpflickrphoto <?php /************************************************* www.strydominc.za.net Created... 

PHP code to get user IP and Ban by IP

PHP code to get user IP and Ban by IP

PHP code to get user IP and compare to others in a file, and ban if they match. This code snippet will read the IP’s  from the txt file with your IP’s listed that you would like to ban, this...