==================================================
SQL QuickRegister - May 15, 2008
==================================================
The cgi scripts of the virtual host run under the userid of the web server.
To allow the script to write to files or for for the script to execute one
must set the write and excecute permissons for user, group and other.
All files can be set to read only as user: r__r__r__ (chmod 444 )
except for the ones listed below:
Data Files
==========
Name Function
--------------------------------------------------------------------------
/cgi-bin/quickregister/data
redirect.txt rw_rw_rw_
config.txt rw_rw_rw_
register.txt rw_rw_rw_
messages.txt rw_rw_rw_
paypal.txt rw_rw_rw_
groups.txt rw_rw_rw_
secure_form_variables.txt rw_rw_rw_
secure_form_messages.txt rw_rw_rw_
/cgi-bin/quickregister/data/error
error.txt rw_rw_rw_
sqlerror.txt rw_rw_rw_
Name Function
--------------------------------------------------------------------------
/cgi-bin/quickregister/scripts
register.cgi rwxr_xr_x
update_registrant.cgi rwxr_xr_x
update_profile.cgi rwxr_xr_x
login.cgi rwxr_xr_x
command.cgi rwxr_xr_x
findpassword.cgi rwxr_xr_x
admin_clients.cgi rwxr_xr_x
admin_command.cgi rwxr_xr_x
admin_delete.cgi rwxr_xr_x
admin_register.cgi rwxr_xr_x
mktable.cgi rwxr_xr_x
admin_mail.cgi rwxr_xr_x
redirect.cgi rwxr_xr_x
confirm.cgi rwxr_xr_x
testmods.cgi rwxr_xr_x
test.cgi rwxr_xr_x
passlib.pl rw_r__r__
genlib.pl rw_r__r__
mysqllib.pl rw_r__r__
startup_quickregister.pl rw_r__r__
secureForm.pm rw_r__r__
qrcaptcha.pm rw_r__r__
pageprotect.php rw_r__r__