*** userdetails.cgi Tue Jul 21 00:14:42 1998 --- userdetails.cgi.old Mon Mar 9 16:22:32 1998 *************** *** 1,5 **** --- 1,6 ---- #!/usr/local/bin/perl # + # "userdetails.cgi" by Daniel Callan (hostmaster@dataline.net.au) # # Adapted from "superForm" mailer # *************** *** 22,28 **** $adminName = "big.net.au hostmaster"; # The email address of the administrator ! $adminAddress = 'webmaster@big.net.au'; # The location and flags of the sendmail program on your system $sendmailProg = "/usr/lib/sendmail"; --- 23,29 ---- $adminName = "big.net.au hostmaster"; # The email address of the administrator ! $adminAddress = 'hostmaster@big.net.au'; # The location and flags of the sendmail program on your system $sendmailProg = "/usr/lib/sendmail"; *************** *** 148,155 **** # Define some network settings # $IPno .= "Server Assigned"; ! $DNSno .= "Server Assigned ( 210.8.58.1 )"; ! $sDNSno .= "Server Assigned ( 210.8.58.2 )"; $news .= "news.big.net.au"; $proxy .= "proxy.big.net.au:8080"; --- 149,156 ---- # Define some network settings # $IPno .= "Server Assigned"; ! $DNSno .= "202.139.23.2"; ! $sDNSno .= "None"; $news .= "news.big.net.au"; $proxy .= "proxy.big.net.au:8080"; *************** *** 439,450 ****