Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 26-Jun-2023 | - | ||||
index.php | H A D | 25-Jun-2023 | 1.2 KiB | 33 | 33 | |
javascript_api.js | H A D | 25-Jun-2023 | 7.4 KiB | 312 | 234 | |
phpThumb.demo.check.php | H A D | 25-Jun-2023 | 31.3 KiB | 580 | 503 | |
phpThumb.demo.demo.php | H A D | 25-Jun-2023 | 29 KiB | 302 | 255 | |
phpThumb.demo.gallery.php | H A D | 25-Jun-2023 | 5.6 KiB | 106 | 83 | |
phpThumb.demo.object.php | H A D | 25-Jun-2023 | 4.3 KiB | 86 | 34 | |
phpThumb.demo.object.simple.php | H A D | 25-Jun-2023 | 2.8 KiB | 64 | 23 | |
phpThumb.demo.random.php | H A D | 25-Jun-2023 | 3.6 KiB | 97 | 69 | |
phpThumb.demo.showpic.php | H A D | 25-Jun-2023 | 5.6 KiB | 140 | 66 | |
readme.demos.txt | H A D | 25-Jun-2023 | 2.1 KiB | 50 | 37 |
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