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

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

0 Members and 5 Guests are viewing this topic.

Offline vuong184

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #585 on: January 30, 2007, 03:40:52 PM »
maybe my hosting disable some funtions of php
so can I use other php script?. help me

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #586 on: January 30, 2007, 07:40:57 PM »
maybe my hosting disable some funtions of php
so can I use other php script?. help me
Doubt it.

Check your file permissions
Did you do the following?
replace files before editing, and try again.
was not completed to instructions.

Offline FreeMan.IT

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #587 on: January 31, 2007, 11:59:10 PM »
back to the "batch_annotate" problem

i have made this correction to the file

Code: [Select]
<?php // PLUGIN_TITLE: Batch Annotate
$nozip 1;
define('IN_CP'1);
// $root_path = (!eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
$root_path = (!eregi("\/plugins\/"$_SERVER['PHP_SELF'])) ? "./../" "./../../";
// define('ROOT_PATH', $root_path);
define('ROOT_PATH''/var/www/vhost/hwugallery.com/home/html/');
define('MEDIA_DIR''data/media');
define('MEDIA_PATH'ROOT_PATH.MEDIA_DIR);
require(
ROOT_PATH.'admin/admin_global.php');
require(
ROOT_PATH.'includes/annotate.php');

but the batch function don't work.. search and process the image but non annotation will made

during upload all works fine

tnx to all

>bYeZ<

Offline medo007

  • Newbie
  • *
  • Posts: 29
  • Internet addict
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #588 on: February 23, 2007, 05:54:44 PM »
I have a solution

Change in batch_annotate.php
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
to:
Code: [Select]
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";

Ok, now there is no error but when I want to add my own logo .png file, i enter a name and everything and go to Batch Annotate in ACP, select category and everything and click to start it looks like it applies to all pictures in my gallery but when it's finished, I go to see the results and images are the same - without watermark? Anyone know where is the problem?

Sorry for my bad english!

Tnx
mEDO

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #589 on: March 05, 2007, 01:52:13 AM »
das mod ist off,kan bitte jemand das neu uploaden? oder ähnliches anbieten.

mfg

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #590 on: March 05, 2007, 03:07:47 PM »
@ Hammerbe
... der Downloadlink funktioniert bestens ... !
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #591 on: March 05, 2007, 11:34:34 PM »
@mawenzi danke dir gestern wars off.

ich bekomme eine fehler meldung.
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /var/www/vhosts/web1/httpdocs/4images/includes/annotate.php on line 193


« Last Edit: March 06, 2007, 12:52:53 AM by Hammerbe »

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #592 on: March 07, 2007, 06:46:42 PM »
kan mir den keiner was sagen?

ich denke es muss irgent wie einen font geben,aber keine ahnung wie? kann jemand bitte Deutsch schreiben wie das gemacht werden soll.

mfg

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: [Mod] Image Annotation (Watermark)
« Reply #593 on: March 07, 2007, 06:58:02 PM »
Hallo,

ich würde sagen, daß die .ttf Datei fehlt, bzw. nicht der richtige Pfad dazu.


Gruß
Kurt

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #594 on: March 07, 2007, 08:22:55 PM »
das ttf datei habe ich auf 4iamges ordner und der pfad ist http://www.meinseite.de/4images/annotation.ttf  ist doch richtig ?

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #595 on: March 07, 2007, 09:03:59 PM »
Herzlichen dank jetz habe ich das hinbekommen.


Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #596 on: March 07, 2007, 09:31:52 PM »
wie funkzuniert das überhaupt? muss ich jeden kategori einzäll schreibenlassen? ich habe einen haupt kategori bilder/kinder/urlaub/auto/ und und wähle ich haupt kategorie bilder
Number of images to do per cycle 100
Image ID to start at  schreibt er automatisch 1103
aber es passiert nichts?
 
wähle ich einen kategorie und id direckt wird geschrieben
mfg

Offline Hammerbe

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #597 on: March 07, 2007, 09:59:25 PM »
Danke ivan

Offline asley

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #598 on: March 17, 2007, 06:25:09 AM »
i gott error while installing plz tell how to fix it...


Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #599 on: March 17, 2007, 08:22:37 AM »
Did you upload the "ia.sql"?

That seems to be missing