photo album software
  PHP Gallery     Live Demo     Free Download     Support Forum     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
Ask a question...
 

From: Guest   Date: June 03 2008, 19:06
Hi,

Jut bough your script. Where do I change the copyright?
      
From: Encaps   Date: June 04 2008, 04:45
Thank you for your purchase!
For remove the copyright you need to overwrite the /core/ dir contents.

From: Guest   Date: June 02 2008, 16:56
Two questions about this excellent product:

- I followed your "How To" guidelines to change currency from $ to euros. When I do this, PayPal sends me an error message telling me that only chinese, japanese and other asian characters are allowed.

- I tried modifying the code to implement the watermark: it makes the big preview on the right disappear, and there's no watermark whatsoever (raym template in both cases).

Thanks a million!
      
From: Encaps   Date: June 03 2008, 08:32
Could you please e-mail me the URL?
      
From: Guest   Date: July 15 2008, 17:15
I'm having the same exact problem with the watermark. Any solution to this?

Thanks for your time............much appreciated!!

From: Guest   Date: June 02 2008, 11:31
I just want to make sure that this software does what I need. I want an image gallery where my users can sign in and upload their images. Where other users can search and browse everyones images, and where only images from a specific user will only be shown in that users profile on his / her page within my site?

Thank You
      
From: Encaps   Date: June 02 2008, 11:57
Unfortunetely there is no user auth feature.

From: Guest   Date: May 31 2008, 12:32
Hello! I bought the code and I like gallery very much so far!
My question is now:
The image thumbnailer resizes the whole image, which doesn't work well when the thumbnails are very small, because you can barely see anything on them.
I would like the thumbnail function to crop out a part of the image, and store it as a thumbnail, instead of using a smaller version of the whole image.
Is this possible?
      
From: Encaps   Date: May 31 2008, 12:53
Thank you for your purchase!
Actually, there are 4 options for generate thumbnail, you may play with them:
- width or height
- width and height
- width
- height
Or you may upload separate image as thumbnail.
Or you may modify thumbnail generating function Misc::resize from /core/misc.class.php

From: Guest   Date: May 30 2008, 11:55
I installed the free version and configured it to my website. I have since purchased the source from you and I want to know if there is a way to install the purchased version without messing up the install I already have working?
      
From: Encaps   Date: May 30 2008, 11:59
Yes, you can apply purchased code without reinstalling the gallery - just update /core/ directory.

From: Guest   Date: May 29 2008, 10:01
some files are encrypted

is the baught version unprotected ?? open for updates
      
From: Encaps   Date: May 29 2008, 11:17
That's right, if you buy EncapsGallery source code, you will get native php source code, without bottom banner (copyright), and you will be able to customize it if you need.

From: Guest   Date: May 28 2008, 13:52
Hi admin,

Drop a question.
Izzit got record the date of every post ?

Mind to give share me the code?



Regards,
Buyer,
LJ Jun
      
From: Encaps   Date: May 28 2008, 13:59
Sorry, it's not clear...could you please clarify?

From: Guest   Date: May 27 2008, 14:06
ok ive never used php or mysql but ive gotten as far as the configuration menu and im not sure what to put into the fields for database host , user and password or database name to the allow me to install
      
From: Encaps   Date: May 27 2008, 16:13
So you may ask your hosting provider for a valid database params.

From: Guest   Date: May 26 2008, 00:46
hi, admin
how to add "hot" top 5 and "new upload" 5 categories?
      
From: Encaps   Date: May 26 2008, 10:55
There is no simple quick answer to your question. You should modify php core and html templates.

From: Guest   Date: May 22 2008, 15:44
Hello! I'm installing your Image Gallery, and I'm trying to install the gallery tables but it keeps cycling me through the "Install Gallery Tables - Submit" page and the login page without ever doing anything.

I've configured the parameters in config.ini.php and set up a database on my host site. What is going wrong?

I've tried entering the test page you've given in response to other questions: admin/test/test-mysql-connect.php and I get this answer:

Could not connect: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

What's going wrong? Thank you!
~Laura
      
From: Encaps   Date: May 22 2008, 18:41
Hello Laura,

1) there is script for test mysql connection:
admin/test/test-mysql-connect.php,
please set up valid mysql parameters in the line #2, and let me look at the result online (URL)

2) there is script for test php sessions:
admin/test/test-sessions.php
Let me look at the script online (URL)
            
From: Guest   Date: May 26 2008, 16:44
What or where is Line #2? If you mean line 2 of the install instructions, I have the security set to 777 and 666 for the instructed files. Otherwise I'm not sure what you mean.

I ran the two test scripts you gave.

admin/test/test-mysql-connect.php gave me:

Could not connect: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

and admin/test/test-sessions.php gave a totally blank screen as the result.

This is the URL for my site and Encaps gallery folder:

http://***.com//encapsgallery/admin/...

Thank you!
                  
From: Guest   Date: May 26 2008, 16:50
I changed the MySQL parameters in Line 2 of the .php file and now the URL http://***.com//encapsgallery/admin/test/test-mysql-connect.php

displays Connected Successfully.

However, the test session URL still displays a blank screen.
Thank you!
~Laura
                        
From: Encaps   Date: May 26 2008, 16:57
Laura, thank you for the details.
The page test-sessions.php is blank - that means something wrong with php sessions on your webserver. You may ask your hosting provider to fix php sessions (usually it's wrong sessions_save_path directive in php.ini)
                              
From: Guest   Date: May 26 2008, 18:17
According to my Host the path to my PHP is:

/usr/local/bin/php

Is that different than it should be? If so, what files do I need to make this change in?
                                    
From: Encaps   Date: May 27 2008, 03:48
According to your phpinfo, your php.ini is located at /usr/local/lib/php-4.4.7/lib/php.ini .
According to your php.ini, the "session.save_path" value is "/var/php_sessions".
So, make sure the path "/var/php_sessions" is correct/exists.
                                          
From: Guest   Date: May 27 2008, 16:48
I talked to my host site and they set the session.save_path to /var/php_sessions as you suggested. However, I'm still getting a blank page for the /admin/test/test-sessions.php

What should I do now?

Sorry for all this trouble. Thank you!
                                                
From: Encaps   Date: May 28 2008, 09:08
I did not suggest you to set session.save_path, I just told you to make sure the path is correct. Please tell your hosting provider to fix php sessions for your webserver.


Encaps © 2005-2010 PHP Gallery | Live Demo | Free Download | Support Forum | How To | Contact
?>