SiperNet

Member
Nov 5, 2001
7
0
301
Hello guys and gals. I am having a silly little problem that I can not seem to fix today. It was working now I`m not sure what the hell I did to it. This is from the dohtaccess.html file, if you can help me out that would be great.

&form action=&changepro.html&&
&center&
&hr width=&50%&&&input type=&checkbox& name=&protected&
&&cpanel Htaccess=&checkprotected($FORM{'dir'})&& value=&1&&
&img align=absmiddle src=&images/Padlock.gif& border=0&
Folder requires a password to access via http://&br&
Protected Resource Name:
&input type=&text& name=&resname& value=&&cpanel Htaccess=&resname($FORM{'dir'})&&&& &br&
&input type=&hidden& name=&dir& value=&&cpanel print=&$FORM{'dir'}&&&&
&input type=&submit& name=&action& value=&Save&&
&/center&
&/form&


Now I changed what I thought was wrong and somone else suggested to me but this didn`t work either.


&form action=&changepro.html&&
&center&
&hr width=&50%&&&input type=&checkbox& name=&protected& &cpanel Htaccess=&checkprotected($FORM{'dir'})&& value=&1&&
&img align=absmiddle src=&images/Padlock.gif& border=0&
Folder requires a password to access via http://&br&
Protected Resource Name:
&input type=&text& name=&resname& value=&&cpanel Htaccess=&resname($FORM{'dir'})&&&& &br&
&input type=&hidden& name=&dir& value=&&cpanel print=&$FORM{'dir'}&&&&
&input type=&submit& name=&action& value=&Save&&
&/center&
&/form&

If you have any ideas please let me know.