Index of /

 NameLast modifiedSizeDescription

 js/ 2026-08-18 03:51 -  
 core/ 2026-08-18 03:51 -  
 email.php 2026-04-21 11:53 15K 
 staff.php 2026-02-02 16:43 6.3K 
 php.ini.ea4new 2019-04-18 19:08 66K 
 php.ini.ea4bak 2019-03-06 15:08 66K 
 theframemaker/ 2016-04-22 15:14 -  
 ssv3_directory.php 2016-03-11 16:22 401  
 conciergeframing.php 2016-02-08 16:14 11K 
 shadowboxframes.php 2016-02-08 12:57 8.8K 
 museumqualityframing..>2016-02-08 12:56 12K 
 customframing.php 2016-02-08 12:47 11K 
 system/ 2016-01-25 11:14 -  
 falconstreetoffices/ 2016-01-13 14:14 -  
 php.ini.php-upgrade-..>2015-12-18 07:55 41K 
 images/ 2015-09-08 14:31 -  
 gettingstarted.php 2015-09-02 15:45 6.7K 
 shows.php 2014-04-17 13:41 2.4K 
 thankyou.php 2014-04-17 13:31 3.9K 
 pictureframeinstalla..>2014-04-17 13:27 8.8K 
 joinus.php 2014-04-17 13:25 14K 
 drive.php 2014-04-17 13:23 4.8K 
 php.ini.php-upgrade-..>2014-02-18 18:20 40K 
 500.shtml 2010-02-15 13:57 71  
 favicon.ico 2010-02-01 22:06 822  
 john/ 2009-01-10 00:03 -  
 a1/ 2009-01-04 22:57 -  
 cf4a/ 2008-12-02 02:41 -  
 currentshow/ 2008-07-29 01:41 -  
 currentshowphp/ 2008-07-02 18:02 -  
 rauschenberg.php 2008-05-15 10:10 4.4K 
 templates/ 2008-04-01 23:01 -  
 slideshow.php 2008-03-31 23:41 7.4K 
 INSTALLATION.html 2008-03-31 19:00 3.9K 
 portfolio/ 2008-03-31 18:24 -  
 results.php 2008-03-30 13:31 4.2K 
 404.shtml 2008-03-08 07:55 614  
 test-Brian.php 2008-03-01 09:14 331  
 infopage.php 2008-02-27 10:20 2.2K 
 phpinfo.php 2008-02-21 21:22 19  
 rss2html.php 2008-02-19 07:05 51K 
 fantastico_fileslist..>2008-02-19 01:39 197  
 cgi-bin/ 2008-02-19 01:17 -  
 fantversion.php 2005-09-16 08:00 37  
 docs/ 2005-09-16 02:20 -  
 files/ 2005-09-16 02:14 -  
 conf/ 2005-09-16 02:14 -  
 manual/ 2005-09-13 11:27 -  
 themes/ 2005-09-13 11:27 -  
 mod/ 2005-09-13 11:27 -  
 lib/ 2005-08-25 11:46 -  
 security.php 2005-08-17 07:33 2.7K 
 event.php 2005-03-01 10:24 348  
 page.php 2005-03-01 08:33 412  
 form.php 2005-03-01 08:33 429  
 file.php 2005-03-01 08:33 491  
 announce.php 2005-03-01 08:33 409  
 article.php 2004-11-24 12:40 274  
 mod.php 2003-02-28 12:39 1.3K 
 admin/ 2002-09-09 10:53 -  

Using the Portfolio Slideshow

How to Use the Portfolio Slideshow

Installation

In your PHP page, include the following wherever you want the slideshow to appear:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?OPTIONS"); ?>

Where OPTIONS can be:

Examples:

Event slideshow:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?type=frame&thumbWidth=153&imageWidth=450&slideshowHeight=250"); ?>

Community slideshow with slideshow turned off:

<?PHP include("http://finecustompictureframing.com/portfolio/slideshow.php?type=community&thumbWidth=153&imageWidth=450&slideshow=off"); ?>

CSS Styles:

The slideshow uses the css stylesheet of the page in which the slideshow is included and uses the following styles:

The image zoom page uses the http://finecustompictureframing.com/portfolio/portfolio.css stylesheet and the following styles:

Editing the Database:

Simply add new records to the images table in the finecust_images database and fill in all applicable fields. The only truly necessary field is image_url. All other fields may be left blank (aka NULL) and the slideshow viewer will simply ignore them. When adding new rows via phpMyAdmin, leave the id field blank, it is an auto_increment primary key field and will automatically be filled with the next number in the sequence. **SPECIAL NOTE**: the h1_text field should be set to ZOOMIMAGE in the case where you want the link to open up the image zoom page (this is because the slideshow will construct the URL automatically).

NOTE: the image_url location is relative to the document root of your server. This means that /pix refers to http://finecustompictureframing.com/pix If you want your pictures to be inside theframemaker, your image_url would have to piont to /theframemaker/pix

That's it!