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?
  • Why do I get 'Permission Denied' errors when using wget, 
    lynx or GET via cron?
    R:
    We have security measures in place to restrict access to 
    these applications due to their use in remote third party 
    attacks associated with any vunerable scripts in use on our 
    server. 
    When running a script via cron, it is recommended that clients 
    use the following syntax in their command: 
    Perl / CGI Scripts: 
    perl /home/username/path/to/script.cgi 
    PHP Scripts: 
    /usr/local/bin/php -q /home/username/path/to/script.php 
    In the above comands substitute the path for the correct path 
    to the script you wish to execute. 
    

    × close
  • 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?