Skip to content

Download Jaipho

jaipho-0.55.00.zip
160.42 KB
view

Download Pipho

pipho-1.02.01.zip
153.85 KB
view

Support Jaipho

Jaipho beta is a free script and we hope that you enjoy using it. If you do, here is a way that you can show us that you appreciate the hard work that we've done for you!





Pipho 1.01 - Images sort order

August 9, 2009 by Tole

This version mostly implements features which in past period few users requested.
New features:

Sorting
Till now, gallery images were shown only in filesystem order. Now through PIPHO_SORT_GALLERIES_ and PIPHO_SORT_IMAGES_ constants (6 in total), you can specify in which order your, both galleries and photos, will be displayed on screen.

Turn off resizing slides
If your gallery photos are all ready optimally re sized for iPhone (320x480) you should set PIPHO_SLIDE_RESIZE_ENABLED constant on false. If kept at true, your image quality could be downgraded. For larger images, keep this constant on default value (true).

Preloaded Gallery list
When listing galleries with Pipho_FileManager getGalleries(), you can use preloaded image as your gallery teaser image. Preloaded is first image found in gallery folder.

Misc
More descriptive exception messages.
When there is no gallery description file, gallery title is set as folder name.
Distributed with jaipho 0.52.1

In the Pipho main article http://www.jaipho.com/content/pipho-php-image-gallery-iphone you can check all configuration constants, including this new ones.

AttachmentSize
pipho-1.01.00.zip83.77 KB

Comments

PHP error

August 11, 2009 by Anonymous, 2 years 25 weeks ago
Comment id: 24

I love the idea of your software, but have been unable to implement it. I am running a Linux server (CentOS 5) with Apache and PHP5. I get the following errors:

[Tue Aug 11 11:29:22 2009] [error] [client 192.168.0.73] PHP Notice: Undefined index: filename in /var/www/html/iphonepic/library/Pipho/FileManager.php on line 184
[Tue Aug 11 11:29:22 2009] [error] [client 192.168.0.73] PHP Notice: Undefined index: filename in /var/www/html/iphonepic/library/Pipho/FileManager.php on line 189
[Tue Aug 11 11:29:22 2009] [error] [client 192.168.0.73] PHP Fatal error: Call to undefined function imagecreatefromjpeg() in /var/www/html/iphonepic/library/Pipho/ImageResizer.php on line 32

I have changed the permissions. Any help would be great.

Pipho requires php gd library installed

August 11, 2009 by Tole, 2 years 25 weeks ago
Comment id: 25

And how to install it on your server you can check here http://www.php.net/manual/en/image.installation.php

I'll add that info to Pipho main article

installing php-gd did the trick.

August 12, 2009 by Anonymous, 2 years 25 weeks ago
Comment id: 26

Sorry didn't see that anywhere in the documentation. That solved the problem and works great.