photo album software
  PHP Gallery     Online Demo     Free Download     Buy Sources     Support Forum     HowTo     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: September 07 2007, 14:20
for some reason i can configure the gallary but it will not save any of the images or any of my catagories? I am current hosting for free with X10hosting until i get it up an running
      
From: Encaps   Date: September 07 2007, 14:25
Show me your gallery online, I will check it
            
From: Encaps   Date: September 07 2007, 14:38
Database SQL-server (DNS name or IP) was empty in you config. Now it's ok.

From: Guest   Date: September 06 2007, 15:40
Is Encaps PHP Photo Gallery free for non-commercial use?
      
From: Encaps   Date: September 06 2007, 16:31
Yes, EncapsGallery is free for non-commercial use.
If you'd like to remove copyright, or redistribute EncapsGallery as is, or part/module of your package/service, we would ask you to buy the gallery source code for every commercial redistribution.

From: Guest   Date: September 05 2007, 14:58
Is it safe hacker from? I like it. But I Have to make shure before buying.
      
From: Encaps   Date: September 05 2007, 15:09
Old EncapsGallery versions prior to v.1.0 had some vulnerabilities:
- sql injections
- remote php scripts execution
You can search the Web for "EncapsGallery vulnerability" - there are
vulnerabilities listed for EncapsGallery prior to version 1.0

Now the code is clean and safe.
If you know any possible vulnerability, let me know.

From: Guest   Date: September 04 2007, 18:42
Do you have a search function for your forum?

Trying to see if I can remove the buy or add to cart option.
      
From: Encaps   Date: September 05 2007, 06:45
Forum search feature is not yet implemented.
For remove "buy" or "add to cart" or any e-commerce features you need just to deactivate shopping cart from config

From: Guest   Date: September 03 2007, 13:13
I am trying to use an include using php... but i get this error:

Warning: _show(./html/raym/gallery.html): failed to open stream: No such file or directory in /url/html/gallery/core/Gallery.php on line 61

I couldn't find in the config to set the path to the templates...
      
From: Encaps   Date: September 03 2007, 13:17
I guess the config.ini.php is broken or may be $config["path"] is empty. Could you please show me your config.ini.php?
            
From: Guest   Date: September 03 2007, 15:40
I'm not using the newest gallery, I liked the upload process of the older one... but here it is:

$config["db_host"] = "servinfo";
$config["db_name"] = "db_name";
$config["db_user"] = "db_user";
$config["db_pass"] = "pass";
$config["db_prefix"] = "encaps_";
$config["theme"] = "raym";
$config["pager_items_per_page"] = "9";
$config["thumbsize"] = "150";
$config["thumbsize_type"] = "w";
$config["debug"] = "";
$config["demo"] = "";
$config["admin_uname"] = "demo";
$config["admin_passwd"] = "pass";
$config["sc_active"] = "Y";
$config["sc_business"] = "";
$config["sc_sandbox"] = "N";
$config["sc_ipn_url"] = "http://.../shopcart_ipn.php";
                  
From: Guest   Date: September 03 2007, 15:42
It works fine if I don't call from an include...

If I can't include it, thats fine I'll use layers... or iframe.
                        
From: Encaps   Date: September 03 2007, 18:20
Your config file is ok,
it's just not possible to include the gallery script into a page from subdirectory.
I think it will be good step to implement this feature with EncapsGallery, thank you for the idea.

From: Guest   Date: August 31 2007, 15:25
Hi there! I just got my encaps started, thanks to your excellent support, but now I have a few questions. Using the raym skin is very close to what I will need. But I would like to use the shopping cart feature for viewers to tag - but without the shopping cart terminology... for example, instead of saying 'buy' under an image, where can I modify it to say 'add to collection' - and can I rid the template of the price, QTY, and total tables in the cart section? Also - is there anyway I can add a search feature to this that will search meta tags of the photos (or the descriptions as an alternative)? You guys are the best... thanks!
      
From: Encaps   Date: September 04 2007, 07:44
You can modify the "buy" button with Photoshop, and you can modify the shopcart page with html editor. And you can include the search form from the "html/simple_sc" template

From: Guest   Date: August 31 2007, 13:43
Hello,

I'd like to use the PHP Photo Gallery strictly for the backend and code my own front end - are there a hostload of issues with that, or can I use access the MySQL database to dynamically generate my own displays?
      
From: Encaps   Date: August 31 2007, 13:47
Hello,
yes, you can build your own front-end by accessing the MySQL database
            
From: Guest   Date: August 31 2007, 14:12
Thank you very much! (Sorry for posting multiple times)
Does the backend store the original, plus a full size compressed version and a thumbnail or are those generated on demand by front end?
                  
From: Encaps   Date: August 31 2007, 14:14
Thumbnails are not generated by front-end, but by back-end.
Original images are located inside the "rwx_gallery" directory, thumbnails are located inside the "rwx_gallery/thumbs" directory

From: Guest   Date: August 31 2007, 11:26
When using the raym template, how can I display the latest pictures for the main category?

Right now the parent caregory is blank, then when I click the child it shows the childs images, so it works, but trying to add to it...
      
From: Encaps   Date: August 31 2007, 11:33
I see, you are using encapsgallery-1.7.12, where parent categories do not show subcategory contents. This feature was implemented later (since encapsgallery-1.7.15 I believe).
I can try to copy this feature from v.1.7.20 into 1.7.12, but can't promice, how long it will take.

From: Guest   Date: August 30 2007, 17:39
Hi, is there anyway to embed the gallery script inside another page?
I'm trying to use the <?php include("gallery/index.php"); ?>
reference and just keep getting errors
      
From: Encaps   Date: August 30 2007, 21:14
Hi,
you can include the gallery script "catalog.php" inside other page in same directory. But don't try to include from subdirectory.
I mean you can do:
<?php include("catalog.php"); ?>
but not
<?php include("gallery/catalog.php"); ?>

Or you can copy your website header and footer html code inside catalog_head.html and catalog_foot.html,

Or include your header and footer instead of catalog_head.html and catalog_foot.html

From: Guest   Date: August 29 2007, 14:50
Any code available that will display only specific information on the main page only? I've tried:

if ( strstr($_SERVER['REQUEST_URI'], 'index.php') ) {

I have limited knowledge with php. I am trying to show certain html based on which area of the gallery you are in... Hope it makes since.
      
From: Encaps   Date: August 29 2007, 15:08
Could you please provide more details about what do you try to get?


Encaps Team © 2005-2010 PHP Gallery | Online Demo | Free Download | Buy Sources | Support Forum | HowTo | Contact
?>