thanks for downloading this pack of Free Animated gifs from http://gameznet.com.au If you use them in a website please acknowledge us by linking back to the following URL with an aknowledgement: http://gameznet.com.au/galleries/free-animated-gifs/ After unzipping the files you can upload the entire directory to your server.. open the index.php file in your editor ( or upload and then edit it from cpanel file manager) to edit the file simply replace the directory path with yours.. if you use the same structure as specified you should only have to find and replace the domain name gameznet.com.au with your own and then you are done. to display them, you then just include that index.php file within any other .html or .php file USE IT IN WORDPRESS to embed the animated gifs into a wordpress site install this plugin: https://wordpress.org/plugins/insert-php/ easy way: while logged into your wordpress site copy and paste the following url into your browser: http://yourwordpresssite.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=insert-php&TB_iframe=true&width=600&height=550 obviously change yourwordpresssite.com to be your own domain then visit the link to install the plugin. Remember to activate it.. Unzip the animated gifs to your hard drive.. edit the index.php file with your filepath information upload the directory of animated gifs to your website. next create a new page or post... or choose an existing page or post to add the animated gifs too.. If you have correctly edited the index.php file and uploaded the directory all you need to do is add a shortcode where you want them to display.. EXAMPLE in this example we are using the aliens animated gifs pack downloaded from here: http://gameznet.com.au/special-interests/aliens/alien-animated-gifs/ Here is an example shortcode for wordpress with the above plugin installed... [insert_php] include(ABSPATH . '/aliens/animated/index.php'); [/insert_php] the folder called aliens is uploaded to /public_html/aliens/ so in the shortcode we tell php it is an absolute path with ABSPATH then we specify the full path to the index.php file relative to our public_html folder (site root) in this case /aliens/animated/index.php referr to the "insert php" plugin you installed for additional help and information... should you have any issues please visit http://gameznet.com.au/animated-gifs/alien-animated-gifs and leave a comment which I will reply too. :) Now since the script is dynamically reading the directory of animated gifs all you need to do to add more images is upload them into the directory to delete any, just delete them from the directory. cheers Demonstoned http://gameznet.com.au