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 - SLL

Pages: 1 2 [3] 4 5 6 7 ... 27
31
first of all run this file on your server and read output (gd module capabilities)
Code: [Select]
<?php
phpinfo
&#40;&#41;;
phpinfo&#40;INFO_MODULES&#41;;
?>


32
Mods & Plugins (Requests & Discussions) / Thumbnail size
« on: June 27, 2003, 10:13:27 PM »
in functions.php find $thumb = "<img src=\"".$file_src."\" border=\"0\"".$width_height." alt=\"".$image_name."\" />"; and change width and height to fixed... but i'm afraid this gonna look ugly enough

33
most probably your php was compiled without freetype support

34
try
Code: [Select]
/wampp2039/htdocs/gallery/tahoma.tff (without drive letter)

35
Quote from: Yegor
I don't use text annotation, I use image.

it doesn't matter, they're all still used (except pbmtext)

try the following: temporarily remove all "-quiet" from comman lines, just to see if some error message genereted. if it will not help - put echo $command; after each system($command); line and check

36
Quote from: Yegor
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.

in order to run this mod with netpbm the whole package have to be installed, or at least the following parts have to be in the netpbm path:

jpegtopnm
pbmtext
pngtopnm
pnmcomp
pnmtojpeg
ppmchange
ppmcolormask


then, you need x-window bdf fonts (not true type!). and finally, you have to specify netpbm path like this: /usr/local/netpbm/  (just path, no binaries!), and finally, /4images/data/media/  should be set "write all" if not set yet

37
Version 1.4 just posted (look first message in this thread). Now with NetPBM support + some minor changes, corrections and code cleanup.

38
Quote from: xtase
but i get an error ... i have written "c:\wampp2039\htdocs\gallery\tahoma.tff" in my box ... i have already checked it without .tff ...

note i check this offline on my localhost is this the problem ?

maybe you'd try tahoma.ttf then?  :wink:

and for sure localhost is not a problem at all...

39
Quote from: xtase
which place is important for the font ?

it doesn't matter where you put it, just specify full path and filename CP

40
Mods & Plugins (Releases & Support) / new version with netpbm support
« on: June 25, 2003, 02:15:29 PM »
so... any volunteers to test new mod version before publishing?  :wink:
mostly netpbm users on *nix machine needed...

41
Quote from: Yegor
will there be an upgrade? or do u have to revert to "original files" before you install?

yes, you do.

42
Quote from: V@no
I belive for this u'll need upload your own font with Chinese support.

i'm not sure this will help. this is the way image magick handles charsets... for example, i haven't managed writing cyrillic text with im too  :cry:

43
Mods & Plugins (Releases & Support) / Re: not working...
« on: June 24, 2003, 11:02:46 AM »
Quote from: nccsoft
Code: [Select]
/usr/local/bin/convert -quality 80 -antialias -density 90 -font /home/mychat/htdocs/4images/BGTR00BU.TTF -fill #BFBFBF -pointsize 10 -draw "text 5,16 'http://phpbb.mychat.to'" "./data/media/7/DSCN0628.JPG.bak" "./data/media/7/DSCN0628.JPG"

at this step check if DSCN0628.JPG.bak was realy created

44
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

45
Quote from: CrEaTi0n
any ideas?


nope... i don't use any integration, so the only chance for you is to dig yourself, sorry

Pages: 1 2 [3] 4 5 6 7 ... 27