Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
admin
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/html/admin/frm-fixscript.html
<!-- rev 07/20/2000 --> <html> <head> <meta author="Guangbin Liu"> <link rel="stylesheet" type="text/css" href="admin.css" /> <script language="JavaScript"> <!-- function NewWindow(path) { newWindow = window.open(path, "NewHelpWindow", "resizable=yes,scrollbars=yes,width=400,height=300") } function cancel() { parent.fraMain.location = "./disclaimer.html"; } // --> </script> </head> <body CLASS=Frame> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD WIDTH=95%> <form name="frmMain" action="/adminpage/admin-request" method="post"> <br> <font face="sans-serif"> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 ALIGN=center WIDTH=50%> <TR> <TD CLASS=Frame> The <I>Fix Scripts</I> function will set the permissions on all of the files in your /cgi-bin and its subdirectories to <I>755</I> and correct any ownership problems that may exist. This should resolve most of your permissions related problems with your CGI scripts.<BR><BR> <B>Please note that this function only resolves ownership and permissions problems. This will not resolve configuration and coding problems!</B><BR><BR> <B>Are you sure that you want to <I>fix</I> your scripts?</B> </TD> </TR> </TABLE> <br> <br> <center><input type="button" value="Yes, Fix Scripts" onclick="document.frmMain.submit();" CLASS=Frame></center><br> <center><input type="button" value="No, Fix it later" onclick="cancel();" CLASS=Frame> <input type="hidden" name="function" value="FIXSCRIPT"> <script> <!-- document.write('<input type="hidden" name="name" value="' + parent.fraHeader.document.frmLogin.username.value + '" CLASS=Frame>'); document.write('<input type="hidden" name="passwd" value="' + parent.fraHeader.document.frmLogin.password.value + '" CLASS=Frame>'); // --> </script> </form> <script language="JavaScript"> <!-- if ( ( parent.fraHeader.document.frmLogin.username.value == '' ) || ( parent.fraHeader.document.frmLogin.password.value == '' )) { alert('You must set your login information\nbefore using any functions.'); parent.fraHeader.loadForm('login'); } // --> </script> </center> </TD><TD WIDTH=5% VALIGN=top CLASS=Frame> <A HREF=JavaScript:NewWindow('/admin/hlp-fixscript.html')>HELP</A> </TD></TR> </TABLE> </body> </html>