|
|
|
|
From: Guest Date: June 08 2008, 04:33
|
how to upload files with filenames like "c'est la vie.jpg"?
because im having an error message like Error: unable to execute query: [SELECT * FROM en_gallery WHERE cat=25 AND filename_normal='c'est la vie.jpg'] ...
i even try the new version of encaps... still there's an error message...
tnx. |
|
|
|
From: Encaps Date: June 08 2008, 06:32
|
| I will test special chars, will let you know. |
|
|
|
From: Guest Date: June 08 2008, 04:19
|
how to set the encaps gallery to recognize bitmap files?
the error message was "Resize failed for [../rwx_gallery/filename.bmp] - it's not .png or .gif or .jpg or .jpeg"
tnx.... |
|
|
|
From: Encaps Date: June 08 2008, 06:27
|
| To recognize .bmp files you need to install ImageMagic and customize Misc::resize() function from core/misc.class.php |
|
|
|
From: Guest Date: June 08 2008, 09:26
|
| ok... thanks |
|
|
|
From: Guest Date: June 08 2008, 09:41
|
tried what you suggested...
and i got an error message... Resize failed, can't access GD library
im new at this stuff... and ive got ImageMagick and GD installed...
how to access GD library? |
|
|
|
From: Encaps Date: June 08 2008, 17:03
|
I've found ImageMagic guide here:
www.php.net/imagick
And there is a sample for thumbnails manipulation:
www.php.net/manual/en/function.imagick-thumbnailimage.php
<?php
$im = new Imagick("image.jpg");
$im ->thumbnailImage(100);
$im ->writeImage("image_thumb.jpg");
?> |
|
|
|
From: Guest Date: June 10 2008, 16:48
|
| where will i put it and how? |
|
|
|
From: Guest Date: June 05 2008, 11:13
|
when i open index.php file say me
Unable to connect the database host test with username myuser and password mypassw
Lost connection to MySQL server during query
and what i need to change here?in file config.php
$config["db_host"] = "??";
$config["db_name"] = "??";
$config["db_user"] = "myuser?";
$config["db_pass"] = "mypassw?";
thanks reply me!!! |
|
|
|
From: Encaps Date: June 05 2008, 11:31
|
Config params:
$config["db_host"] - your database host name or IP
$config["db_name"] - your database name
$config["db_user"] - database user name
$config["db_pass"] - database user password
Make sure the params are valid - the database host is accessible, the database name exists, the database user can connect the database
|
|
|
|
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? |
|
|