PDA

View Full Version : Installed Script now I dont have permission ?


Tina
08-29-2001, 01:06 PM
Hmmm....Well it TRIES to submit....is there something i am missing....You can see my form and script at :
http://glimpse-fans-at.aglimpse.net/amform.htm

This is the sample form that they supply with the script package....
Now it tells me I don't have permission ????
If you try to put in a fake you will see the error...the 404 is fine the I don't have permission has me confused !

Yes I uploaded it INTO CGI-BIN and In ASCII format ????

thanks anyone who can help !
:confused:

reuben
08-29-2001, 01:19 PM
Have you set the permissions on the script to 755?

David
08-29-2001, 01:22 PM
Hi,

I imagine you did not chmod the script. To do this you need a good ftp program e.g. smartftp (http://www.smartftp.com) You then select the files, acctman.pl, amadmin.pl right click and select chmod. Then enter 755. This allows the script to be executed.

You will also need to chmod your password file, database files and their folders to 777 .

avg-joe
08-29-2001, 01:53 PM
You can do this in CPanel, too. Just click on the name of the script and click "change permissions" in the right frame. (though a good ftp prog is easier! :))

Tina
08-29-2001, 01:55 PM
Thanks To both of you for the info ! I think I am getting it now :o)