fatbargains
06-14-2002, 07:02 PM
Does anyone know if there's a script can be run to find out where ImageMagick is installed on the server? I know the thing is installed but i dont have root access. Thank you!
![]() | View Full Version : I need help!!! ImageMagick fatbargains 06-14-2002, 07:02 PM Does anyone know if there's a script can be run to find out where ImageMagick is installed on the server? I know the thing is installed but i dont have root access. Thank you! roly 06-14-2002, 08:44 PM Try this PHP code: <?php passthru("whereis imagemagick"); ?> AcuNett 06-14-2002, 09:26 PM Or ask your host. akashik 06-15-2002, 03:10 AM Haven't used it myself beyond this script but moveable type (the blog/CMS script) has a test file with it that checks for dependant modules - one of which is image::magick. Just grab it, read the install file and upload the test script.. easy :) Greg Moore |