Search found 9 matches

by chanchelkumar
2012-04-05T21:47:11-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

thanks..

_____________________________________
Why does your link show this error?

Notice: Undefined index: text in /vservers/ijersey1/htdocs/ck_testimage/circulararc.php on line 9

it's because the page missing with a text variable...
but the script was working perfectly before my server ...
by chanchelkumar
2012-04-05T21:20:58-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

this is the page where wave function works..
http://ijerseys.com.temppublish.com/ck_testimage/circulararc.php

u can see the IM version is..
ImageMagick 6.2.8 12/13/11 Q16

Is it the issue with IM old version used in my server..
I asked my ISP to upgrade it to ImageMagick 6.6.5-10 hope this ...
by chanchelkumar
2012-04-04T23:06:26-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

Thanks fmw42

The wave examples are working perfectly....

I will ask my server people to correct it...

can u suggest any ISP that will provide a very good support in IM...

Thanks once again for your help..

See u later..
by chanchelkumar
2012-04-04T22:43:52-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

Thanks fmw42!!

That images are we created use photoshop... but by using your code i created these type images... now i can't..

this is what i get when i run

<?php
echo "<pre>";
system("type -a convert");
echo "</pre>";
?>

convert is /usr/bin/convert

and version am getting..

Version ...
by chanchelkumar
2012-04-04T22:18:54-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

yes your code was working fine ..
but on feb 2012 some server changes done by hosting people.. after that moment this function is not working..

can u check my current info here..
http://ijerseys.com.temppublish.com/info.php

and tell me if i need any upgrades from server side?
Sever people said ...
by chanchelkumar
2012-04-04T21:57:56-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

hi.. this what i get when i run

<?php
echo "<pre>";
system("type -a convert");
echo "</pre>";
?>
and
<?php
echo "<pre>";
system("convert -version");
echo "</pre>";
?>


convert is /usr/bin/convert
Version: ImageMagick 6.2.8 12/13/11 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html ...
by chanchelkumar
2012-04-04T20:29:18-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

Thanks for your support...

This is my full page.

<?php

echo "<pre>";
system("type -a convert");
system("convert -version");
echo "</pre>";

$value=$_POST['text'];
$font="Varsity.ttf";

$fontsize = 48;

exec("texteffect.sh -t \"$value\" -s outline -e arch-bottom -d 1.0 -f \"$font\" -p 48 -c ...
by chanchelkumar
2012-04-03T22:21:21-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

Re: texteffect.sh not working in my server

Thanks fmw42...

this is my old server details..
http://www.ijerseys.com/info.php
am using ImageMagick 6.3.2 06/04/09 Q16 linux


this is my new server testing page..
http://ijerseys.com.temppublish.com/ck_testimage/test.php

My new server details..
http://ijerseys.com.temppublish.com/info.php
my ...
by chanchelkumar
2012-04-03T21:44:38-07:00
Forum: Fred's Scripts
Topic: texteffect.sh not working in my server
Replies: 20
Views: 72548

texteffect.sh not working in my server

Hi all,

Am running a site with texteffect.sh successfully for last two years.But something went wrong when server people upgraded their server on last feb , my images are not creating.. i asked then to install imagemagick and magicwand.. but still now the images not creating...

They moved me to ...