I looked at several other post on this subject, but none of the answers seemed to help. Please take a look.
1) Script Title: PHP Photo Album script v2.11 not showing
2) Script URL (on DD): www.legendtvonline.com/blackMail.html
3) Describe problem: I haven't been able to get this script to work. Your help with be greatly appreciated.
Please let me know what additional information may help.Code:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>BlackMail Premier</title> <script type="text/javascript" src="http://www.legendtvoneline.com/blkMailAlbum/getalbumpics.php?id=blkMail"></script> <script type="text/javascript"> //Optional, manual description for particular pictures inside album //Syntax: albumid.desc[index]="Picture description here" //eg: myvacation.desc[2]="This is description for the 3rd picture in the album" //eg: myvacation.desc[6]="This is description for the 7th picture in the album" </script> <script type="text/javascript" src="Scripts/dphpalbum.js"> /*********************************************** * PHP Photo Album script v2.0- (c) Dynamic Drive DHTM L code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script> <link rel="stylesheet" type="text/css" href="css/dphpalbum.css" /> </head> <body> <img src="/Images/loading.gif" width="16" height="16" align="absmiddle"> <script type="text/javascript"> new phpimagealbum({ albumvar: blkMail, //ID of photo album to display (based on getpics.php?id=xxx) dimensions: [3,3], sortby: ["file", "asc"], //["file" or "date", "asc" or "desc"] autodesc: "Photo %i", //Auto add a description beneath each picture? (use keyword %i for image position, %d for image date) showsourceorder: true, //Show source order of each picture? (helpful during set up stage) onphotoclick:function(thumbref, thumbindex, thumbfilename){ thumbnailviewer.loadimage(thumbref.src, "fit2screen") } }) </script> </body> </html>



Reply With Quote
Bookmarks