You are seeing this very light version of the page, as you are using an outdated browser!
Onlinetools.org is done in XHTML 1.0 and supports CSS 2.0, please upgrade your browser if you want a better version of this site.
Thank you, please help us developers keep up with the industry rather than patching our code for outdated applications.

open or close right navigation

PHPImageView

Advertisement:
Version History
Short information
Restrictions
Requirements
Long Information
Installation notes
Usage notes


Category: PHP Version:2.2
Last page update:14.04.2003

»Download PHPImageView.

Version History

- 2.2 Security fixes
- 1.0 Initial release

Short information

PHPImageView allows you to generate a web page that displays all the images in a folder. You choose how the pictures are linked from the page. Changing the content of the folder automatically updates the page.

back up

Restrictions

- Do not use it for non-private, profit orientated sites
back up

Requirements

- PHP 4
- correct file attribute settings
back up

Long information

If you want to display some pictures on the net, you either make thumbnails or create a list of textlinks linking to the images. In each case you have to change the HTML when you add/remove or rename images in the list.

With PHPImageView a routine does that job for you. You just put a PHP document, that includes PHPImageView, in the folder and the routine will read all images in the dir and create a displayer page for them. You can either choose to have a dropdown list and a show button, for and next buttons on the sides of the image, or numbered textlinks linking to the images.

You can display the image name and the information which image of how many is currently displayed.

The names for the dropdown list and the name display are the same as the file names, they just get capitalised and the file extension gets stripped.

if your pic is called coolpic.jpg, the display will read "Coolpic". To add/remove pictures simply delete them, or copy them to the folder.

back up

Installation Notes

To configure PHPImageView for your needs, change the values in the code:

$bg="#cccccc";
background of the for+next cells
$fornext=1;
display for and next links (1=yes 0=no)
$next="<b>&gt;&gt;</b>";
text displayed in the next cell
$last="<b>&lt;&lt;</b>";
text displayed in the last cell
$textlinks=1;
display numbered textlinks (1=yes 0=no)
$dropdown=1;
display dropdown menu with names (1=yes 0=no)
$dropdowntext="show";
text on the button next to the dropdown
$namedisp=1;
display name of the image (capitalized filename) (1=yes 0=no)
$xofy=1;
display "pic x of y" (1=yes 0=no)
back up

Usage Notes

To use PHPImageView you simply put a php document with the PHPImageView code included in the folder of your images.

The script will read the directory, sort out all files that are no pictures (not .gif .jpg or .png, please rename .jpeg files to .jpg) and create the links to them according to the variables you set in the first view lines of the code.

back up


Search:

 

Font:

Click to decrease fontsizeClick to increase fontsize

Text-colour:


Background:


sponsored by :

NWU

Help Onlinetools.org

Help onlinetools.org, donate via paypal

Partners

easyPHP

icons

Link to us

copy the code here:


Powered by EasyCMS