|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/softechgrp/login/new/ |
Upload File : |
# 1. Your html template file. Customize this file to look like the rest of your site.
$templatefile="template.html";
#c#$templatefile="template.html";
# 2. System path to the customer password file.
$pwFile="/home2/dmscripts/public_html/cgibin/members/pass.dat";
#c#$pwFile="c:/usr/etc/htdocs/karisma/cgi-bin/pass.dat";
# 3. Link back to this program.
$progUrl="http://www.dmscripts.com/cgibin/DMpassword.cgi";
#c#$progUrl="http://localhost/cgi-bin/DMpassword.cgi";
# 4. Your server's mail program.
$mailprog = '/usr/lib/sendmail';
#c#
# 5. Email address to receive new registration notices.
#$recipient = '[email protected]';
#c#
# 6. Define which details you want the applicant to supply.
@regFieldnames=('First name','Surname','House No. and Street','Suburb','State','Postcode','Phone','Email','Choose a username');
# 7. Your web site address for a link back to your home page.
$domain="http://www.dmscripts.com/";
#c#$domain="http://localhost/";
# 8. Files which you want to restrict access to.
%restricted_files=( "DMforum" => "/path/to/the/public_html/cgibin/DMforum.cgi",
"DMshop" => "/path/to/the/public_html/cgibin/DMdatabase.cgi",
"DMformat" => "/path/to/the/public_html/cgibin/format.txt",
"DMpassword" => "/path/to/the/public_html/cgibin/DMpassword.cgi");