• [Mod] Image Annotation (Watermark) 2 0 5 1
Currently:  

Author Topic: [Mod] Image Annotation (Watermark)  (Read 996277 times)

0 Members and 4 Guests are viewing this topic.

Offline eshpro

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • gallery.eshpro.com
Re: [Mod] Image Annotation (Watermark)
« Reply #345 on: September 25, 2005, 02:27:21 AM »
I have Multiupload MOD also but since i install this i cannot get annotation on my imapges when i upload them through Multi Upload. is there way i could make it work so it also add anotation with Multi Upload MOD

now it gives me error
"Cannot redeclare ann_rename() (previously declared in ..../annotate.php:9) in ..../annotate.php on line 9"

Offline Momo

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #346 on: September 26, 2005, 11:40:42 AM »
In the Multiuploadmod you need to change all the added

require() -commands
to
require_once()

...and
include()
to
include_once()

Thats it

Offline eshpro

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • gallery.eshpro.com
Re: [Mod] Image Annotation (Watermark)
« Reply #347 on: September 26, 2005, 03:38:26 PM »
In the Multiuploadmod you need to change all the added

require() -commands
to
require_once()

...and
include()
to
include_once()

Thats it

Hey thanks.. but mm i tried members.php, annnotate.php, categories.php.. and didn't find that like :/
can you plz tell me in which file i should change them?
thank you

Offline Momo

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #348 on: September 26, 2005, 04:13:09 PM »
in the member.php

Offline sharangan

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • levikay
Re: [Mod] Image Annotation (Watermark)
« Reply #349 on: September 29, 2005, 09:13:20 PM »
Hi
i keep getting this error
Quote
Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /usr/home/levikay/public_html/gallery/admin/plugins/batch_annotate.php on line 8

Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /usr/home/levikay/public_html/gallery/admin/plugins/batch_annotate.php on line 8

Fatal error: main(): Failed opening required './../admin/admin_global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/levikay/public_html/gallery/admin/plugins/batch_annotate.php on line 8

can some one help me
also none of my PlugIns r working such as
 Batch Annotate
Batch ZIP Import
Clear Cache
Postcard Viewer

i keep getting the same error

thanks guys

Offline khansahib

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #350 on: October 05, 2005, 01:03:11 PM »
Quote
Annotating between image ID 196 and 196:
Processing image cartoon from category Cartoons, image ID 196 >>
Warning: imagettfbbox() expects parameter 1 to be double, string given in /home/msn/public_html/display-pictures/includes/annotate.php on line 95

Warning: imagettftext() expects parameter 2 to be double, string given in /home/msn/public_html/display-pictures/includes/annotate.php on line 192

Warning: imagettftext() expects parameter 2 to be double, string given in /home/msn/public_html/display-pictures/includes/annotate.php on line 193

I m getting this error while i m trying to setup a annotation mod...
Help me out...

Offline Viscum

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #351 on: October 06, 2005, 11:22:21 PM »
1.st
great Mod from SSL!!!
everything is working fine with my installation, but there is a question for additional variables like "filename" or "imagename". I tried it for a while, but my php knowledge is too bad to fix this.

so any help is welcome!

best regards
viscum

Offline db-freaks

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #352 on: October 10, 2005, 05:13:48 PM »
Hi.. ich bräuchtee mal Hilfe... Hab den Mod installiert aber im Admin CP lassen sich unter den Annotation Einstellungen die änderungen nicht speichern.... wenn ich gespeichert hab und noch einmal darauf geh sind die einstellungen wieder weg... woran kann das liegen


Help.... if I do any changes for annotation, they will not be saved....
Can somebody help me....

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [Mod] Image Annotation (Watermark)
« Reply #353 on: October 10, 2005, 06:46:25 PM »
Also ich habe mal den dummen Fehler gemacht und habe Netscape das Formular speichern lassen und wenn ich dann die Einstellungen aufgerufen habe war alles wieder wie vorher weil Netscape den Text der Textfelder einfach überschrieben hat. (o:

Ist dir das vielleicht auch passiert?

Offline db-freaks

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #354 on: October 12, 2005, 09:36:21 PM »
I,ve got a new problem...

if want to batch the pics it says the following error

Annotating between image ID 8 and 4963:

Processing image mini-CIMG3792 from category Meu's Geburtstag 10.10.2005, image ID 4963 >>
Warning: imagettfbbox(): Could not find/open font in /srv/www/htdocs/web36/html/promille/4images/includes/annotate.php on line 95

Warning: imagettftext(): Could not find/open font in /srv/www/htdocs/web36/html/promille/4images/includes/annotate.php on line 192

Warning: imagettftext(): Could not find/open font in /srv/www/htdocs/web36/html/promille/4images/includes/annotate.php on line 193
OK

Finished!



If a User uploads a pic, theres no error and you can see the watermark...
Why not in Admin CP?


Offline Lunique

  • Full Member
  • ***
  • Posts: 109
  • V 1.7.7
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #355 on: October 22, 2005, 11:26:42 AM »
Hi !

Annotation funktioniert bei mir wunderbar. Aber ich habe ein Problem das mit diesem Mod zusammenhängen dürfte.
Ich lade meine Bilder per FTP hoch und übernehme sie dann mit dem Mod "Neue Bilder checken".

Wenn ich nicht resize und kein Wasserzeichen hinzufüge werden die EXIF und IPTC Daten übernommen.
Wenn ich aber ein Wasserzeichen hinzufüge, sind keine Exif Daten mehr vorhanden.

Any ideas ???

Danke im Voraus !

mfG
Martin

Ich hab das gleiche Problem kann jemand helfen?

I have the same problem as martin. If I use image annotation it deletes all exif and iptc data. Can someone help???

hugs Luna

Offline aerodolphin

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #356 on: October 23, 2005, 12:17:11 AM »
Hi. I've read every pages of this topic and tried every possible soluccions, but I have the same problem.

When I upload pictures nothing happens, pictures are uploaded but without text watermark. But when I try to "Batch Annotate" i get these error's:

Quote
Processing image TESTE from category Abstracto, image ID 15 >>
Warning: imagettfbbox(): Could not find/open font in /home/aerotek/public_html/photos/includes/annotate.php on line 96

Warning: imagettftext(): Could not find/open font in /home/aerotek/public_html/photos/includes/annotate.php on line 193

Warning: imagettftext(): Could not find/open font in /home/aerotek/public_html/photos/includes/annotate.php on line 194
OK

I have tested the test.php file and all works fine.

It must be a problem with my verdana.ttf path.

I have this file here: http://www.aerotek.org/photos/verdana.php
Where http://www.aerotek.org/photos/ is the 4images gallery root.

In the annotate setup I have this full path and font filename: /home/public_html/photos/verdana.ttf

Please. Can anyone help me? I passed the last 4 hours trying to solve this problem without success.

Offline sujithfem

  • Pre-Newbie
  • Posts: 1
  • Software Engineer
    • View Profile
    • www.triqtra.co.nr
Re: [Mod] Image Annotation (Watermark)
« Reply #357 on: October 27, 2005, 01:49:08 AM »
i used to installeb by your commentas,but watermark [text] ,was not work ,please send me correct comment ,reason ,awaiting for youe valuable coment with tender heart

thank you

regards

sujith
The measure of your usefulness is the measure of your faithfulness.

Offline sav

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #358 on: November 05, 2005, 02:21:07 AM »
Code: [Select]
Fatal error: Call to undefined function: imagettfbbox() in /home/sav2003/public_html/bambas/includes/annotate.php on line 95
I get this error when trying to upload images with text annotation mode...
Anyone can help??

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Image Annotation (Watermark)
« Reply #359 on: November 05, 2005, 02:25:40 AM »
your server did not meet the minimum requirements for this mod. You can try use "image" type instead of "text" type.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)