well it has something to do with video because i'm trying to take still frames from my videos and display them randomly on my video page. the problem is when i open the file in notepad, i get jibberish.
Hiveware makes no representations or warranties about
the suitability of the software, either express or
implied, including but not limited to the implied
warranties of merchantability, fitness for a particular
purpose, or non-infringement. Hiveware shall not be
liable for any damages suffered by licensee as a
result of using, modifying or distributing this
software or its derivatives.
*/
// Modify the following line before using this script
$folder = "change_this";
The image randomizer you picked REQUIRES PHP to be on your Web server. While many ISP's have it installed not all do. Check first to be sure it is installed and you have permission to use it.
Next this line in the script: $folder = "change_this";
needs to point to the path you put the script and images
So in any text editor like Notepad change that line, save, load to your web server, then also upload the images to the same path and then see if it works.
You don't need to know how the rest of the scipt works, there's nothing else you can change unless you know Java Scripting.
no, i get this (below). i tried to use the script you posted and it didn't work. i opened it in notepad and changed the "modify this" line to the url of the folder (which i'm not sure is correct). then uploaded the script to the folder and changed the name to random.php (and deleted the .txt at the end). i made an html page with the script url in place of the image, but it doesn't work. any ideas?