View Single Post
  #44  
Old 05-06-2004, 07:49 AM
MagicalTux MagicalTux is offline
Registered User
Join Date: Oct 2003
Location: Paris - FRANCE
Posts: 176
MagicalTux is on a distinguished road
Quote:
Originally Posted by Trevor
Is perl available? If so, what is the directory.
No, sorry, perl is insecure and using too much ressources on the server

Quote:
Originally Posted by Thallen
Woohoo, I was just activated! One question though: Why do I get an error when I try to CHMOD a PHP file? It says "it may not be supported on remote site".
CHMODing is not required since your PHP scripts already have rw access to your directory. However some scripts are badly coded and are trying to find if the directlry he's going to write to is chmoded 777. I recommand you to use normal scripts or to "hack" them to override this [useless] check.
Reply With Quote