MyOpE ^^^^^ Version: v1.0 Date: 2009/09/29 Programmer: MANEGLIA Yves State: public freeware email: yves.maneglia@libertysurf.fr homepage: http://maneglia.blogspot.com/ What is MyOpE ? ^^^^^^^^^^^^^^^ MyOpE is a free Online Php viewer. It can browse folder to display file and image informations. Features ^^^^^^^^ - Easily installable : just download and unzip MyOpE at top directory you want to explore (Be aware that your server must support php with GD and Exif module) - Show JPG/TIF thumbnail if present in Exif section of the photo (nowadays all camera put thumbnail in photos) - Generate JPG/TIF thumbnail if not present in Exif section of the photo (however for this the whole image must be loaded which can take a lot of time) - Generate GIF/PNG thumbnail as usually this pictures have small sizes. - Show user comment trough balloon window if present in Exif section of the photo - Show file name - Associate and show icon for each kind of file or folder - Generate and show file or folder information (Type, Size, Last modified date) trough balloon window - Autoadapt diplayed text and image size according to the users client window (calculate only once at start, but you can then zoom-in or zoom-out by changing the number value present in the address bar of your navigator). - Navigate trough folder (you won't be able to navigate up to parent directory of where MyOpE script was installed) - Easily customizable : you can change the explorer aspect (size and display rule of thumbnails, add other file type association, put your own icons... For further details, read readme.txt file) License ^^^^^^^ MyOpE is public freeware, however i can fix bugs and suggestions are welcome. Public Domain: Products in the public domain have no license. They are explicitly not owned by anyone, and anyone may get them and do what they like with them. This may occur when an author decides he no longer has the time or interest to maintain a program, and will release it to the public domain for the use of anyone who has an interest. The product is freely available, but the author has no responsibility for it, is not required to fix bugs or make enhancements, and is not liable if the product causes a problem for you. FAQ ^^^ Q : How do i install MyOpE on my Website ? A : Just unzip MyOpE on the top folder you want to explore. Beware that as it is a PHP code, your Website need to support PHP (note that you can test MyOpE locally on your computer if you have already installed some PHP server like Wamp for example) Q : My photos are not previewed, there is an icon instead, whats wrong ? A : MyOpE displays image thumbnails only when they are present in the EXIF section of your photos. So in your case you should add thumbnail in your photo by using Exifer freeware (Exifer can add thumbnails for multiple photos at once if you select them in the same time) Q : I want to see a comment of my photo in the balloon window, how to do it ? A : MyOpE displays user comment only when they are present in the EXIF section of your photos. Try to add/edit the comment by using freeware like Exifer. Q : How do i change MyOpE icons ? A : Just replace existing PNG file by your own images (note that a really big source for finding/asking for new icon is to be found at PngFactory). Q : How can i create transparent GIF or PNG like MyOpE icons ? A : You can use freewares like GIMP or Photofiltre (note that MyOpE icons have been created by using Inkscape, an open source Scalable Vector Graphic editor. Even if limited compared to GIMP, the SVG aspect of Inkscape seduced me. Once created i used Photofiltre to create transparent effect) Q : How can i change displayed icon size, file type association or information ? A : You need to edit MyOpE.php file. The file starts whith a parameter section (with comments) that you can edit. Try to have a look, you will find that easy to make changes like file names or variable numbers (note that you can choose to hide files or folder, but as it is in the script, you should protect these by yourself) Q : MyOpE doesn't display the same way in Firefox or IE. A : MyOpE hould be displayed correctly in Firefox 3 and IE8, but i don't know for older browser (if you see a baloon window centered on the icon you survol with the mouse, then the display is not correct). That is because MyOpE Doctype is still html and not xhtml. The reason is that when i started to writte the code i was totally beginer in html/css/php programming and thus not aware of display problem in web browser.