• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Jun-2023-

index.phpH A D25-Jun-20231.2 KiB3333

javascript_api.jsH A D25-Jun-20237.4 KiB312234

phpThumb.demo.check.phpH A D25-Jun-202331.3 KiB580503

phpThumb.demo.demo.phpH A D25-Jun-202329 KiB302255

phpThumb.demo.gallery.phpH A D25-Jun-20235.6 KiB10683

phpThumb.demo.object.phpH A D25-Jun-20234.3 KiB8634

phpThumb.demo.object.simple.phpH A D25-Jun-20232.8 KiB6423

phpThumb.demo.random.phpH A D25-Jun-20233.6 KiB9769

phpThumb.demo.showpic.phpH A D25-Jun-20235.6 KiB14066

readme.demos.txtH A D25-Jun-20232.1 KiB5037

readme.demos.txt

1//////////////////////////////////////////////////////////////////
2//   phpThumb() by James Heinrich <info@silisoftware.com>       //
3//        available at http://phpthumb.sourceforge.net          //
4//             and/or https://github.com/JamesHeinrich/phpThumb //
5//////////////////////////////////////////////////////////////////
6///                                                             //
7//    phpThumb() included and related demos                     //
8//                                                             ///
9//////////////////////////////////////////////////////////////////
10
11The phpThumb() distribution includes several demos, and it
12should be self-evident what they do when you run them:
13
14* phpThumb.demo.check.php - configuration checker, will check
15    your config file and server configuration and warn of any
16    potential problems
17
18* phpThumb.demo.demo.php - shows a wide variety of samples,
19    basically all the different features and filters of phpThumb.
20    Note: sample image files are not included in the distribution
21    but can be downloaded from http://phpthumb.sourceforge.net/demo
22
23* phpThumb.demo.gallery.php - basic demonstration of a photo
24    gallery with ability to browse subdirectories. May use
25    phpThumb.demo.showpic.php for fullsize popup display
26
27* phpThumb.demo.showpic.php - auto-resizes a popup window to
28    match the dimensions of the image it is displaying
29
30* phpThumb.demo.object.php - example of how to call phpThumb
31    as an object.
32
33* phpThumb.demo.object.simple.php - simplified version of
34    phpThumb.demo.object.php with fewer options shown.
35
36* phpThumb.demo.random.php - select & display a random thumbnail
37    from a directory of images.
38
39
40
41Other people have created useful demos and/or extensions to
42phpThumb(). Some of these I know of are:
43(also see http://phpthumb.sourceforge.net for an updated list)
44
45* iManager/iBrowser        - http://www.j-cons.com/news/
46* ThumbnailSelector        - http://www.silisoftware.com/scripts/ThumbnailSelector
47* Applejuice Build_Gallery - http://twofivethreetwo.com/?nav=scripts
48
49If you know of any others you think should be mentioned here
50please let me know: info@silisoftware.com