Need CGI help!!!

rT10

Member
Aug 4, 2001
180
0
0
I'm trying to install a CGI script for my site and this is the error that I get when I run the script:

------------------------------------------------------------------------------------------------
CGIWrap Error: Execution of this script not permitted
Execution of (cgi-bin/poll.cgi) is not permitted for the following reason:


Script is world writable.
-------------------------------------------------------------------------------------------------

What is this? any1 knows what's causing this error ?

 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
mm, the script is world writable.

if it doesn't need to be, chmod it to 755 or something. chmod = change permissions. 755 is read, write, execute by owner, and read and execute by everybody else.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: gopunk
mm, the script is world writable.

if it doesn't need to be, chmod it to 755 or something. chmod = change permissions. 755 is read, write, execute by owner, and read and execute by everybody else.

Dont you hate it when the error message actually makes sense? :Q
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
Originally posted by: n0cmonkey
Originally posted by: gopunk
mm, the script is world writable.

if it doesn't need to be, chmod it to 755 or something. chmod = change permissions. 755 is read, write, execute by owner, and read and execute by everybody else.

Dont you hate it when the error message actually makes sense? :Q


bwahaha :D
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
Originally posted by: n0cmonkey
Originally posted by: gopunk
mm, the script is world writable.

if it doesn't need to be, chmod it to 755 or something. chmod = change permissions. 755 is read, write, execute by owner, and read and execute by everybody else.

Dont you hate it when the error message actually makes sense? :Q

hehe...

PC LOAD LETTER? WTF DOES THAT MEAN?