View Single Post
  #3  
Old 08-28-2004, 03:28 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

cofruben... very very bad idea to make your script like that.

including the path in the address is a huge security hole. they can just do a

and pull up any file that might be sitting there. If you have nothing important at all there, no password files or anything its not a huge deal. but at the same time make a script do the above is exactly as having it like this.

there really doesnt seem to be a need for the script even.. why did you have it? Is it doing something to the pl file? Just seems kind of pointless to me. /shrug

if you do need the script for some purpose i recommend hardcoding the /cofruben path into the code. or even better making a folder under the cofruben folder. cofrugben/quests/ and hardcoding that in. that way they can never stray from the path. just specify pl names
Reply With Quote