Search found 8 matches

by npz
2015-01-21T06:51:07-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

Works perfectly now Fred, many many thanks! Still odd how the safe_mode affected the scripts.
by npz
2015-01-20T00:23:14-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

Disabling safe_mode did the job: http://live.danichelle.com/2colorthresh.php

I take it that 'convert' is more like a native Magick function and the custom scripts aren't.

It echoes all values. I think the next step is to remove the 'bash' part?
by npz
2015-01-19T14:34:55-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

We're using PHP Version 5.2.42. From PHP Version 5.4 safe mode is deprecated. We just deactivated the safe mode, it's pending.
by npz
2015-01-19T14:07:19-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

Thanks again Fred. It doesn't return anything. Might have to do with Servage's security settings of exec() / shell_exec() then...
by npz
2015-01-19T13:11:40-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

Tried both 2colortresh and autolabel but they don't work. Currently I don't have access to the command line. @Express: can you try this? I debugged everything, the code doesn't die/exit. It just doesn't seem to do anyhing. I executed "convert -list configure" with PHP: http://live.danichel...
by npz
2015-01-19T06:50:02-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

Many thanks for the help Fred! Version: ImageMagick 6.7.8-7 2013-01-11 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP OS: Linux node2 2.100.4-1-amd64-grsec #1 SMP Tue Dec 28 21:57:50 CET 2010 x86_64 PHP version: 5.2.42-servage30 Did you loca...
by npz
2015-01-18T07:08:40-07:00
Forum: Fred's Scripts
Topic: We can't get it to work
Replies: 20
Views: 41684

Re: We can't get it to work

I'm working together with Express and tried the following: <? system('which convert',$path); echo '<hr/>'; $file[0]='logo.jpg'; exec("convert logo: ".$file[0]); echo '<img src="'.$file[0].'?'.time().'"/>'; echo '<hr/>'; $file[1]="3Dtext"; echo $file[1]." permission...