Total downloads: 45739
Category: Flash PHP
File last revision: 31, Dec 1969 04:12:00
License: LGPL
AMFPHP/GD/MySQL and Flash8 Image gallery.
It supports also paoramic images, e-cards composing, images download, stage resizing search, sort of thumbs, votes, comments...
Step by step installation tutorial:
http://www.sephiroth.it/phpBB/showthread.php?t=5918
If you need help with setup e-card system, read this article:
http://www.sephiroth.it/.../with_ImageBrowser3
Flash content
Comments (181)
it seems to be willing to load now, but while the .swf is loading I get the following message :
The class file {GalleryServiceServlet} exists but could not be included. The file may have syntax errors, on includes at the top of the file can not be resolved.
And it stops loading there, no folders or images are being shown...
I checked the includes in the servlet.php file but they all point to existing files so I have no idea what's still missing :(
Hi guys,
Not sure if I'm the only one running into issues with the admin pages; I have edited the 2 config files (the one in the admin directory and the config.inc.php). Adding a category works fine, on/offlining them works too, but I can't add an album (folder) for some reason.. I have tried to do this using the admin pages and directly into the DB with a query in e.g. phpmyadmin, but it simply won't show up when I click 'Folders' in the admin page...
Does anyone have a clue how to fix this?
flash 8 and serializer works fine if you change all the "add" to "+" in the Serializer.as file on your computer. Just a tip for the future!
Mejinta
its amazing man
I'm amazed! it's great!!! This is the best I've ever seen...
It's a AMAZINING !!!!!!!!
I've created a step-by-step tutorial on how to install/configure this amazing application. Ive done this because the install instructions are vague. Most of the time if you follow instructions you will end up with a working gallery. here is the address: http://igallery.servehttp.com
Thank you Sephiroth for the Amazing application.
you have to add images to the ie_images table in your database and the address to your images must be real path witch is little hard to find online. but if you can get the real path with this php file:
<?php
$real_path = realpath("./var/html/images/folder_name/4053612-lg.jpg");
echo($real_path);
?>
put the relative address in this php tag and execute it to get the real path
hi, this morning i've "repaired" the cannot access it/sephiroth/igallery error. In the gateway.php i've setted a relative path instead of an absolute (i put "services" in the path instead of http://mydomain.free.fr/flashservices/services")
Now i'm stuck whit the "loading album" it load and nothing else happen
I would greatly appreciate. In fact, the problem whit this error was related to the non-existant folder "services" in the root. Now i manage to change config.php in admin folder config.inc.php in config folder. I've create all the database whit the mysql page. I can manage the library whit the "admin" section over internet. It does communicate whit mySQL i can create folder and category. in the page "add image" (batch add) It DOES NOT display any folder choice, even tough i've set the url in the config.php (what is the correct syntax ? maybe theres the problem) Another problem now, the swf files tell me "unable to access folder /it/sephiroth/igallery" but this folder is of course online and in the services directory. Maybe somewhere in the FLA i need to set where that directory is ? I would appreciated a working template. I'm new to all this, thing are going closer to a solution, but im still unable to do anything.
