What install ?

Posted by radog at 21:30 on 11th Jun 2009
If copy all files to server, rename config,bak to config.php and set permision to 777 not display to enter url.

Where is problem ?

Posted by Muzamil at 10:01 on 13th Jun 2009
I even dont know what to do.

they are new and most of all free. so wait till some one succeed and place his story.

Posted by Egg at 11:43 on 16th Jun 2009
Hi, thanks for posting. I'm sorry but I don't understand the problem that you're reporting?

Posted by radog at 13:34 on 31st Jul 2009
When copies files to the server and visiting the URL will be displayed just a blank page. Looking into the source of the page there:

<?php
require_once "lib/global.php";

_adminCheckCookieLogin();

if(strpos($_SERVER['REQUEST_URI'],"rss.xml")) _printXml();
elseif(isset($_GET['albumID'])) _printAlbum($_GET['albumID']);
elseif(!empty($_GET['photoID'])) _printPhoto($_GET['photoID']);
elseif(!empty($_GET['slideshowID'])) _printSlideshow($_GET['slideshowID']);
elseif(isset($_GET['tagID'])) _printTag($_GET['tagID']);
elseif(isset($_GET['captcha'])) _captcha_img();
else {
_header($config['title'],"Photo Albums");
_printAlbums();
_footer();
}

@mysql_close();
?>

Posted by radog at 14:41 on 31st Jul 2009
View: http://shutter.turka.sk

Posted by Egg at 10:25 on 26th Oct 2009
I can only guess on this information that you don't have rights to use .htaccess files?


Reply To This Topic

You must log in or register to reply to this topic.

Current Version

Version: 0.1.4

Updates: Possible SQL injection vunerability and css formatting issues addressed.

Download the latest release.