Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Yegor

Pages: [1] 2 3
1
That was russian. :)

Btw V@no, your mod works well, but Im kinda confused how it selects the images from categories. Some of them are the first image in the category, and others seem to be randomly chosen from that category.

2
Spasibo!  :lol:

3
Yah, thats why Im offering money to whoever does.

4
Come on, Im offering money to someone who will develop this mod for me.

5
Thanks a bunch :)

I search for it for an hour and it was right there....  :cry:

6
Hi,

Im looking for a mod that will allow me to increase the number of "new images" rows on index.php
Currently I have 1 row of 4 images. I'd like to add 2 more.

Is there a quick for for something like this?

7
Im wondering if such mod already exists.

Basically, on the main page, instead of showing x latest images, I want to show 1 image from each catgeory that was updated. So lets say I upload 10 images into 5 different categories (so 50 images in total), only the last image uploaded into each category will be displayed on index.php, instead of just the lastest 5 images in a single category.

I'd be willing to pay someone to code this mod for me real quick if it doesn't already exist.

8
Correction, I just asked my ISP, some components ARE missing:
pnmcomp
pnmtojpeg
ppmchange
ppmcolormask

They are gonn set that up ASAP. Ill leave feedback once they do.
Everything else seems to work flawlessly! Good job!

A weird problem that I noticed before I even upgraded (after I moved servers) is that Embedded image opacity no longer worked. This is not related to the new version, its something on the server. ANy ideas?

9
I have all those parts installed.
I don't use text annotation, I use image.

10
Ok, I just installed it.
V@no's fix stopped giving me any errors, so tahts good.

NetPBM isn't working, when I select it, and uplaod a JPG, all I get is a broken image. It creates a thumbnail, but the image appears broken.

Gifs are not annotated, but work.

If I leave it as GD2, everything works good, jpgs are annotated, and Gifs are thumbnailed using Netpbm (thanks to V@no's fix). No errors pop up.
Without the fix, it doesn't work, gifs cause it to display an error.

Something weird happened when I moved servers. The Embedded image opacity no longer works. No matter what I set it to, its all 100% here is the GD info.

GD Support  enabled  
GD Version  bundled (2.0.12 compatible)  
FreeType Support  enabled  
FreeType Linkage  with freetype  
GIF Read Support  enabled  
JPG Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  
XBM Support  enabled  


Any ideas?

11
Quote from: SLL
Quote from: Yegor
Did anyone get this fix working without those annoying errors that pop up when you upload a gif?

new mod version (with netpbm support) will be published in a few days, i'll include this "gif" fix into it

will there be an upgrade? or do u have to revert to "original files" before you install?

12
Quote from: V@no
in /includes/image_utils.php find two times:
Code: [Select]
 $resize_handle = "resize_image_".$convert_options['convert_tool'];
replace both with:
Code: [Select]
 $resize_handle = "resize_image_".(($image_info[2] == 1) ? "im" : $convert_options['convert_tool']);


Did anyone get this fix working without those annoying errors that pop up when you upload a gif? The fix works, and works well. Gifs are done with netpbm/IM and jpgs are annotated with GD. The only problem is these errors that pop up. I tried it with netpbm and IM and I always got these exact errors. Is theer a way to disable the annotate script when uploading a gif??:

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 31

Warning: imagecolorresolvealpha(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 32

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 31

Warning: imagecolorresolvealpha(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 32

Warning: imagecopymerge(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 168

Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 169

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/yegor/public_html/pix/includes/annotate.php on line 170

13
Quote from: SLL
Quote from: Yegor
ohh please do! I need to batch annotate like 400 images.


it seems i've found out what was the reason... you have to specify the whole path to the embedded image, like /users/htdocs/4images/logo.png

at least, this is working on the freebsd system...


I will try this once DNS changes kick in.

*crosses fingers*

14
Quote from: SLL
here we have some strange php bug, which doesn't work properly with files and directories (like rename function, for ex.)

unfortunatelly, you can see it on *nix systems only, but i'm running win server, so it's a problem for me to trace this bug in the mod. i will try to fix it next week on *nix machine


ohh please do! I need to batch annotate like 400 images.

15
SSL, pomogi mne s moei problemai. Vsio rabotaet, krome batch annotate. Kod odnakovi, ia ne mogu ponia pochemu ono rabotat v odnom meste, no ne rabotaet v drugom.

Pages: [1] 2 3