Scripting/Programming

  • Do you have any banned scripts?
  • Can I use Formmail scripts?
  • How can I check whether a script available on the internet is insecure?
  • What is Fantastico?
  • What is the path to Imagemagick?
    R:
    Imagemagick is a popular utility for manipulation of image 
    files within scripts and is often used by image galleries. 
    The Imagemagick files are installed in /usr/lib/php/bin 
    however, different scripts may require different ways of 
    providing the path so it's recommended each of the following 
    are tried if unsuccessful the first time: 
    Default: /usr/lib/php/bin 
    Default with closing slash: /usr/lib/php/bin/ 
    Root installation dir: /usr/lib/php 
    Root installation dir closing slash: /usr/lib/php/ 
    Full path to 'mogrify': /usr/lib/php/bin/mogrify 
    Full path to 'convert': /usr/lib/php/bin/convert
    

    × close
  • Why do I get 'Permission Denied' errors when using wget, lynx or GET via cron?
  • Can I modify the upload_max_filesize value for PHP?
  • Is NetPBM installed?
  • Why won't my FormMail scripts work?
  • What is PHP's open_basedir restriction?